Earlier quoted context omitted.
A pi by itself, eh I don't know. A pi + a full kit like breadboard/cables, LCD/LED display panels, camera, microphone/speaker, air sensors, IR sensors, gyros, etc. Now that's got a chance. It's certainly not going to be for all kids but for those with an inquisitive mind once you set them up and show how to display output in various ways they will start to see the potential. From there you can move onto basic rc hobb…
The Raspberry Pi 400 is the closest thing you can get to, let's say, ZX Spectrum.
Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
131–140 of 151 posts
Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#132It has games which is the driver for a lot of people to explore computing environment.
A built in repl, full graphics stack, multimedia etc.
Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#133Earlier quoted context omitted.
Frankly what you're asking for in your last sentence is just a Pi
And with which SW? I mean, I can do “anything” with C++, but doing what I did in Basic in 100 lines would need 1000, plus downloading libraries and frameworks and reading several 500+ pages manuals. If your kid is not an english native speaker, you have yet another hurdle.
A similar project that I'm eager to hack on (or maybe try my hand at implementing something similar in WASM) is the UXN platform. https://100r.co/site/uxn.html
And if we're already talking VM platforms to explore, there's no reason that someone who doesn't want to do software professionally can't get a lot of enjoyment from some basic syntax knowledge and making modifications to software they use every day (whether that's writing a userscript in your browser or exploring your favorite game via mods)
Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#134Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#135A 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…
A pi by itself, eh I don't know. A pi + a full kit like breadboard/cables, LCD/LED display panels, camera, microphone/speaker, air sensors, IR sensors, gyros, etc. Now that's got a chance. It's certainly not going to be for all kids but for those with an inquisitive mind once you set them up and show how to display output in various ways they will start to see the potential. From there you can move onto basic rc hobb…
Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#136A music synthesizer. It's a pathway to learning electronics, music, and the nature of sound. There are cheap kits, cheap synths, lots of kinds of synths, and there are much more complicated and expensive systems you can grow into. You can get software synths also, VCV Rack is a free though complex one: https://vcvrack.com/ However I'd recommend an inexpensive hardware one with real knobs you can turn, like one of the…
Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#137Earlier quoted context omitted.
Arduino has the very approachable scratch as a language + beginner friendly ide and a good community but I feel like a pi or similar board that you can drop ubuntu on and run some python scripts opens up more possibilities. Then point them at chatgpt and see what happens haha.
But what does that give you that a regular desktop can't provide? The only novelty of a PI or a audrino is the pins.
That's. The. Point.
Instead of a closed down consumer hardware like a phone, tab, laptop, there's something that you can physically expand, read data from nature using it, and make changes directly in the physical world using code.
That's fantastic and exciting.
Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#138Earlier quoted context omitted.
Frankly what you're asking for in your last sentence is just a Pi
And with which SW? I mean, I can do “anything” with C++, but doing what I did in Basic in 100 lines would need 1000, plus downloading libraries and frameworks and reading several 500+ pages manuals. If your kid is not an english native speaker, you have yet another hurdle.
Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#139Earlier quoted context omitted.
The Raspberry Pi 400 is the closest thing you can get to, let's say, ZX Spectrum.
The closest thing is a ZX Spectrum Next, for the lucky ones that manage to own one.
Re: Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
#140Earlier quoted context omitted.
But what does that give you that a regular desktop can't provide? The only novelty of a PI or a audrino is the pins.
That's like saying the only novelty of trolley bags are the wheels. That's. The. Point. Instead of a closed down consumer hardware like a phone, tab, laptop, there's something that you can physically expand, read data from nature using it, and make changes directly in the physical world using code. That's fantastic and exciting.
The pins are the point.
> there's something that you can physically expand, read data from nature using it, and make changes directly in the physical world using code.
You can't do this with _just_ a RPI though.
A RPI without any extra sensors or electronics is just a desktop.