on Apr 13, 2012 in
development,
java,
neo4j
After being annoyed for a long time about the Neo4j REST protocol performance I decided to have a look at streaming JSON last night. It seemed simple enough.
Today Peter pushed me to continue through and use the Lab day for finishing the lab-project.
So I started to create a server-extension project that does 2 things differently. First it uses a more compact format for the cypher results than the current restful representation. Secondly it uses streaming JSON to send a StreamingOutput into a Jersey-Response.
(more…)
on Jun 6, 2011 in
fun,
neo4j
It was really a great event. Perfectly organized by MoviePilot.de (@Jannis) where Pere works as well.
You can find all information about the event on their site moviehackday.com and of course @moviehackday and #moviehackday (wiki)
There was free pizza, drinks (also beer), food coupons and cake from Pere, ping pong, lots of space, great conversations.
Some people have [...]
on Oct 26, 2010 in
fun,
iOS
I was pondering the means of how to scan barcodes with an iPad for a while.
Today I found a really cheap solution. Just connect a stock USB keyboard barcode scanner via the camera connection kit USB connector to the iPad, and you’re done.
Now you can scan your book EANs for librarything or other things [...]

I was invited to give a keynote talk at the 4developers conference in Poznan, Poland.
I’d liked to talk about the Java.next programming languages on the JVM and polyglot programming. When pondering how to address this issue, two things came into my mind.

on Mar 6, 2010 in
blogging
After running this blog for some years on Serendipity, I finally switched to wordpress. All my other blogs are running on wordpress, so this was the only black sheep.
I use the Aspire theme for many of my other blogs but for this one a work/desk like theme seemed more appropriate. So I took a quick [...]
Now that 97 things every programmer should know lies on my compass table, I’ll post my contributions here that didn’t make it into the book.
The first is “scoping methods” which I thought about while reading Uncle Bob Martin’s Clean Code. He discussed scoping variables but only about putting methods near to each other. Obviously there [...]
on Oct 5, 2009 in
patterns
Martin Fowlers Pattern talk at #jaoo made me make this 12 patterns of development song.
Have fun
Michael
On the twelfth day of Development,
my true dev sent to me
Twelve bridges bridging,
Eleven factories making,
Ten observers observing,
Nine builders building,
Eight visitors a-visiting,
Seven composites composing,
Six iterarators iterating,
Five golden states,
Four calling proxies,
Three nice adaptors,
Two commands commanding,
And a singleton in a pair tree!
on Oct 1, 2008 in
code,
dsl
Guy Steeles Talk on Fortress reminded me on the possibility of using Unicode characters in strings and identifiers in most current programming languages.
That also opens the way for using them in DSLs. Either in internal or external ones. If the special symbols have already a defined meaning in the domain (perhaps as part of a [...]
Today was the last day of this great JAOO Conference. Rickard, Emil and Irene had to leave. I’ll stay for two more days. Tomorrow some tutorials and squill hacking with Jevgeni .
I had some really great discussions over the last couple of days. The conference atmosphere is the best place to breed new ideas.
As a [...]
on Sep 17, 2008 in
code,
development
I thought about extending Lego Time Tracking to a kind of Agile story and task management. There you take the time estimated for the task and put that many bricks of the color assigned to the task away to a central location where it is clearly visible (area of stacked bricks). Everyone contributing to the [...]