HTML5 Storage made easy
I’ve been looking for a good lib that’ll allow me to use HTML5 like storage in a project right now. I’ve found there are a number of them out there. I believe that browser storage is a new tech tool at...
View ArticleJPath 1.0 released!
Ask anyone who’s had to work with JSON in Java: consuming, querying, and validating JSON objects in Java is a tedious chore. Either you’re stuck writing structured beans mapped to JSON responses, which...
View Article*nix Jython – developing the RIGHT way
That title there, it’s a bit of a stretch you say? Well I’ve done enough development, especially in Java and Python, to know there’s more to it than running an installer. To really make use of a...
View ArticleInstall gevent + greenlets on OS X
The last few years a lot more people have been focusing on async IO in Python. This is also referred to as “non-blocking IO”. Gevent is one project that makes it easy to do this sorta stuff. How it...
View ArticleMongoDB OS X Boost Lib Fails
Recently I was working on upgrading the MongoDB on my OS X Lion machine. When I upgraded then tried the mongo client I got this: dyld: Symbol not found:...
View Article