RSS Squawks of the Parrot

dan natters on about, well, stuff.
iNeZha robot will deliver the feed updates to your IM or Email in real-time

Delivery Demo of iNezha MSN Robot

Subscribe it
iNezha robot say:
Squawks of the Parrot
Title:Configuration data
Summary: Configuration systems are a collection of data, a tree of rules, and a set of templates. (Which are... (11/16/2007 8:28:47 AM)
Subscribe it

About "Squawks of the Parrot"

Author:Claim it now
Website:http://www.sidhe.org/~dan/blog/
RSS:http://www.sidhe.org/~dan/blog/index.rdf
Update interval: 4 days
Last update: 385 days ago
Tags: squawks
Subscribers:1
Shared Subscribers:1
Bookmarked or Shared Articles:0  

Recent contents of "Squawks of the Parrot"

Configuration data 385 days ago Read More http://www.sidhe.org/~dan/blog/archives/000469.html

Configuration systems are a collection of data, a tree of rules, and a set of templates. (Which are arguably just funny rules, but it's convenient to treat template instantiators and rules as sepa...
Choose your (runtime code instantiation) poison 393 days ago Read More http://www.sidhe.org/~dan/blog/archives/000468.html

Continuing on from the previous post, let's consider some of the functionality of a configure system. You will, inevitably, want to instantiate some rules at runtime. You don't really need to do t...
Configurafication 396 days ago Read More http://www.sidhe.org/~dan/blog/archives/000467.html

So, on the near-anniversary of the last post, I've been thinking about configuration systems. What they are, what they do, and how you make 'em work.
They're one of those things most people never ...
The game of life 750 days ago Read More http://www.sidhe.org/~dan/blog/archives/000466.html

Okay, so, I'm unimaginative, but I like the game of life. It's nifty, looks cool, captures the attention of people (like, say, me) who're attracted to shiny things going "Pling!", and stresses int...
Tornado 0.05 800 days ago Read More http://www.sidhe.org/~dan/blog/archives/000462.html

So, I've released Tornado 0.05. This release, in addition to a few bug fixes, now properly handles callbacks into the embedding application. The perl module's been rev'd to handle this as well. Th...
There's something just not right about that... 828 days ago Read More http://www.sidhe.org/~dan/blog/archives/000461.html

I know it's an act of supreme, if likely wrongheaded, laziness, but rather than trying to figure out how to build libraries on Windows, or get libraries loading via relative paths right on OS X, I...
Now with perly goodness 830 days ago Read More http://www.sidhe.org/~dan/blog/archives/000460.html

Just cut a release of Tornado 0.04 -- http://www.sidhe.org/~dan/things/tornado-0.04.tar.gz. More fixed bugs and whatnot, but the fun new thing now is that the perl module (in the perl subdirectory...
Template-driven code 835 days ago Read More http://www.sidhe.org/~dan/blog/archives/000459.html

I should know by now -- whenever I'm facing large masses of mostly-identical code it's a sign that it's time to do some templating.
I did this in tornado with the opcodes, in large part because I ...
Release early and often! 836 days ago Read More http://www.sidhe.org/~dan/blog/archives/000458.html

Yeah, so I blew it. A required file was missing, one I hadn't added to the repository. Ouch.
Anyway, it's in, and as a bonus there are some (very) minimal docs in the docs/ directory that I've cle...
Announcing Tornado version 0.01 837 days ago Read More http://www.sidhe.org/~dan/blog/archives/000457.html

So, I added in rudimentary garbage collection to Tornado. Nothing fancy, but enough to clean up after itself as its running. (Not as it exits yet, though -- still leaks then)
It only builds as pac...