Hacker News new | ask | show | jobs
by jadbox 22 days ago
I had the same Tandy 1000 SX and also a Commodore 64. My parents did not approve of video game, so outside of pacman, these were equipment to learn programming when I was in my single digits. My major complaint of today's computers is that they are getting harder to harder to 'learn' coding. When you used the Commodore for example, the interface was the programming language. In a way, you HAD to learn a little bit of programming to even use it. iOS devices for a long time made local development an impossibility, although the situation has improved a bit since the early days (still no JIT allowed, but I digress).
1 comments

Yes, you really had to understand how a computer worked in order to do the most basic things that are now just taken for granted. How many people now even know what an IRQ interrupt is? Never mind writing a script to set the system parameters required just to launch a program.