23 August 2011 ~ 0 Comments

Macbook Pro locks up with SSD installed.

TweetA few weeks ago I switched from my trusty old HP nc8430 to a Macbook Pro (MC118LL/A) that was left spare when another employee left. I mostly enjoyed using Linux but I was tired of dealing with weird quirks like having X lock up, essentially forcing me to do a hard reboot. To transition, I [...]

Continue Reading

26 April 2011 ~ 0 Comments

JavaScript: The Good Parts

TweetI just finished reading JavaScript: The Good Parts, one of the best programming books I’ve read. The ending is fantastic: We see a lot of feature-driven product design in which the cost of features is not properly accounted. Features can have a negative value to consumers because they make the products more difficult to understand [...]

Continue Reading

22 September 2010 ~ 4 Comments

The bright side of Compellent

TweetSince I was bemoaning Compellent’s pricing recently I figured it would be unfair of me not to highlight the upside. Their tagline is (or was when we purchased it) “The only SAN so sophisticated it’s simple.” While I can’t say whether they’re the ONLY one, the idea is definitely true. This is the first SAN [...]

Continue Reading

25 August 2010 ~ 8 Comments

Oh, Compellent… again with the disk prices.

TweetTime to expand the SAN again.

Continue Reading

31 May 2010 ~ 0 Comments

I almost forgot that I hate computers.

TweetI’d almost forgotten that I hate computers. Then I came home from Memorial Day weekend and woke my desktop up from Sleep in order to extract the pics I’d taken. The computer looked ok for about 15 seconds, then kind of froze. The cursor would move but it didn’t do anything. I watched it do [...]

Continue Reading

29 April 2010 ~ 0 Comments

Generate a report of Exchange mailbox sizes broken out by department and location

TweetI found a script a few months ago that generated a CSV report of mailbox size, which included the Mailbox Name (usually the user’s name), size in Kbytes, number of items, which server it’s on, etc. This was very helpful, but I wanted to see which department within the company used the most space on [...]

Continue Reading

20 April 2010 ~ 0 Comments

Upgraded to Fedora Core 12

TweetI upgraded my work laptop from FC11 to FC12 yesterday using the “preupgrade” tool. It was pretty simple, though it took a lot longer than I expected. There was some funkiness with my screen going crazy after the upgrade – my external monitor and the laptop’s LCD both did this crazy wavy-line thing. I tried [...]

Continue Reading

30 March 2010 ~ 0 Comments

Passwordless SSH Everywhere

TweetI’ve known about ssh keys for a long time and frequently use them, most frequently so that a script can transfer a file between two servers without having to do some mumbo-jumbo where I try to pipe a password into it or some other wacky thing. I hadn’t fully embraced ssh keys, though, because I [...]

Continue Reading