Depending on their age, for young kids best results I've had are Pi's (or old/cheap pc's) that boot straight into scratch. Far better results than an intimidating command prompt. https://scratch.mit.edu/ Alternatively Pi's (or old/cheap pc's) that boot straight into Minecraft Eduction Edition: https://education.minecraft.net This has paths for the very young in minecraft itself to older kids using ide's.
I second this. My kids love scratch. It shows them event driven programming with quick returns. The can also share their apps and download others so they can download and modify.
Ask HN: Is there a modern “power on to basic” computer, for kids to learn on?
271–280 of 340 posts
Re: Ask HN: Is there a modern “power on to basic” computer, for kids to learn on?
#272Re: Ask HN: Is there a modern “power on to basic” computer, for kids to learn on?
#273The closest thing I've found to this is Pico-8: not a computer, a piece of software, but it's very cool. It has a simple text editor for writing Lua code, a simple sprite editor, and a simple sound editor, all for creating games. It's a nice little sandbox for playing with code and creating things. https://www.lexaloffle.com/pico-8.php
https://www.theverge.com/circuitbreaker/2016/7/19/12227806/p...
Unfortunately, the company has shut down, and these aren't made anymore. But it looks like they can still be found on eBay:
https://www.ebay.com/itm/Pocket-C-H-I-P-sealed-portable-hand...
Re: Ask HN: Is there a modern “power on to basic” computer, for kids to learn on?
#274Earlier quoted context omitted.
I too grew up with a "power on to basic" computer, in my case the ZX Spectrum. I don't think that people that did not have that experience at that age can truly get it. I was able to create graphics and play sounds with a very simple language. The text editor, the graphical display, the "OS", it was all the same thing. The manual taught you how to program in BASIC. It was an amazing tool of creativity and intellectua…
Your personal experience is not the only correct one. I assure you that the people coming before you, making their own computers out of chips and resistors with a soldering iron, would say the same thing about you. And people who grew up with Windows 98 say the same thing about people only exposed to iOS and Android, and so on.
Re: Ask HN: Is there a modern “power on to basic” computer, for kids to learn on?
#275For those of us who grew up in the 8-bit era, this has a lot of appeal since that's how we got engaged. But for most kids today, is this sort of ab initio approach really the right way to go about it? Based on my experience with a few different types of kids/personalities, I'm skeptical. Dropping them into the command line / IDE of any language / environment is likely to leave them both unimpressed and lost. Neither…
Kids have it too easy today, they don't have to work very hard to get decent computing experiences, and its not like they have to do any programming at all to have fun. It is also super easy to get addicted to just consuming all the time. It is quite depressing. My kid is still a toddler, but I think I might put a stripped down CLI-only computer in his room when he reaches 5 so he can at least play with it if he want…
Re: Ask HN: Is there a modern “power on to basic” computer, for kids to learn on?
#276Earlier quoted context omitted.
I know I am lucky to have this setup, but I keep 2 laptops and 2 tower computers or 4 separate computers. 1 for biz, 1 for downloading and email, 1pc for gaming, and 1 for activities best kept in private browsing..
Very interesting. What kind of software do you have on the computers? Is there anything, beyond the physical separation, that supports the purpose of each device? (Maybe something as simple as physical location, color, a "sticker", or something else altogether.)
Re: Ask HN: Is there a modern “power on to basic” computer, for kids to learn on?
#277Re: Ask HN: Is there a modern “power on to basic” computer, for kids to learn on?
#278Earlier quoted context omitted.
I really like the idea of ditching my smartphone for a dumbphone, but giving up Google Maps would be rough. Knowing the fastest way to get from point A to point B (including public transportation!) is genuinely really useful.
do it and re-discover the art of getting lost!
Re: Ask HN: Is there a modern “power on to basic” computer, for kids to learn on?
#279Just give them a computer running linux without going all the way to runlevel 5. Bash is fairly expressive and gets you the basics of programming, and then you can easily use a more complex language fairly easily and have all the abstractions from bash that lets you build fairly useful programs without having to build complex UIs.
I too grew up with a "power on to basic" computer, in my case the ZX Spectrum. I don't think that people that did not have that experience at that age can truly get it. I was able to create graphics and play sounds with a very simple language. The text editor, the graphical display, the "OS", it was all the same thing. The manual taught you how to program in BASIC. It was an amazing tool of creativity and intellectua…
There are some python shells around (the developer of one posts here) that might make for a better experience than bash though scripts though, either way they'll learn some real world tools.
Re: Ask HN: Is there a modern “power on to basic” computer, for kids to learn on?
#280You can probably still find such a calculator, like the TI-82 family which is being revived. Just avoid the TI-Nspire which looks fancy but is hard to program.