Category Archives: tech

CSS Naked Day

Why is this page so barren? I’ve disabled the stylesheet completely, for CSS Naked Day. All the content is still here, you just have to scroll up and down to see it. Let me know what you think. via Sam … Continue reading

Posted in meta, tech | Leave a comment

Linkto

In the sidebar here is linkto, a thing I wrote a while ago to clean up pasted links. I’ve written a new version that pops up in any page, puts the currently selected text (if any) into the input area, … Continue reading

Posted in tech | Leave a comment

OpenBSD

OpenBSD and OpenSSH need your help. Please consider donating funds and/or buying CDs and T-shirts to keep the project that you depend on going.

Posted in tech | Leave a comment

C++ runtime class registration

C++ doesn’t have real pretty introspection capabilities yet, so sometimes you’re stuck rolling your own stuff that kinda sucks. For example, here’s the most convenient method I was able to find to do runtime iteration of all the classes that … Continue reading

Posted in tech | 3 Comments

Site design

I’m not really sure why I thought it was a good idea to start this, but I’m currently about 70% of the way through redesigning the site. I guess I just got tired of stock Kubrick. If you’d like to … Continue reading

Posted in meta, tech | Leave a comment

Devstudio Undo/Redo broken

No idea what the heck happened to Visual Studio .NET 2003. Things were fine last week, now undo and redo are broken. They’re disabled on the menu and the hotkeys don’t have any effect. Happens on all projects. Anybody have … Continue reading

Posted in tech | Leave a comment

Running web.py behind SCGI

I’ve been doing some python webdev using this new web.py toolkit. It’s not bad, but I my host uses apache and apache + fastcgi (for now) means suck. So instead, we used SCGI: Install mod_scgi into apache Startup your web.py … Continue reading

Posted in tech | 3 Comments

Microformats?

What’s a microformat? Jesus, good luck figuring out from microformats.org. That’s the most useless description of a technology I’ve ever seen. What is a microformat really? It’s a way of embedding structural information in the id and class attributes of … Continue reading

Posted in tech | 1 Comment

S5 rules

S5: Simple Standards-based Slide Show System Basically, write some markup, apply a stylesheet, and you have a presentation in a box. I also added a Present This bookmarklet that opens the current page in a full page frame with no … Continue reading

Posted in tech | Leave a comment

How to handle data

Maybe you’ve noted the new poll in the sidebar. I’ll replicate the question here for your perusal. Ok, let’s say you logged into a web service via XML, and one of the responses back was an integer for a bitfield … Continue reading

Posted in tech | 1 Comment