Tag Archives: coding

Credit where credit’s due

In a pull request, though, there are two key people: the author and the committer… Both of these people should have their names attached to the commit. Continue reading

Posted in Minecraft, Programming | Tagged , , , , , | Leave a comment

Siftability

I made the somewhat rash decision to buy a pack for $100…that $100 was one of the best expenses of this decade. Continue reading

Posted in Tech | Tagged , , , , | 1 Comment

You’re off by one there, sensei

Like any introduction-to-language seminar, the dojo had several notable successes and a couple shortcomings. Continue reading

Posted in Tech | Tagged , , , , , | 1 Comment

Multilingualism and MATLAB

…I immediately tried to design the estimation function to accept another function as an argument to be evaluated later. In a language with first-class functions, this would be trivial; MATLAB, unfortunately, is not such a language. Continue reading

Posted in Tech | Tagged , , , , , | 1 Comment

I thought I was done with CPS

I stumbled across a couple blog posts the other day talking about applying continuation-passing style (CPS) in Objective-C. Continue reading

Posted in Tech | Tagged , , , | Leave a comment