Macification

So I’ve stopped using my mac laptop to remote to the work-provided workstation sitting under my desk—mostly because the corporate proxy has become too painful to work around without using a domain-sanctioned machine on the LAN. Having grown into my poweruser self while mostly using *nix/Mac, this leaves a lot to be desired.

Here’s a list of things that make the experience a bit more uniform across platforms:

  • Colibri: a somewhat adequate standin for Quicksilver
  • GVim: the same damn editor on every damn platform. So very good.
  • Cygwin: I haven’t gone much beyond the shell, but that’s the primary reason for grabbing it. Not the most intuitive thing to get running but worth the time. Powershell just doesn’t cut it.
  • Spotify: Not a Mac-specific thing but having the same audio player on all platforms makes me fezzy.
  • Firefox: for all the same reasons as Spotify. Besides, using the integrated sync function my history, bookmarks, and keywords follow me around. Also…I’ve been Firefox since it was Netscape 6 alpha releases. I’ve tried quitting for the new hotness several times but always come back. Must have add ons:
    • AdBlock: Because the WWW is so much nicer without the clutter.
    • FlashBlock: Autoplaying Flash is the second worst thing the WWW has ever sprung on us. Control when you see Flash content!
    • It’s All Text: HTML textbox elements can dump to a gvim buffer where you get all the vimmy goodness and then dump back to the HTML textbox with a simple 😡
    • LastPass: The one password manager to rule them all. Go premium and you get it on your mobile device too.
  • Thunderbird: Same mail client across all platforms is nice. Currently trying to set up a robust set of filters + well trained SpamAssassin to make webmail a useful alternative but until then, nice to have a client to do stuff for me.
  • Console2: My crutch for when Cygwin proves difficult. A wrapper for the native cmd.exe that, with creative use of DOSKEY commands in the launch script can map okay with bash. It isn’t bash though.
  • Virtual Box: The same VM tool across platforms is nice. VMware Fusion is hard to give up though.
  • WinMerge: A decent diff/merge tool. Integrates nicely with TortoiseSVN. TortoiseSVN is one app with no useful analog in the mac universe and this always makes me sad.
  • mRemote: Better than mstsc, not as good as Microsoft’s Remote Desktop Connection for Mac tool + Quicksilver. It serves two functions however: (1) saved connection information for dozens of servers (2) detachable tabs.
  • Python: The world’s best scripting language. Period. YMMV.

All of this to say, I’m certain there are better Windows-specific tools for handling all of the above tasks. They are probably even more functional, hip, and speedy. These are the tools that have made my own transition to a Windows workstation smoother. Not only that, but I’m still keeping my Mac/*nix workstations outside of my job so uniformity in environment is key.

The primary reason for publishing this? I’m getting a new workstation in the next month or so at work and so want to inventory all of the crap I’m going to have to reinstall once the transition happens. The funny thing? The workstation they are replacing is more than adequate for my daily needs in every way except one—it isn’t portable. I sort of wish I could trade them my aging MacBook for the workstation under my desk. It would make a great *nix tower at home! I believe it is also Hackintosh-able.

Reply All

Is this an effective and efficient way to ensure robust communication? Or is it a facile way of demonstrating how busy one is?

Because, seriously, the two in the example I’m working off can take their “I’m doing FOO know. You should do BAR”, “I’m almost done with BAR, you should be able to start BAZ” minutia off-list any time you’d like. My inbox thanks you.

Spamaramma

In the past week, I’ve had more than 2K spam comments submitted against this post of mine from way back in March, 2008. Crazypants.

Anyway, the volume does not slacken and moderating those at 20 posts at a time is kind of a suck. I’ve turned off comments for any post older than 60 days. This won’t mean a whole lot because there’s just over 40 comments total for this blog over the course of its entire run of five years come September. Most of these are me updating the original post even.

Lots to say, little time in which to say it. I hope to catch up brew blogging some time this weekend…perhaps with a homebrew or two. 🙂

Pour reports

It’s been a bit of a slog lately so I’ve failed to report on the last two beers to hit the fridge.

Black Squirrel

The Squirrel is the first repeat brew we’ve tried. The first batch was quickly consumed and highly regarded. The second time around things are equally good. I did cut down on the CO2 volumes because the last go round was a little over-carbed for the style.

It pours smoothly with a slight head that sticks around for just a bit. The flavor has nice malty tones up front that mellow to a nutty finish. The lower carbonation leaves this one with a fairly toothless bite. If the mouth feel was thicker, this would be a dry stout. Very quaff-able and low enough ABV to not smack you upside the head after having a few. I’m interested in trying to port this to an all-grain recipe but am hesitant just because the extract kit is so tasty.

Orange Moon

I’ve tried this one Wednesday evening and am quite pleased overall. The heavy citrus smell that came out of the fermenter was not as prominent as I thought it would be in the final product. I was also expecting a heavier clove kick to it since we pitched Belgian yeast strain. More Hoegaarden than Blue Moon. I think the cooler fermentation temps kept the ester formation to minimum. In the end, we got pretty close to Blue Moon.

Pours a cloudy light blonde with well-formed head that persisted for as long as I had it in a glass. Quite effervescent and highly carbed–almost more a wheat ale than a wit. Next time around I’d carb to 2.5 vols instead of the 3.5 BeerAlchemy suggested. The flavor was not as citrus/clove as I had expected and might be more subtle than the beer I tried to clone. I think I’d consider racking on top of zest in a secondary next time around. The coriander is noticeable and helps boost the fruit flavors. At 6% ABV, she packs a little more wallop than previous brews. Also mostly bottled in half liter flippies so care will be required when drinking these.

I really think I’m going to like this one. Definitely have some tweaks to the recipe and process in mind.

vi in VisualStudio? Yeah!

It’s not religion, but it is close. My attachment to vi has only grown since I first really gave it a shot little over two years ago. Getting vi keybindings in a Java editor pushed me to finally scrap Eclipse in favor of NetBeans.

At work I’m a little more heavily tied down in terms of IDEs. Ditching VisualStudio is not easy at $EMPLOYER. Imagine the joy I just experienced when I discovered VsVim. Happy days!