Earth Home Links Archives Photos About Home

Blasted!

Posted on Monday October 12, 2009 at 5:43 pm. Tags: ,

You might have noticed that Halloween is coming up, sooner than expected even. This year I decided to team up with Liz and get back to my nerd-child roots: Star Wars, my first obsession ever. (I won’t go into detail about how deep that obsession was.)

So we’re going as Han Solo and Princess Leia. I have a costume on order, but since it comes with a holster (a badass one), I needed a blaster. Instead of paying through the nose for a replica (on eBay, no less), I figured I could make this toy a little more authentic. (It looked like this when I got it.) The results:

3563802435638077
3563852835638503
3563820235638593

I think it turned out pretty well. I used the replica as a guide, and the only part I’m not really happy with is the grip. I need to darken the brown, which I may be able to do by wearing away at the brown paint (there’s black underneath). If that doesn’t work, I’ll get darker brown spray paint and use the leftover black to try to give it a bit of a gradient.

XKCD-(enter)-humor-(plus)

Posted on Monday October 5, 2009 at 10:02 am. Tags: , , ,

Today’s XKCD is nerdier than I’ve seen in a while:

Here’s a hint. Make sure you do the “hover” bonus joke.

A GALAXY rise

Posted on Tuesday September 29, 2009 at 10:22 am. Tags: , ,

Carl Sagan, you rock:


So does Chris Hardwick for Tweeting it. It’s my new favorite thing ever, to say nothing of Liz and her Saganophilia.

Light peek at Light Peak

Posted on Monday September 28, 2009 at 9:52 am. Tags: , ,

Okay, Apple (and Intel), this is pretty cool.

Light Peak

One unified connector for everything, from displays to networking to… everything else? Count me the F in.

I’m published

Posted on Friday September 25, 2009 at 2:22 pm. Tags: , ,

Just got an e-mail from my old boss. I am now officially not-completely-useless at science— I got my first paper in the literature:

TureEtal09

Now let’s see if I can keep myself from PubMedding my name all day.

Testing tag cloud…

Posted on Friday September 18, 2009 at 11:54 pm. Tags: ,

Trying out another new plugin, called WP-Cumulus. Pretty cool. Look at it in the left sidebar, or a big version below and in the “Archives” page.

(click here to read the rest of this article…)

wget considered harmful

Posted on Friday September 18, 2009 at 3:25 pm. Tags: , ,

Considered harmful to Wordpress, anyway.

I was trying to type my previous entry, about getting Fotobook working, especially the second bit about getting the update script running automatically through my crontab. The problem was… I couldn’t type wget!

It’s kind of an important part of the crontab line; that’s the command that has Unix load the given page. But for some reason, every time the word wget was in the post, I got an error when I tried to publish my edits. I’m guessing that Wordpress tries to execute wget when it finds it (for reasons unknown; a bug?). So I spent longer than I care to recount trying to figure out how to disguise wget in my code, but have it appear normally on the entry so it could be copy-pasted into Terminal.

The first solution I looked for was an HTML tag like to make it not interpreted, and just presented literally. Didn’t work. And my search for a better tag was fruitless, though CDATA looked good for a while. (Guess it doesn’t interpret in XML.)

Then I tried inserting things inside wget. Putting a “|” in the middle obviously worked, but it’s ugly, and I’d have to explain it. So I looked for some latin-1 character that would be invisible.  was close, but for some reason, when it copy-pasted into Terminal, it eliminated the “g“. A 0×0 .gif image would’ve worked, but my stylesheet gives every image padding plus a border, so it looked like a white box in the middle.

Then the lightbulb— any HTML tag that wouldn’t get rendered into something visible would work. I tried <>. That showed up as <> (weird). </> was invisible, but when I went back to edit, WP had gotten rid of it as obviously useless. So then I just used bold tags.

wg<b></b>et worked. Hurrah.

Kludgy, but it works. If you have a better, more elegant solution, I would love to hear it.

Also: “lightsaber back shaving”

Posted on Friday December 5, 2008 at 12:41 pm. Tags: , ,

This blog post (and the associated comment thread) might just be the best thing ever.

Also, Randall Munroe owes every introvert male in the world royalties for today’s comic.