|
|
Monday, April 28, 2003 |
Two gonzo hacker books free under Creative Commons license. John Sundman has posted the full-texts of his gonzo hacker novel "Acts of the Apostles" and equally gonzo story-collection "Cheap Complex Devices" online as free downloads, under a Creative Commons license. John has self-published very slick paper editions of both titles that he sells for reasonable sums, and he's hoping that CC licensing will be complimentary with sales of the meatspace editions. Link Discuss [Boing Boing Blog]
Cool. May have to add at least one of these to the stack of reading I have backed up. I do have to say - I'd rather read a paper book than an electronic book, so I might check out the meatspace editions.
9:49:46 AM
|
|
Schemix - A Scheme In The Linux Kernel. via Slashdot Schemix is a Scheme system, implemented as a patch to the Linux kernel. It aims to attain R5RS compliance while remaining small, fast and easy to understand. The intended use of Schemix is for exploration of the Linux kernel and for rapid, interactive prototyping of Linux drivers and other new kernel features. To achieve this, Schemix will attempt to make a large subset of the kernel functionality available to Scheme programs. Interactivity is via a character device, /dev/schemix which presents a REPL (Read, Eval, Print Loop) to anyone having access to the device. The perfect thing to combat Insecure Macho Love. [Lambda the Ultimate]
How cool is that? Prototyping drivers in Scheme!! Too cool.
8:14:53 AM
|
|
Rational Digs Up Gems. Development projects should find a home in IBM research tools. [Technology News from eWEEK and Ziff Davis]
IBM is going to add resources that Rational has never had available. The expectation is that will translate into more features and deeper functionality in the Rational products.
6:53:49 AM
|
|
© Copyright 2004 Tom Pierce.
|
|
|
|
|
Search
|
Emacs Sources
tsql-indent.el
This is an indentation function for SQL mode. It was written with Transact SQL in mind.
user-add-sql-folding-marks
This is a simple function that adds folding-mode marks to SQL sources. It is quick and dirty, but is fairly useful for me.
remove-line-boundary-in-region
This function removes all the line boundaries in a region. This, in effect, collapses all the lines in the region onto one line.
convert-camel-to-underscore
This function converts all the text that is camel cased in a particular region to underscore separated text.
My Subscriptions
|
|
|