HN user

krispbyte

110 karma
Posts0
Comments43
View on HN
No posts found.

I guess it would be possible to run my own local DNS server that connects to these DoH servers. Does any DNS server support DoH? This could also allow the user to override domains using their /etc/hosts file in case DoH on Firefox doesn't support it.

Once I was working with a database with large integer ids loading them through json and showing them in the browser. There was a bug where ids didn't match when updating a record. The issue was that the json decoder for Javascript didn't handle large numbers, so an id like 12345678901234567 would show up as 12345678901234568. That was fun to debug.

I wonder if the interpreters will convert between BigInts and small ints automatically now? The backend side was PHP and it did so we never noticed the problem there.

Game piracy still exists. There's subreddits dedicated to tracking when DRM schemes are broken. Also piracy of region locked and old, difficult to buy now, console games has never disappeared.

The games that are out of this are those that need online accounts to play.

The alternative is the Result or Maybe objects with pattern matching from functional languages. It seems similar to return codes with if/then, but the strong typing and the match forcing you to deal with all possible branches (or pass it along) makes it less spaghetti looking.

Olive is geared towards users who rely on shortcuts: all editing tools and common operations have them, and you can configure your own shortcuts (UI for that could do with more work though).

I wish all programs that rely heavily in shortcuts also had a search bar for users still not proficient with the program. The way Code Editors have been doing in the last years. Searching with a few keywords is much better than having to look through tons of menus for new users.

My commits are the exact opposite of that comic. My initial commits are unfocused since it's the start of the project and there's a lot going on. As the project stabilizes and changes are smaller and on point, the commit messages become more focused as well.

I can change the volume on my headphones independently from the phone so I have it in low. Mine are brandless Chinese headphones btw.