July 2009
9 posts
Jul 31st
1 note
Jul 23rd
Chiplotle! →
Chiplotle has been released. I have never thought I would have lived to see this day. Not sure I like my gallery representation. But congrats to Victor and Douglas!
Jul 22nd
Small but powerful devices that run your code
Sometimes I work on art projects that require a little computer inside to do stuff — audio synthesis or analysis, video projection, motor control or sensors. Recently I’ve been a bit unnervingly interested in this new mostly ARM-based category of “small but powerful devices that will run your code.” While my peers are happy using Arduino or otherwise Atmel-type 8 or 16-bit...
Jul 20th
1 note
FIF Capacity Statistics For April 2009 →
While I may be excited about my 2000 messages per second, “NYSE ArcaBook Options” is rocking 565,522 mps. Reminder to self: what you do is not that hard.
Jul 19th
Broadcasting your logs with RabbitMQ and Python
Update — thanks to Matthias at LShift I’ve updated this code so it is much better and runs without crashing :) You’ve got sixteen computers running all spitting out various messages. Some of them are useful, some you should ignore, and then there’s errors— you need to know when they happen. But what do you do? Spawn sixteen ssh machine tail -f /var/logs? Crazy time....
Jul 17th
WatchWatch
DJ API totally destroying it via EN Remix.
Jul 16th
The disk backed rabbitmq queue and you
RabbitMQ is still doing great but had one very bad flaw: more than 1.5m un-eaten messages on a single “small” type server (1-2GB RAM) would just take the whole thing down. And the current solution involves giving your machine more swap. When you’re not in a real time scenario (worker messaging on “fake M/R tasks” is ours), you want your messages to stick around and...
Jul 15th
EBS won’t mount, bad superblock  →
Why you can’t mount an EBS snapshot alongside its original on AWS. Fix: add nouuid to the mount options.
Jul 14th