HN user

procaryote

1,359 karma
Posts0
Comments579
View on HN
No posts found.
ECC and DDR5 2 days ago

Without quantifying the cost to society that someone's web-browser crashes sometimes, it's hard to make a rational case that this issue is so dire that it needs specific regulation.

I'm not sure making it illegal to sell consumer grade hardware is the boon for the people you imagine

The point of the article is pretty much that you can pick stable technology instead of joining the treadmill of rewriting in whatever the new thing is. When people are rewriting rust programs in GoombaLang, C will still be around. When people rewrite GoombaLang into SmurfLang, C will still be around, etc

That's a software issue rather than an inherent limitation. I've driven cars with abs-sensor based TPMS that will tell you which tire is under or over-inflated

Btw, if you find yourself sending a lot of ports over ssh, you can also consider the option of having ssh start a socks5 proxy

ssh -D 4711 -q -C -N user@host

sets localhost:4711 up as a socks5 proxy you can tell your browser to use

...

A wireguard VPN is better of course; among other things because ssh is multiplexing over a single TCP connection and will encounter head of line blocking (where one dropped packet blocks all forwarded traffic until resent)

That's one consideration of a possible issue, not a key reason it was retracted

The "cautionary" part of the cautionary tale referred to in the article title is that a working vaccine was retracted mainly due to unfounded fears

e.g from the article summary "Just 3 years later, the manufacturer voluntarily withdrew its product from the market amidst media coverage, fears of vaccine side-effects, and declining sales. This paper reviews these events in detail and focuses on the public communication of risks and benefits of the Lyme vaccine and important lessons learned."

The "public communication of risks" not the actual risks.

I've encountered people talking about turning down a promotion to not "get above a tax bracket". They have invariably been wrong and just not understood the basic math, or done any research.

Lacking those basic skills might be a reason not to promote someone though, so perhaps it all works out for the best

As a society we should be asking those questions yes

As an individual, pretending you have free will and can opt to not do things you know are bad for you is probably better than doing those things while complaining that society isn't stopping you from hurting yourself

This is one of many things that used to be easier before wayland

You can get pretty far with just the xkbd definions though, although you need root to reconfigure it.

A bit ironically, the easiest way I've found to create xkbd definions is to start an X11 server, reconfigure your xmodmap+xcompose, and export the current xkbd settings. Xmodmap is much easier to edit than editing xkbd directly.

You need to misplace a </> in a way that still produces a valid xml document. Just forgetting one or adding an extra one will throw an error.

Write json5, which gives you most of the brevity of yaml without the terrible ideas

I find even plain json easier to write than yaml. Especially when you factor in the scope of mistakes. Tiny mistakes can completely break the structure of a yaml document in ways that are still valid yaml. With json I'll catch that because auto-indenting will follow the actual structure

I often suspect lists like these to be more of a reflection of what books people have been told are great, than any quality of the book itself.

Ulysses being in the top three is a good example... I wonder how many of the people voting for it have read it.

I gave up on timecapsule because performance has gotten worse and worse year over year. I replaced it with a periodic rsync backup to a NAS that is in turn backed up in other ways

The upside is that it's dead simple when it comes to how the backup is stored. In 10 years time, having files in a filesystem will still work, but I imagine restoring an old time machine backup will require quite a bit of work

If you wanted to you could probably figure out how to do apfs snapshots before rsyncing

If you exclude pointless stuff like browser caches it's also pretty performant compared to timecapsule, and the transfer is properly encrypted