What does it mean "oriented to old people"? Old people can play anything, they just have slower reflexes. Silver Snipers are 60-80 years old and play Counter Strike: https://www.theverge.com/2017/12/20/16800924/silver-snipers-...
When I was a teenager playing Starcraft, I learned that one of the guys who regularly played with us was in his 50s. At the time it seemed weird anyone that old would be able to keep up in this game, or even know what it's about.
82-Year-Old Japanese Woman Finds Success in Coding
111–120 of 222 posts
Re: 82-Year-Old Japanese Woman Finds Success in Coding
#112Re: 82-Year-Old Japanese Woman Finds Success in Coding
#113Earlier quoted context omitted.
I wonder the same thing trying to learn a new language. I notice the biggest difference between me and a child is that children don't care about messing up. Meanwhile I often have this worthless apprehension of "better not practice Spanish on these Spanish speakers, I might mess up and feel stupid." I tried to learn Spanish like I learned how to program. Now I'm living proof that you can become good enough to read bo…
It's a different skill but I'm learning piano as an adult. I have a digital piano and headphones, and it's great — nobody like neighbors, roomates or people outside on the street hears so I can play around and learn without problem. We can't really do the same with languages, but it's interesting! I definitely feel how I tense up if I have to practice openly.
1. Don't buy a 2 or 3 octave keyboard like I did.
2. Synthesia is great. Guitar hero for a midi keyboard.
3. musictheory.net is a great interactive way to learn some basics.
My learning is mainly geared towards producing for games, so I thought I could get away with a 25 key keyboard, but I regret it a lot.
Re: 82-Year-Old Japanese Woman Finds Success in Coding
#114Earlier quoted context omitted.
As much as I'd agree with the symptoms you guys are describing when it comes to my parents and grandparents, I don't think this is much of an age problem at all. The same thing happens to my kids when I present them with a bash shell. They don't understand how to read the instructions, and they're uncomfortable with text commands. They don't want to type 'man' or 'help', and they give up very quickly. Everything they…
> The same thing happens to my kids when I present them with a bash shell. They don't understand how to read the instructions Uhm, the issue here is squarely on Bash's end, not your kid's. Even the Windows command prompt is far more intuitive to learn. I know because I vividly remember how much more confused I got when learning the former. In Windows, when you type "help", it actually gives you helpful commands: COPY…
Yes, MS-DOS was easy to learn. XCOPY worked in MS-DOS.
Re: 82-Year-Old Japanese Woman Finds Success in Coding
#115Earlier quoted context omitted.
As an engineer myself, I'd say one of the harder aspects of my job is using all the freaking GUIs and interfaces presented to me. Granted, I wouldn't consider many of these interfaces to even be considered "good" by most standards, but so many designs are unintuitive I really think thats the root of the problem.
It is tough because there definitely are people who are very nervous about trying things on a computer. We just had a lady today worried about using a Mac as she is used to Windows. It is a slightly different paradigm in terms of finding programs and I remember being a bit lost at first. But I also have confidence with computers and am okay with trying things and searching for how to do things. If you lack that basic…
Now, you might answer that you can't really break anything that badly with software, but I'd say that's not right. I could delete documents I needed with no way to recover them, or end up with ransomware, or end up putting my credit card number somewhere I shouldn't have, or whatever, and I'll likely be bewildered and unsure what happened, if I don't know anything about computers.
Re: 82-Year-Old Japanese Woman Finds Success in Coding
#116Earlier quoted context omitted.
I wonder the same thing trying to learn a new language. I notice the biggest difference between me and a child is that children don't care about messing up. Meanwhile I often have this worthless apprehension of "better not practice Spanish on these Spanish speakers, I might mess up and feel stupid." I tried to learn Spanish like I learned how to program. Now I'm living proof that you can become good enough to read bo…
I suspect adults learn languages a lot faster than kids, when we spend the same amount of time being exposed & practicing. All the polyglots say you have to be willing to mess up a lot and work to shed your fear of feeling stupid. In fact, try to seek it out because that's the primary way you get feedback & learn.
Re: 82-Year-Old Japanese Woman Finds Success in Coding
#117I wonder how much of brain elasticity in as adults is just due to attitude. I generally find kids more eager to jump into new things, while adults are more stubborn and complacent towards new experiences. Once you have money or kids it's a lot easier to just have someone else do it for you. Still, at 82 I imagine most people will start developing issues with memory so it probably isn't an easy feat, and she's found m…
I think that openness and confidence are major factors. Having taught older adults to use computers, one of the major difficulties is getting them past the fear that they might "break" the computer and the need to memorise rote instructions rather than experiment with the interface. The body language is quite distinctive - tentatively pressing keys with an outstretched index finger as if the keyboard might jump up an…
I wonder how much it would help these people if you framed it more as an interaction with a person. Which it is. For example, telling them things like "OK so the programmer who wrote this told the computer to grab that bit you just typed, and display it for you over here [point, point] for your reference." In other words I wonder whether knowing a little about what's going on inside the thing, and the fact that it was just some silly ordinary dufus that wrote the software, helps a person like that be a better end-user.
Re: 82-Year-Old Japanese Woman Finds Success in Coding
#118Earlier quoted context omitted.
As much as I'd agree with the symptoms you guys are describing when it comes to my parents and grandparents, I don't think this is much of an age problem at all. The same thing happens to my kids when I present them with a bash shell. They don't understand how to read the instructions, and they're uncomfortable with text commands. They don't want to type 'man' or 'help', and they give up very quickly. Everything they…
> The same thing happens to my kids when I present them with a bash shell. They don't understand how to read the instructions Uhm, the issue here is squarely on Bash's end, not your kid's. Even the Windows command prompt is far more intuitive to learn. I know because I vividly remember how much more confused I got when learning the former. In Windows, when you type "help", it actually gives you helpful commands: COPY…
But, my point is that my kids lose all their confidence and all their patience, and they become tentative and fearful. They show all the same symptoms that were mis-attributed to age in the above comments.
On a game console, my kids are not afraid to explore every menu and push every button. In a text interface, they are lost and they don't try things. They seem to learn slowly and they don't seem to listen to instruction because of how different text UIs are from the GUIs they know. When I get a new text interface, I know all kinds of things to try, and I do so without much fear.
Re: 82-Year-Old Japanese Woman Finds Success in Coding
#119Earlier quoted context omitted.
As much as I'd agree with the symptoms you guys are describing when it comes to my parents and grandparents, I don't think this is much of an age problem at all. The same thing happens to my kids when I present them with a bash shell. They don't understand how to read the instructions, and they're uncomfortable with text commands. They don't want to type 'man' or 'help', and they give up very quickly. Everything they…
> The same thing happens to my kids when I present them with a bash shell. They don't understand how to read the instructions Uhm, the issue here is squarely on Bash's end, not your kid's. Even the Windows command prompt is far more intuitive to learn. I know because I vividly remember how much more confused I got when learning the former. In Windows, when you type "help", it actually gives you helpful commands: COPY…
Yes, this. I recall back in the MS-DOS days that I frequently used a text-GUI help menu that showed all the commands you could do and what each one did.
Personally, this is what I struggle with on *nix shells - I can do the very basics but there's little guidance showing you a broad overview of what is possible. Granted, the world is bigger now but if you asked me how to do a random task I'd probably google it first instead of reading a man page.
Re: 82-Year-Old Japanese Woman Finds Success in Coding
#120Earlier quoted context omitted.
It is tough because there definitely are people who are very nervous about trying things on a computer. We just had a lady today worried about using a Mac as she is used to Windows. It is a slightly different paradigm in terms of finding programs and I remember being a bit lost at first. But I also have confidence with computers and am okay with trying things and searching for how to do things. If you lack that basic…
Yeah, but I can understand this mindset. Like, I think about home maintenance. Some screw-ups are no big deal and some of them I'm going to do a lot of damage and need help fixing it. I'm not exactly gung-ho about knocking walls down with a sledge hammer without knowing what I'm doing. Now, you might answer that you can't really break anything that badly with software, but I'd say that's not right. I could delete doc…