Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I am prettty sure I could write a decently sized Z80 or 6502 program for the Beeb or the Speccy from scratch without reference, or at least a decent set of 3D transformation functions. I could not tell you how to load a JSON file from a folder in Python if my life depended upon it. I have to write that latter code on an almost weekly basis. I will say that the internet and instant access to online references has absolutely destroyed my memory more than any amount of age or caffeine.


I think in part this is because the size of the building blocks has gone up tremendously. In the dark ages you'd write roughly as much code for your program as there was ROM in the machine to begin with. That balance made it possible to 'know' every byte of the map and to have an intimate understanding of the software that came with your machine, it's CPU and how it all hung together.

The balance has shifted to the point where your program is likely only an extremely small fraction of the total that is running on your machine and that powers your application. So it has simply become impossible to be that familiar with the remainder.


Having given this quite some thought over about 20+ or so years, and having written a little on the phenomenon, purely as an layman in psychology but as a professional in software development, and observing many developers, and myself as well, I have to strongly disagree on the point you make, but am open to discussion on the matter.

I believe that assistive technologies, from the most advanced tools we have today, to the most mundane of "hinting of parameters to a function" and code base navigation via "jump to definition/declaration" which first started appearing in Visual C++ 6.0 around 1998 there has been a degradation in committing facts about the architecture of the code and functions and APIs to memory.

This isn't a case of "bah humbug, the youth of today and their fancy geejaws" but very much a case of "why bother remembering that when the machine will remind me." I am sinful of this too. Guilty, as charged, m'lud.

My conclusions are very much observational but also align with the scant amount of professional research done on the subject. For confirmation bias, I recommend the Outer Limits episode "Stream of Consciousness."

I note that there are four areas in life where this is occuring most profoundly: cooking, navigation, software development, telephone numbers (and other contact details). Whilst it has been many years since I could tell what every cycle, byte and register was doing in any reasonably complex system I work on, I can still walk through most of what is going on in a system from the silicon running the code to the UI appearing on another person's screen on the other side of the world.

It isn't the understanding, it's the remembering what that function was called again, and where did I put that function I wrote ten minutes ago?!? And it isn't age related, because I've tested that hypothesis too both on myself and on others. Assistive technologies are wonderfully enabling, but they make us dumber.


I'm more than willing to concede that that memory assist is also a factor. But the amount of data is so large now that that too has a role, even if you really wanted to remember all of it you probably could not.

I can see the difference in my own head: the knowledge I have about the 8 bit systems that I worked on is pretty much complete, from the hardware schematic, instruction set, memory map, ROM contents all the way up to whatever code I wrote back in the day.

As opposed to the UNIX systems that I worked on, which for me really predated any assistive tech because I didn't use any. But my knowledge about the C-standard library, while good is not 100% coverage and I know I occasionally have to look up the parameters to various functions.

And then we come to today, where for my current project (pianojacq.com) I still don't use any assistive technologies (no, seriously) but I also know that I do not know more about the runtime environment than I absolutely need to get the job done.

I don't have a smartphone, obviously I'm getting older as well but my own code I know inside out, for all of those phases.


Then perhaps we agree, it is the size of the systems, and the assistive technologies, compounding on each other that have lead us here.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: