Since <blink> and text-decoration: blink; don’t work in Webkit or IE9…
Category Archives: Technology
Javascript convert string to number
December 24, 2011 – 12:21
Most javascript guides recommend the generally standard parseInt and parseFloat methods to convert from a string to a number. Multiplying by 1 works as well, eg 1 * “54″
Skyrim Alchemy
November 14, 2011 – 12:16
Skyrim is the shit. The game is friggin amazing. Crafting alone is a worthwhile pursuit- go mine ore, smelt ore, hunt animals, tan hides, build weapons and armor, study enchantments, and enchant weapons and armor, improve enchanted weapons. Full cycle, and when you’re done, you have exactly the gear *you* want. Alchemy? Please, I’ll make read more
jQuery UI glight
November 8, 2011 – 09:10
I’ve wanted a different theme than most of what jQuery UI provides for some time. I don’t like the overly rounded corners, the glass effects, and egregious whitespace. I have really liked the recent Light themes Google has been working on, as well as the WordPress Admin theme. I had some time over the weekend, read more
Troubleshooting GCC
August 31, 2011 – 10:13
As I was working on my strcmp bash builtin, I ran into a few issues with GCC. They should have been obvious fixes, but it seems I needed a lesson in troubleshooting GCC. I posted a question and follow up on Stack Overflow.
PHP Stack Trace
August 26, 2011 – 20:57
With the lack of an easy PHP debugger, it seems a lot of web developers think the best way to debug PHP is excessive print and log statements. I am one of those. I plod along with var_dumps and echos. I wanted a stack trace, and so I put this little guy together.
Fun with Bash
August 20, 2011 – 15:31
I freakin love bash. The thing’s amazing, with some ridiculous language constructs that even perl can’t dream of. If the unix philosophy is “one task, one tool,” Bash’s task is glue. I’ve been using it over the past week on a digital forensics case. This is a project that involves examining a dozen production hard read more
bkvs – Bash Key/Value Store
August 19, 2011 – 02:30
I like me my associative arrays and key/value stores. They’re really really useful. I wanted one in bash, and tada, Well, I wanted something that could be used between sessions. Tada, the filesystem is a great key/value store.
Unified Augmented Reality
August 14, 2011 – 23:49
A group I’m active on in Facebook posted a link to a comment on theĀ possibilitiesĀ of LED contact lenses. Unfortunately, the post’s author barely scratches the surface of what’s possible with the potential applications. Also, the author calls this “Freaky.” Not cool. For a unified approach to augmented reality, I want all the research resources of read more