Live data from Hacker News

Ask HN: How are parents who program teaching their kids today?

news.ycombinator.com

81–90 of 104 posts

Re: Ask HN: How are parents who program teaching their kids today?

#81
I think Scratch is fantastic. You get concurrency, timers, reactive programming, multi-media, design elements, and no syntactic rules to learn. So many concepts.

As a next step, I'd suggest GoboScript, that was on HN a few days back. https://news.ycombinator.com/item?id=44026799

This is Scratch with a textual interface, with a few lovely and much needed extras.

Re: Ask HN: How are parents who program teaching their kids today?

#82

Earlier quoted context omitted.

> And how permanently stunted is a person who always "collaborated" and never had to think. How permanently stunted are today's programmers which have always collaborated with a compiler or interpreter, and never once written or even looked at assembly?

> How permanently stunted are today's programmers which have always collaborated with a compiler or interpreter, and never once written or even looked at assembly? Not fatally, but the answer to that is not zero

That's tricky.

Did people who would become programmers become worse programmers?

Or did programming just become more accessible, drawing more mediocre talent and dragging down the average skill level?

Re: Ask HN: How are parents who program teaching their kids today?

#83
Don't teach your kids programming. Answer their questions when they have them, stop them when they're doing something obviously stupid (like too many hours on the computer, staying up too late, punching/yelling at the computer, that sorta stuff), but do not actively participate. Let them have their fun. Above all, do not get them a personal computer that is located in their own room.

In other words, be a parent, not a friend or, even worse, a colleague.

Re: Ask HN: How are parents who program teaching their kids today?

#84
With kids under 8, been doing some light "vibecoding". I am their typist as they guide the ai to do stuff they want. Like these:

* https://openjam.ai/stupid_coral_852/8s0opc6yc5

* https://openjam.ai/stupid_coral_852/y2hj69iqvo

It gave them the experience of using a computer to create more complex things they wanted to create. They also got to experience the fun of iterating on something while playing with it. It kinda felt very natural for them

As long as they keep enjoying using these tools I believe they'll keep wanting to learn more

Re: Ask HN: How are parents who program teaching their kids today?

#85
Mine are both teens now. We started with Codea, Pythonista and Swift Playgrounds and then moved to pico-8 (highest recommendation I can give to anything). Now they’re using Godot, plain Python/pygame and Swift.

There was zero emphasis on CS fundamentals - they went out and explored those themselves.

Re: Ask HN: How are parents who program teaching their kids today?

#86
I've had good success in the past using the old, non object oriented Blitz Basic, which is a basic dialect enabling you to program simple 2d shooter games within two or three screen pages. Not sure what I'd use today though. I think the key is instant feedback and fun. Andre Lamothe has a Udemy Course teaching simple game programming using Javascript, which might be worth exploring.

Re: Ask HN: How are parents who program teaching their kids today?

#88

I have a 6 year old daughter—got her a lego boost robot kit recently and she seems to be taking to the programming aspect. It’s cool to watch her experimenting. It has a nice graphical block based programming environment that is pretty intuitive for her with an ipad. Makes programming concepts very concrete/tangible. It’s fun for me too since learning to program robots has always been on my bucket list. Chatgpt helps…

[dead]

Re: Ask HN: How are parents who program teaching their kids today?

#89

showed my son how to write batch files, noticed he was getting interested so i showed him how powershell works. he got even more interested so I have ever since bought a family premium lic for youtube and let him teach himself. he's teaching himself c, c#, openGL, c++ etc etc. kids these days learn at their own rate via youtube in my experiance.

[dead]

Re: Ask HN: How are parents who program teaching their kids today?

#90
post #79

I setup an old Kano OS on Raspberry Pi 3 for my 8 yo boy. He managed to finish challenges upto Level 8 by himself mostly. The OS has block based programming challenges and games. The Pi PC is his and he is hacking it whenever he feels like. No pressure, not forcing him to learn coding or anything. I'm curious how it will unfold in later years.

[dead]
Post reply on HN