For your smaller Twitter API projects, bash scripts etc, we have launched SuperTweet.net in case you don’t get OAuth implemented by the time Basic Auth goes away June 30, 2010. It’s a Twitter proxy – you use Basic Auth to…
Category: software development
Some iPad thoughts
A little birdie told me that you (all seven of you) have been waiting anxiously for my thoughts on the iPad – the definitive iPad perspective. 🙂 Here you go. First, I don’t have one myself yet, but I have…
Java culture rant
As some of you may know, over the last year or so I’ve been spending more time with larger and larger Java-based server-side projects (including Quick Bit Notes, Twitmart, Litetext, and iSpykee). In this process, I’ve had to “catch up”…
Litetext for rendering text into a bitmap on Google App Engine Java
While developing Quick Bit Notes, I realized that the Google App Engine “sandbox” for Java doesn’t support AWT or other graphics Java classes, so I put together a simple “old-school” text rendering class that’s compatible with App Engine, called litetext.…
Introducing Quick Bit Notes
I’ve released Quick Bit Notes (QBN) as an experiment in an unconventional method of person-to-person asynchronous communication. One person drops off a personal note for another person. That note is stored and presented in image form to the recipient. The…
Experimenting with Google AppEngine for Java
A while back, I noted that Google had announced that they would be supporting Java on their AppEngine cloud computing platform. I finally got around to working on a significant AppEngine for Java project (something beyond “hello world” or the…
Google App Engine adds Cron and Java
Google today announced that they will be supporting Java on their GAE cloud computing platform. I signed up for the beta, but don’t know when/if I’ll be approved. I also saw that the platform also now includes a cron mechanism…
iSpykee – Open-source Spykee for iPhone
I finally finished making my previously mentioned iPhone hack for Spykee into a form I could release for public consumption. It’s still not perfect, but at least I’ve removed external dependencies so it can be installed without too much difficulty.…
Google App Engine teases, but ultimately doesn’t deliver
This blog should perhaps have been named “My Rants” – but I guess that could be said of most blogs. In case it’s not obvious yet, this is officially a rant. But I will try to keep it short, an…
Taglets.org API examples and sample code
Taglets.org is founded on the idea that no matter how brilliant you and your coworkers are (or think you are), there are always going to be smarter people outside of your company. That’s why it’s an API and platform first,…