Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> the landscape needs a new "creative computing" competitor

I hadn't really thought of it this way before, but there is one. Arduino.



Yeah, Arduino does have that same spirit.

The nearly direct access to the hardware was what made the C64 so cool. This new C64 has none of that, unfortunately.


> The nearly direct access to the hardware was what made the C64 so cool. This new C64 has none of that, unfortunately.

Every PC has near-direct access to the hardware. There's nothing stopping you from writing your own BIOS, bootloader, kernel, or anything else -- it's easier than it ever was before. Many people (including myself) really do this, and enjoy it.


This may be true, but the C64 booted into a BASIC interpreter with PEEK and POKE commands, making it possible to read and write to all of the system's memory, including mapped IO ports, from the command line. Plus, monthly magazines like COMPUTE'S Gazette offered in-depth tutorials on just about every sub-system, from audio to video to disk I/O. System-level programming was incredibly easy on the C64 -- I was doing it as a teenager, whereas I have yet to write a device driver for a Linux PC.


I practically wet myself with joy the first time I changed the colours of the border and main screen with, erm, peeks or pokes; I can't remember.


POKE 53280 and 53281. Values 0 to 15.


Just today I found an old issue of a magazine called "Ahoy!" that was devoted to the commodore 64. What a neat time period, it was so exciting. I remember typing in games for my TI in the early 80's. Now programming feels like work to me.


You will have to choose two from:

A) Written in less than ten man-years without being a Unix clone and/or using existing C drivers

B) Displays modern video

C) Runs on a neighbor's PC

I speak as a frustrated OS developer.


Could you recommend resources for learning more about Arduino? Is http://www.arduino.cc/ a good place to start?


It is a great place to start! Additionally Make magazine has good articles and a slew of projects for the Arduino.

1)Arduino Issue: http://makezine.com/25/

2)Arduino Projects: http://makeprojects.com/Topic/Arduino


And the Beagleboard came in mind (http://beagleboard.org/).


When I saw the title, I hoped the story was about Arduino hardware...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: