HN user

lhamil64

258 karma
Posts0
Comments106
View on HN
No posts found.

What are your thoughts on screen magnifiers? Personally I tend to increase scaling a bit and use Magnifier for anything that's too small (or increase the font size in the application if possible)

I've been keeping my eye on Immich for a while and keep waiting for a stable release to try it out, but that hasn't happened yet. I'm also dreading having to setup proper backups if I were to switch to this over Google photos. My current solution is to backup critical homelab things to Google Drive automatically but I'd want a proper off-site backup if I were going to self host all my photos.

One issue I have with doing this is what about security? Many older android phones don't get updates anymore (I'm not sure if a Pixel 5 is still supported, it might be) so I'd be concerned about security vulnerabilities going unpatched especially if the phone is exposed to the internet.

I personally don't do this because I feel like it defeats the whole purpose of 2fa. If someone gets into your bitwarden account, now they have your passwords and can generate 2fa codes. Of course, if the alternative is just not doing 2fa then it's better than nothing but I'd still prefer an authenticator app or hardware key than putting them in bitwarden.

The search in Google Messages on Android is completely useless too. It seems like it only searches within the past few days or something, if I try searching for something from a while back it never finds it. And they removed the feature to quickly scroll back to a date in the past, so the only way to dig up old texts is to manually scroll back in a conversation and hope you find it. It's absolutely ridiculous that the search is so bad when it's an app by Google of all companies.

I work with some pretty niche tech where it's usually, ironically, easier to use a debugger than to add print statements. Unfortunately the debugger is pretty primitive, it can't really show the call stack for example. But even just stopping at a line of code and printing variables or poking around in memory is pretty powerful.

I've wondered this too. I have a little home server with some self hosted services, and I use a client cert on the reverse proxy to add an extra layer of security before the user can even reach the app. This works fine when accessing things via the browser, but if you want to use something like a mobile app, it almost certainly won't have support for it. It's up to every single app dev to implement support for passing in a client cert on the http requests.

I suppose a VPN is really the better answer here, but that's a pain if I want to give anyone else access and is less granular.

It sounds like we have a similar situation. I've been wondering if these kinds of glasses would work for me but it just seems like such a hassle to order a pair to try just to end up returning them if they don't work. I wish they were sold in a store that I could just walk into and try them for a minute.

FWIW, I use a monitor arm that's mounted on the front left side of my desk (my dad also modified my desk so this would work) so I can pull it as close as I need. It does mean I can't push it back to a normal monitor distance but I'm the only one using my PC so that's not a problem. Oddly enough, I recently got cataract surgery so now I have a lens that makes me focus further away, but now text is too small to read at that distance so I have to use readers to focus closer and use the arm.. seems a little silly but it mostly works out.

I used to use Home Assistant via Docker, but I've since switched to Proxmox with HAOS in a VM and a second Debian VM for everything else. My main reason for this is that it seems like the more supported scenario. For example, when the Voice Assistant stuff first came out the setup was only really documented via HAOS add-ons. I managed to get it working with standalone Docker containers but it was a pain to figure out. It really is simpler to just use HAOS IMO.

My area has a dial-a-ride service where you can schedule a ride and they essentially make an on demand bus route for it. I've never actually used it though because it's just really not convenient. You have to call a dispatch number to schedule trips like 3 days in advance, and can only cancel 24 hours before your trip. And you can only schedule trips on certain weekdays (doesn't run on weekends at all) depending on which city/town you're leaving from or going to.

One thing I noticed with the example `['0-9a-f']`

Doesn't this go against the "literals are enclosed in quotes" idea? In this case, you have a special character (`-`) inside a quoted string. IMO this would be more consistent: `['0'-'9''a'-'f'']`, maybe even have comma separation like `['0'-'9','a'-'f'']`. This would also allow you to include the character classes like `[d,'a'-'f'']` although that might be a little confusing if you're used to normal regex.

Where do you get media from? Piracy is an option, but if you want to do it semi-legally I guess you’d need to rip blu-rays, but that seems like it'd be more expensive than streaming services, and you’d have to wait for everything to be released on blu-ray (if it even does)

Have you seen Meshtastic (https://meshtastic.org/)? It seems like a similar concept but using dedicated devices and unlicensed ISM frequencies, and it's a proper mesh network (so you can even setup repeaters to provide better coverage for an area). I guess they wouldn't work too well if you're travelling to another country since you'd have to get the right radios for the country but it's a neat idea.

There's also JS8call which is a modified version of FT8 meant for actual communication. IIRC you can do some neat things with it, like relaying a message through another user if you don't have a direct path to the recipient.

I had a health class in high school that taught things like sex ed, first aid, we even learned CPR (the teacher was also an EMT). I remember one class where we had to bring in newspapers and we drew scenarios like "you are divorced and have sole custody of your child, you make $X/hr" and we had to basically find an apartment in the paper and see if we could make it work, adding in things like food, utilities, etc. IIRC I wasn't able to get my monthly expenses below what I was hypothetically making...

When my work laptop got an upgrade recently, I received a Dell Precision 5690 and it seems pretty MacBook-like, like they tried to clone a MBP. Granted, I haven't ever owned a modern MacBook so maybe it's not quite as high quality but it's definitely sleeker than my old ThinkPad. The one thing that's very non-Mac is the power adapter. It's a brick, and while it's USB-C, they used a non-standard voltage/wattage so it's unclear if/how well third party adapters would work.

It's funny, the author says the high contrast hurts his eyes, but for many visually impaired users (myself included), light mode is like a blinding white light that's very hard to look at while dark mode is very comfortable while still having high contrast.

IMO every website should have a native dark & light mode theme. There is a browser extension, Dark Reader, which changes the CSS to force dark (or light) mode but it can be really hit or miss depending on how the site was coded.

At work we use very niche languages that don't have language servers or really much support in IDEs in general (people have internally written syntax highlighters but that's about it). So I can't Ctrl+Click to jump to the definition or anything like that. Typically I use VSCode's directory find feature (or CLI tools like grep) to just search the codebase. This does mean weeding through results in comments and such, and makes it really annoying for non-unique variable names.

As for things like type hints, I end up switching between tabs or splitting the editor to view the definitions. Although that hasn't been a huge problem for me since the types of these languages aren't as robust as more mainstream languages.

Out of curiosity, how did you get your old phone online? Did it have wifi, or were you able to get it on an actual mobile network? I thought I heard the 2g/3g networks have mostly shut down, at least in the US

I'm legally blind (I'm very nearsighted, to the point where I need to be within an inch of the screen to see it), and this is basically how I use my computer comfortably. I have my monitor arm mounted to the front of the desk, to the left of my monitor. This allows me to have the monitor slightly out from the front of the desk but still put my hands under it to the keyboard. This does create some awkward situations though, like using a webcam is challenging because I'd need to push my monitor back but then I can't see it! I usually put the camera off to the side on the rare occasions that I need to be on video.