Category: Misc

Custom Website Rolled Out

I've replaced the website from Typo to a custom solution. Typo is great but I plan to add more content than just blog entries and did not want to work around it. Going custom, I can keep it lean and experiment with it on the side. Also, the theme changed from dark and moody to light and minimalistic.

So, starting fresh with a renewed focus. So far, I've converted over the old blog posts over but expect to see more content soon.

Misc. September 27, 2009 - 09:46PM. 1 Comment

Sharkey 20.0 20.0 20.0 20.0

Still got a laugh out of this classic comic years since it came out. Check out the rest of his site though unfortunately there isn't a full archive of his work.

Misc. November 26, 2008 - 04:36AM. 0 Comments

Alias Tip

alias for teh win! Didn't get into the habit until now because I thought saving a few keystrokes wasn't that beneficial. But damn it helps with a few edge cases and now I'm addicted.

In my ~/.profile:

# For managing encrypted FileVault containing my Rails products. # '-owners on' so the owner and groups can be set on files. alias mount_rails="hdiutil attach /Users/vwoo/Documents/Knox/rails.sparseimage -owners on" alias umount_rails="hdiutil detach /Volumes/rails" # alias now takes the place of bash scripts I made for several # server software installed through MacPorts. # Arguments work like bash scripts. $1 is the first argument etc. # so I can run 'apache start' and 'apache stop' alias apache="sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper $1" alias postgresql="sudo /opt/local/etc/LaunchDaemons/org.macports.postgresql82-server/postgresql82-server.wrapper $1"
Misc. October 11, 2008 - 12:27PM. 0 Comments

Less Clutter

Clean, completness, and clarity. There is something refreshing about an empty email inbox. There is satisfaction from accomplishing all to-do tasks. There is liberation from paying off debts.

Something I've been striving for in the past couple of weeks is to reduce the mass of junk thats been accumulating in my laptop. Lots of "I'll do that later" tasks spread out through email, iCal, and text files have been deleted. If I can put a task off for a long time, then it isn't important. The same with bookmarks, ebooks, media, and applications.

Like archiving a massive iTunes library and only restoring select music only with a need, clean out the dock of all icons and restore only the ones that are used regularly. Mine are Firefox, mail.app, iCal, iTunes, iTerm, and TextMate. Any other apps can be called up through Spotlight or Quicksilver.

I use instant messenging only a bit at random times of the day. The IM client I used previously would add a dock icon and perpetually open window that would take up unnecessary space the rest of the time. So I switched to iChat where it can be hidden away as a menu button when not in use. If iChat isn't working that way by default, enable it at iChat -> Preferences... -> General. Check off "Show status in menu bar".

Switching to iChat means a move to a different IM network. It offers a new opportunity to restart with an empty contact list. I added back only the contacts when I have a need to contact them. The end result in a much slimmer quality contact list. Old contacts who wish to can find me with the Jabber account info in my nick.

Misc. October 11, 2008 - 08:01AM. 0 Comments

Console Gaming in OSX



A year ago, I made the switch from the PC world to OSX rapture - specifically a 15 inch MacBook Pro. It greatly improved my workflow but gaming is definitely a weak point. While there are a few OSX native games that spark my interest, I seriously doubt they'd run well on a laptop. Also, I was given a friend's old Xbox collection that I could put to use.

Thus began my quest for a cheap USB video capture device. The only find was this product called the EasyCAP. Despite all the negative reviews and comments and the fact that it was Windows only (Parallels should take care of that), I went ahead and bought one of them off eBay.

It was as all the naysayers said it was: a massive disappointment. To its credit, it did manage to work once, though choppy in both video and sound. Nevertheless, No magic incantations or configuration would revive the usb device afterwards. Instead, the laptop locked hard several times.

After all that frustration, salvation was found in VideoGlide, a collection of native OSX drivers and video capture software. It just works and it worked the first time. That's really all that needs to be said about it. It just works.

Update: July 26, 08: The VideoGlide webpage now lists support for EasyCAP009, EasyCap DC60+ models. EasyCAP DC60, however is NOT supported.

Also, thought I should post some of my config in case it might help people setup their video capture.

Under "Record -> Video Settings...", make sure that the correct input is selected and/or choose the auto-detect option.





This is what I have under "Record -> Sound Settings...".







Finally, select the right digitizer. "USB Video Class Video" is for the built in webcam.

Misc. February 02, 2008 - 05:03PM. 2 Comments