Browser History That Doesn’t Suck?

I just came across this post from Kevin Lim about a cool new tool for the (Apple-based) Safari browser called SafariStand. A bit like HistoryHound, this plug-in allows you to quickly search your browser history, review it as thumbnails, and has a killer, iTunes-style cover-flow view of your history called History Flow: Like Kevin, I’m …

Spa 2008 (Day 1.5)

So I got to SPA yesterday afternoon, but this is my first day proper. The sessions are longer than at other conferences I’ve been to, which allows for more depth. I’ve been to three today: – Code Debt (Workshop) – Is Software Practice Advancing? (Panel Discussion) – Real Options (Workshop) The evening is ensuing with …

Avoid Spaghetti Execution with the Judicious use of Inline Scripting

Rob Conery has kicked up a bit of a stink posting about the use of inline scripting in modern ASP.NET apps. I may post more on this subject when I have time, but I had to just weigh in with my support for disciplined use of this technique, which can save you hundreds of pointless …

Generics and NMock

Maybe NMock supports this, but I can’t see how. [Update 20/10/2007 – of course it does! See the comments for Aybars and Rob’s solution.] Let’s say I have a dependency of my SUT (system under test). That dependency looks like: public interface IDatabase { void Get<TTypeToFetch> (); } Now in my test, I want to …

Printing Your Todo.txt Lists to Index Cards at the Command Line

Like a few other people, I’m over kGTD. In the first flushes of my infatuation with the way of GTD she was good to me, showed me a few tricks I’d never seen before. We had some good times, syncing away. But my iCal started to fill up with billions of pointles calendars, my projects …

Web-Based Backup… Via a Trickle

A project I’ve been meaning to do for some time is set up a backup of the crucial folders on my home server to somewhere on the web. Preferably somewhere free, like my existing dreamhost space. What I didn’t really consider is… and I bet you’ve already guessed it, dear reader: the piddly-poor upload speed …

SSH on Cygwin

I’m following Gina Trapani’s outstanding tutorials on lifehacker to get me some of that unix command-line joy on the rusty old windows box in the corner. Note to other linux-naive cygwin users out there. If you want to install the ssh command, look for the package called ‘openssh’. No amount of staring at the packages …