Categories
Etc

Congrats to Dojo on 1.0!

Last night, Dojo 1.0 was tagged and released into the wild for all to play with. Massive congratulations to the entire team on this phenomenal piece of work. As has been documented before, it’s the underpinning of the new Bloglines front-end and has served as a excellent foundation upon which to build.

More in the future about how we’re using Dojo, why we chose it and how we interact with it internally.

Categories
Etc

Fresh

For those only seeing this in feed readers, blowery.org is sporting a new look today. Out with the dark, in with the light. Come check it out. :)

Categories
Etc

ssh keys and Leopard

I’ve been an SSHKeychain user for quite a while and I was a little concerned that something would change with Leopard that would kill it off for a while. Well, it turns out Leopard pretty much obviates the need for it. If you have private keys in your .ssh directory with the name id_dsa or id_rsa, Leopard will automatically try to add them to ssh-agent and optionally store the password in your Keychain. Thanks to Rachel Greenham for pointing this out.

Categories
Etc

Leopard is a pretty kitty (gone bad?)

I just got Leopard installed about.. 15 minutes ago and so far my favorite new thing: Safari 3. Holy crap is it fast. Bloglines beta is positively zippy, as is every other web site I’ve visited so far. It just blows the doors off Firefox on a Mac for overall browsing experience.Now if I just had Firebug for Safari3, I’d be a very very happy camper.

Update: Hit my first snag. Adobe’s Creative Suite 3 Web Premium Upgrade does not want to install. The shared components go in alright but the actual applications that I use (like Photoshop and Fireworks) all fail the install. Anyone run into this and find a work-around?

Update Update: Worked around this one by using the Migration Assistant after finishing the clean install. Photoshop works just fine now, or at least it appears to.

Categories
Etc

What’s up with HttpCompress / HttpCompressionModule?

A long time ago in a state far away, I wrote an IHttpModule that provides HTTP compression to ASP.NET applications. People liked it, I kept it fairly updated and responded to most of the bugs that came in. For the last few years, I have not released any updates for it nor included any of the bug fixes that have come my way. The DotNetNuke project came along and offered to pull it into their umbrella of services, which I agreed to, and it’s been living there since. Last I knew, I was officially the admin for it on DNN, but it’s not a role I’ve really performed in any way.Since then, the download page here on blowery.org stayed up and it’s still, by far, the most popular thing on my site. People seem to get some utility out of it, so I’ve kept it up and will continue to do so.I’d always wanted to get the source into a publicly exposed subversion repository and thankfully Google has made that dead simple now. Going forward, I’m going to host the project at http://code.google.com/p/httpcompress/ and track issues and discussion using Google Code’s tools. If you’re interested in advancing the project, let me know and I can add you to the list of developers over on the site.