Categories
Roleplaying short

DIY KODT, from the BIGOR

DIY KODT, from the BIGOR site, advertising the KODT reading event.

Categories
General short

An article about quantum teleportation

An article about quantum teleportation that’s used in the backstory of HalfLife.

Categories
General

Does this fix the editthispage.com

Does this fix the editthispage.com site?
Yep. The weblog template assumes you have all your items as rows in a table, the manila template didn’t put an enclosing <table> tag around them, so the layout was messed up.

Death to all tables, I say.

Categories
short Software and Programming

Manila sites are pretty cool,

Manila sites are pretty cool, once you understand what the hell is going on…

Categories
Software and Programming

Qualities of a good URL.

Qualities of a good URL. URLs should be simple, concise, and designed to last forever – reflecting the page’s content and hiding the implementation. The days of an URL mapping directly to a file are gone. So instead people treat the URL like command line – passing variables to a script that assembles a page – ending up with a bloated, confusing, and forgettable URL. Like, for example, the one you’re looking at now. Interesting argument, but ultimately too much of a bother – doesn’t scale to really complex sites, and using mod_rewrite in Apache isn’t the most accessible solution.