Tag Archives: development

It’s about the details

My default feed yesterday switch back to RSS 2 from Atom (and a huge thanks to Sam for pointing this out) because of a upgrade to WordPress 2.3.1.
It was another reminder of how things fail because of a cascade of missed details.
The immediate detail, was that I completely forgot my own quick hack to WordPress [...]

Peeling the Onion

And no, I don’t mean The Onion - which would have been far more entertaining.
Through Joi Ito’s blog I have recently become aware of the phrase “Yak Shaving.” Joi wrote about it in 2005, here’s WikiPedia’s take - and here’s an etymology from Alexandra Samuel.
When I first read Joi’s blog. [...]

Designing Content for the Web

Shelly Powers resurrected a post a few days ago on javascript “widgets” (without much thought you could extend this to any blob of javascript doing http requests and fun little rendering things with local and server data without refreshing the page).
It’s a long piece, that I think boils down to “web designers should use them [...]

wp-atom and wpLicense

Thanks to a couple of line changes in the wpLicense plugin - namely after line 384 - adding:
add_action(’atom10_head’, ‘cc_atom_head’);
and because of what is likely an output buffering issue somewhere - I had to change line 84 from:
link rel=”license” type=”text/html” href=”‘.licenseUri().’”
to:
link rel=”license” type=”text/html” href=”‘.get_option(’cc_content_license_uri’).’”
(yes, I need to debug this - it’s kind of a hack)
I now [...]

Quote of the Day

From me in email:
run-of-the-mill developers fix things
great developers fix things and share those fixes with their colleagues
I don’t do this as often as I should, but by damn I’m going to get better at it. There’s absolutely no excuse for making a fix, and not being aware that your fix might be useful for [...]

Wow They Did It

This isn’t quite on the scale of Linden Labs opening the sim code (actually, I’d be far more in favor of them packaging it up so that you could run your own sim) - but I’ll be damned - they open-sourced the client
That will certainly reverberate across the 2nd life and other 3D virtual world [...]

There’s a whole lot we just don’t know

This article from David Polack is fascinating. (via another interesting article from Jeff Moore about OOP, PHP, and futuring).
Written back in October 2006, after RubyConf - it talks about the language VM’s under development for Ruby - and well, it’s not all that positive on the future of Ruby for depolyment (which of [...]

Almost, but not quite, completely off-topic

Articles like this one from the ADC reference library (I subscribe to the feed) - make me so completely happy that I’m not doing desktop programming anymore (I never have done it on the Macintosh, Win32 was enough).
If you receive this return value from AuthorizationCreateFromExternalForm it means that the AuthorizationRef from which the AuthorizationExternalForm was [...]

Checking the angles

I’m not sure if the systems background that I have or that I am a perfectionist or that I’m just flat-out pedantic - but one of the things I’ve noticed in my approach to creating code that I haven’t seen in people that I’ve worked with that have come up through the developer (not support, [...]

Goodbye conventional wisdom

For years, it’s been the conventional wisdom in userid/password based authentication systems that the system provide the same error message for an invalid userid and/or invalid password. The idea being that you don’t want to let on to the “bad guys” that they guessed a valid userid and then proceed to repeatedly try [...]

Zed Shaw is my new hero

Warning, the man curses about as much as I do, but he’s damn straight right about programmers needing to get statistics
I’d just be glad if they actually understood the scientific method.
best line of the whole article:
If you want to measure something, then don’t measure other shit.
I think I’m even more impressed with mongrel now. [...]

wow

start.case.edu

Whew

If you don't follow the RSS feeds for the other sections on the site - go check out my tutorial on installing Apache2 using Fink
I just know you've been dying to run a webserver on your Macintosh. Impress your friends! Influence potential employers! Give yourself an opportunity to get hacked! (but learn [...]