topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 4:01 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Project Idea: Distraction Free Retro Coding Computer  (Read 5192 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Project Idea: Distraction Free Retro Coding Computer
« on: November 23, 2017, 09:14 PM »
I was talking to long time DC member (and original server admin) gothic today about our early experiences coding, on cpm/m machines with no graphics, then trs-80 and tandy color computer, etc.

One of the things we really had warm feelings about were the distraction free and simpler experiences.  You turned on your computer and you coded and ran your program.

You interacted with one program at a time, the one you were writing.  There was no internet, no windows with multiple apps, nothing to install, etc.

So we were thinking about the idea of reproducing this kind of environment, probably using something like a raspberry pi.

The idea would be to build a computer that booted up into a clean distraction free coding environment, probably using python.

It should have a very minimal distraction free interface that made it easy to create/save/load projects, and edit them.  I was thinking maybe a text-only mode and a split-screen text and graphics mode.

The goal should be distraction free minimalism.

This would be meant as a good device for kids to learn coding distraction free.

Any thoughts?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Project Idea: Distraction Free Retro Coding Computer
« Reply #1 on: November 23, 2017, 10:01 PM »
Note the idea is not just to make it distraction free, but also to accept some limitations in order to keep things focused and predictable as a learning environment.  So it's ok if the user can't install any arbitrary library repository, etc.  We could make some separate way of configuring the machine when expansions are wanted.  But one of the main ideas is to eliminate to overload of choices and options that people are faced with these days, and simply give them a CODER'S LEARNING MACHINE that is ready to go out of the box without the user having to spend their initial time trying to decide what libraries and frameworks to install, etc.