Entries Tagged as ‘done’

December 18, 2008

Moxie Makes Mixtapes!

When muxtape went down, the joke went “… and that is the sound of a million hackers writing their own open-source clones.” It’s a little true - several released in short order. And, when including the dozens of free mixtape websites, the market is seemingly cornered.
I’d like to introduce moxie.
moxie is to muxtape clones what [...]

June 17, 2008

bzrshelve, a punchline to a bad joke

The joke has been long coming.
Back when I was still on reddit, a short meme hit where someone wrote a little hack that made frontpage. The title is what must have sold it, as there wasn’t any there - there.
“Using Git as a versioned data store in Python” aka gitshelve.
A few days later, of course, [...]

June 17, 2008

Happy Key Revocation Tuesday

Almost one month ago, Florian Weimer on behalf of the Debian Security Team announced one of the worst security vulnerabilities in recent history. I won’t go into a technical description of the problem itself. But, it’s interesting to note how Debian both succeeded and failed, how this vulnerability broke the “patch to stay secure” model, [...]

April 13, 2008

How Scott hosts e-mail

I’ve been on the Internet a long time.
> ;$network.MOO_Name
=> “LambdaMOO”
[used 2 ticks, 0 seconds.]

> @age me
Quad first connected on Tue Oct 31 17:07:28 1995 PST
Which makes us 12 years, 5 months, and 10 days old.
However, for official purposes our age is 12 years, 3 months, and 27 days.

And, in that time, I have accumulated a [...]

April 13, 2008

The challenge from Denver.

My friend Mike drunk-dials me one evening and leaves a voicemail. He’s out in Boulder for TechStars 2007. Apparently, some friendly harassment over drinks between companies was pushed to the next level. EventVue’s team bet Mike a dinner and some cash that a hack couldn’t be slipped in on their website.
~ Who ya gonna call? [...]

July 12, 2007

Don't drink and Skype, pt. 1

After I thought the Skype drunk-dialing idea up, I debated with myself as to whether it was witty or fun enough to actually execute. I realized that I would waste the rest of the evening internally debating over whether debating over it was worthwhile. So, instead, I figured out which part of the experience would [...]

June 27, 2007

Initial progress with Red Arrow to Paste

I stripped the WebStack based CGI and HTTPServer deployment scripts. In their place, I used WebStack’s WSGI adapter to provide a Paste application factory entry point. This means I replaced ~100 lines of code with a four line configuration file.
The next step is to separate the individual sub-applications in the Red Arrow codebase into their [...]