HN user

chadrs

1,153 karma
Posts2
Comments85
View on HN

I had been confusing this game with Unknown Horizons, another RTS but based on the game 1602 AD. Just realized they're totally unrelated.

Collaboration sucks 8 months ago

Collaboration slows things down but going fast at all cost leads to tech fragmentation, tech debt, and product debt.

fwiw I'm not in the camp of "we must have everything done in one consistent way" but there are places, for example a public API, where having 4 different names for the same concept, 3 different response format/url path styles, etc. starts to look really sloppy.

iPhone Air 11 months ago

As someone who does not use a case, I almost never see anyone else without one. To the point that when I do, I usually mistake their phone for mine.

Yeah, the first few times I thought maybe I was just imagining it; but I went from STATE=7280398215952, tried to merge my 64s into the left corner and instead ended up in STATE=7280398025476; my 64s have become 4s.

Can't reproduce it exactly as it happened, but if I run `STATE=7280398215952 bash 2048.bash` and press a 8 times, the 128 always becomes a 2.

React Lua 2 years ago

I think the equivalent would be if you ported Vue to the beam, but impressive work nonetheless!

This is a cool toy, I've been wanting to do something similar with my flipper zero to make a BT morse keyboard.

This also reminds me of TapXR, which I would totally buy if did morse, instead of inventing their own encoding. I get it, theirs is probably way faster but fluency is morse is more general purpose.

It just depends on whether you trust a government or a rich philanthropist to "properly use" capital (get the most impact/$).

If you let billionaires make the choices then sure you get some like Feeney/Gates/Buffett but you get Koch brothers.

Government could theoretically do a more equitable job but only if social programs are run competently. Think about the leadership of EPA and HUD.

I've done stuff like this but behind Tor. I tried to make the data random enough it would be tough to see which records were real. I remember once my IP was getting blocked after a certain amount of requests (not sure if via some automated fail2ban or a human) but Tor has an API to swap to a new outbound IP, so I just had it do that in the case of a timeout.

It's a decision choice to be single-threaded. Using threads requires locking or sophisticated concurrent data structures which can sometimes outweigh benefits in both code correctness/maintainability and performance.

I stopped paying attention to the Rust parsing ecosystem for a while, curious how LALRPOP compares to nom/pest/combine and if something about python's grammar led to the choice.