Monthly Archives: August 2009

temporarily ignoring files in git

Quite often, you want to change a file temporarily whilst you work on something, but you know you don’t want to commit it. Right now I want to change my project’s logging from INFO to DEBUG, but I don’t want … Continue reading

Posted in Uncategorized | Tagged | 2 Comments

JavaScript.pm on OSX

Just a quick note… I was looking at RT#48699 when I noticed that MacPorts didn’t have JavaScript.pm in it’s collection. I needed to install it by hand. Unfortunately, the latest version (1.12) doesn’t install cleanly. So I’ve forked it and … Continue reading

Posted in Uncategorized | Tagged , , | 1 Comment

The importance of Central

One of the selling points of maven is it’s dependency mechanism. You say what code you need, and maven makes sure it’s there for you. The magic behind this is called central. It’s a phenomenal collection of software (much akin … Continue reading

Posted in Uncategorized | Tagged , | 1 Comment

I suck

Committing heinous violations of 3rd party code in order to not upgrade a dependency. Shoot me now. API design is an art, not a science Example code should be exemplary There’s nothing quite like seeing your failings when they’re painted … Continue reading

Posted in Uncategorized | Tagged | Comments Off

jslint.com mirror

Whilst I ensure I have the latest version of JSLint for each release of jslint4java, it’s often difficult to know what’s actually changed between versions. Unfortunately, Douglas Crockford doesn’t maintain a public version control system1 (which is entirely up to … Continue reading

Posted in Uncategorized | Tagged , | Comments Off