Understanding Sun's Business – Q1 Results

We announced our earnings today, and put specifics around our preannouncement from a week ago. We also greatly increased the transparency of Sun’s business by providing line item detail surrounding our most important product categories (and we br… [...]

How I installed Processing on my Linux Acer Aspire One

Here is how I installed Processing on my Linux Acer Aspire One. It took a little bit of time and I learned something also in the process. BTW, I can’t imagine a less convenient name (processing) to look for in the Internet : ANYTHING related to c… [...]

House Keeping

It’s been a crazy couple weeks! Some quick housekeeping: ChicagoCon – I’ll be in Chi-Town next week giving one of the Keynotes at ChicagoCon. If you’re going to be in the area, hit me up and we’ll grab a few drinks. Bluehat – I’m glad to see all the young blood in the scene. It’s [...] [...]

the 1-Key-Keyboard project

Update: Please have a look at my 4-key-keyboard project as well! Click here to download the complete sourcecode of this project (including .hex and Flash demo program) Introduction: The idea for a 1-key keyboard comes from the need as an interacti… [...]

Programming a .hex file with AVR Studio

If you just want to write an existing program to your Atmel AVR chip, without changing any actual code, you need a precompiled .hex file (a hex file is a compiled version of a program, to work on a specific microcontroller) If you have a ATTiny45 or … [...]