Programming

Perforce gotcha

Here's a fun little bit about Perforce that I discovered today. Let's say you "open" (a.k.a: check out) a file because you're going to edit it. Now let's say you're suspecting that your tree is a little messed up so you move it...
HaskellProgramming

My favorite monad tutorial

Been reading up a bit lately on Haskell and observing that there are a ton of monad tutorials out there. I've looked at a few and I have to say that my current favorite is: A Neighborhood of Infinity: You Could Have Invented...