download bots - xmas edition
Posted by Nikolaus Gradwohl
a while ago i made some wooden bots while waiting for a download. My family really liked them - so they got our xmas-tree decoration this year :-)

Posted by Nikolaus Gradwohl
a while ago i made some wooden bots while waiting for a download. My family really liked them - so they got our xmas-tree decoration this year :-)

Posted by Nikolaus Gradwohl
__
__/ \__
/ \__/ \ ()
\__/ \__/ O//)-
/ \__/ \ ()
\__/ \__/
\__/
|| __
|| / /|
|| / / |
||/ / /
|| / /
||/_/
Posted by Nikolaus Gradwohl
i wrote a processing sketch to visualize and record sessions on a training bike. To calculate the rotation-speed of my training bike i hooked up 2 reed-switches to my arduino and taped them to my training bike. Than i sticked a rare earth magnet on each pedal.
the processing sketch draws a small figure on a bike which is animated at the same speed as the bike.
the sketch also records the timestamps to a log file for later analysis.

Posted by Nikolaus Gradwohl
I just made a processing sketch using my ical4p library. The programm draws a flower for every event in a given ical-file. The more events the calender has, the more beautifull the flower-garden is :-)

Posted by Nikolaus Gradwohl
i have written a small wrapper around ical4j written by Ben Fortuna. This allows to write processing sketches, that visualize data from ical files.
i included a small example in the lib showing how to draw a timeline based on an ical file.
i also have set up a project-page for it. The libray is released under the LGPL.
Posted by Nikolaus Gradwohl
out of couriousity i took the access.log from my blog for the last 5 days, extracted the ip-adresses and looked up the countries my readers come from using hostip.info
so here is a list ordered by count of uniqe ip-adresses. (i even have readers from andorra! more than from swizerland and austria together!)
Read more...Posted by Nikolaus Gradwohl
This time i catched a monster that was trying to hide from me in a lavalamp. but - HAHA - a experienced monster collector like me can not be tricked that easy! so beware you monsters!
the photo is a bit ugly this time - i made it using my mobilephone

Posted by Nikolaus Gradwohl
I'm using DAViCal for syncing the calendars between my computers. Recently events addend in one calendar didn't show up in the other one - not so funny.
after some googleling i found this bugreport and updated version to 0.9.6.2
now everything is in sync again.
Posted by Nikolaus Gradwohl
Yesterday guidelines for developing a processing library have been published including a template for eclipse. Since i don't use eclipse i wrote a small template myselft using ant. So all the vim/TextMate/UltraEdit/whatever-users out there who want to make cool processing libraries check out my template