By barneyb on March 17, 2011
So after getting my dose of bagpipes for the evening, I was playing on Kim's computer and discovered there is exactly one page in Google's index containing the phrase ""holy cock pants, batman!"
Aside from the obvious awesomeness of the phrase, I was rather surprised to find a relatively short phrase with exactly one instance in [...]
Posted in aside
By barneyb on March 1, 2010
Yeah, so apparently WordPress 2.9 totally broke K2. My apologies for the horrific appearance of the site, though I'm delighted to say the admin area still looks awesome! Or something. I'll get it fixed here shortly, I promise….
UPDATE: apparently WordPress not only deprecated `attribute_escape`, they also changed it's functionality (despite it's widespread use in the [...]
Posted in aside, meta
By barneyb on January 25, 2010
I just upgrade to Subclipse 1.6 and it has an awesome new feature: diffs right in the commit dialog. It seemed a common use case for myself that when it came time to commit, I'd open my commit dialog and cycle through the files writing my commit message in Kate because I couldn't type while [...]
Posted in aside, eclipse, tools
By barneyb on May 3, 2009
At least according to Pandora. I've not noticed music-tuned ads before, so maybe it's just a coincidence, but interesting none the less. Or I'm just drunk and wishing I'd gone to Lacuna Coil and Disturbed with certain other CF guys.
Posted in aside
By barneyb on April 26, 2009
When you change the hostname of your computer, you need to do two things: add a local alias to Sendmail's config and restart sendmail. I'm pretty sure I've forgotten step two every time I've set up a new box, and my new server was no exception. Fortunately, I finally remembered that that was the problem [...]
Posted in aside
By barneyb on April 15, 2009
I've been bit by this twice in the past few months: comparing database columns that aren't the same type is really really expensive. If you've only got a few rows, no big deal, but if you've got a few hundred thousand (or a few tens of millions) it makes a huge difference. And varchar is [...]
Posted in aside, database
By barneyb on April 15, 2009
Both of the bugs I found in Open BlueDragon while working on CFGroovy have been fixed. Yay for being on the ball. The bugs were that CFDIRECTORY didn't recurse if you used a filter and that numberFormat didn't accept java.math.BigDecimal as a valid number.
Posted in aside, bluedragon
By barneyb on March 20, 2009
Based on several suggestions after my last post, I gave OpenPandora another try. So far it's been pretty stable and handles the new player layout correctly. Nice to have my keyboard shortcuts back, though it does occasionally throw up "do you want to debug this error" dialogs (from Visual Studio, I'm guessing?). But working well [...]
Posted in aside
By barneyb on March 18, 2009
Ever since Pandora prevented accessing the miniplayer directly a few months ago, I've been using a little bookmarklet to fake it. Set http://pandora.com/ as my IE homepage (about the only thing I use IE for) and put the bookmarklet in my links bar to click immediately after launch. Net result: a perfectly sized window, hiding [...]
Posted in aside
By barneyb on January 30, 2009
I found this uncommitted change to a file on one of our shared dev servers today:
<CFIF IsDefined("request.traceactive")><CFELSE><CFSET request.traceactive = "false"/></CFIF>
<CFSET request.traceactive = 'false'/>
I don't even know where to start…
Posted in aside, cfml