Archive for June, 2005

Podcasting and the Commons

June 30th, 2005

Dave Winer has been talking about the lock-in Apple seems to be performing with it’s new Podcasting support. One of the things he mentioned was no links in the descriptions of the Podcasts. Obviously this is a problem and really needs to be solved so that BigCo’s aren’t shitting on the little guys.
I think one […]


Excel Autofilter Usability

June 19th, 2005

In my opinion one of the coolest features in Excel is the Auto-filter. It works quite well when using 1 drop down filter but when combining more than 1 it can become quite hairy. In my experiences not many people use multiple filters so it doesn’t particularly matter. The thing that really get’s on my […]


In the long run

June 17th, 2005

I have always said, mainly to Dave, given enough time, Open Source will always win. Now Jonathan Schwartz is agreeing with me. Sometimes, it can happen quite fast other times quite slow. But given enough time, it will always win.


Logarithms

June 16th, 2005

In my uni exam, “Data Mining Discovers Knowledge” we have to do some calculations without a calculator. This website that dave pointed out to me helps with a few of the rules.


Dreamhost + PHP5

June 16th, 2005

Dreamhost has added support for PHP5! Woohoo! The only problem I have is I can’t get HTTP Authorization working, but never mind, I’ve implemented forms based auth.


PHP Development Environment

June 14th, 2005

This popped up in my aggregator thanks to PlanetPHP. My development environment is similar to the one Sean uses, I use Eclipse (3.1RC) with PHPEclipse, TortoiseSVN because the silly SVN client doesn’t work that well in Eclipse, Vim and jedit as my secondary editors and Putty for SSH. I do most of my development against […]


Geek Conversations

June 8th, 2005

Robert Scoble, Joe Beda, and Ted Leung were all at the Friends of Maryam BBQ (Scoble’s wife). There was a bunch of geeks there, similar I’m sure to one of Scoble’s blogger dinners but they were all there under a different pretense. I’m curious, does conversation always end up on the current technology at these […]


Scripting a network printer

June 7th, 2005

I spent a bit of time today trying to figure out how to add a network printer from a batch file in Windows today. Here it is.
rundll32 printui.dll,PrintUIEntry /in /n\\host\Printer


Views in MS SQL server

June 6th, 2005

I do a little bit of development with Microsoft SQL server and recently I edited a couple of tables and some really weird problems started popping up. A few of the views that were referencing that table weren’t behaving at all, really wierd faults as well. It turns out to fix the drama, you need […]


Mac and PowerPC

June 5th, 2005

There has been alot of speculation regarding Mac’s switch from IBM to Intel chips. In his usual discussive way, Daring Fireball suggests that it is distinctly possible that the Mac is changing to x86, though I think that possibility is out of the question.
It’s reasonably obvious that some of the industry powers (Microsoft, Sony and […]