Hacker News new | ask | show | jobs
by PaulHoule 1430 days ago
If I expect to be disconnected from the net I download as many manuals as I can. Back in the 1980s we had lots of paper manuals.
1 comments

The curious thing I've noticed over time is that in the 90s as a demoscene coder I remembered a very good proportion of the Amiga hardware registers and how they worked, very rarely had to look stuff up. These days I have to look up things that I use fairly regularly. It may be a function of age of course, but I have a sneaky suspicion that reading stuff from paper manuals and the extra effort required to look things up made me remember them better.
Those systems were a lot simpler than what we use today. Amiga's graphic chips only had so many transistors, the whole machine is simpler than npm.
Sure, but I still remember that $dff100 was BPLCON0 (at the time I new what each of the 16 bits did without having to look it up). 5 years ago I did a ton of Python programming, but I would need to look up how to do a for loop now.