Hacker News new | ask | show | jobs
by handrous 1711 days ago
> Heck, there have recently been articles about STEM students that do not know how to work with a basic file directory.

File directories, and the filesystem generally, confuse the hell out of the vast majority of computer users. We nerds forget this stuff because at age 12 we really gave a shit about it and took the time to internalize what it all means, and it's been second nature ever since, but most people haven't had the "a-ha" moment we did about it, so far back we've almost forgotten we needed an "a-ha" moment for something so "simple and obvious".

We get that this over here and that over there "are" the same thing, but that neither "is" the thing it's representing, which may also be represented entirely differently over in this other place. When we search in a file explorer window and it "becomes" something totally different, we get what's happened and that nothing's "gone anywhere". Normal people don't.

2 comments

I feel like a big part of the problem is that back when computers were newly introduced to the world at large, there were actually good tutorials on how to use them.

Consider the Windows 3.1 interactive mouse tutorial/Windows tutorial. [0] This was designed for an age where both mice and Windows were relatively new and people didn't know how to use them, and it's one of the better designed tutorials out there, I think, allowing the user to interact with the tutorial and instantly see the results of their actions.

However, nowadays if you try to look up a tutorial on how to use a mouse, you're probably not going to find very much. The best I could find was hosted at gcfglobal.org [1], and explained the concepts and how to do things with a mouse, and has relevant interactive parts, but requires knowledge of how to scroll the page (which it does tell you how to do at the top, but there's only so much room there). There was also a set of pages called hosted at pbclibrary.org [2] which goes over the mouse basics and doesn't require scrolling before the concept is introduced, but it's somewhat outdated.

But those two were about it. The rest were mostly non-interactive videos. And in all these cases, discovery is a major problem - most of the time, the only way you're going to be able to get to those in the first place is through someone who already knows how to use a mouse.

We're all assuming that schools are teaching these basics. But what if they're not?

[0] https://www.youtube.com/watch?v=OmFzIllvHzU

[1] https://edu.gcfglobal.org/en/mousetutorial/mouse-tutorial/1/

[2] http://www.pbclibrary.org/mousing/

And it's limited to the systems we're exposed to. I grew up with DOS and then windows so I know file structure there no problem, but I'm still not comfortable with how Linux organizes things, and I haven't the faintest clue about Mac.
I used a friend's mac once and I (a competent windows/linux user) could not find the top most file directory. Scary times.
"ls /" ?