Skip to content

TurboGears Ultimate DVD

Keven Dangoor, lead developer of the Python web framework TurboGears has come up with some interesting swag as a way to fund TurboGears development. While the toys are cool enough, the idea of a DVD that provides the “feel” of pair programming with the lead architect of a tool I use is fairly interesting. I enjoy working with TurboGears and look forward to the DVD’s arrival.

The TurboGears site redesign is pretty cool too.

Technorati Tags: , ,

Lua

A while ago I encountered a clever little language called Lua. It’s got most of the goodies you’d expect in a dynamic scripting language and feels quite naturual if you’ve used Python/Perl/Ruby/JavaScript etc. What sets it apart in my opinion is its small size (about 200k compiled, with strategies to reduce even that) and the ease with which it can be integrated into a native C/C++ application (it’s written in nearly 100% ANSI C and has a very clean “glue” API).

As it happens we had a slot that Lua could fill at work and so I wound up giving a training session on the language. I put together an internal slide presentation using a Python tool called Pylize. I wrote an article on Pylize for Linux.Com and converted the contents of the presentation into an article for OnLAMP at the O’Reilly Network.

Technorati Tags: ,

Switched to WordPress

I’ve switched blog software to WordPress here at rexmere.com. I “ported” some of the still relevant entries to the new platform. Content from the old and older platform is still available.

Project Management with Trac

I’ve written another article for NewsForge. This one’s on Trac The article can be found here

Looking into Smalltalk (again)

Periodically throughout my career, I’ve resolved to learn Smalltalk. I first encountered the Blue Book in the technical library during a co-op at IBM in Rochester MN. My first encounter with a Smalltalk environment was on a DEC MicroVax in the mid-80’s when I worked there.More recently I’ve looked at Squeak. Squeak’s interesting in that it’s a fairly direct descendent of the original Smalltalk. In fact a recent discussion on the mailing list suggested that some of the object instances in the current image were probably first “new’d” back in the 80s. Squeak has a rather complicated history and both suffers and benefits from the rather different uses to which it is put.The trouble with Squeak, for me anyway, is that since it’s so many different things to so many different people it can be a little distracting when you’re just trying to find an entrance. I’ve a feeling that it’ll be a little easier to get “into” Squeak once I can bring a more complete understanding of a more traditional Smalltalk—with that I think the experimental and exploratory aspects of Squeak will be much more approachable.So lately I’ve been playing with Cincom’s Smalltalk. Their non-commercial release is free (as in beer), unlimited, and uncrippled and serves as a somewhat more straightforward environment to work with, at least for me. In any event they’ve got a rich set of documentation that’s focused on building the kind of apps I’m used to.While I’m on the subject of learning Smalltalk, it’s worth pointing out Stephane Ducasse’s Free Smalltalk Books. Professor Ducasse has done the extraordinary work of tracking down the rights holders to a fairly complete library of Smalltalk books and gotten permission to make PDFs of those books freely available on the Internet. With those and the Cincom Visual Works product, the budding Smalltalk student is well supplied with the need to invest only time.

Blogging with Blosxom

My latest NewsForge article has been posted: Blogging With BlosxomIf you’re visting this site from there, welcome!

Making a Konfabulator Widget

The recent announcement that Yahoo! had acquired Pixoria the makers of Konfabulator piqued my interest in Konfabulator itself. I was vaguely aware that Tiger’s “Dashboard” had embraced and extended Konfabulator(with all that that implies) but I hadn’t actually tried Konfabulator (and my old G3 Mac certainly wasn’t going to run Tiger).The primary change triggered by the Yahoo announcement is that Konfabulator is now a free download. The purpose of the application is to allow you to place snippets of information in an attractive way (with hip transparency and fade effects) on your desktop. That information might be local (e.g. the system clock, the CPU load, network traffic) but things get more interesting when those snippets come from the Internet. Indeed, since Yahoo! is essentially a repository of information their acquisition of Pixoria and Konfabulator as a means to move that information to more desktops makes sense at least at one level.From a development point of view Konfabulator is interesting in that it provides a “widget” plug-in architecture as a primary feature. Interestingly, the supported language for writing widgets is JavaScript (mostly embedded in an XML plug-in manifest). What with all the fuss and bother about AJAX, getting a somewhat better feel for JavaScript programming has been on my “to do” list for a while so I off I went.

  • The Konfabulator Development Guide can be found here
  • A useful introductory tutorial is here
  • Since a lot of information on the Internet comes in the form of XML, XML for Script

For my first widget, I’ve got an idea about displaying certain kinds of data available at Amazon, so I’m using the Amazon’s Web Service APII had hoped to write unit tests using JsUnit but its not clear that I can get enough coverage once I’ve abstracted out all of the Konfabulator specific bits (since JsUnit is designed to run in browsers). I’ll probably need to roll my own unit testing strategy. Ah well.We’ll see how this goes…

Newsforge Articles

In recent months I’ve had several articles published at NewsForge. If you’re interested they can be found at:

The first two detail the means by which one might do the least thing that might possibly work in order to build effective ad-hoc groupware solutions. The last of the above list arose out of my observation that the TortiseSVN project, by integrating seamlessly with the Windows Explorer file browser, had become a rather interesting personal archiving tool for non-programmers.