1 part Sam Adams Boston Ale + 1 part Welch’s White Grape Peach Juice.
Friday, November 28th, 2008
I know it sounds bad, but try it. It really works.
Friday, November 28th, 2008
I know it sounds bad, but try it. It really works.
Tuesday, April 29th, 2008
I finally got around to uploading a video to youtube with imovie. Here it is.
Monday, March 3rd, 2008
Splunk is google for logfiles. Even the free license is all I would ever need with syslog configured properly on each server.
Monday, March 3rd, 2008
I am looking for an 1100 sq ft+ loft on a decent block in brooklyn. Any takers?
Monday, January 21st, 2008
I brought the old mythtv backend up with some updates. I managed to upgrade the thing from fedora core 7 to fedora 8 with the procedure I outlined here. I just had to modify the yum repos to point to the new fedora 8 repo. I bought a bookcase, an ikea made vesa mount, and a new 19 inch lcd. I mounted the lcd on the bookcase after some trouble, (note to self: tin screws work will to hold in cheap particleboard). The result looks good and saves space.
Friday, December 14th, 2007
Here is is. I have decided to use a mac mini as my mythtv frontend.
Sunday, December 9th, 2007

I know I am very late to the Xen party. I try to stay on top of the life changing software, but there have just been so many new things out there over the past two years or so. I tried running a Xen kernel a while back under fedora core 6, but there were serious problems with xen and the ivtv kernel module driving my pvr500. I was using that for my mythtv backend, which the wife had gotten used to. Guess which had to go. FF >> 2007. I am priming my hardware for a complete replacement, and have already ebayed the tuner card. I figured what the heck; I have a free afternoon. Why not install a xen kernel, and experiment? Good times. Between xen and perl I blew the weekend. I started to write a screen scraper for surfthechannel.com but I got bored. Here is what I have so far….
Saturday, November 17th, 2007
++
Living on Roosevelt Island….
cheaper; higher quality foods…
katz pastrami in any form…
–
The staff at Gabes school taught him to refer to Native Americans as “Indians”. They need to be corrected, and I need to find a better school for him. I thought that I would be able to try public school for a while until I found him something better; but it looks like that is not going to work out. That is unforgivable. Its something akin to saying colored. While most don’t care, the few that are affected take it at great offense. I do not want to offend anyone at all but if you still don’t understand the idea that I am trying to convey try one of these words. While they may mean nothing to you, they are very offensive to some and should just not be used. Bad form NYC Public Schools.
Monday, November 12th, 2007
They have sample code and videos on the website. The points that I have gathered so far include…
Saturday, November 10th, 2007
Last night I rediscovered wifiroamd. I had been using OS X for so long that I had forgotten what it was like trying to configure wireless under linux; let alone have some form of functional roaming from work to home. I used to always make two scripts.
1. for connecting to my wireless network at home
2. for connecting to the wireless network at work
These scripts would always bring the wireless adapter to a usable state via ifconfig, use iwconfig to get on the right channel, essid, etc… then run dhclient, ping something, and echo “OK”. When I was at neither location I would have to get the list of available networks with iwlist then use iwconfig + wpa_supplicant (if it was a wpa enabled network) + dhclient to get a connection. Frankly thats a pain the the ass. Wifiroamd handles all of that and things are seamless. By default it connects to the first unencrypted network with the highest signal reported by iwlist. But that behavior is easily modified.
After initial configuration it “just works”. I have it set up to start on boot. It finds my home network, starts wpa_supplicant, connects to it on the 802.11x layer, gets an ip, and tries to ping the gateway to check for connectivity. If I plug in my cat5, then the two connections are automatically bonded. You read correctly, automatically bonded, not bringing one down and using the other. It comes with samples to do other things like start an opnevpn tunnel on connection. I wonder if it could be extended to help with my other projects??