Ask HN: Should I learn to program old machines?
Often take the time to read the stories of great programmers. One thing I note, especially in Coders at Work, is that they all seemed to learn on an old machine. I get the impression that writing useful software under those constraints shaped their outlook for the rest of their careers.
Do you think, personally, if it's worth setting up an emulator or VM to match old hardware and learning to write cool, useful programs on it?
5 comments
[ 172 ms ] story [ 730 ms ] threadHave fun!
My reasoning is it forces you to really make better code choices, algorithms etc. Simply because many times choosing the wrong algorithm etc on newer hardware has little consequence until you get a larger data set that is hard to test with.
Hopefully that all makes sense.