I’ve seen a few nice-looking representations of clocks around, but when I saw Gumuz’s word clock I though I could make some improvements to it. Here’s a couple of the changes:…
MooTools More implements a getFromPath method in Hash.Extras, but doesn’t provide a corresponding setter. Here’s an implementation:
Hash.implement({
setFromPath:…
Today, after reading over 3000 posts on FML over the the past 6 months, I realised that MLIA is actually more enjoyable than schadenfreude. MLIG is too boring, though. MLIA
Here’s a nifty function to put spaces in your CamelCased words:
function spacify($camel, $glue = ' ') {
return $camel[0] . substr(implode($glue, array_map('implode',…
…that is the question. The answer? FF.
This is why we need Grammar Nazis:
Today, I was flirting via text with a coworker. Things started getting heated, and I wanted to send her a sexy picture. I asked if she had any suggestions.…
That Ben “Yahtzee” Croshaw is a goon;,
that his early stuff is, if anything, funnier than his paid stuff for The Escapist;,
that I there will always be something on the Internet…
Here’s a useful bit of Firefox hackery for you all. It puts a checkerboard (or chequerboard, for you elitists) image as the background for your transparent images. It works for any image…
It’s misled. I don’t care if you made it up to rhyme with mistreated, or if you use an 8-bit–style riff to appeal to my geekiness — The word is misled. That is all.
Makefile:
me:
@true
a:
@true
sandwich.:
@[ -w /etc/shadow ] && echo "Okay." || echo "What? Make it yourself."
Shell:
$ make me a sandwich.
What? Make it yourself.
…