First released in 2008, Google App Engine (GAE or AppEngine) was Google’s first attempt to compete with Amazon Web Services in providing cloud computing platform services for developers. In earlier posts, I took some heat for concluding that Google App Engine was not…
Category: software development
Apple’s great Mac OS X bait and switch
It’s been almost three years now since, with great fanfare 🙂 , I switched from a UNIX Workstation to a Mac as my primary desktop workstation. That change was many years in the making – I worked with Mac OS…
An Answer for Twitter OAuth-pacalypse
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…
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.…