Mad Props!

Omniscience is just a Google-search away.

Login

You're reading Mabsterama, the weblog of Matt Hamilton. Enjoy your stay.

Blog

List Your Favorites in PowerShell

Here's a little one-liner to list out your all your Internet Explorer favorites: gci $env:userprofile\favorites -rec -inc *.url | ? {select-string -inp $_ -quiet "^URL=http"} | select @{Name="Name"; Expression={[IO.Path]::GetFileNameWithoutExtension($_.FullName)}}, @{Name="URL"; Expression={get-content...

Continue reading →

PowerShell Community Extensions Released!

Keith Hill has just announced the official 1.0 release of the PowerShell Community Extensions. This is a collection of handy cmdlets and functions for Windows PowerShell, and includes my provider for the Windows RSS Platform common feed store (which gives you a "feed:" drive on Vista, or if you have...

Continue reading →

Productive Developers

On this week's .NET Rocks , Richard Campbell made a really interesting comment. I believe he was quoting someone else, but the transcript's not up yet so I can't quote him directly. Instead, I'll paraphrase: If your developers are silent, they're not being productive. Developers love to talk about their...

Continue reading →

Restaurant Illiteracy

There's a nice restaurant in Albury called The Lounge. Sal and I go there every month or two - they have nice meals and great cakes for dessert. Anyway, we went down there on Saturday night, and were greeted with a handwritten whiteboard sign out the front: Emerse Your Sences Wow. Three words, two errors...

Continue reading →

Mad Props hits the Century

Wow - madprops.org just had its 100th member sign up! One hundred members might not sound like a lot, but when you consider that the whole site only consists of about four blogs and a few forums devoted entirely to Comicster , 100 is actually a pretty impressive figure. Here's to the next 100! May...

Continue reading →

Hmmm (TV Tie-Ins?)

This week's Veronica Mars had a reference to a character named P. Pitrelli who walked off a roof. Coincidence ?

Weekend Happenings

On Friday, as part of a work social event, I tried golf for the first time. To be honest, it wasn't as bad as I thought it was going to be, but that's probably because my 'team' (we played in teams of four) included our support manager Paul, who is actually pretty good at the game. I can see why golf...

Continue reading →

Zune Software and QuickTime

Steve Clayton posted last night about the availability of Microsoft's new Zune Software . This is the program that ships with their new Zune audio/video device (although I'm a little confused as to why they needed a whole new product instead of just using Windows Media Player). Anyway, I had...

Continue reading →

Windows PowerShell 1.0 Released

The official "RTW" (release to web) version of Windows PowerShell is now available! Check out the Windows PowerShell Team Blog for more details and download links. This release is actually identical to the RC2 release, except with a new installer and licence agreement. The guys obviously did such a good...

Continue reading →

WPF Not Using ClearType?

Paul Stovell has discovered that Windows Presentation Foundation uses its own font-smoothing algorithm rather than ClearType, and from the screenshots he has posted it's clearly (pardon the pun) inferior. (Hope you don't mind if I steal your image, Paul!) This is a bit of a worry. ClearType makes text...

Continue reading →