Monthly Archives: February 2009

I’m not joining the strike

So Lawrence Lessig, who I have a huge amount of admiration for, is advocating that we, the small time internet-centric donors, go on strike, and refuse to donate any more money to any candidate who doesn’t support public financing of campaigns. For Lessig’s side of the issue, see here. I’m not joining the strike- in [...]

Posted in To Be Categorized | 1 Comment

Programming Doesn’t Suck! Or At Least, It Shouldn’t

If anyone anywhere should be able to harness the power of computers to make our work easier, it should be us programmers—the ones harnessing the power of computers to make everyone else’s work easier!

Posted in Classic, Programming Language Punditry | 16 Comments

OS-X Shortcuts for Grails (and Other Stuff)

I use bash and vi basically as my IDE, so here are a few of my favorite functions. Hopefully people out there can use these functions as a basis to customize their own shell to really be maximally productive. This is a straightforward Hamming encoding of one of my most common commands. alias g=’grails’ This [...]

Posted in Code Samples, Groovy | 1 Comment

Open Source Journaling: Cornerstone

I did another brief update to Cornerstone last night. When parsing floating point numbers, I was doing a parse of an integer, then the dot, then a series of digits, and gluing it all together afterwards. Fred Medlin at the Java Hack Night pointed out that was silly, and I should should parse the value [...]

Posted in Ashlar/Cornerstone, Open Source Journaling | Tagged , , , , , , | Leave a comment

Open Source Journaling: Autobase v0.8.1

Did a bunch of work on Autobase tonight, culminating in a v0.8.1 release. First, I upgraded to Grails 1.1b3. This wasn’t that big a deal, except they moved the staging directory on me, so I had to shift to using stagingDir on the eventWarStart to populate the war. That was on the to-do list for [...]

Posted in Autobase, Open Source Journaling | Tagged , , , | Leave a comment
  • Categories