Call me pervert, but I find writing JavaScript enjoyable. The
aspect that I like most about it is its dynamicism. Certainly, the
syntax is ugly, but
the js2-mode for
Emacs makes writing JavaScript much less...
Monday, September 7, 2009
Monday, April 27, 2009
Javascript Everywhere - Using Axiom Stack
A friend of mine asked me to help her with creating a portfolio
website for a friend of hers, who is an artist. The site will be
somewhat similar to QuickHoney's
web site: It will be Javascript based, relatively...
Monday, April 6, 2009
How to convert your Symbolics keyboard to USB
I spent another hour finishing up the Teensy based Symbolics keyboard converter. The software now works as well as the PS/2 version, and uses the same keyboard translation table generation tool. Converting a keyboard should...
Sunday, April 5, 2009
Reimplementing the Symbolics Keyboard Adapter with Teensy
In a recent post on the AVR Freaks blog, Teensy, a new AVR based development board was announced. At $19, it is rather cheap and it comes with an on-chip USB controller. The neat thing about this is that applications...
Sunday, March 15, 2009
Rekonstrukt Progress: MIDI Drum Machine, Turnkey Application Support
I made quite some progress on rekonstrukt during the last few weeks,
and I can happily report that this whole "build a system from
scratch" has not turned into a full time occupation, but is very
doable as an after...
Tuesday, March 3, 2009
Der Chaos Computer Club feiert seinen großartigen Erfolg!
Heute hat das Bundesverfassungsgericht seine Entscheidung zu der Klage zweier Bürger gegen den Einsatz von Wahlcomputern bei der Bundestagswahl 2005 bekanntgegeben. Dieser Einsatz war nicht rechtmäßig, und der CCC bejubelt...
Friday, February 27, 2009
Hardware/Software Co-Design - What it means with rekonstrukt
One of my primary goals with the rekonstrukt project is to create a hardware/software co-design environment that cuts down on turnaround times and gives me, the designer, flexibility to test and try out things at various...
Sunday, February 22, 2009
ACIA fixed, S3E SK sucks
In the last two weeks, I was making good progress with my attempt to fully support the Spartan-3E starter kit by Maisforth. I had to improve my SPI controller slightly so that it works better for programming the serial...
Sunday, February 15, 2009
Rekonstrukt - A "New" Forth Machine
I have been a Fan of Forth since the 1980ies, and when I picked up my FPGA stuff a few weeks, I decided to put some more effort into getting a complete Forth based FPGA system to run before turning back to the SECD reimplementation...