A Rasberry Pi. The number of things you can do with these cheap computers is astronomical. You can have a Debian Linux computer and then learn networking, programming, run your own small website. Then start on hardware. Connect up various hardware devices, maybe starting with just a fan. Turn on. Turn off. A second monitor, larger disks. Webrtc. On an on. You never know what kinds of things kids will like. They may l…
Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
91–100 of 151 posts
Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#92Earlier quoted context omitted.
Their website redesign is so unintuitive.
Agreed. Not sure what the status of the company is either. Their GitHub repos have been quiet for years.
Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#93Scratch is a gentle introduction to programming, aimed mainly at young children. I taught it to a range of children and all of them were able to create a simple game in under an hour.
Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#94You can code it with block programming, Python, or Javascript in the MS Makecode interface.
If you have two Microbits, they can talk to each other over the built in radio.
I have created my own remote control lego robot with two microbits, a breakout board, and two micro servos.
I think there are over 25 million units sold all over the world.
Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#95Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#96Depends on child's age, but here are some things from today that I would have probably found endlessly entertaining when I was a kid: Flipper Zero Raspberry PI SDR Not a computer, but still very relevant for inquisitive kids and adults: Amateur radio (an oldie but a goodie) Decent telescope Decent microscope
Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#97Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#98The problem with that perspective is that we didn't have anything else. A c64 was literally all I had. It was either that, or go out and play in nature.
So we had a much greater incentive to figure things out.
Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#99Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#100I wonder if there is a distro that locks the kid into the command line and offers a time of help?
Python and GPIO offer tons of cool embedded system possibilities.