logoalt Hacker News

interroboinkyesterday at 4:32 AM2 repliesview on HN

Having run some hardware for about 20 years (recently deceased), the problem that eventually happens is that newer OSes drop support for old hardware. If you hit some weird bug on your setup on a new OS release, there won't be anyone to help you fix it[1]. So then you're stuck on an old OS. In time, that means you can't run the latest userland software either, which relies on more modern OS features (eg: your Firefox will get increasingly out-of-date). That means the set of things you can do will eventually narrow and narrow.

If you're only running programs that you have full control of, and can compile/fix locally, or where receiving security fixes &etc. don't matter, then you're good. But things are a bit more interconnected, these days.

I do still enjoy running my hardware into the ground rather than tossing out perfectly good components every few years though (:

[1] In my case, the boot loader stopped working for my hardware on FreeBSD 11.4


Replies

yjftsjthsd-hyesterday at 5:37 AM

> In my case, the boot loader stopped working for my hardware on FreeBSD 11.4

That's interesting/strange. Did you report it? I'd expect them to care about that serious of a breakage in a point release.

show 2 replies
wiz21cyesterday at 8:21 AM

My home desktop PC, which I use daily for many things (but not dev since rust is way too slow), is 14 years old. For rust dev I connect to a virtual machine somewhere else.

Thanks to Linux I have kept my memory need low (8GB IIRC)