this post was submitted on 21 Jul 2023
12 points (83.3% liked)

Technology

58013 readers
3426 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

My nephews & nieces aren't currently allowed much computer access because their parents worry about screen time, inappropriate content and the like. But their mother was sharing concerns with me that they won't have the basic computer skills and understanding that we learned growing up in the 80s and 90s. Having to make computers work before you got your reward of a game was such a big motivation for me as a child. We learned to program in BASIC on spectrums and Amstrads (typing code for a game out of a magazine didn't require much knowledge but taught me a lot) and about memory management by fiddling around with AUTOEXEC.BAT/CONFIG.SYS to get DOS games running, and so on.

Are there any good educational computers / distros / OSes? Searching online mostly shows simplified GUI to access educational "games". But I was wondering if there was a Raspberry PI or linux fork or something, that was geared to create a challenging but supportive environment for learning the fundamentals.

Any suggestions?

you are viewing a single comment's thread
view the rest of the comments
[–] iN8sWoRLd@lemmy.world 1 points 1 year ago

Setting up an old PC with linux and just not installing a GUI as already suggested might be a fun project to do together and exploring various command line programs (maybe ncurses based programs like mc, ncdu, etc.) and I just read about a cute text adventure called bashcrawl which teaches unix commands as you play ("cd" into a room, "ls" to show the items there, etc.). There are so many bash programs (and games) like gnugo and chess that are interactive but without a GUI. Here was where I read about bashcrawl (I haven't tried this myself): https://opensource.com/article/19/10/learn-bash-command-line-games