Endarkened from Kaliptus on Vimeo.
Warning: very graphic cartoon content.
Thanks, LSDEX!
Thank you, ImgBit.com (and Stumbleupon)
Ignore the damn title; it’s interesting anyway.
One of the most amazing things about Bruce Sterling is how he can be such a great author and insightful speaker and sound like such a smarmy jackass. I don’t think it’s really a reflection of his personality; I think it’s just his voice. Maybe it’s even just me. But his voice surely does grate on my nerves.
Here’s a totally different talk by him to demonstrate what I mean about his voice:
Bruce Sterling from Innovationsforum on Vimeo.
(Bruce, if you read this, please don’t take offense! I love all of your books, and you are brilliant. My issue is my issue and is totally superficial. And I’m pretty sure in a personal conversation awe would overcome any ookie voice-based feelings.)
I have this vision of A Thing. Right now it’s a cloudy vision, but I’d like to ask your help clearing it up.
The time seems particularly ripe for a Thing that helps People start Projects to make useful Stuff. For example, people could collaborate to make a story. Or get an idea patented. Or start a distributed business making handicrafts, and connect to customers. Of course, I say the time is ripe because of current employment market, or lack thereof. The unemployed could be spending some of their time creating valuable stuff or connecting valuable stuff to people who need it – hence becoming employed.
The qualities this Thing would need (IMO) are:
I kinda sorta started a wiki some time ago about this sort of Thing, but it never went anywhere.
Whaddaya think? If someone built it, would they come? Or is that impossible to answer without knowing a lot better what it is?

Jones is making a limited run of D&D themed sodas. Made with pure cane sugar.
I’m so gonna get me some of that!
BTW, next week (Feb 28 – March 6) is Read an RPG Book in Public week. Be there and be square!

Thanks to Anorak News (and Stumbleupon).
Best Practices for Speeding Up Your Web Site
A bunch of things I didn’t know, or didn’t know the importance of. It looks as if they’re listed in order from the ones with the biggest payoff to the least.
If you host your own website, read it!

Someone show me the counter-argument to this compelling graph, please.
Another nerd alert. This is really the context for the last nerd alert.
I have the first (buggy; see last post) version of my rabin chunking tool done. The main things that it’s good for are:
As an example, I took a tar of the first 100mb of /usr/bin on my Debian box. Gzipped, it’s about 31 meg. If I run it through my tool first, it gzips down to under 25 meg – slightly better than 20% smaller than without using my tool.
The tool runs in several modes:
It can do simple compression of a file. Longish sequences of data that are repeated in the file are replaced by references to the first time that data occurs, no matter how far away the repetition is from the first occurrence.
It can decompress what it compresses. Duh.
It can split a file out into chunks and throw all the chunks into a directory as separate files. Chunks are identified by their Rabin hash (currently; I may switch to another hashing algorithm). If a chunk occurs multiple times in the file, it only appears once in the directory.
It can list all of the chunks, chunk lengths, and chunk ids in the file. It can do this in combination with creating the chunk files.
I have a script that can reassemble chunks into the original file based on the chunks + the list of chunks; I will put this functionality directly into the tool.
I have started a github project for rabin-tool. You can download, make and play with it from there. Run it with no arguments to see all the possible arguments.
Scuttlebutt is Digg proof thanks to caching by WP Super Cache