Ask HN: How can I make a “kid's computer” today as good as an Apple II?
91–100 of 244 posts
Re: Ask HN: How can I make a “kid's computer” today as good as an Apple II?
#92I think this is a lost cause. Other have already mentioned this, but I'll state it again. The computers themselves are the trivial part, both the hardware and the software. You can buy a budget 11- or 13-inch laptop, new for $300 or used for $100, load them with emulators of all the 1980s and 1990s machines, and have literally the same software and much better hardware than we did back then. If you give that to them,…
Worst, you have TikTok kind of content contaminating them with futility that makes them get dopamine shots in exchange of "short exciting things" that will make them A) loose time and B) raise expectations on what will make them trigger dopamine hits in the future.
Re: Ask HN: How can I make a “kid's computer” today as good as an Apple II?
#93I think the problem here is that the world has moved on a lot since some of us kids were amazed at what we could make machines like an AppleII do with basic (and assembler and peek and poke). I remember being amazingly proud of myself for getting an ascii version of Space Invaders working. I could, as a 10 or 12 year old, make something for myself that kinda looked like and was way more fun (for me) to play that _lit…
Indeed, maybe only 10% of kids like it. The rest should go play with World of Goo. Then the Powder Toy.
Re: Ask HN: How can I make a “kid's computer” today as good as an Apple II?
#94Not strictly programming-related per se, but they were a very educational toy. Messing around with these from a young age probably helped to cultivate an interest in electronics, how things worked, and later computing/programming.
Re: Ask HN: How can I make a “kid's computer” today as good as an Apple II?
#95Re: Ask HN: How can I make a “kid's computer” today as good as an Apple II?
#96Re: Ask HN: How can I make a “kid's computer” today as good as an Apple II?
#97If you want your kid to learn, I think you should sit down with them, and learn alongside them. Start super simple, get something like a STEMMA/QT connection Trinkey and a gas sensor from Adafruit, plug them together and write a python loop to display the gas levels. You can call it a fart detector to get the kid interested.
That's a simple example that someone might say is too complex. Thing is, a kid generally has zero interest in loops, IO, libraries, etc etc. They may need to see and hold something for it to take priority over Fortnite or whatever. Other projects might be a do not disturb LED for their bedroom door. Or get a strip of LEDs and have them light up based on what they do in Fortnite or Minecraft (if that's possible)
Good luck, so many children have serious attention problems due to their saturation in social media.
Re: Ask HN: How can I make a “kid's computer” today as good as an Apple II?
#98I think the problem here is that the world has moved on a lot since some of us kids were amazed at what we could make machines like an AppleII do with basic (and assembler and peek and poke). I remember being amazingly proud of myself for getting an ascii version of Space Invaders working. I could, as a 10 or 12 year old, make something for myself that kinda looked like and was way more fun (for me) to play that _lit…
My 7yo is absolutely thrilled by scratch on Lego Mindstorms Robot Innovator [1]. The physicality of it is engaging. Granted, I'm generally a very restrictive parent about mobile/console gaming. 1: https://www.lego.com/en-us/product/robot-inventor-51515
We used to look sideways at the engineers that "wrote drivers", but I see the appeal now. Even a programmer as jaded as me still gets a thrill when code I write for an Arduino is able to talk to a device like an air-particle measuring device.
My advice: go Arduino + peripherals. A "sound board" that can generate synthesized sounds would be fun to program — any kind of sensor that measures heat, humidity, air quality, etc. Motor controllers + robot platform of course....
Stuff is fairly cheap and there's so much out there.