INTP
I'm not normally a follower of those "link to me" memes, but my"bloginality" of INTP seems to get this part:"Because routines aren't your strong point, you might be more likely to work on the concept...
View ArticleHello Again
Sigh. I've been ignoring my blog for too long again, as I've been rather busy both before and since the holidays. I'll see what I can do to rectify that.
View ArticleAn SQL Annoyance
SQL isn't consistent under row/column transposition. For example:select 3 + NULLyields NULL. Yet,create table TEMP ( NUM number ); insert into TEMP values ( 3 ); insert into TEMP values ( NULL );...
View ArticleRuby Userland
As I previously mentioned, I've been toying with custom clients to the XmlStorageSystem XML-RPC protocol used by Radio Userland and several open source blog servers, with the ultimate goal of hosting...
View Articlesome bookmarks
Laurent Bossavit: From blog to printPLEAC, the Programming Language Examples Alike Cookbook, translates the Perl Cookbook into a variety of programming langugaes.Jeremy Zawodny: CVS Commit + Weblog =...
View ArticleWhat's this sticky green fluid?
Oh, I see, I've been biled. While I think Hani understands commons-primitives better than he lets on, I'm not sure the same is true of the peanut gallery that regularly fill up his comment threads....
View ArticleOn Programming Idioms
Two things I'm always keen to learn when picking up a new programming language are:How does one organize large projects? In other words, how does one partition responsibilities and types across...
View Article