Feed on
Posts
Comments

Archive for May, 2006

I just did a little bit of testing at work and thought I’d dump it here for future googlers:
We’ve got an internal app team building some REST webservices and they wanted to know the practical limits of GET URL length. Now browser limits are well known, but since the clients will be programatic they wanted […]

Read Full Post »

Ok - for me it boils down to: hg’s speed vs bzr’s renames
Mercurial is much much quicker. That’s not an imperical measurement using a large source tree - it’s an anecdotal observation on a tiny one.
For example, just typing ‘hg’ returns in 80ms, ‘bzr’ takes more than half a second: That’s just to dump the […]

Read Full Post »

BicycleRepairMan operates by searching and modifying python files on the filesystem, and thus has always required that you save your work before you do a query or a refactoring. I’ve never felt this to be a big deal before, but more recently I’ve been using its functionality more aggressively within emacs and I’ve started to […]

Read Full Post »