RIP Big Brother
Many of my personal experiences, particularly sad moments I have refrained from blogging about. But knowing that my brother not only loved the Internet, but also that he had checked out my websites over the years I really felt this one was important. I said good-bye to my oldest brother William Francis Buffington Jr. today, or Bill as we all knew him.
I will never forget you Bill. I will always remember you and Janet coming over on Halloween night when I was a kid, the whole family gathering on Christmas at your home on Christmas night, Summer weekends at the cottage in East Berlin when I was a teenager and all our hardcore badminton matches. You, Steve Fritz and I going fishing and us rarely catching anything, except a laugh from one us doing something goofy (Usually Steve and his duct taped rods).
I remember you introducing me to computers and letting me play on them at your home starting when I was very young. Playing with computers hooked to your TV with a cassette tape drive in the late 1970s or early 1980s all the way to playing games on your Apple or IBM computer in the early 1980s. I decided to work in the Information Technology field because I wanted to be like my big brother.
You were more outspoken than me and although we perhaps did not always see eye to eye, I loved you dearly and I had hoped we had many more years together. I always thought you were one of the most intelligent people I had ever been associated with and envied you. Like dad, you left us far too young. Perhaps this is the crutch of being the youngest sibling, I felt I lost dad and mom too soon and now you are gone too, much too soon.
You and Janet were like second parents to me when I was kid and I often revisit all those happy memories. I love you and I will miss you big brother. Not a day will pass where I will not wish I could relive some of our moments together and I hope you knew how much you meant to me.
Running 2011 Final and Run 2012
In April of 2011 I began my journey to become a runner. At the time I could not run one mile without my leg muscles retaliating, who am I kidding I could not run for 2 minutes without the muscles in my lower legs becoming painfully fatigued. By the end of 2011 I had run two official 5Ks and I was running 2-4 times per week, I had become a runner. Overall I was pretty happy with my improvement in my ability to run, though for a guy who lifted weights most of his life I was pretty frustrated at how I had lost my ability to run and the competitor in me wants more.
Beginning in June I have at times felt like I could really run, although currently the good days only come about occasionally, the sense of freedom I feel running is difficult to explain. I ran on the beach, I mean a real run of several miles, for the first time in my life in July and it was awesome. I ran two official 5K races for the first time in my life, the last being Thanksgiving morning, and I was not the one puking at the top of a steep hill. All of that alone was something I could only imagine doing at this time a year ago. Now my thoughts are turning toward, how I can recover faster, increase my distance and improve my running time.
This year I want to run at least one 10K and I want to run a 5K in under 30 minutes. For the first time in my life I am going to actually monitor what I eat for longer than a month with the intent of dropping some fat off my body. I actually lost around 15 pounds running last year, but I am still roughly 20 pounds heavier than I was in my early 30s. While my shoulders are a little bigger now than they were when I was 30, so is my belly. I am pretty certain that my lower legs would recover better and take a lot less pounding if I drop some more fat from my body and considering the amount of time I spent running and weight lifting over the last year, the fat is not coming off without a diet change. My wife and I are going to work on the diet changes together, the only way this is going to work is if both of us do it together.
My running year ended on a down note, I last ran December 23rd, intending to run again the day after Christmas. The day after Christmas I came down with a terrible cold that both drained me physically and left me congested and coughing. I was actively already working to increase my mileage prior to the new year, so I hope I can recover from this cold soon and get back out on the road again soon, perhaps tonight. Here is hoping that Run 2012 is even more productive than Run 2011 was.
Programming Commitment 2011 Final and Code 2012
Last February, I made a commitment to program more in 2011 and to explore a few new languages in hopes of improving my programming skills. In 2011 I used Shell, PHP, Python, Ruby, Clojure and Haskell, with Ruby, Clojure and Haskell being the new kids on the block. Clojure and Haskell were functional languages I toyed with over September and October mostly as diversions. Currently I could never see me writing anything major in either Clojure or Haskell, but they were interesting to visit and I might go back to them again someday.
Being mostly a hobbyist programmer ( I do program from time to time in my day job. ) the best thing I got out of this past year is that I actually wrote some code that did something I needed and I also took a Python class through the O'Reilly School of Technology that improved my Python coding. PHP was the other language where I actually wrote some code to improve current projects as well as to scratch an itch when needed. I had hoped to write something in Objective C, Cocoa or Google GO this past year but it just did not happen.
Overall I think my 2011 programming goal was a good idea and I was somewhat successful over the past year. My goal for 2012 is that I want to continue my programming practice, but I want to spend less time consuming content this year and more time creating. This year's programming goal will be known as Code 2012 and I intend to continue this goal on a yearly basis.
Create RSS Feed of Runkeeper Actvities
When I first became a Runkeeper user I was content with having my activities available on the Runkeeper website only. Once I started running regularly and started to talk with other runners I was eventually asked if my activities were available at any location online. In my mind I thought for sure that Runkeeper would have a simple RSS feed of my activities. I had never looked for a feed before because I was posting the activities and did not feel a need to track them. I was shocked to find that there was no RSS feed and that since the beginning runners had been asking for this feature. There is no easier way to share activities with other runners than giving them an RSS feed of your activities.
I looked around to see if anyone else had already written something to build an RSS feed. While I found a couple folks had tinkered with it, they were either not doing enough or too much. So I decided to write a PHP script that would scrape the Runkeeper activities and build an RSS feed with a fairly barebones PHP installation. I am using PHP 5.3, but I suspect this would work with some other versions of PHP as well. The feed that my script builds is here : http://scott.buffington.me/runkeeper.xml
Because we are scraping the Runkeeper site, I highly recommend you either manually execute this script and redirect it to a file after an activiity is posted or do what I did and setup a cronjob to call the script. I have mine execute twice a day after times I commonly run. Be respectful to the Runkeeper website, if not, you may get your script blocked. There are only three variables that you need to set at the top of the script, those being your Runkeeper user ID, your email address and your name. Otherwise this should work for anyone that has made their activities public. This script out of the box will grab your last 12 activities, scrape the json file associated with each of the activities and build an informative RSS feed with a direct link to each activity. I could have included more, there is a lot of info in each of the json files associated with each activity, but I thought what I included was just enough for an RSS feed.
Note: Running this script from the command line and redirecting the output to an XML file is the intended use of this script. If you run it from the browser, it will return to the browser after it scrapes Runkeeper. This is slow and optimally not how this script was intended to be used. For testing purposes, running in a browser is fine.
Download : runkeeper.php
RIP Dennis Ritchie
My favorite quote - "UNIX is very simple, it just needs a genius to understand its simplicity." -- Dennis Ritchie.
Programming Commitment Update
We are approaching the last quarter of the year and some may be wondering or perhaps forgotten about my programming commitment goal. Back in February I blogged about wanting to spend some time this year trying out some different programming languages hoping to explore their strengths and how I might use what I learn from them to do interesting things in my chosen programming languages. For anyone coming into this topic new, I am not a professional programmer, but a hobbyist. While I have not abandoned this goal, there is a reason why I have not gotten very far nor posted any updates until now.
The language I tackled first was Ruby, and while I actually thought Ruby might possibly replace my interest in Python, I quickly discovered why that would not happen now and will likely not ever happen. I have tinkered with Python from a very high level for a number of years for my non-web related programming. As mentioned before, I am pretty happy with PHP for my web programming needs. Python is a language I have started to use for little command line tools and toys and if I were going to explore Ruby deeply it was going to have to scratch that same itch. The problem I ran into is that when trying to learn how to program specific things with Ruby, a large percentage of the content on the web is for Ruby on Rails. I have no interest in in developing anything on the web with Ruby, so that framework was pointless to me. I did explore Ruby for roughly a month, and played around with it, but in the end it just made me want to dive deeper into Python.
So I ended up enrolling in a Python class through the O'Reilly School of Technology. While the class was not out of this world, it did get me thinking more like a Python programmer than I did prior to the course. Before and after the course I have been tinkering with a Python project used for file sharing with a friend (Scott Wood) and continued toying around with some of my own projects. Within the next month we will probably be doing more with our file sharing project, named Gremlin, and perhaps working on some other Python related projects.
Since I have not abandoned my goal of trying out some other programming languages, I have the last quarter of the year to hopefully check out at least two more languages that I have not experimented with before. The two languages I am considering are Haskell and Erlang, neither of which I have ever experimented with. I chose these two because I stumbled across both when initially thinking of trying this experiment. I have not started to seriously look at either language and I am not married to the idea of exploring these two specifically. If by chance anyone reading this has some other language suggestions I would love to hear your thoughts as to why I should explore another language.
Yes I am Finally a Runner
Yesterday the day finally arrived for me to run my first official 5k and I successfully achieved my goal of not only finishing (I knew I would finish), but to run the entire race(no walking breaks). Here is the GPS proof of my accomplishment -Race for Grace 5k. Now you might notice a nice straight green path, I ran the red path. It turns out that due to last weeks flooding they had to change the course. I drove the original course a few weeks ago and it did not seem too hilly, the new race path was very hilly. My running partners and other runners agreed that it was a hilly event.
While I would consider supporting the Race for Grace event again, the course was not clearly marked at all and thankfully we were able to follow other packs of runners along the race route. The race was a small event, I would estimate that there was maybe 80 runners/walkers. Because it was my first 5k, I am kind of hoping it is an annual event and I can run again in years to come. I found out upon checking in that this was only the second time the event was run and the last time was two years ago.
The weather was almost perfect, upper 60's, no humidity, sunny and windy. I could have done without some of the wind, but in reality it kept me nice and dry during the entire run. I did notice how accustomed I am to running at night, the Sun felt a little brutal when I ran in full sunlight. I found myself seeking out the shade from trees along the race route.
Running with someone was a nice change and my friend Thom is a veteran of a few 5k events. He assured I did not start off too fast, which was something I was worried about doing. We both setup camp at the very back of the field prior to the start. Unfortunately this meant we had to dodge a few walkers at the start, but I do not think this slowed me down at all. I felt like running at a faster pace to start the race, but I made sure I stayed along side Thom and we trudged along as most of the 1st mile was uphill. I felt good and was able to talk the entire run, although around the 2 mile mark I had about had enough of running up and down hills. It felt like we ran uphill a lot more than we ran downhill, but obviously since we went in a circle we went down hill as much as we went uphill.
A friend of mine had suggested starting at the very back of the field to start the race and I found this worked perfectly for us. We passed a lot of runners that started out faster than us, some eventually ran slower and we reeled them in. But there were a lot of runners that we caught late in the race who started out too fast and could not will themselves to run the entire 3 miles. Not a single person passed us the entire race. I look at it this way, if I had walked any of the 5k I could not honestly say I ran a 5k. This might not bother some people, but when I ran the Harrisburg mile in 2008 and I ran the first quarter mile in 1:36, I walked at least a quarter mile if not more of the event and finished in 9:44. I felt like I had failed, because I did not run the entire event. That might not have bothered some people, but it bothered me and I wanted to make sure I ran every inch of this 5k.
I finished in roughly 35:42, passing two more runners in the final sprint to the finish. This was not a blazing time, but it was about what I expected and best of all, I ran every inch of the 5 kilometers and a little more. It is like I finally got a monkey off my back and I cannot wait to run another event. I am hoping I can manage to schedule at least a couple more events before the end of the year. Yes, I can finally call myself a runner.
This Week's Taglr.us bookmarks
Shared bookmarks for
taglr.us user
Scott Buffington.
This Week's Taglr.us bookmarks
Shared bookmarks for
taglr.us user
Scott Buffington.
12th Annual System Administrator Appreciation Day
Today is System Administrator Appreciation Day, celebrated annually on the last Friday of July. A lot of you that read this blog are sysadmins like myself or you qualify as being recognized for your work on keeping the computer systems at your place of employment running smoothly. To each of you, Happy System Administrator Appreciation Day! Here is hoping that today finds you drinking a free quality coffee, feasting on free goodies or better yet, a free lunch with a craft beer for the road.
Redesign
The first few years I had a website I would redesign my websites all the time and I really had some hideous designs in the early days. But I also had a few I really liked too. The last time I redesigned I believe was when I moved to my current domain name, so it has probably been three years or more since I made a major web design change to this website. Most people are using Wordpress or another piece of blogging software where they can just move to a new theme. While I do have my homegrown solution written in a way where I can mostly drop it in, it requires a little more work to get everything just right with a new HTML design. In other words I do not have it coded in a way where it uses themes.
So what spurred this change? I am beginning to play around with HTML5, so if you are viewing this design in a browser that is not capable of displaying HTML5, it might not look quite right. Although I am sure it is readable, you might be missing some of the little touches. I do not have everything HTML5 compliant, I just wanted to start to move that direction. Overall I really liked my old design, but I felt it was time for a change. I hope for those that visit, the new design is pleasing.
Finally a Runner?
Beginning in April I began doing something that I have tried a few times before only to meet failure. I started running again. If memory serves it was 2004 when I first decided I wanted to be a runner and again in 2008 where I almost succeeded, but grew frustrated. I half heartedly tried again in 2009 and 2010 but each time I encountered the same issue that has plagued me since I reached age 30, an issue I thought might be shin splints. I now think I just have conditioning issues with my lower legs. Each time I haved tried running distances since 2004 the muscle structure in the front of my lower legs (Tibialis?) became so engorged with blood that the pain was too much to continue running. I am talking to the point of pulling so hard on the knee I was forced to limp. I managed to work through it enough in 2008 to run the Harrisburg Mile, but my time was horrible due to the lower leg issues and running the first quarter mile much too fast. I knew I could do much, much better than my 2008 effort. What I needed was a better plan.
Over the years I read about the Couch to 5k plan,but I was not sure if I wanted to bother timing how long I walked and ran. I just wanted to run, like I did in my 20s. I once went on a 10 mile run with a friend at the drop of a hat, never having run that far before. I do not know how I did it.
Late last October I looked at the Couch to 5k plan again and looked for iPhone applications in the app store. I have used Runkeeper for my running, walking and bicycling and I love that application. Sure enough, I found several applications and decided to try one called, Get Running. Get Running does all the timing for you and comes with a pleasant British accented female voice to queue you when to run, walk and when reaching various points in the program. So I used Get Running and Runkeeper together, thank you background applications, to track my running and to allow me to easily try the C25k training program. I tried initially in November and I liked the app but lower leg discomfort combined with cold weather does not make for the greatest motivators. I decided to commit to a weight training program, another difficult task since I lost my training partner in 2006, and revisit Couch to 5k in the Spring.
In April I decided I was going to do it, and I was going to work until I got past the conditioning issues with my lower legs. By week four I had a failed a run and took a few days off and rolled the application back a couple weeks, I was not giving up. I seemed to be noticing an improvement, the muscle tightening issue disappeared completely from my right leg and I now only noticed it with my left leg. Even with my left leg the pain was taking longer to show up and recovery happens quickly after I stop running. Was I finally going to be able to run like I could in my 20s?
I wanted to write a blog post so many times over the past few months talking about running, but I did not want to have to face failure again, and certainly not stare at it on the front of my blog. I still go back to my Harrisburg Mile post with disappointment. So I waited. I finished week 5 and ran for 20 minutes straight, I thought I was finally a runner. Week 6 started and each run felt harder than the week before, oh no, the dreaded lower leg tightness was going to defeat me again. I made it through run number 1 and number 2 of week 6 and decided to give myself a few days off. I wanted to take 2 or 3 days off but ended up taking 4 days as I was unable to find time to run due to family commitments. I like to run late evening, I am not a morning person and I have always felt that my body is warmed up better by late day. Last Fall I did morning runs and I felt rushed to start them at 5am and I hated it.
The day arrived (yesterday) that I could try the week 6 day number 3 run. The task ahead of me was 25 minutes of running. I have not run for 25 minutes straight since I was 27 years old, I am 40 years old now. I decided I would go for a morning walk just to warm myself up for the evening run, so I managed a mile and a half walk over lunch and felt ready for the evening run. I admit I was a little nervous, I knew I was going to experience some leg tightness and just hoped it was not extreme. Though mentally I had powered through some difficult runs throughout the program, it is difficult to face muscle pain every single run. Keep in mind, the muscle pain has caused me to limp or stop running in fear that I was going to cause injury in previous years attempts.
So I started my run on a slightly humid evening and the first 5 to 10 minutes of running felt great! I am finally also noticing more of a cardiovascular workout more so than on any of my previous running attempts in the last 10 years. I was not failing running because of cardio conditioning, it was muscle conditioning related, and finally I was having to monitor breathing a little more. At the 15 minute mark my legs were tightening a little more, as usual mostly the lower left leg and as I neared 20 minutes I noticed the tightness was pulling on the outside of my left knee. Oh no, I experienced this last Fall when first trying this program and it hurt. I tried to push off a little more on my strides to force the calf muscle to stretch a little more and this worked for me. The tightness and pain became no worse and actually seemed to subside somewhat. At 25 minutes I knew I could have easily run another 5 minutes, but after a few extra seconds of running for good measure I stopped and walked. In no time at all the muscles recovered and I could actually walk at a good pace. I think I might finally be a runner, maybe?
I have three more weeks of the program to go and I am looking at probably August for a 5k, barring no injuries. July I have too much going on and my vacation week for the third year in a row falls during the Harrisburg Mile. I definitely want to run a mile again, just to beat the embarrassingly poor time I put up back in 2008. I am focused on a 5k before the end of Summer, a hopefully somewhat flat 5k. I am not quite at the distance I need for a 5k but my current training route is down an incline and back up an incline. I might try to schedule one of my upcoming runs at the local high school track to see how I do on a flat service. My lower legs would probably also thank me for giving them a break from the road running. I am positive I have lost fat, based on the mirror and my belt, since starting the program, but I cannot tell you how much because we do not own a scale. I know I was probably near or at 200 pounds back in April, I have a solid build, having weight lifted all my life, but but at 5'8" that is 20-30 pounds overweight.
This Week's Taglr.us bookmarks
Shared bookmarks for
taglr.us user
Scott Buffington.
This Week's Taglr.us bookmarks
Shared bookmarks for
taglr.us user
Scott Buffington.
- Brutal Deluxe Forum:
Yeah I am messing with forum software again. This is a new idea in forums, at least new to my knowledge. I have been using forum software for well over 10 years, installing it, moderating it and hacking it. So frustrated with it, I have often thought about writing my own, the creator of this forum software did it and did it the way I imagined. Simple with no fluff and focusing on the conversation. Love it! tagged as: forum, forums
This Week's Taglr.us bookmarks
Shared bookmarks for
taglr.us user
Scott Buffington.
This Week's Taglr.us bookmarks
Shared bookmarks for
taglr.us user
Scott Buffington.
- Double Jack Imperial IPA from Firestone Walker Brewing Company - BreweryDB.com:
Double Jack IPA is a Imperial IPA that features a big malty middle to cloak the high alcohol and mouth puckering hop bitterness. Huge tangerine, grapefruit and juicy fruit aroma blossom over the herbal blue basil and malt earthiness of this aggressive beer. Best enjoyed in moderation. tagged as: imperial_ipa, craft_beer, beer, california - Just Outstanding IPA from Kern River Brewing Company - BreweryDB.com:
This India Pale Ale has a strong malt character and a large hop profile. dry hopped with Simcoe and Amarillo hops to give it that great floral aroma and citrus finish. If you like a strong IPA, you'll find this one just outstanding. tagged as: ipa, beer, craft_beer, california - Pliny the Elder from Russian River Brewing Company - BreweryDB.com:
Pours stunningly clear and brassy. Stunningly refined much like the clarity. Proudly flaunts a bold west coast IPA citrus and pine hop character floral and perfume-like, starts to fill the room upon pouring. Notes of tropical fruit and grapefruit rind surface over a steady pine backing. Malt character is sweet bread like and just enough to push back the waves of pine and grapefruit hops as they cascade through the drink. Some of the hop flavor reserved in place of bitterness which flows in seemlessly towards the end of the drink and lingers in the aftertaste, smooth and drying. Flavors don't seem too bold or overwhelming but it isn't hard to appreciate how well all aspects of the drink are integrated. A fine tuned machine of a beer.Good body and carbonation to keep the beer lively and balanced. Very smooth, alcohol hidden well but leaks out on the finish. Truly the standard of which DIPAs are compared, while others may exceed this at certain features Pliny is well rounded at all corners and will always be in the discussion of top beers. tagged as: imperial_ipa, beer, craft_beer, california - Island Pale Ale (IPA) from Coronado Brewing Company - BreweryDB.com:
Our Islander IPA is a powerful West Coast IPA. This beer bites back with an intense hoppy zing and high alcohol content. The Islander IPA is dry hopped with tons of Centennial & Chinook hops and its fruity aroma will win your approval. tagged as: west_coast_ipa, california, beer, craft_beer - Hop Head Red Ale from Green Flash Brewing Company - BreweryDB.com:
Resinous hop character and bitterness balance the rich carmel malt base. We took it a step further and Amarillo dry-hopped the brew to 45 ibu's, creating refreshing and savory hop flavors and aromas. Is it red IPA? That's your call. tagged as: ipa, beer, craft_beer, california - West Coast IPA from Green Flash Brewing Company - BreweryDB.com:
This West Coast-Style India Pale Ale is extravagantly hopped, full flavored, medium bodied and copper colored. A menagerie of hops is combined throughout the brewing process to impart specific characteristics. Hops used include Simcoe for a unique fruitiness and grapefruit zest, Columbus for strong hop pungency, Centennial for pine and citrus notes, and Cascade for floral aroma. tagged as: west_coast_ipa, beer, craft_beer, california - Mongo Double IPA from Port Brewing Company - BreweryDB.com:
Like most double IPA-style beers, the taste of hops that linger for days is at work in this beer. The hops weave in and out of what little malt you can taste. C tagged as: double_ipa, california, craft_beer, beer - Le Freak from Green Flash Brewing Company - BreweryDB.com:
This Belgian Style IPA is an "out of the box" convergence of beer styles where American Imperial IPA meets Belgian Trippel. The end result is a zesty brew with enticing American hop and Belgian yeast aromatics that lead you to delicious malts and a complex layering of hop flavors that quench and refresh your pallet. tagged as: ipa, craft_beer, california, belgian, beer
First Impressions Music Beta by Google
Update: Alex tells me if I understand him correctly that it appears that Google's Music Beta seems to attempt to do gapless when cached, but does not quite pull it off.I tested playback on a gapless album and on the second play back it appears to be workingat least on the album I tested, there is a gap between tracks when played back by the Music Beta.I thought perhaps by selecting play album there might be some logic that detected the album was gapless but the tracks had the same several second gap when moving to the next track. Google is doing some caching of each track just before the track plays and it seems that after it gets everything cached the Music Beta recognizes gapless tracks or at least the lack of a gap. Really awesome and would love to hear if others are seeing the same thing.
Also of note, if you have tracks that fail on the upload, but are supported tracks. Just select a different Music library under preferences and then select the iTunes player Music library again. This corrected the failures that I encountered.
Yesterday I received my Music Beta by Google invite and unlike Gmail there does not appear to be any type of feature that allows users to invite people they know. These invitations come directly from Google provided you applied for an invitation. Prior to receiving the invitation I had read very little in the way of reviews or features of the service, I did know that the initial free space allowed was greater than what Amazon Cloud was offering, though Google has not stated what the free allocation will be when they are out of beta. Google often leaves these things in beta for a very long time and I would be surprised if the free space is under 5GB.
To upload music to the Music Beta you need to have a Mac or Windows computer and you have to use Google's Music Manager. Having moved my music to iTunes a long time ago I am happy with the features of the Music Manager. The upload options on the Mac, which is all I have tested, is to select music from iTunes player, a music folder or other folders. I selected iTunes player and because I keep all my music on my Mac Mini Server I set the Music Manger to keep my iTunes library in sync with my Music Beta library.
It seems podcasts upload, but audio books do not. It looks as though all my audio books are on the ScanFailure.log, which I suspect might be due to DRM issues. The Music Manager notes that some file types, like Apple Lossless, are not supported. Otherwise my entire music collection and podcasts were synced to the Music Beta player.
Music you have rated on iTunes carries a thumbs up on the Music Beta player and play statistics carry up to the player as well. Although I have tested playing a track a few times in iTunes and the statistics do not appear to stay in sync following your initial upload. However, if you choose to have the Music Manager keep your library in sync, a purchased song or added song to your iTunes Library is automatically synced.
While you cannot upload music to the Music Beta from a Linux computer, you can use the Music Beta player just fine from a Linux computer. My Ubuntu Linux computers worked great as did the Google Cr-48 laptop. I had mixed results using the player from the Safari browser on the iPhone, yes Music Beta loads and you can access it on the iPhone. The controls are not as responsive as they should be and in my initial tests the player would sometimes stop playing music now and then after a couple songs. I also could not seem to scroll through track lists that were longer than where the player controls start at the bottom of the page. I realize Apple might give Google some grief with releasing an applicaton. Hopefully Google can either find a way to get an applicaton in the App Store or Google can improve the player within the iPhone's Safari browser.
Overall, so far I am thrilled with the Music Beta by Google. Nothing against Amazon, but I think because I have Gmail and Google documents in full use I would prefer to go with Google for keeping my Music collection in the cloud. What it probably will come down to for me is who gives me enough space to keep my entire collection online for the cheapest price with the features I need. The next piece of the puzzle will be to see what Apple does with their cloud music service. I have a much smaller music collections than some folks, so I think these services might not be a one size fits all. With three major players in the game, I think it will only benefit the users.
This Week's Taglr.us bookmarks
Shared bookmarks for
taglr.us user
Scott Buffington.
- CDC Blog - Preparedness 101: Zombie Apocalypse:
The Centers for Disease Control and Prevention wrote an article about preparing for a zombie apocalypse on their blog. tagged as: cdc, zombies, preparedness - Just Beans Roasting Co.:
Julie has a friend who knows the guy who imports fresh beans and roasts them for Just Beans Roasting Co. Unfortunately there is no info on the website as of yet on how to get their coffee. Unfortunate for you the reader, I am drinking freshly roasted beans from Papua New Guinea and there are no words to describe how good this coffee is. This is our second time enjoying coffee from Just Beans Roasting Company and the roast is pure perfection. tagged as: coffee, fresh_roasted
10 Years of Blogging and Counting
I have reached a blogging milestone that I think it is fair to say not many reach. I have been blogging for 10 years. I wrote a nice post back in January recapping the past 10 years. Rather than rehash that entire post I would encourage anyone interested to go read that post, where I wax poetically about the past decade. Instead I would like to focus on just the blogging aspect of this milestone.
There have been many statistics about how most blogs are never updated after the first post or so, it is actually very unusual for the majority of blogs to make it past 1 year. I would gather that the number of blogs created daily has fallen drastically with the popularity of Twitter and Facebook filling the niche for many. I have many of the posts I wrote over the past 10 years in the archives, but not all. This domain, scott.buffington.me, has only been my blogging home for the past few years. Prior to that I blogged many years from nitevilla.net as well as some other random domains. While nitevilla.net still exists, as a place to test code, the posts that originally resided there either reside here or they are gone. Over the years I have decided to remove some posts, for example, I once participated in something called a Blogathon where I posted a blog post once every half hour for 24 hours. I removed all those posts and many others that I felt offered little in the way of content.I could argue that I have been blogging longer than 10 years, I have been posting topics to the web on personal websites dating back to the mid 1990s, but prior to owning my own domains those posts were on sites like Geocities and those web pages are long gone.
Probably the most unique thing about my blog is not only have I managed to keep posting over the past 10 years, though not as much in recent years, but also that I still use a homegrown blogging solution. Those with the technical know how usually give up on the homegrown solution and migrate to Wordpress or one of the many other blogging platforms. I am proud that I have continued to support my own solution and have at this point made the decision that I will continue using my own solution until the web changes in some way where it would not be possible.
Now the hard numbers, this is my 653rd entry appearing on this domain. That is an average of 0.17 entries per day or one blog post every 5.5 days. As of this post, there are 1,171 comments appearing on this blog. My homegrown blogging solutions has blocked 69,765 spam comments, since I began keeping count. I would be remiss if I did not mention that I had a forum on nitevilla.net that I maintained for six or seven years before it became stagnant. During the early years of nitevilla.net, the forums were decently active with probably 20 or 30 visitors posting regularly. My blog actually lost quite a few regular readers when I shutdown the forum. I wanted to start focusing items I would often post to the forum instead to my blog. In hindsight i am not sure that decision had the effect I had hoped it would. Then again, it might be the other social changes that have occurred on the web that have limited blog interactions.
This Week's Taglr.us bookmarks
Shared bookmarks for taglr.us user Scott Buffington.
lspci |grep Wireless
If you have Atheros and a slow connection, try the following from the Terminal.
sudo -s echo "options ath9k nohwcrypt=1" > /etc/modprobe.d/ath9k.conf
reboot
If this does not resolve the issue, just remove the line from the file. tagged as: ubuntu, natty_narwhal, 11.04, slow_wireless, wireless
This Week's Taglr.us bookmarks
ZFS on Mac OS X
Recently a news article appeared regarding ZFS on Mac again, but this time rather than from Apple it was from startup Ten's Complement. This post is not about the work Ten's Complement is doing, but if you are curious you can read the article here. What caught my eye in the article was the kernel level project, MacZFS, which is the continued work on the open source code that was available from Apple before they shut their project down due to Sun's CDDL open source license.
When Apple dropped ZFS I no longer closely followed news on ZFS as it no longer fit my home setup, which has a Mac Mini Server at it's core. I briefly had an OpenSolaris server installed with ZFS, but the hardware was an old Dell desktop and when Oracle acquired Sun I lost confidence in OpenSolaris. With two of my primary computers being Macs I was content with sharing an external drive across my network for TimeMachine backups and rsync backups from my Linux computers. But now after learning more about the MacZFS project, I seriously considered making my backup solution a little more robust with a ZFS pool of disks. I was nearing capacity on my TimeMachine disk and decided that now was the time to risk a small investment in some hardware and explore ZFS again.
My goal was to purchase hardware that I could repurpose if my ZFS experiment failed. External multi-bay enclosure disk vaults did not fit my needs because these devices seem to always want to do RAID for you. There does not seem to be a home solution that is just a JBOD, at least I could not find a solution. It seems to me there is a market for this type of device. The reviews on all the disk vaults seemed mixed and locking you in to their proprietary RAID seemed like a big risk if something went wrong. Lots of horror stories exist about lost data on the proprietary RAID devices. I have been around tech long enough to know that a lot of bad reviews are from folks who did not know what they were doing. That being said, my goal was ZFS and for that I just needed connected raw disks.
Over the past two years I have been using a Thermaltake BlacX Docking Station with a Western Digital Green drive along with TimeMachine and rsync without a single problem. I leave the Thermaltake BlacX plugged in 24 hours a day and TimeMachine on all my Macs has worked wonderfully as well as rsync from my Linux computers. The Mac Mini Server has five USB connections and four of them were not being utilized as my Mac Mini is semi headless or I suppose in my case armless. I decided to purchase three of the Thermaltake BlacX USB 2.0 Docking Stations and three of the 2 TB Western Digital Green hard drives. The total cost was less than I would have paid for most, if not all of the vault enclosures alone, those vaults (Drobo for example) do not come with drives. I did not want to use standard USB external hard drives because from my experience these devices contain cheap hardware and are prone to failures. The Thermaltake BlacX and Western Digital drives have a proven record of reliability for me, and I knew I could repurpose this hardware if I ran into issues with ZFS over USB.
My only real concern was that my ZFS pool was going to be running over USB 2.0. I researched how well USB and ZFS work together and I found others that were running ZFS on the Mac quite successfully using USB attached hard drives, some folks using more questionable hardware than I was planning. Meaning that quite a few folks were using the standard USB external hard drives I was avoiding. Deciding to use ZFS on the Mac is something I would only recommend for folks who are system administrator types, mainly because there is some house cleaning you should do on a regular basis. I schedule daily snapshots taken of my filesystems and a weekly scrub of the ZFS pool to make sure everything is working correctly and is healthy and happy. For those wondering, the snapshots are sort of like TimeMachine with a lot less space overhead.
Some advantages to using ZFS are that the filesystem will assure files do not slowly degrade, something called bit rot. I have my entire ZFS pool using ZFS compression and some would argue that file access with ZFS compression turned on is faster than with compression turned off. So my music, video and photo library are kept on my ZFS pool and I run a daily rsync from each of my Linux and Mac computers to a backup filesystem I have on the ZFS pool. As mentioned earlier I have snapshots taken so that I could restore any files that might need restored to my ZFS pool.
Now you might be asking, what about TimeMachine? I opted not to use my ZFS pool as my TimeMachine backup, there are plenty of folks who do use ZFS with TimeMachine. I am still running TimeMachine backups to my old TimeMachine location (the 1 TB hard drive in the picture above) and consider TimeMachine as another level of backup protection. I have setup TimeMachine for non-Apple filesystems before and you can find another post on this blog about my use of FreeNAS and TimeMachine. TimeMachine is awesome, but finding files inside a TimeMachine bundle after a machine has been retired can be time consuming. I can access multiple versions of all my files on all my machines easily directly from my ZFS pool.
As far as the steps I used to setup the ZFS pool, I followed the getting started entry on the wiki at the MacZFS website step by step and I think I would be doing a disservice to others by not pointing you to those instructions. I have had my ZFS pool online for a month and I have not encountered any issues, my ZFS pool is available at boot and has had no errors or performance issues. I am actually quite happy with the file access speeds despite being USB 2.0 connected. I have read numerous posts on the MacZFS list asking why a ZFS pool is not available at boot. The reason is that the person asking did not follow the instructions over at the MacZFS wiki. The only additional items I would add that were not on the wiki is researching ZFS compression, snapshots and scrubbing. My three 2 TB drives got me roughly 3.6 TBs of usable disk space using RAID-Z with ZFS. Using compression and having four computers completely backed up, along with my photo, video and music libraries still has me with over 3.2 TBs of available space.
I am hoping that in the future Apple has Mac Mini Servers with multiple Thunderbolt interfaces and the next ZFS pool I build is connected via Thunderbolt. I have plenty of space left on my existing ZFS pool and ZFS makes it easy to expand as well. So I have plenty of time to wait and see what Apple does in the next few years. In the mean time I finally have the ZFS pool that I have wanted since first discovering the amazing benefits of ZFS.
This Week's Taglr.us bookmarks
Upgrades and Fixes
Earlier this week I decided to upgrade my virtual web server to the latest version of TurnKey Linux, which is based on Ubuntu 10.04.01 with long term support until April 2015. Why not just do my own minimal install of Ubuntu Server? Well, Turnkey Linux has an awesome tklbam-backup that made migrating from my old install of TurnKey Linux to the new one almost painless. Once migrated to my new virtual server I discovered a few other things, cookies have been broken with my CMS for probably a very long time and I had no 404 pages setup. It is amazing what you discover does not work properly when you dig into an old website, even if you do not change anything related to the site itself.
For anyone considering setting up a Ubuntu (Debian) based server for any length of time, you absolutely have to checkout TurnKey Linux. I started using TurnKey Linux in early 2009 and I have been very happy with my choice. That choice looked even better when they announced TKLBAM last year. In a nutshell, TKLBAM is an easy and powerful system level backup and restore that makes migrating from one server to another extremely easy. In literally a couple minutes I had my websites moved from my old TurnKeyLinux virtual server to my new TurnKey Linux virtual server. All my users were migrated, almost all my software that I had additionally installed was there, the exception being modpagespeed, which is updated from Google's repository, not a TurnKey or Ubuntu repository. I also had to move one admin directory that is non-standard and I use as a home for system administration scripts. There are settings within TKLBAM where I could have had the directory included and maybe even the extra software. The fact is, TKLBAM saved me hours of work and likely saved me troubleshooting small Apache settings that I would have forgotten about if not for such an amazing tool.
One item I wanted to look at after migrating was adding the ability for my CMS to do some sort of cache of pages requested and built using the various scripts and database lookups. While playing around with caching I had to make sure that cookies still worked okay and that is when I discovered cookies were not working before I ever started implementing any sort of cache. No one commenting ever mentioned that there did not appear to be cookies used on my blog and I myself never noticed it. Once upon a time before Twitter when there seemed to be more conversation on blogs there was a specific request that I add cookies and I did. As best I can tell, once I moved toward using PHP5 the extra settings available are apparently needed in order for cookies to work properly. I added a couple more settings to the cookie and like magic they were working again. For the record, my simple cache solution is working as well. Although unless something I write some day gets Slashdotted I might not ever be able to tell if it helps. Pages due indeed cache and additional requests are served as static html.
Interestingly I also looked at the way I was presenting pages not found, a not very well thought out method of redirecting anything not found to my main page which had bots returning to urls that did not exist. I decided instead to present this as it should be and register the page as a 404, not found. But I had to be a little smarter, due to my cache, if the page was requested again Apache was presenting a 404 to the user but was using the cache and returning a 200, which is a page found. This might not seem like a big deal, I mean a user would see the 404, but it would be bad to return to a bot that the page existed. So I made sure to not cache a url that returned a 404, so multiple requests continually return a 404 just as it should. By the way, do I get geek cred for my 404 page?
This Week's Taglr.us bookmarks
This Week's Taglr.us bookmarks
This Week's Taglr.us bookmarks
This Week's Taglr.us bookmarks
Microsoft Windows 7 Crippled Edition and How To Fix It
I recently picked up a laptop that was an absolute steal. My primary need for the laptop was a portable computer I could put Linux on for programming and some microcontroller programming projects I have planned. As part of the deal the laptop came with Windows 7 64 bit Premium edition, there were no other options. I decided I could dual boot the laptop, using Linux to get work done and Windows 7 to play games and exercise my VB.NET programming knowledge. Everything went smoothly, until I decided to setup backups for the Windows side of the laptop. I had heard praises from those in the Microsoft community that the new Windows Backup feature was as great as TimeMachine is for the Mac and based off the constant commercials one would think Windows was all about using the network. Well, this all depends on whether you have the right version of Windows 7. Remember, I had no choice with the Windows 7 OS I received with the laptop, which was fine because gaming would be the primary use of Windows on the laptop.
Microsoft continues to distribute, not two, but three versions of Windows for home users and there is an additional enterprise version as well. That is four versions of Windows 7 and I might be missing some others meant for the business side of the house. Apparently the geniuses at Microsoft when deciding on naming conventions decided that Windows 7 Premium would be their crappy distribution, the distribution they would cripple, put on most machines and thus hopefully lure customers into buying multiple versions of their overpriced operating systems. You see, Windows 7 Premium edition has this aforementioned Windows Backup feature, but to use it you have to backup to a USB drive or burn a backup to a DVD (yes that is really an option and all you will see if you do not have other storage physically attached).
I have had a Mac Mini Server running OS X Snow Leopard Server for about two years and it has served me wonderfully, no matter if I were using one of my Linux machines, Macs and even OpenSolariscomputers. I have always been able to connect to the server and run backups to the server. OS X Snow Leopard Server has Samba to enable it to play nicely with Windows clients and sure enough I easily connected my Windows 7 Premium computer to the Samba share. I was able to read and write files just fine, but for some reason I did not see an option to backup to the shared drive when I opened Microsoft's powerful Windows Backup software. I just did not understand why I was not seeing any location except my DVD burner as a backup solution, that is until I looked at help, and I read this:
You can only save your backups on a network location on Windows 7 Professional, Ultimate and Enterprise.
There is absolutely no explanation that Microsoft can give why this is the case other than that they chose to cripple the feature in their operating system most commonly installed on new computers. I was able to map my Samba share to connect at each boot, so this is obviously not a shortcoming of Windows 7 Premium with connecting to network shares. This type of crap started with Windows XP and is why I happily left Microsoft in 2005 and have never looked back. This small taste of what running Windows is still like makes me happy that my home is filled with computers running other operating systems.
Imagine a family on a budget buys a new computer and a router capable of sharing a network drive out with the intent to backup their precious family photos only to find out that they need to shell out an additional $90 to upgrade to another operating system to use their network attached storage. You know with Microsoft constantly running their "to the cloud" commercials who would expect the operating system coming with their new computer not to do something as arbitrary as backup to a network share?
Rather than complain further I thought that I might instead offer a solution for others facing the same issue. At first I thought about writing a backup script but then found a free download from Microsoft that enables you to setup your own network backup on Windows 7 Premium edition. You can download SyncToy 2.1 from Microsoft that will give you the functionality that should have been built into Windows Backup software on all Microsoft's operating systems. Once you install the product, follow the instructions under the applications Help menu for setting up a Task Scheduler to automatically run any number of backups you want to setup within SyncToy. Hopefully this saves some of you the additional $90 Microsoft wants you to pay for enabling a feature that should be there out of the box. If you did not receive the operating system with your computer like I did, I would instead encourage you to use another operating system.
Chrome and Chrome OS Experimental Features
If you type about:flags in the omnibox and press Enter of your Chrome browser or on the Chrome OS on your CR-48 some experimental features are exposed to you that you can enable. Some seem to work now, others do not yet seem to be fully operational. The available experimental options are fewer on my CR-48, but there are some interesting features on both the browser and the operating system that are worth checking out.
This Week's Taglr.us bookmarks
This Week's Taglr.us bookmarks
Shared bookmarks for
beta.taglr.us user
Scott Buffington.
- modpagespeed - Project Hosting on Google Code:
Enabled Mod_Pagespeed on my Apache server. tagged as: opensource, apache, webserver, performance - Hop Rod Rye from Bear Republic Brewery - BreweryDB.com:
Essentially a strong American IPA made with 20% rye malt. Darker in color, Hop Rod Rye boasts a huge hop aroma and flavor accompanied by a slightly sweet, malty finish. tagged as: beer, craft_beer - Sublime Text: The text editor you'll fall in love with:
I am a life long Vi and Vim user. Toy with coding in lots of different programming languages. Considering trying something new. tagged as: editor, programming, software - HTML5games.com | games powered by HTML5 and the Open Web Platform:
tagged as: games, gaming, html5
Programming Commitment
This year I am committing myself to some of my previous projects as well as some new ones, both silly and serious. I have a goal of learning a handful of new programming languages over the course of the year in the hope that this will help me find creative solutions in my chosen programming languages. Over the last year I explored Google Go and to fulfill a University requirement I learned Visual Basic. Over the past month I have been revisiting and improving my own PHP code as well as exploring the PHP code powering SemanticScuttle, making minor tweaks to the registration logic to better combat bot spam registering and also making some enhancements to the API to meet our needs. The changes I have made are featured in the installation at Taglr, if you would like to help test the project please sign-up for an account. So while I have at least glanced at a few other programming languages over the years and I have been actively doing some programming, this is more about making a concerted effort at being a better programmer.
PHP has always been my preferred choice for web programming, and I have explored a whole host of other languages over the years using them to scratch whatever itch I needed at the time. I am hoping by pursuing this goal that I might find some other languages to use as tools for other scenarios I encounter in my profession and my hobbies. My hope is not to necessarily become proficient with these new programming languages but to explore their strengths and how I might use what I learn from them to do interesting things in my chosen programming language.
The first language I am going to tackle is Ruby. I played around with Ruby on Rails a few years ago, and even wrote a rough blogging tool, but that is where my exploration ended. What interests me most about Ruby is that it is a pure object-oriented language. What little I know about Ruby is that just about everything is an object. I have read that Ruby is syntactically similar to Python and Perl, both of which I have written small programs, but nothing of real substance. Python in the last year or so has been my language of choice if I felt I needed something more than a shell script. I cannot say whether Ruby will replace Python, but I hope learning Ruby will at least enhance my Python programming abilities.
I intend to spend a month or more with each programming language I choose, as someone who enjoys learning new things this activity will mostly be a journey of learning. If along this journey I find a niche for an acquired skill I might devote more time on a particular programming language or project. As a result I do not want to put a number, an order or necessarily choose the other languages at this point, although I do have quite a few ideas.
This Week's Taglr.us bookmarks
This Week's Taglr.us bookmarks
Shared bookmarks for
beta.taglr.us user
Scott Buffington.
- Skipfish, compiling on Ubuntu:
A fully automated, active web application security reconnaissance tool. These are my compiling instructions. tagged as: weblog, technology, google, security, web, testing, tools - iFixit: The free repair manual:
Self repair website. tagged as: self_repair, fixit, repair_help, repair - Google Chrome OS Cr-48 Keyboard Shortcuts:
My list of Google Chrome OS Cr-48 keyboard shortcuts. tagged as: weblog, technology, chromeos, operating_system
Google Chrome OS Cr-48 Keyboard Shortcuts
Update: Anyone get the command line terminal VT2 to work? Wondering if that is for Cr-48 laptops switched to developer mode.
| Chrome OS Cr-48 Keyboard Shortcuts |
| shift-esc | task mgr |
| shift-backspace | forward |
| |
| ctrl-back | prev tab |
| ctrl-forward | next tab |
| ctrl-fullscreen | mirroring |
| ctrl-next window | screenshot |
| ctrl-1 | go to tab 1 |
| ... |
| ctrl-8 | go to tab 8 |
| ctrl-9 | go to last tab |
| ctrl-0 | zoom normal |
| ctrl-- | zoom out |
| ctrl-+ | zoom in |
| ctrl-tab | select next tab |
| ctrl-a | select all |
| ctrl-c | copy |
| ctrl-d | bookmark |
| ctrl-e | focus search |
| ctrl-f | find |
| ctrl-g | find again |
| ctrl-h | history |
| ctrl-j | downloads |
| ctrl-k | focus search |
| ctrl-l | focus location |
| ctrl-n | new window |
| ctrl-o | open/new file browser |
| ctrl-p | print |
| ctrl-r | reload |
| ctrl-s | save |
| ctrl-t | new tab |
| ctrl-u | view source |
| ctrl-v | paste |
| ctrl-w | close tab |
| ctrl-x | cut |
| ctrl-z | undo |
| ctrl-? | help |
| ctrl-left | word move |
| ctrl-right | word move |
| |
| alt-1 | go to window 1 |
| ... |
| alt-9 | go to window 9 |
| alt-backspace | forward delete |
| alt-tab | select next window |
| alt-d | focus location bar |
| alt-e | menu |
| alt-f | menu |
| alt-left | back |
| alt-right | forward |
| alt-up | pg up |
| alt-dwn | pg dwn |
| |
| ctrl-alt-t | command line terminal crosh |
| ctrl-alt-=> | command line terminal VT2 |
| ctrl-alt-<= | exit command line terminal VT2 |
| ctrl-alt-? | keyboard viewer |
| ctrl-alt-up | home |
| ctrl-alt-dwn | end |
| |
| ctrl-shift-back | next tab |
| ctrl-shift-forward | prev tab |
| ctrl-shift-tab | select prev tab |
| ctrl-shift-b | toogle bookmark bar |
| ctrl-shift-d | bookmark all tabs |
| ctrl-shift-g | find previous |
| ctrl-shift-i | development tools |
| ctrl-shift-j | dom inspector |
| ctrl-shift-n | new incognito window |
| ctrl-shift-q | sign out |
| ctrl-shift-r | reload bypassing cache |
| ctrl-shift-t | reopen last tab |
| ctrl-shift-v | paste as plain text |
| ctrl-shift-w | close window |
| ctrl-shift-? | help |
| ctrl-shift-left | word select |
| ctrl-shift-right | word select |
| |
| alt-shift-tab | select previous window |
| alt-shift-b | focus bookmarks |
| alt-shift-s | focus status |
| alt-shift-t | focus toolbar |
This Week's Taglr.us bookmarks
Shared bookmarks for
beta.taglr.us user
Scott Buffington.
- Free Online Course Materials | OCW Scholar | MIT OpenCourseWare:
OCW Scholar courses are designed for independent learners who have few additional resources available to them. The courses are substantially more complete than typical OCW courses and include new custom-created content as well as materials repurposed from MIT classrooms. The materials are are also arranged in logical sequences and include multimedia such as video and simulations. tagged as: education, resources, free, opencourseware, mit - Unwinnable -Video Games and Geek Culture:
I usually do not follow gaming websites, although I enjoy gaming. I am interested in everything Unwinnable writes about, but they write enough about retro-gaming and have turned me onto enough interesting cool new finds that they are a win read in my book. tagged as: gaming, games, geek, weblog - Replace OpenOffice.org with LibreOffice in Ubuntu:
tagged as: office, libreoffice, software - SGI Notes:
Some Random SGI notes in the event I ever attain my dream of having an SGI machine running IRIX. tagged as: sgi, irix, documentation - Z-Type:
Amazing html5 typing game. tagged as: gaming, games, html5, javascript - A Mini-Course in Cryptography:
This mini-course was taught in 2007 at Google. Some course material will be posted on this page. tagged as: cryptography, encryption, learning, education, crypto, security - Computer Chronicles on the Internet Archives:
Popular technology television series that broadcast for twenty years from 1983 - 2002. tagged as: tv, technology, archives, retro - Penguspy - Just the Best Linux Games:
tagged as: linux, games, gaming
Buff Updates
Over the past weekend and last several evenings I have been working on some updates to my homegrown blogging software. I removed some of the parts and pieces that were hosted by services, like the post sharing Javascript that I think was supplied by AddThis. Instead I opted to build in sharing tools to the four services I use myself. I also removed the random photo from Flickr and just included a link to the social sharing services I participate on along the top right column. The aim was to remove externally hosted pieces while still providing links and services those tools provided. The most time consuming part was finally making my urls search engine friendly.
Posts from my website can now easily be shared on Google Buzz, Google Reader, Twitter and Taglr.us. Taglr.us is the service you likely have never heard of, unless you follow me on Google Buzz. Taglr.us is a social bookmarking service that myself and a friend are building and that I intend to continue to use and find more interesting uses for during my daily activities. Taglr.us is like Delicious, but with more tagging features, and I personally guarantee that it is not going to disappear anytime soon.
For quite sometime I have wanted to make my urls more search engine and user friendly. All old links will continue to function, just from here on out the urls will be easier to read from a user perspective as well as being shorter in length. I thought with my blogging history nearing 10 years that I should tidy some things up around here. I hope to incorporate some of these same changes on BrutalDeluxe.us in the coming months. If anyone notices any broken features, let me know in the comments or via the contact link.
This Week's Taglr.us bookmarks
The Past Decade and Twenty-Eleven
Looking back over the past decade it occurred to me that this past decade was probably the most relevant decade of my life, both from a personal perspective and certainly from a blog perspective. While I could be jaded because this is the most recent decade of my life in memory and I am certain major events happened in my life prior to 2000 that shaped the person I am, the last decade seemed to have the most adult life changes. Looking back through the blog it would be obvious to most that I do not make New Year’s resolutions and I do not really post about the year that was. I did post and delete a resolution last year involving my career that did not come to fruition, but things are better with my career than they were a year ago. There are and have been many events in the last decade that makes this year a post worthy event.
Having been born in the year 1970, it might be obvious to you what two milestones I experienced in the past decade. I of course turned thirty in 2000 and forty in 2010. So how is age 40? Not bad so far, I am a little less fit but I do not feel any of that is due to age, more so a lack of time as a result of the other major events of the past decade. I really feel I educated myself more over the past decade than in any other decade of my life. A lot of this education was a result of my career, an IT career requires a continuing education if you want to excel at your profession. But I am also an adult learning geek. I am also fairly certain that I have read more novels, some being rereads, in the past decade than the prior decades of my life. To go along with reading more I wrote three novels myself over the last decade by way of NaNoWriMo having participated five times and completing three of the five challenges. Only one of those novels found it’s way to print format and that printed copy is a closely guarded secret. Also over the past decade I have been slowly pursuing a bachelor’s degree. Admittedly I could have probably attained that degree if not for my penchant for becoming engrossed in other interests and again distractions from the other major events of the past decade.
Those other major events of the past decade? Each of them are documented here on my blog, those being Jacob, Riley, Emma and Zoey. Each of these distractions have provided me a lot of enjoyment and a lot of tiring days and nights. Of course each of these distractions were a result of another major event of the past decade, meeting and eventually marrying my wife Julie.
The past decade was not entirely full of sunshine and fields of flowers, just like everyone there were down moments. But that is all I am going to say about that, I am aware the events happened, they were not fun to go through but I am not dwelling on any of them and each provided a life learning experience so hopefully I will not have to experience them again. If I do, I will get past them just like I did the last time, by taking a deep breath, taking account and moving on.
Twenty-eleven is sort of a big deal for my blog because mid-May marks the 10th anniversary of my blog. The blog was on another domain in 2001, not all, but most of all that I have blogged has found it’s way here and is readily accessible in the archives. I have blogged less over the last couple years, somewhat due to Twitter (which I am taking a New Year’s break from), but also because I have really tried to only write about things that are worthy of a lengthy write.
I really feel having a blog over the past decade was valuable in multiple ways. Blogging was a factor in why I feel I learned and grew so much over the past decade. Whether my writing was good, bad or great I wrote and based on the stats, I wrote about once a week. I met or conversed with interesting people from what I can truly say are from the far reaching corners of the world and some that were not that far. Some of them you can find in the links along the right side of the blog, but not all. These people were kind, thought provoking, witty and contributed to my interests and growth. A lot of these people I would have never gotten to know or build friendships with if not for blogging. On a side note I also started podcasting with Alex, who happens to be one of those people I met through blogging. Alex and I continue our fantasy football podcast from our league website on a weekly basis throughout the NFL season. Our fantasy football league will begin it’s 10th season in 2011.
So there you have it, a few of my many reasons why the past decade and the start of the current decade were so blog worthy. I hope the next decade is as fruitful to me as the past decade in new and exciting ways.
Google's Christmas Gift a Cr-48 Laptop
A few weeks back I was made aware of Google’s Cr-48 pilot program, which offered roughly 60,000 folks the chance to get a Chrome OS test laptop. I signed up with a group of my friends not really believing that I would ever actually see the laptop. I have tested Chrome OS before using virtual machines, but quite honestly Chrome OS is boring as a virtual machine, it is at it’s most basic a browser, meant to be portable and meant to be on a laptop. I live in the Chrome web browser on my Macs, Linux computers and my Windows work laptop. So Chrome OS feels like home.
When my friend Alex received his Cr-48 laptop last week I was at first very jealous, then secondly thought I actually might have a shot at seeing one. I noticed two of the laptops were headed to my zipcode last Friday and sure enough Monday afternoon the UPS driver delivered one to my home.
Let’s start with the hardware, the first thing I noticed was the sort of rubberized laptop body. I like this, especially for a computer that is totally intended to be portable. You never have the feeling that this laptop will slip out of your hands. The laptop is light, with a 12 inch matte screen and although the power supply and cord is not as nice as my Mac, the power supply is actually about half the size of the one my HP laptop uses. I love the keyboard, it feels very similar to my Macbook and is a full size keyboard. I have an Asus netbook and the Cr-48 is 200% more usable than a netbook, especially the Asus Eee PC netbooks. If the keyboard were not full size, that would have been a huge mistake in my opinion. The size of the Cr-48 feels just perfect. Now the bad, the touchpad, it seems Google tried to mimic the Macbook Pro and it just is not happening. The multitouch is flakey and you almost need to split your fingers to assure the touchpad knows you want to scroll and with no acceleration I feel like I am scrolling forever on some pages, very muddy feel. The touch clicking and clicking in general is also flakey, with the mouse pointer sometimes moving and I had to disable tap-to-click because I kept accidentally touching the touchpad and moving my cursor. I have managed to figure out the right click, which feels a bit tedious, by holding down the alt key and clicking as well as clicking with two fingers on the touchpad, again split. The touchpad needs work, I cannot imagine using cut and paste on a regular basis at the moment.
Overall my first impressions of the hardware is that this is a pretty nice little machine and unlike a netbook that is not good for anything (Steve Jobs was absolutely correct) the Cr-48 is fantastic for living on the Internet, checking email, using Google Docs and general web browsing. I would recommend the Cr-48 over any netbook I have ever used. With a full size keyboard and a 12 inch display the web experience is very good and the Cr-48 is very light and portable. As I noted the touchpad needs some work, but this is a test model and the touchpad should be able to be improved with some work on the firmware.
I have decided to spend my first week with the Cr-48 set in standard mode, I am aware of developer mode and many of the options it will open up for me, but for now I want to give the machine a solid weeks use in the standard mode. The first thing that anyone notices is that this laptop is basically instant on. After inserting the battery and opening the lid I was greeted with a Google signon or Guest signon within 10 seconds. I applied the first update to the Chrome OS and was back at my Gmail window in perhaps 10 - 15 seconds. Gmail, Google Docs, Google Reader and sites like Twitter and Facebook perform fantastically on the Cr-48. Because of the lower end processor, web video is mostly choppy, some You Tube videos were not as choppy as others. This is not surprising since I switched my You Tube setting to HTML5 many months ago. As we all know, Flash is a huge CPU pig and will bring older or lower end processors to a crawl. I am a big fan of the Khan Academy and his videos all seem to play fine on the Cr-48, but do not expect to catch up with a TV series without the video being choppy. Streaming audio via Pandora Radio performed just fine, I listened to a Pandora station while typing this post in Google Docs.
I do a lot of computing at the command line as a hobbyist programmer and a system administrator by trade. I am frequently working on scripts or toying with a new programming language. The terminal and shell available to you with the Cr-48 set in standard mode is seriously locked down. You are limited to 13 commands, thankfully one of them being ssh so that at least I could connect to a shell I can work in. I am anxious to poke around a bit more once I set the Cr-48 in developer mode, but I will save that for another post.
Over the next week I intend to poke around the Web Store and install and try out some apps that might be useful. Truthfully, if this machine had a little more software, perhaps Vim and the bash shell and a little more computing power to run video on sites like Hulu faster I could see me using the machine all the time. Basically being able to do some development on the machine would make it very interesting to me. The Cr-48 would likely meet a large percentage of computer users needs and be a much safer alternative as far as malware and viruses are concerned. With a little more processing power I could see me outfitting the rest of the family with Cr-48 computers. This would allow the kids to play their Flash games, even the educational pages are mostly Flash and also allow them to view video. Of course this all depends on the trackpad being improved.
In the course of writing and publishing this blog post I messed around a bit on Flickr and even edited a photo via Flickr's built in editor, Picnik. I am happy to report that editing photos was pretty snappy. Without researching I am guessing Picnik is an Ajax app, fully powered by Javascript and editing a photo with Picnik on the Cr-48, something you would most definitely do, was pretty much as fast as any other computer I have used. There was no long tedious wait, a few turns of the gears and I was editing and saving a photo. Not surprising considering Chrome is known to be one of the fastest browsers when running Javascript. Also for those wondering, to take a screenshot on Chrome OS you press Cntl and Next Tab key (above the 6 key). The screenshots are saved to /home/chronos/user/Downloads/Screenshots, the uploader will allow you to move through the filesystem.
I want to say thanks to Google, this is an awesome and fun opportunity to test hardware and the Chrome Operating System. I would be remiss if I did not mention the Cr-48 was free for those of us lucky enough to be chosen to take part in the testing of the Cr-48 and Chrome OS. If you are one of those chosen, the laptop just shows up at your door. Thank you Google for one of the best early tech toy Christmas gifts I have ever received.
Moving Back to VMware (Fusion)
When I first began to dig into virtualization, other than z/VM and AIX virtualization, it was with VMware Server. Over the years I still toyed with VMware, particularly when the Windows guys need help getting around ESXi from the command line. But I had really moved to VirtualBox for a lot of my virtualization needs, which includes the hosting of this blog and my other websites. I am not very keen on Oracle however, especially their dismantling of OpenSolaris, so I decided to start using VMware again. My home server is a Mac Mini Server and I have always run a virtual machine that is the only piece open to the Internet. This meant that I needed to go with VMware Fusion, which is not free like VMware Server and VirtualBox.
While I want to move away from Oracle I did not want to drop a lot of money, especially since I was only using VMware Fusion for a Linux server. I beta tested VMware Fusion back when it was first released and I picked up the original VMware Fusion for a very reduced price, I no longer had it installed on my Macbook because I no longer had any use for any Windows programs. Thankfully VMware had an offer to pickup VMware Fusion 3 for $9.99 for past VMware purchasers. This was excellent news because the only computer I have powered on 24 hours a day is the Mac Mini Server, it is quiet and uses a lot less power than just about any other desktop. So if I am going to run a web server at home, it is going to be on this hardware.
The other issue I was having was that there was no way for me to import my VirtualBox VM, I tried several tools offered by VMware for OS X and I just kept getting errors. I am however using the excellent minimal Ubuntu Linux builds provided by the folks at Turnkey Linux. Better yet, they recently released a wonderful backup and migration tool called TKLBAM. I was able to backup my configuration, download a new VM from TurnKey Linux, start it in VMware Fusion and used TKLBAM to entirely restore my configuration. The only thing I had to do was copy over an administration directory that I always create for my root tools. All my websites were working right after the restore and have been running on the new VMware Fusion powered VM for the last 24 hours.
My next hurdle, worth mentioning because the specifics were not easy to find and most of the so called fixes were not what I was looking for, was running the VM headless and starting the VM at boot with no user intervention. My Mac Mini is a server and if it were to be rebooted I want all processes to restart along with the server. I was easily able to do this with VirtualBox and I had read some complaints that VMware Fusion 3 lost the method of starting a VM headless. I was able to modify my original script that executes at boot to execute the following command, which worked perfectly.
nohup /Library/Application\ Support/VMware\ Fusion/vmrun start /path/to/vmware/vmx_file/porter_ubuntu.vmx nogui
Overall I am perfectly happy with VMware Fusion and it is nice to know that if I someday have a need to integrate Windows onto my Macs I can do so nicely. After-all integrating the Windows desktop onto a Mac is where VMware Fusion really shines.
Roy "Doc" Halladay's No-Hitter
Whenever a baseball fan witnesses a no-hitter it is special. I recall seeing my fair share over the years and each time I recall thinking how the guy pitching will never forget this one. However, what most of us baseball fans have never seen is a post season no-hitter. A post season no-hitter is something that has only happened one other time before tonight, thrown by Don Larson in 1956, I was not even born yet, not even close. There is something about following a particular team throughout your life and then witnessing special moments in sports history. Tonight I watched Roy Halladay pitch a no-hitter against statistically the best hitting team in the National League this season.
Even if the Phillies do not win the World Series this season, even if they would lose this series, there is something special about watching sports history and a moment in sports history that you may not ever see again. If baseball statistics have taught us anything, it is that no-hitters in the post season are extremely rare. Chances are, the next time anyone will see a pitcher toss another post-season no-hitter will be in just over 50 years. Tonights no-hitter was not only special to Phillies fan, but this was an epic moment in baseball history and I watched it live.
As I sat by myself watching the game my phone rang with two out to go, I thought perhaps it was one of my friends who were also Phillies fans. I did not recognize the number but I answered the call. Turns out it was Scott's Lawn Service asking if I would like their lawn treatment. I kindly explained to the caller that I could not speak right now because I was watching Roy Halladay throw a no-hitter in the first game of the playoff series. The caller responded that he understood and we each hung up not saying another word. I sat and watched as Roy Halladay dazzled the remaining Cincinnati Reds, none of them getting close to getting a solid hit. I leaned forward in my chair as catcher Carlos Ruiz scrambled forward to field a tapper off the bat of Brandon Phillips, Ruiz fielded the ball perfectly and made a solid throw around the base runner for the final out.
Yes this was an exciting moment for me as a Phillies fan, but it was also really special for me as a baseball fan to have seen a feat that had only been accomplished once before. Congratulations to "Doc" Halladay and thanks for the memories.
Do Not Go To Concerts At Allentown Fair - Here is Why
I attended a Rush concert at the Allentown Fair on Tuesday, August 31st, 2010. TicketMaster asked our ticket purchaser for a review. Here’s what he entered. All of us will be surprised if it is approved:
[1 of 5 stars given]
This review isn’t about the show; at least, what I saw of it. Rush always rocks and they’re my favorite band. However, this is the first Rush show in 20 years of seeing them where I didn’t have a view of Neil Peart. Unless you count the times they showed him on the video screen. When I purchased tickets to this show, I got third row in section A, which was the reserved-seating ground section furthest to the right. The seating chart didn’t show the stage, so I went ahead on faith that TicketMaster was indeed giving me the best seats available. They didn’t. We arrived at the venue and were amazed to find that our seats were nowhere near the stage. We were at least 30 yards away from stage left’s edge and were at such a bad angle we could just see Geddy and Alex. Neil’s drumkit and the video screen behind him were completely blocked from our view. From my point of view, the Allentown Fair and TicketMaster conspired to rip me off. Everyone around me felt the same way. It was shameful to charge us the highest ticket price for seats that were worse than the general admission grandstand. I won’t be coming back to this venue and I’m going to recommend against patronizing the Allentown Fair.
All three of us attending the show and all those around us were so disappointed when we were seated. We had attended a show just two years ago at Hershey and our third row seats were right in front of Geddy Lee. The seating we paid for Allentown Fair and the position of said seating would not have been appropriate for any show. But for Rush it was a particular crime and I hope Rush never plays there again. We could not even see Neil Peart, I saw a drum stick fly in the air occasionally. Anyone that has a clue who Rush is knows that Neil is a vital part of seeing Rush, and not being able to see the stage props was also disappointing. We could not see the time machine, nor the screen behind Neil, obviously since we could not see Neil. I was so upset I felt like complaining to the ushers, but realized there was no point. What was particularly disappointing is we paid the same price as those center stage and general admission had a better seat than we did. We were flat out ripped off. Here is a picture of our view.

I could say more, but I think I’ve made my point. Don’t patronize the Allentown Fair. They are ripoff artists just like TicketMaster. Rush, please don’t play there ever again.
Fibonacci Number Sequence in Google Go
I have been mildly interested in Google Go since Google announced the release of the programming language. I toyed some with Go but had not dove in head first. This week I decided that I might like to learn Google Go so one of the first exercises is the Fibonacci Number Sequence. This was not an experiment in using the least amount of code and this may not be the most elegant way to achieve this result in Go, but it works.
package main
import fmt "fmt"
func fiboNacci(n int) (seq int) {
seq = n
if n < 2 {
return seq
}
seq = fiboNacci(seq-1) + fiboNacci(seq-2)
return seq
}
func main() {
for i := 0; i < 15; i++ {
result := fiboNacci(i)
fmt.Printf("%d",result)
fmt.Printf("\n")
}
}
11th Annual System Administrator Appreciation Day
Today is System Administrator Appreciation Day, celebrated annually on the last Friday of July. A lot of you that read this blog are sysadmins like myself or you qualify as being recognized for your work on keeping the computer systems at your place of employment running smoothly. To each of you, Happy System Administrator Appreciation Day! Here is hoping that today finds you drinking a free quality coffee, feasting on free donuts or better yet, a free lunch with a craft beer for the road.
My Stephen Strasburg Rookie Card
I do not get serious about baseball cards, mainly because they are a terrible investment. The cards I have and display with care are for nostalgia and conversation pieces. The only cards I have that I care about are Jacob's little league cards, my Billy Ripken error card and my Derek Jeter joke card. Otherwise I have a few boxes full of cards for nostalgia sake. This season when we went to see the Harrisburg Senators we picked up a couple decks of this years Senators team so that Jake could get to know some of the players. For those that did not know it, Stephen Strasburg started with the double A Senators this Spring, so I was not too surprised to find a Stephen Strasburg card in the pack of cards.
Most likely this card will never be worth anything, though I did see it on Ebay today with bids for $25. This would likely be the time to sell it if I cared about such things. Instead I will add it to the other cards I have as conversation pieces and if Strasburg ends up putting up a great career it might be an even better conversation piece. I probably would not have paid much attention to the card except for all the excitement about his Topps rookie card going for big money a few weeks ago. When I saw the card I told Jacob we will put this one to the side and take good care of it.
There might not be much interest in the card now, but if Strasburg puts together a great career I have to think this Harrisburg Senator card would be slightly more rare than the Topps card. At least for the moment, we have an interesting conversation piece to add to our collection.
The Declaration of Independence
And for the support of this declaration, with a firm reliance on the protection of divine providence, we mutually pledge to each other our lives, our fortunes and our sacred honor.
Trek 4300 Hardtail Mountain Bike
For a number of years I have been interested in getting a mountain bike, I had some road bikes that I road alone back in the 1990's, actually one that was really good and really fast. I sold those aforementioned road bikes because they were strictly for the road and I did not like riding with cars so much. I also wanted the option of using the bike comfortably as a commuter bike if I chose, riding with the kids and I wanted to be able to at least try some light trail riding if I chose. Overall the mountain bike format just fits my wants better than a road bike ever did. After looking at prices I was amazed at how much you could get for your money now, these bikes were a lot more expensive 15 years ago. I am not sure when the prices fell, but it suffices to say that the price is much more reasonable now. The quality of the bikes just feels much better also, the bikes seem to me to be higher quality with a reduced price tag.
Reading reviews and looking at price factors I had decided that I was likely going to get a Trek 3900 Hardtail Mountain Bike, that is until I went to the actual bike shop and found that the prices were far lower than those listed on the Internet. It turned out that I could not find a Trek 3900 in the local bike shops, but after checking the prices on the very cool looking Trek 4300 I found that it was well within my price range and below what I had set aside to spend on the Trek 3900. In Gear Cycling & Fitness in Hummelstown, PA were friendly, helpful and threw in discounts on accessories including dropping an additional $30 off the price that was listed on the bicycle. I tested the bike out, made a beginners mistake in shifting gears and they, including a helpful customer, showed me what I did wrong and why the chain popped from the gears. The Shimano shifters are far different than what I had on my street bikes and very functional and comfortable to use.
Other than the ride outside the shop I have only taken it for a short spin around the culdesac after putting the front tire back on following transporting the bike home. This evening I will take it for a longer ride and maybe before the week is out I can see if my father-in-law wants to take me to some of his Rails to Trails hangouts. I am also looking forward to taking the bike with us to Kitty Hawk, NC and doing a lot more riding this year. Last year we rented bicycles and loved it, but those were beach cruisers and with only one gear we were limited on our riding.
Internet Speedtest Four Years Later
Recently I was looking back over posts from years past and stumbled upon the results of my Internet connection speed test from Speedtest.net. Not that I have not used Speedtest.net since that post back in 2006, I have used it a few times every year since discovering the tool. What I did not realize I had, was a history of results dating back that far.
I found this history interesting so that I could see what, if any progress has been made since 2006. The results I am displaying here look pretty good, nearly 40MB download and and a nearly 2MB increase in upload speed. Before anyone gets too excited, this was the best result out of several that I ran. Mostly my download speed finished below the 2006 result. Although in Comcast's (or is it Xfinity) defense I noticed each test initially spiked over 30MB download speeds at the start, probably the speed burst they advertised heavily a while back. I noticed every test initially spiked at the start and then fell to a steady speed sometimes around the 2006 result and other times just below it. The upload was consistently and always greater than 2MB. As someone who hosts their own domain from their home I would actually like to see more of an increase on that upload speed, but to be honest my website has been stable and fast loading over the few years I have hosted from my home server.
It is worth noting that the 2006 result was run from my existing home with my existing cable modem. Also worth noting is that I ran the test to a Speedtest.net server out of Frederick, MD rather than Washington DC. I did however run some tests to the Washington DC location as well and experienced the same results, I just so happened to have the best overall result from the Frederick, MD server. The ping latency was always in the 20ms range, where in 2006 it appeared to be much higher.
It will be interesting to try and remember to continue testing this in the years to come to get an idea if we are continually getting faster download and upload performance or perhaps slower performance.
iOS 4 Update on iPhone 3G Slow Backup Issue
I remedied the issue with slow backups on the iPhone 3G a while back. It seems if you leave pictures on your iPhone and build up a library your backup during synchronization would begin to run really slow. In addition I have an application, iCamcorder that allows me to do video on my iPhone 3G. The not very well documented fix for speeding up the backup was always to migrate the photos and video to your computer and delete it from the iPhone. While building up a fresh collection of photos I mostly closed the backup procedure during synchronization with iTunes. The upgrade to iOS 4 requires a backup that if you cancel out of will cancel your upgrade. Before upgrading I first waited a few days, I usually always do this so the kinks are worked out, I then research the issues people are having. Surprisingly a lot of iPhone 3G users are having this slow backup issue and no one is providing them the correct fix.
If you have an iPhone 3G and you are experiencing the slow backup issue, just import all your photos and video if you have video into iPhoto or whatever program you use. Afterwards, delete all the photos and videos from your iPhone, then synchronize your iPhone with iTunes letting the backup run. The backup will run much faster and you will need this backup so that the update procedure can restore all your settings. After the synchronization is complete, initiate the Update of your iPhone 3G. Once I removed photos and videos the backup ran smoothly and the entire upgrade was completed in about 30 minutes.
Hopefully this post will help any remaining iPhone 3G users out there with the slow backup issue. As of the time of this post, I have been running iOS 4 on my iPhone 3G for over 24 hours and everything has been running great!
Ubuntu 10.04 LTS
I have five perfectly functioning Ubuntu releases installed at the moment. Four LTS servers and a desktop that I wrestle with and complain about sound issues following every new release since 2008.
There has been multiple times where I tell myself that I will not upgrade when the next release comes, but with each release I go ahead and update the desktop. This time I will be upgrading the servers as well as time permits, though I cannot ever recall having an issue with my server installations and in all likelihood I will be doing new server installs and migrating to the new server installs. I am admittedly a geek, but mostly I am probably more an operating system geek, so I know I will upgrade my desktop once again and in all likelihood I will be left troubleshooting a sound issue again. My son will be asking me why the sound does not work again and following a night or two of hacking at the computer I will have him happily computing again. I hope my existing settings are maintained and all is well, but I am also a realist and this has been the pattern over the past two years. I hate fixing things more than once, but I do like Ubuntu and usually feel the need to check out any new features. So, in a couple weeks, you know what I will be doing.
Skipfish, compiling on Ubuntu
After a few hours of playing with skipfish, the Open Source web application security scanner from Google, you can color me impressed.
The first thing you want to do is download the 1.09 BETA Version. After just a couple days Google went up several beta versions and 1.09 worked awesomely for me. I was going to compile Skipfish on Mac OS X, but the requirement of libidn was so easy to meet on Ubuntu that I decided to compile skipfish on Ubuntu. The primary reason being is that I do not like to use Macports and I read about some folks having issues even after compiling libidn on their Macs.
Here are the commands (on Ubuntu Linux) to compile skipfish:
wget http://skipfish.googlecode.com/files/skipfish-1.09b.tgz
tar zxvf skipfish-1.09b.tgz
mv skipfish-1.09b skipfish
sudo apt-get install libidn11-dev
sudo apt-get install libssl-dev
cd skipfish
make
cp dictionaries/complete.wl skipfish.wl
./skipfish -o skipfish_out http://www.yourdomain.com
(this creates an skipfish_out directory -- and make sure you put a domain to scan that you actually own.)
My scan ran about 47 minutes, at the conclusion of the scan you will have an index.html file that you can view from your browser within the skipfish_out directory. This will be the results of your scan nicely formatted. This is quick and dirty, the README file is quite helpful and there is a very informative wiki as well.
SFCave for the iPhone and iPod Touch
I posted a version of SFCave I had in Java applet about a year ago. The game is not outstanding graphically and the controls could not be more simple, yet there is just something about it. A couple weeks ago a friend of mine pointed me to SFCave for the iPhone and iPod, and best of all it is FREE. I have been tempted to purchase the 3D SFCave, but I find it hard to believe that I would find it more enjoyable than the classic.
I did look for SFCave for the iPhone when I first bought the iPhone two years ago and I checked again when I posted my Java applet. There were some imitations, like iCopter, which may or may not be better. I kind of prefer the original no frills worm of the original SFCave though. So I am very happy Sunflat is still around and ported SFCave to the iPhone.
I never played SFCave on the Palm, so I cannot say whether it was more or less difficult than the Java applet version I have. The iPhone version I have is much easier than the Java applet version because the touch sensitivity is so good. When I try this Java applet version I find I do not even like it anymore, the controls seem so robotic and jumpy. I am also sure the full screen iPhone version compared with my tiny Java applet version adds to the ease of play. For those with an iPod Touch or iPhone, I highly recommend SFCave, a fun and simple free game.
Coffee Mug Monday
I am sure there are lots of interesting mugs out there, but in recent years I reserve these postings for the more unique variety, or perhaps the geekier variety. In the early days I had some rather run of the mill mugs, but over the last few years I would say only the more rare and interesting mugs make the cut. So when I stumbled upon the Chalk Board Mug, I deemed it worthy as I had never come across such a mug. Sure I have seen mugs that you write or draw on and use some method to make the writing or drawing permanent, but never one that you could write on repeatedly with chalk.
The website recommends some good uses for such a mug, such as identifying whose mug is who's when you have guests over. I think this would be a fun mug for just about anyone and I can imagine myself writing a different saying on the mug each morning, perhaps something like "Nectar of the Gods" or for the geekier types, "Mana".
The Chalk Board Mug measures in at 11 ounces and seems like a cool gift for the coffee drinker who has everything. Best of all, the stick of chalk is included! Feel free to include your ideas for a morning message. While I know I opened the door for creative comments, keep it relatively clean please.
OpenDNS versus Google Public DNS
I have been an OpenDNS user for a few years now and I have been very happy using OpenDNS instead of Comcast's default DNS servers. While I noticed a improvement with how quickly pages loaded when switching to OpenDNS; some folks likely will not as mostly the change would be within a few milliseconds. However when I switched Comcast's DNS seemed to be having some problems with name resolution and it was well documented that Comcast's DNS servers were unpatched and vulnerable to a well known hack. I also liked the anit-phishing, malware and botnet protection. I recall at least one instance where the anti-phishing features saved a family member after clicking on a link in an email. There are numerous other features to like about OpenDNS as well, including web content filtering that will likely come in handy as the kids get older.
A few months ago Google announced that they were also providing public DNS, though they were skipping some of the extra features OpenDNS provides and opting instead to go with DNS that followed the standards exactly. This is still generally a nice alternative to what your ISP is likely providing and Google Public DNS does protect from malware. So while Google chooses not to offer any filtering they still have a secure and for many, faster DNS service.
I also use a number of Google services and I generally feel pretty comfortable with what Google offers. Although I do not have one complaint with OpenDNS and certainly have had no issues with my DNS experience. I decided that it might be worth looking at how fast Google Public DNS is compared to OpenDNS. I used this bash script which uses dig to test the speed of both DNS services. If you run from Linux, be sure dig is installed, dig ships installed by default on Mac OS X and BSD. The script will also provide results for your current DNS settings, so you will know if your ISP DNS settings beat either Google or OpenDNS.
#!/bin/bash
isp=$(dig +noall +stats 2>&1 | awk '$2~/^SERVER:$/{split($3,dnsip,"#");print dnsip[1]}');
m="-------------------------------------------------------------------------------";
s=" ";
h="+${m:0:25}+${m:0:12}+${m:0:12}+${m:0:12}+";
header=("Domain${s:0:23}" "My ISP${s:0:10}" "Google${s:0:10}" "OpenDNS${s:0:10}");
echo "${h}";
echo "| ${header[0]:0:23} | ${header[1]:0:10} | ${header[2]:0:10} | ${header[3]:0:10} |";
echo "${h}";
for i in "yahoo.com" "identi.ca" "twitter.com" "brutaldeluxe.us" "google.com" "bbc.co.uk" "scott.buffington.me";
do
ii="${i}${s:23}";
echo -n "| ${ii:0:23} |";
for j in "${isp}" "8.8.8.8" "208.67.222.222";
do
r="${s:10}$(dig +noall +stats +time=9 @${j} ${i} 2>&1 | awk '$2~/^Query$/{print $4" "$5}')";
echo -n " ${r:${#r}-10} |";
done
echo -ne "\n${h}\n";
done
While this probably is not an optimal test, I have to believe it gives a pretty accurate result for the speed of each lookup service. It appears that here in Lower Swatara Township, Pennsylvania that OpenDNS is faster.
+-------------------------+------------+------------+
| Domain | Google | OpenDNS |
+-------------------------+------------+------------+
| lifehacker.com | 27 msec | 19 msec |
+-------------------------+------------+------------+
| identi.ca | 27 msec | 18 msec |
+-------------------------+------------+------------+
| twitter.com | 30 msec | 19 msec |
+-------------------------+------------+------------+
| brutaldeluxe.us | 28 msec | 18 msec |
+-------------------------+------------+------------+
| google.com | 48 msec | 17 msec |
+-------------------------+------------+------------+
| bbc.co.uk | 27 msec | 20 msec |
+-------------------------+------------+------------+
| scott.buffington.me | 28 msec | 17 msec |
+-------------------------+------------+------------+
Stanza
If there is one application that I did not expect but I have totally fallen in love with it is Stanza on the iPhone. My goal when purchasing an iPhone almost two years ago was to eliminate carrying an iPod and a cell phone. These were two devices that I used daily that were requiring me not only to grab them in the morning but also to charge. The elimination of carrying two devices was the lone reason why the iPhone was for me. I was somewhat interested in the applications, but most of them I did not see being extremely useful. In particular one area that I never imagined using the iPhone for was for ebooks. Mainly because I never enjoyed ebooks on my personal computer, I felt a hand held device I would like even less. It turns out that I not only enjoy reading books on my iPhone but that the application I chose is also a free application.
Since discovering Stanza not only have I been impressed with how amazing the free application is, but even more impressed with the applications ability to easily supply all the free content available directly through the application. Stanza allows you to download free ebooks from the Random House free library and Project Gutenberg to name just a few. I have not even purchased an ebook yet, there is so many great classics that I have wanted to read or read again that I have quite a library built up on my iPhone. Even better, I do not have to carry yet another device, such as a Kindle.
Over the past year I have certainly read many more books than I would have if not for the convenience of having a complete library right at my disposal when I am standing in line or on vacation. While I have found other quality applications for my iPhone, Stanza is easily one I consider to be one of the best iPhone applications period. If you have an iPod Touch or an iPhone, you are absolutely crazy if you do not have
Stanza installed. There is even a desktop application that can be used to import various other ebook formats and other texts into Stanza.
Coffee Maker Search
I received a Visa gift card over the holidays and decided that I would use it for some type of new coffee maker. Both my Senseo, purchased in June 2004, and my Mr. Coffee, purchased in October 2005, are still functioning, but both Julie and I have some further features we would like. I must confess that over the past year we have rarely used the Senseo. I used to purchase individually wrapped pods through the mail so that I could enjoy fresh coffee with the Senseo. I can be a bit of a coffee snob and the Senseo sold packets always taste somewhat stale to me. We have also been toying with the idea of trying a carafe coffee maker because it is just the best way to keep coffee fresh tasting for several hours. I decided to read the reviews for both Keurig single serve coffee makers and all the carafe coffee makers available. What I learned is, Keurig makes a shoddy product and the reviews for carafe coffee makers are not at all helpful.
I had been considering the Keurig as a replacement for my Senseo because I had heard it was easy to brew single cups with your own coffee. This is not easy to do with the Senseo and I gave up trying, instead opting for my French Press or Aerobie AeroPress. What I found out from reading the reviews was that this can be a mess with the Keurig and grounds ended up in your coffee or the Keurig clogged. From experience I know the Keurig coffee is mostly very weak. I was still considering it, until almost universally every model has been flagged to only last a year or two, in some cases much less. My Senseo is nearly six years old and still works! I think I will skip the Keurig and perhaps instead take some time to order some individually wrapped pods again.
If you want to be utterly confused on a purchase, try and find a carafe style coffee maker that does not have a large percentage of poor reviews. Every single model has reviews claiming the coffee is luke warm, that the coffee makers overflow on a regular basis even if the instructions are followed exactly and the product is cheaply made. I was terrified to order a carafe coffee maker from Amazon; instead I decided to buy one of the poorly reviewed models that are sold at Best Buy. I was assured I could bring the coffee maker back if I do not like it and after all I was only spending about $18 on it after using my Visa gift card. I decided on another Mr. Coffee, only because our last model still works after nearly five years of daily use. I will post a link only after testing it out and assuring it works and makes hot coffee.
I suspect the luke warm issue is that people are using filtered water from their refrigerator or somehow refrigerated water rather than tap water. Also, I recall from my previous use of a carafe it is beneficial to first fill the carafe with hot water before making your coffee. I am also pretty sure a lot of the reviewers are used to boiled overly hot water, which is not the best temperature for coffee. I would love to hear from anyone that has a carafe style coffee maker they are happy with; I had wanted to buy the Zojirushi carafe style coffee maker but could not find it in stores. There was absolutely no way I was ordering one from Amazon or one of their retailers and risk not being able to return it easily. I also will store my existing coffee maker as a precaution rather than giving it away. If I am unhappy with my new Mr. Coffee, I instead will just buy a carafe to pour our coffee into. We really want the carafe but not luke warm coffee or an overflowing mess.
In recent years I have found the reviews on Amazon to be less than helpful. Many times the reviewer mentions being happy with another product but does not mention a model number. When looking for the other product I end up finding the exact same complaints. If you are going to give a poor review, it would be helpful for all of us if you would tell us what product you are happy with. If you are not happy with any, then let us know that in the review. I just find with most one star reviews you have to consider the idiot factor. Many times the idiot is whimsical in their review so they come across as intelligent, but it is all a ruse.
Christmas Crisis Averted
A crisis? Not really, but some disappointment definitely was prevented. Every year since my son's first Christmas in 2001 I have purchased my son a Hess Truck, only this year for what I think is the fourth time it is not a truck but a race car. Pretty much since October every illness my kids have gotten I have also picked up in some way shape or form, easily this is a record for cold and flu for me. For roughly a week and a half since October 20th or so I have been healthy, it is really quite frustrating. To make a long story short, I kept putting off stopping in at a Hess station to buy this years Hess Toy Truck, err vehicle.
Finally today I decided was the day, I had intended to go and do this last week, but sinus pressure and a serious headache kept me from venturing out. I had this belief that these things rarely if ever sold out and I was wrong. I visited my normal stop and a sign on the door read that the Hess Toy Race Car was sold out. I asked inside if they knew of other stations that still had this years Hess toy. They said they had just sold out and that they believed all the stations were sold out. I knew of a small Hess station that I figured would not get the amount of traffic this station does. On my way I passed another Hess station that still had the signs up. I went inside and was informed they had sold out last week. My last chance was the small out of the way station I knew of, otherwise that meant I would pay double the price on Ebay and the gift would not arrive until the New Year. Checking the final station I was told they were sold out, but that a Hess station in Marysville still had some. I was out on lunch and if I was going to make the trip to Marysville it would be after work. The lady behind the counter then asked me how many I needed. I said one would be fine, but I usually purchased two as we kept one in the box. She sent the other guy in the back and he came back with two. I do not know what the story was with that, but I was thankful I found the one item that my son looks forward to each year.
In the future this will not be an item that I put off purchasing. If by chance Hess would stumble upon any of the numerous mentions I have given them over the years. I love the creativity of the various vehicles. But you guys have not done a tanker truck since 1990, I think a tanker truck once every 20 years is okay without you being repetitive. You have repeated some of your other themes during the past 20 years, for example I see numerous fire trucks. I think we are ready for a tanker truck of some type again.
Ubuntu Upgrade - So long Linux Desktop
UPDATE 12/2/09 - Reprieve earned, I decided to try some quick trouble shooting on my son's computer. I used the Pulseaudio configuration tool to select the SoundBlaster on my computer and sound now works. Actually sound works better now that my card is properly selected than it has on any of the recent releases of Ubuntu that I have tried. I still feel that the installer needs to do a better job at properly identifying sound cards and selecting the correct card. Especially when your audio and video section of your support forum is loaded with unanswered inquiries as to how to fix sound.
UPDATE 11/09/09 - Hey look the exact same reaction from another person that just wishes Ubuntu would stop breaking sound and blaming the user.
I have gone on record in the past criticizing and praising releases of Ubuntu Linux. The Ubuntu Server edition has worked flawlessly for me for a number of years and I still use it to host my websites. I have administered Red Hat and SUSE flavors from a Server perspective and I find Ubuntu's Server to be right up there with those other enterprise flavors. It is with the desktop and Ubuntu that I have had a love hate relationship. The latest release is no different and it is totally because of the same issues I have been fighting with for the last year and a half. I had swore to a friend of mine that after I got the last version working that I would not upgrade ever again on that computer. The technology geek in me could not resist though, so I clicked the button to upgrade Ubuntu 9.04 to Ubuntu 9.10 and as expected I am sorry I did it.
Over the last year and a half every upgrade of Ubuntu meant that I spent a week trying to get sound to work. In the more distant past I had issues with wide screen resolutions, but I have not had those types of issues in over 2 years. But sound has been a thorn in my side for over a year on all my Dell desktops and I swore after getting sound working on Ubuntu 9.04 that I would never upgrade the computer again. Well, obviously I did and again the sound is gone on the computer, everything else works flawlessly. I am usually fine with trouble shooting these matters but the sound settings look to have changed a whole lot from the last version and some of the quick fixes I tried did not work at all. I think I am officially done with Linux on the desktop until I have a newer computer to put it on, and that is no guarantee sound will work. The same old replies in the support forums show up every time this occurs, either your hardware is too old or too new and you have to perform step 1 through 15 which may or may not work (usually does not work). I heard the same exact thing when I had issues with Windows 7 and I am sorry but a computer from 2005-2006 is not obsolete and Dell is one of the most widely used brands all telling me that it should be among the first to have supported hardware.
The computer I was running Ubuntu desktop on is the computer in my son's bedroom and the web browser with Flash is just about the most important application needed on that computer. Flash of course works, just no sound, which is sort of the same as Flash not working. It is just not Flash that has no sound, the computer plays no sound period. My son is now running OpenSolaris, and trust me OpenSolaris has it's problems as well, but once something is working or hardware is supported, that support is not removed the way it is with Linux. I have upgraded to the latest builds of OpenSolaris almost as soon as they were released over the last six months and so far have not been left with a non-working desktop even once.
About six or seven months back I tested a list of five or six different Linux distributions and every one of them left me with a desktop with no sound. I have had it, at least for now. Perhaps when the time comes where I replace a desktop and I do not do so with a Mac I will buy a machine with Linux installed. I hesitate to even try to build a desktop from this juncture because I cannot say with confidence from my experience I would know which sound cards are fully supported by Linux. I keep hearing that Pulseaudio is not the problem, well what is? I see the long list of people saying they have no sound with every release but there seems to be no fix, just a recurring problem. I understand getting an operating system to work on the variety of hardware that Linux does can be a challenge, I suppose I have grown tired of trouble shooting the no sound issue and quite frankly I have never been clear on what I did to fix sound on the prior releases. In most cases after trying a whole slew of different suggestions and rebooting 10 times it would suddenly just work. That never gave me a warm fuzzy feeling. As of now this is a OpenSolaris and Mac OS X household, I hope to welcome you back someday Linux.
Exciting Operating System Release for October 2009
UPDATE - I have to say, after upgrading I was less than excited.
I Have Google Wave Invites
If you would like to try Google Wave, comment or use the contact link to let me know. The email address you use when posting a comment or you use on my contact form will be the email address I send the invitation to. I have 20, so I have more than a few.
NaNoWriMo Round 5
As November approaches I am again considering participating in NaNoWriMo. I last gave National Novel Writing Month a tenth hearted attempt in 2007. By far the 2007 effort was my worst and I attributed it to having scratched the itch of wanting to write a novel. I successfully finished novels in both 2004 and 2006, even going so far as to have my 2006 novel, Danger is Awesome printed and bound. The renewed interest stems from my recent educational pursuits and a feeling that I can do better, perhaps not much better, but better never the less.
My last attempt at NaNoWriMo was a sequel to Danger is Awesome, and while I am considering a reprise of the character Ryan "Danger" Awesome, I want to go in a slightly different direction. Rather than the horror comedy genre I want to try the techno-thriller genre with some comedy thrown in. I think I emptied myself of all the zombie apocalyptic material I had in me and if you knew anything about the Ryan Awesome character, you would understand why I cannot leave out the attempts at comedy. My intention was always to take the Ryan Awesome character with me to other stories when I first imagined him, based loosely off a former co-worker. So I think my 2009 attempt is going to be a technical thrill ride with hackers, doomsday machines and just maybe an appearance by some Beer Ninjas. My working title at this point is Danger is Awesomer, Dead Hand Rising. Yes I know Awesomer is not a word, see above where I mention comedy, and I know that might sound zombie related, but trust me, it is not.
Before I am asked, it is doubtful anyone will ever know anything about the Ryan Awesome character unless I blog about him. I am not Stephen King, I am some hack who has found enjoyment in writing a 50,000 word novel in 30 days, imagine the quality. I could just do what Dan Brown does though and write the same book three different times with three different titles. I would imagine by the third try I might have something approaching quality, probably not.
I know more than a handful of you have thought about giving NaNoWriMo a shot. If you have ever considered it, I urge you to just do it. You will never find the time that you claim you do not have. There is absolutely no way I have time to do this, but I am going to give it a shot anyway.
Home Network and Server
Seems I mostly write about technology more than anything lately, even though I seem to have less time to work on the technology than ever before. I am still working on completing my degree and the kids are providing more than enough other tasks for me to concentrate on. Still, I am managing to consolidate and improve the technologies I use here in the home. Recently I upgraded my home network, primarily the wireless side of things, as well as consolidated my home servers to one instead of two using OpenSolaris, VirtualBox and Turnkey Linux.
My wireless network while functional was in need of some tweaks. Previously I had tried running a mixed wireless G and N network and the results were never stable. To resolve this I setup a router that broadcast both a wireless G and a wireless N signal on two different channels and the results have been fantastic. I have a few older devices that use wireless G and I wanted to take full advantage of my wireless N devices. I also bridge my wireless network to my entertainment center and spent some time updating the DD-WRT firmeware on the bridged router. In addition I also setup a guest wireless G network for anyone visiting that needs to get to the Internet. The result of this effort is wireless coverage in every room of the house including the patio and back yard.
For the first time since starting the BDFL fantasy football league in 2003 I managed the entire draft over a wireless connection. I had two people using my guest wireless network, a Skype conference call with four participants and a remote chatroom with three users all while drafting dynamically on FleaFlicker.com. Over a four hour period we did not have any connection drops and our Skype quality was perfect. This was the first year where we did not have connectivity with the chatroom or Skype. Though none of those issues ever involved my connectivity, the chatroom problems last year were directly related to either Internet Explorer or the Windows Operating System (Sorry but this is accurate) and the Skype issues seemed to be another users hardware setup. I think everyone would agree that despite a late start due to weather related late arrivals, everything worked wonderfully.
Also over the past couple months I consolidated some of my hardware so that I could power down a server. Using some of my existing hardware I have installed OpenSolaris using ZFS, ZFS being the most revolutionary filesystem to come along in years. Currently I am using a couple 500 GB drives for a mirrored setup providing SSH filesystem shares to my entire home network. Depending on budget I would like to build something bigger next year, but for now this machine is providing an excellent home network server. I am also running my webserver for this same hardware using a Turnkey Linux Appliance within VirtualBox.
This was all pretty high level about some of my home technology projects that I have been playing around with over the past couple months. If you made it this far in the post and your interest in reading my blog is beyond technology, I am planning my first batch of homebrew in about a year in the next couple weeks. I will definitely blog about the upcoming batch of homebrew and likely provide some pictures.
Apple's Landscape Losing Some Luster
When I purchased my first Mac in 2005 I had three primary wants or needs that I wished to be met. I combined those wish list wants and made a choice as to what operating system I would steer toward when purchasing new hardware to meet my computing needs. I of course decided on Apple back then and although I have been happy with my Apple purchases I am pretty far from being an Apple fan boy. I see signs that Apple may be pushing me away from their product line in the future, specifically with the handling of the iPhone and the operating system on the device.
What were the features that led me to choose a Mac? Well for those that have been reading my blog since 2005 you might recall this
post, which touches on my primary reason for the switch. That primary reason was that Windows XP, being my primary desktop operating system back in 2005, did not allow me to easily develop my own applications for the desktop. Sure I could do it, but I could not get Microsoft's compiler with all the bells and whistles without paying a very high price. On a Mac I could and I did, and I could develop using the same tools as an Apple Developer all included with my Mac, this is where I makeup the extra cost of a Mac compared to a PC. This was an important need for me, and it was important that my home have a computer that could do this, because I was encouraged to do this on computers when I was a kid. So need number one was that the operating system was more open to development and more accessible to me than what Windows was. Not having to reinstall the operating system once a year to keep it performing at the same level was an extra bonus.
So before you start typing up a comment about Linux or whatever your favorite open source operating system is please realize I use all of them and I have since the 1990's. I currently have multiple Linux machines and an OpenSolaris machine in my home and for many uses they perform fine or better. The bottom line is that if you want to get the best audio and video editing software you have to choose Windows or Mac OS X. I needed good audio and video editing software. I am not getting into a debate on whether the best software for either is on Windows or Mac OS X, because Apple's operating system already met one of my primary needs, of which Windows did not. When the day comes that an open source video editing software is ready to easily get video off my camera and easily edit the video and produce the video the way I can on a Mac, well then I will consider just going entirely Linux, BSD or OpenSolaris. Right now I think the sound on Linux is just horrible and unreliable. Sound is almost always a thorn in my side for a newly installed Linux desktop at the moment. This type of problem is a show stopper for me and many others that would love to switch to Linux. I have managed to overcome the sound issues that exist out of the box on Linux on my currently loaded machines, but every upgrade or new install only seems to show me that sound has a long way to go on Linux.
The final reason that Apple won me over in 2005 was their Unix-like operating system under the hood. For the majority of folks out there they would not care or even know anything about this part of Mac OS X, but to a system administrator who primarily maintains UNIX systems this was and is still important. I love the command line and the Terminal application is always open on my Mac computers. I use tools like SSH and rsync on a daily basis, both programs are there by default. For me having the familiar shells at my disposal is a need, and with Python, Perl, PHP, awk and sed thrown in right out of the box I was and am very happy.
Why Apple now has me concerned is that although I have been happy with my iPhone, mostly because it eliminated me having to carry an MP3 player and a cell phone, the device and operating system are too closed. Sure I can jump through hoops and develop for my iPhone, but not easily and I cannot just offer my application up for download from my own website without going through Apple's app store. Notice this primary need was the reason Microsoft lost me. I have mostly ignored this over the past year, but now there are rumors of a tablet pc slash netbook coming from Apple in the next couple months. This is a device I have no interest in personally, but I suspect a lot of folks will likely be interested in such a device. What worries me is that I am 90% certain the device will be running the operating system that is on the iPhone, not OS X. So we are talking about another closed device. Apple seems to be moving toward a more and more closed environment and it worries me that this type of closed mentality will leak more and more into OS X.
I generally appreciate Apple's style and way of doing things; I do not mind paying a little more for proprietary hardware to run OS X because I know it runs optimally on Apple hardware. But if I am suddenly locked out of being able to develop on my computer then I have to make some decisions on where I want to go next. I have been happy with my 1 year old iPhone but I am certainly taking notice of the other smart phones out there. Right now there is no guarantee I will continue being an iPhone user in another year. Only time will tell where Apple is headed with their personal computers, but the landscape does not look as open and inviting as it did in 2005.
Happy 40th UNIX
August 2009 marks the 40th birthday of the UNIX operating system. In August 1969, Ken Thompson, used the monthlong absence of his wife and son to sit down and code some of the most important software ever. Thompson spent a week each writing the operating system, a shell, an editor and an assembler for what would eventually be called UNIX. Thompson and colleague, Dennis Ritchie, began coming up with ideas for UNIX earlier in 1969, but it was in August of 1969 that my favorite operating system of all-time was given life.
I was first introduced to UNIX in the mid-1990's and I liked the operating system so much that I sought a new position to begin working as a System Administrator. I love the tools of UNIX and Unix-like operating systems so much that all the computers my family uses have a UNIX or UNIX-like operating system on them.
In truth UNIX is just as important to anyone reading this blog entry, it was UNIX that was used to build the Internet and UNIX in it's many flavors is still very much a part of the backbone of the Internet you know and use today. Happy 40th UNIX!
10th Annual System Administrator Appreciation Day
Remember your System Administrator this Friday, July 31st, 2009. Without a system administrator you would not be able to read this blog post, your email, check Facebook, Twitter, use your phone or well use any electronic media that travels across wires and is controlled by a computer.
This is the 10th annual System Administrator Appreciation Day and System Administration is my profession. Just remember to say thanks to a System Administrator for keeping communications and entertainment at your beck and call over the past year.
Plugging Back In
Like last Summer I spent a week unplugged from email and phone calls while spending a week in the Outer Banks of North Carolina. I confess I did use my iPhone a few times to check the weather, relatives fiddled with the phone more than I did, but I did not read email, twitter or answer any calls the entire week. I am still catching up on about 200 personal emails and and my Google Reader subscriptions. I know I will have a lot of work emails to catch up on Monday morning, but like last year, being unplugged from communications and many of my Internet habits is somehow liberating.
I spent part of my last evening away from daily life and the Internet sitting atop the highest sand dune at Jockey's Ridge State Park watching the Sun set while the boys ran up and down the dunes. It was a relaxing end to the week before we had to pack for the long drive home. Note to self, take the kites to Jockey's Ridge next year.
Zombie Genocidest
While my programming plans were pretty much an epic fail this weekend, I did earn an achievement on the game Left4Dead that makes those hours of studying The Zombie Survival Guide all worthwhile.
I managed to kill 53,595+ infected (zombies), which is the equivalent of eliminating a small city of the living dead. This monumental task earned me the Zombie Genocidest achievement and confirms that I am quite skilled at eliminating the living dead. Not bad for a Friday night and occasionally Saturday night gamer.
Blog Search Feature -
So Saturday I had a day where all the kids were away and Julie was working her normal weekend hours. I had planned to work on a feature of my blogging software that I have never been happy with. That feature is the search, which only really worked correctly with single word searches. What I discovered is that my PHP programming skills have decayed and my understanding of JavaScript is null and void, not that those skills were very good anyway. Remember I am a hobbyist programmer only, not really my profession. The few hours I spent on the code Saturday virtually were wasted. I spent hours reading about arrays in PHP, not exactly what I had planned. In the end I got a mostly working better search feature. Though I am still not sure I like what I have here, so this project may rear its ugly head again.
I have some JavaScript debugging to do, because if you try and search for something that does not exist in any posts, the form is hijacked and just does not work until you refresh the page. However, the successful searches work great, including a nice sort listing the blog posts first with the most occurrences. This search is still very rough, it works better than my old search feature, but is not 100% really working. I am not sure I like using all the JavaScript I am using, I dig the whole Ajax thing but I worry about it breaking and not being able to fix it.
I kind of thought that I would knock out this feature with PHP5 rather easily and that I could move onto my planned Python programming projects. I never got around to the Python programming at all. If any PHP gurus read this blog and can point me to a great tutorial on building a search feature that searches a MySQL database I would appreciate it. Most of the tutorials I found do a pretty generic search, which is what I originally coded and it did not work well or at all with searches using more than one word. Infact I think my old search feature used more SQL features than PHP. I thought I had read that PHP5 had some added functionality that would make coding a search feature better than ever, using PHP more so than SQL. I could not really find anything that I was happy with or did anything different than I was already doing.
Virtualizing on OpenSolaris Looking Awesome
More so than ever before Virtualization could be extremely useful for my personal use. Over the past few months I have been trying to come up with scenarios to reduce my need for multiple computers being used as well as multiple computers being powered on for extended periods of time as servers. Over the past couple years I have often used two computers acting as servers within my home, OpenSolaris and VirtualBox on one machine could replace both.
I use a G4 Mac Mini with no monitor attached via desktop sharing as a file server and Time Machine backup server. I have used this computer as my web server for this blog and other websites over the years as well. The Mac Mini has performed awesomely for a $500 computer purchased nearly 5 years ago, the power consumption is low and the computer is the quietest I have ever owned, however the Mac Mini is showing its age. The processor is dated and restricts some of my plans, the usb ports are slow, which slows my access to the usb drives I have attached and it has a relatively small internal hard drive at 80 GB.
I use an additional older computer as a server to host my websites because I did not want my personal files on the same machine as the one I have exposed to the Internet. I generally run this machine headless as well (no monitor); though even for an older computer it mostly seems a terrible waste of resources. The server has easily handled any and all traffic I throw at it and could easily handle its assigned tasks with fewer resources. The G4 Mac Mini was a fantastic web server as well, never once giving me a problem, it merely fit better in its role as a Time Machine server. Besides, it is easier to keep various server software patched on an Ubuntu Linux server than it is to continually patch these pieces of software myself on OS X.
For several years I have used VMware and VirtualBox to run Virtual Microsoft Windows XP and Vista machines in the event I needed access to either operating system. So I had already found some legitimate use for virtualization in the home, merely convenience more so than necessity.
Recently however I have been thinking about a better home server solution while at the same time testing the latest beta of VirtualBox. While performing some load tests on a Virtual LAMP Server (Turnkey Linux Appliance) I realized just how fantastic a small virtualized web server can perform. I had also been toying with building an OpenSolaris server in the future to use as my file server and backup solution. (Have you checked out ZFS and Time Slider? WOW!) I have become intrigued with using ZFS and I think I could probably build a relatively cheap machine that would see me through quite a few years. VirtualBox is also a Sun product and runs on OpenSolaris; I could utilize this same machine and build a Virtual Web Server closed off from the host system, my network and all my personal files. At the same time my Virtual machines would have the benefit of a host operating system with ZFS protecting my data. I likely could utilize an OpenSolaris server running VirtualBox to meet just about any need I could have, allowing me to reduce my always running computers from two down to one while also better utilizing the resources of that one computer.
Forgotten Server
I kind of forgot about my LDAP server. Oh well, seems to be working just fine.
(w1mvsun01-root: /:129)-> uptime
8:49am up 542 day(s), 20:45, 1 user, load average: 0.07, 0.06, 0.06
Home Off-site Backups
I mentioned online backup services, specifically SpiderOak, before and I do think there prices are relatively reasonable. But in the current economy it can be difficult to warrant spending $10 or more for off-site backups. If you have a trusting friend who does not mind you borrowing some of his bandwidth at 3am, you can opt for my solution.
My buddy Scott Wood and I were throwing around ideas for off-site backups while chatting on instant messenger and we decided that the best option was to provide each other some space. He provides me some disk space and Secure shell authentication to his home server and I provide him some disk space and Secure Shell authentication to my home server. We are starting out relatively small for now, about 50 GB each, but it's free and a whole lot more than the 2 GB that the online services provide for free. If this solution works well we always have the option of sending larger disks to one another.
Provided you have a similar setup, you could use software like Unison, which works on Windows and UNIX (Linux, BSD and such) systems, to synchronize your files on two hosts. For the record, even if you do not have an off-site alternative, software like Unison is still worth looking into, Unison can even work with two disks on one computer. You might find other software that you like better if you take the time to search around.
On the Macbook my solution is to continue with TimeMachine for my on-site backups and I scheduled a AppleScript to run at 3am which calls rsync to synchronize my home directory with the backup at Scott's house. Since discovering rsync a couple years ago I literally have used it thousands of times. I used rsync to copy terabytes of data at work from an old filesystem to a new filesystem on the same machine which enabled me to initiate rsync off hours and stop it in the morning and resume where I left off later on. By using rsync I was assured that I did not miss any changes to any files as rsync updates any bits that changed with any file, rsync is an awesome utility and far superior to a standard copy for so many reasons.
The Teams I Cheer for - What a Year
The past year, or at least going back to October of 2008 I have had perhaps the best ever year in the life of a sports fan. The only other year that might compare for me is perhaps 1979 through 1980, but this year is probably superior. In every major sport the team I root for now holds the championship. I do not really follow the NBA or NHL other than reading headlines, but the teams I have rooted for during my lifetime has not changed.
- NFL Champion - Pittsburgh Steelers
- MLB Champion - Philadelphia Phillies
- NHL Champion - Pittsburgh Penguins
- NBA Champion - LA Lakers
Additionally the local American Hockey League team, the Hershey Bears have won the Calder Cup. The two oldest trophies in the world now call Pennsylvania home. My son Jacob touched the Calder Cup the other night at the Harrisburg Senators game. Before someone asks, I have always been a fan of the LA Lakers. Pittsburgh did not have an NBA team and the Phillies are the only major sports team I cheer for from Philadelphia.
Snow Leopard Upgrade Nice!!!
"Now we're talking price. Snow Leopard will be $29 to upgrade for Leopard users. The Family Pack upgrade will be $49. It will be available in September, but the near-final developer preview will be available today." -- Bertrand Serlet
So, how much are we going to pay for Windows 7 which is just a fixed Vista? How long can Microsoft continue to run the cost commercials, nevermind every machine the people choose in the commercials are poorly reviewed junk. You get what you pay for folks, well you do from Apple anyway.
Recap of May 15th Springsteen Show
Fun show at Hershey Park Stadium on Friday night and I can now say I finally saw Bruce Springsteen Live, something I have always wanted to do. I just have never had an opportunity before and was extremely disappointed I could not make the show last August. Friday was a beautiful night with temperatures in the low 70s and a packed stadium of 30,000 brought out a lot of energy from Bruce and the band. This was the first stadium show of the tour and the second show featuring Jay Weinberg, Max Weinberg's 18 year old son. Jay was AWESOME! He thundered the house all night long on the drums. I thought the show might have been the longest of the tour so far and I confirmed that at 2:58 it was indeed the longest show so far featuring a tight 27 songs. The show began at 8:19 p.m.
"Hello Hershey, are you ready to be delivered?" Bruce asked as the band took the stage.
1. Badlands
2. Spirit In The Night
3. Outlaw Pete
4. Radio Nowhere
5. Out In The Street
6. Twist and Shout (sign request, tour premiere)
The sign read: "If U play Twist and Shout" I'll burn my Hannah Montana CDs"
7. Working On A Dream
"Good to be here tonight in the wonderful home of candy" Bruce said to the crowd.
8. Seeds
9. Johnny 99
10. The Ghost Of Tom Joad
11. Raise Your Hand
Bruce collected signs, there were so many.
12. Give the Girl a Kiss (sign request, tour premiere)
I met a guy from the Baltimore area and he said many people thought Bruce would play this at the Hershey show in August of 2008 but he did not. Bruce picked up a sign that was a big Hershey kiss and on the white wrap it read: "Give the Girl a ...." This was soundchecked earlier in the afternoon. "This is very obscure," Bruce said. "Being we are in Hershey, Pa. we'll play it." Then he was asking the band "How does it start? What's the first guitar part? Oh, just sing it... Who knows this one?"
13. Trapped (sign request)
"I've seen a lot of signs for this one," Bruce said.
14. Waitin' On A Sunny Day
15. The Promised Land
16. Backstreets
17. Kingdom of Days
Bruce mentioned how Patti was home recovering from falling off a horse and that she was also home because it was, "Prom night. My daughter is 17. Security!"
18. Lonesome Day
19. The Rising
20. Born To Run
House lights go up, 30,000 people in Hershey Stadium go crazy. Even the kids, many 10 years old and younger were singing every word to every song. You could feel that Bruce and the Band were feeling it.
Encores:
Before the encores Bruce said "I love all the signs but it's getting a little ridiculous." He then mentioned "18-year-old Jay Weinberg taking over for his Dad. he's the first guy to sit in that seat for 35 years except for his pop. If you want to sit in that seat - that's saying something."
21. Hard Times
22. Thunder Road
23. Tenth Avenue Freeze-out
24. Land Of Hope And Dreams
25. American Land
26. Rosalita
The band was ready to leave when Bruce shouted out "We'll do one more!" He called Jay and the others back out as they were leaving the stage.
27. Bobby Jean
Show over at 11:17 p.m. I first discovered Bruce Springsteen when I was 13 years old during the "Born in the USA" craze, immediately dug the story telling style of his songs. I quickly realized he had a whole lot of other awesome music way before that. Though I have always had a soft spot for "No Surrender" and "Glory Days" both off "Born in the USA", neither one was played at this show. But so many other great songs were played that I cannot say I was at all disappointed. Let me tell you, this was three hours of music, with no long guitar or drum solos while the rest of the band disappeared, there was no intermission. It was three hours of the Boss rocking the house and the entire E Street Band doing their thing.
I Like Bruce Springsteen...
Because sometimes he sings songs about me.
I made the last updates to the song count for the 2009 Tour today.
Good Luck Atlantis and the STS-125 Team
Today the Space Shuttle Atlantis lifted off for what is being called the last visit to the Hubble Telescope. The original Hubble mission was a huge disaster and a huge embarassment to NASA. The missions that followed, that corrected Hubble and serviced the Telescope are among NASA's greatest achievements. I think the images that come from Hubble are the most amazing and beautiful images ever taken.
The STS-125 Team will install two new instruments, repair two inactive ones and perform the component replacements that will keep the telescope functioning into at least 2014. I am wishing the team good luck, if indeed this is our last visit to Hubble, it would be fantastic to finish on a high note.
We have become a World that takes space flight for granted, very few people probably even knew about this mission. Looking back at just a few Hubble accomplishments such as proving the existence of Black Holes, providing looks at stars and galaxies that we would have never seen, long views of the universe that have allowed us to look back in time and Hubble has even given us a better view of the planets in our own Solar System that it's importance to Science is just amazing.
GeoCities Closing after 15 Years
Those of us that were the early denizens of the Internet will not only remember GeoCities for its aesthetics, but also because many of us got our HTML feet wet there. Anyone seriously interested in having a web presence quickly moved from the likes of GeoCities and Angelfire to their own domain and paid web hosting. Yahoo has announced that sometime in the next year they will be officially closing GeoCities and its fabulous collection of blinking gifs and animated banners.
GeoCities lost popularity with Internet beginners when blogging services and social networking sites the likes of MySpace and Facebook came onto the scene. MySpace allows the ability for Internet newbiess to make even more annoying web pages than GeoCities could have ever dreamed, comprised of horrible gifs and loud auto-playing music and videos. While Facebook prevents it's userbase from making the world's ugliest website, it makes up for these shortcomings with the endless parade of brain numbing applications, all stealing your privacy away with hardly an afterthought from the Facebook community.
Sure MySpace and Facebook are superior in many, many ways, but GeoCities will always have a warm place in my heart and many others. One of the true pioneers to the Internet we know and love today will soon cease to exist. Those of us who were here in the beginning will always remember the many black back grounded GeoCities sites with midi music and blinking gifs for as long as we live.
The Loss of Harry Kalas
My oldest memories of baseball involve watching the Phillies and listening to Harry Kalas and Richie Ashburn call the games. We lost Ashburn in 1997 and yesterday, 4/13/2009, we lost Harry Kalas.
I mentioned Kalas and his call of the final out of the Phillies World Series victory this past Fall. One of the other calls I vividly remember is Harry Kalas calling Michael Jack Schmidt's 500th homerun.
I have no idea if I will ever latch onto another broadcaster as I did Harry Kalas and Richie Ashburn. I doubt I will, with media being so broad now, those intimate relationships are not as prevalent. The days of radio and 12 or 13 TV channels is gone and a unique voice and flair for calling baseball just does not seem as common anymore. For me and every other Phillies fan, Kalas was the voice of the Phillies and baseball, though Vin Skully deserves a mention in my book.
Last night Comcast Sportsnet rebroadcast Harry Kalas' final called game, a Phillies 7-5 comeback victory over the Colorado Rockies at Coors Field. As I watched the game and listened to Harry Kalas signoff for the last time I knew one of the last pieces of my childhood was gone.
Bruce Springsteen Songs From 2009 Setlists Sum
UPDATED 8/24/2009 to include latest setlist. This is the final update, if you want me to continue to update you will have to contact me.
One of my Summer of 2009 goals is to learn Python. My current path for doing this is using Python to handle some of my system administration tasks. I am quite strong in Shell Programming as well as using sed, awk and Perl to complete most if not all of my administration tasks and PHP for all my web programming, so the real challenge is forcing myself to use a new tool to complete tasks I can do with my current set of tools. This of course is a minor inconvenience all for the sake of learning Python. I am looking for other opportunities to practice Python, because the only real way to learn a new language is to use it. I am a huge Bruce Springsteen fan and I finally will be seeing Bruce on May 15th at Hersheypark Stadium for the first time. Wanting to make the most of the moment, I want to make sure I am up on all the songs he will likely be performing. I threw together a Python program that takes all the setlists starting with the Super Bowl performance, processes the setlists into a list with the number of performances of each song Bruce performs on the 2009 tour. I will try and keep this list updated on a regular basis. So far it seems likely that the top twelve songs on this list will be played at each performance.
Song Performed
--------------------------------------------------------------------------
BORN TO RUN ==> 59
WORKING ON A DREAM ==> 59
AMERICAN LAND ==> 58
BADLANDS ==> 58
JOHNNY 99 ==> 58
OUTLAW PETE ==> 58
LONESOME DAY ==> 57
THE PROMISED LAND ==> 57
THE RISING ==> 55
WAITIN' ON A SUNNY DAY ==> 55
SEEDS ==> 52
HARD TIMES ==> 43
RAISE YOUR HAND ==> 43
LAND OF HOPE AND DREAMS ==> 38
DANCING IN THE DARK ==> 37
RADIO NOWHERE ==> 36
OUT IN THE STREET ==> 33
KINGDOM OF DAYS ==> 32
TENTH AVENUE FREEZE-OUT ==> 27
THE GHOST OF TOM JOAD ==> 27
THUNDER ROAD ==> 27
GLORY DAYS ==> 26
NO SURRENDER ==> 24
ROSALITA ==> 23
TWIST AND SHOUT ==> 23
THE WRESTLER ==> 21
BOBBY JEAN ==> 20
MY LUCKY DAY ==> 20
SHE'S THE ONE ==> 20
HUNGRY HEART ==> 19
SPIRIT IN THE NIGHT ==> 15
YOUNGSTOWN ==> 15
BECAUSE THE NIGHT ==> 14
PROVE IT ALL NIGHT ==> 14
THE RIVER ==> 14
JUNGLELAND ==> 13
TRAPPED ==> 10
WORKING ON THE HIGHWAY ==> 10
GROWIN' UP ==> 9
I'M ON FIRE ==> 9
NIGHT ==> 9
CANDY'S ROOM ==> 8
DARLINGTON COUNTY ==> 8
I'M GOIN' DOWN ==> 8
MY LOVE WILL NOT LET YOU DOWN ==> 8
AMERICAN SKIN ==> 7
CADILLAC RANCH ==> 7
DARKNESS ON THE EDGE OF TOWN ==> 7
ADAM RAISED A CAIN ==> 6
COVER ME ==> 6
DETROIT MEDLEY ==> 6
MURDER INCORPORATED ==> 6
SEVEN NIGHTS TO ROCK ==> 6
ATLANTIC CITY ==> 5
BACKSTREETS ==> 5
GOOD LOVIN' ==> 5
MONY MONY ==> 5
SOMETHING IN THE NIGHT ==> 5
FOR YOU ==> 4
JACKSON CAGE ==> 4
RACING IN THE STREET ==> 4
RAMROD ==> 4
SHERRY DARLING ==> 4
THE E STREET SHUFFLE ==> 4
THE TIES THAT BIND ==> 4
BE TRUE ==> 3
BORN IN THE U.S.A. ==> 3
DOWNBOUND TRAIN ==> 3
GIRLS IN THEIR SUMMER CLOTHES ==> 3
GOOD EYE ==> 3
IDAS SOMMARVISA ==> 3
KITTY'S BACK ==> 3
MUSTANG SALLY ==> 3
PROUD MARY ==> 3
RENDEZVOUS ==> 3
SANTA CLAUS IS COMIN' TO TOWN ==> 3
SURPRISE SURPRISE ==> 3
THIS LIFE ==> 3
BURNING LOVE ==> 2
DU SKAL IKKJE SOVA BORT SUMARNATTA ==> 2
E STREET SHUFFLE ==> 2
FACTORY ==> 2
HANG ON SLOOPY ==> 2
I FOUGHT THE LAW ==> 2
IF I SHOULD FALL BEHIND ==> 2
INCIDENT ON 57TH STREET ==> 2
IT'S HARD TO BE A SAINT IN THE CITY ==> 2
JANEY DON'T YOU LOSE HEART ==> 2
LONDON CALLING ==> 2
LOOSE ENDS ==> 2
MOUNTAIN OF LOVE ==> 2
MUSS I DENN ZUM STDDTELE HINAUS AKA WOODEN HEART ==> 2
PINK CADILLAC ==> 2
POINT BLANK ==> 2
ROCKIN' ALL OVER THE WORLD ==> 2
STREETS OF PHILADELPHIA ==> 2
SURPRISE, SURPRISE ==> 2
THE FIELDS OF ATHENRY ==> 2
THIS HARD LAND ==> 2
TWO HEARTS ==> 2
WHO'LL STOP THE RAIN ==> 2
WILD THING ==> 2
YOU CAN'T SIT DOWN ==> 2
YOU NEVER CAN TELL ==> 2
4TH OF JULY, ASBURY PARK ==> 1
634-5789 ==> 1
96 TEARS ==> 1
A RIANXEIRA ==> 1
AN DER SCHOENEN BLAUEN DONAU AKA THE BLUE DANUBE WALTZ ==> 1
BACK IN YOUR ARMS ==> 1
BAD LUCK ==> 1
BOOM BOOM ==> 1
BORN TO BE WILD ==> 1
COMA GIRL ==> 1
DESDE SANTURCE A BILBAO ==> 1
DOES THIS BUS STOP AT 82ND STREET? ==> 1
DRIVE ALL NIGHT ==> 1
DS VOGELLISI ==> 1
EN YNDIG OG FRYDEFULD SOMMERTID ==> 1
EXPRESSWAY TO YOUR HEART ==> 1
FADE AWAY ==> 1
FIRE ==> 1
FLOWER OF SCOTLAND ==> 1
FROM SMALL THINGS ==> 1
GIVE THE GIRL A KISS ==> 1
GOOD ROCKIN' TONIGHT ==> 1
GOODNIGHT IRENE ==> 1
GREAT BALLS OF FIRE ==> 1
GYPSY BIKER ==> 1
HAVA NAGILA/BLINDED BY THE LIGHT ==> 1
HEAT WAVE ==> 1
HUMAN TOUCH ==> 1
I AIN'T GOT NO HOME ==> 1
I WANNA BE SEDATED ==> 1
I'M A ROCKER ==> 1
I'M BAD, I'M NATIONWIDE ==> 1
INDEPENDENCE DAY ==> 1
INTO THE FIRE ==> 1
JERSEY GIRL ==> 1
LAND OF 1000 DANCES ==> 1
LIKE A ROLLING STONE ==> 1
LITTLE LATIN LUPE LU ==> 1
LONG WALK HOME ==> 1
LOS PAJARITOS ==> 1
LOST IN THE FLOOD ==> 1
LOUIE LOUIE ==> 1
MARY'S PLACE ==> 1
MY CITY OF RUINS ==> 1
MY GENERATION ==> 1
MY HOMETOWN ==> 1
PRETTY WOMAN ==> 1
QUARTER TO THREE ==> 1
QUEEN OF THE SUPERMARKET ==> 1
RED HEADED WOMAN ==> 1
ROCKING ALL OVER THE WORLD ==> 1
ROULETTE ==> 1
SEVENTH SON ==> 1
SEVILLA TIENE UN COLOR ESPECIAL ==> 1
SHA LA LA ==> 1
SO YOUNG AND IN LOVE ==> 1
STREETS OF FIRE ==> 1
SUMMERTIME BLUES ==> 1
THE DARK END OF THE STREET ==> 1
THE FEVER ==> 1
THIS LAND IS YOUR LAND ==> 1
THIS LITTLE LIGHT OF MINE ==> 1
THUNDERCRACK ==> 1
TOUGHER THAN THE REST ==> 1
TRAVELIN' BAND ==> 1
WELL MAY THE WORLD GO ==> 1
WOOLY BULLY ==> 1
YOU CAN LOOK ==> 1
YOU REALLY GOT ME ==> 1
Coffee Mug Monday
Thinkgeek now sells a coffee mug that is as bad ass as another mug I featured two years ago. The Melee Mug is 20 ounces that look as tough as free office coffee, and if you have ever had to drink free office coffee, you know what tough is. The Melee Mug has a ceramic handle that is shaped like a set of brass-knuckles, but note that this is a coffee mug and not for real melee action.
If you are looking for the ultimate conversation starter, this is a must have mug for the office. Or if you just want to be left alone at the office, this mug will probably accomplish that goal as well. Although the attitude is sold separately. I think this would be the perfect Monday only coffee mug. Just keep it under lock and key all week and then at the start of every week let everyone know how you feel about Mondays.
How about that, a Friday beer glass and a Monday coffee mug, all from the same place. I have a few new coffee mugs in the cabinet, nothing as original as this but they should show up on a Monday post from time to time throughout the year.
TGIF Beer Glass
When I first caught a glimpse of the </head> Tag Beer Glass over at Thinkgeek. I first thought it was a wonderful pilsner glass to go with the fine #include <beer.h> 12 ounce glasses I featured in 2004. This is a wonderful glass, but as Thinkgeek I believe correctly points out, it is not a pilsner but a Weizen (or wheat beer) glass. The tapered top is to focus the aroma of the wheat beer, a pilsner glass does not have that tapering.
I have actually been planning my first batch of homebrew in a while, an American-style wheat beer or Honey Weizen similar to what I brewed two years ago. That batch was well received by all my fantasy football mates, even those that claimed to not like homebrew. Finding this unique and geeky Weizen glass is what I would call a sign. This glass is 23 ounces of beauty, perfect for even my larger homebrew bottles. Now if I could only find out where to get the latest must have appliance, a beer pouring robot which Thinkgeek also links to. Please do read the entire description on the page, I enjoy the paragraph about the rice water.
Our beer glass supply is kind of embarassing and I never got around to purchasing the other glasses I featured from Thinkgeek. I feel an order of new glasses is in the making. Here is hoping this post makes you thirsty, happy Friday everyone!
Plan B
After listening to a recent This American Life podcast, the economy in the gutter and so many people losing their jobs or finding their pay cut it got me thinking. When you were a young adult you likely had a plan and perhaps a backup plan, Plan B. Of course not many of us had a plan beyond that because Plan A was absolutely going to work. Strangely enough, my original Plan A at first became my Plan B.
When asked in junior high through high school about what I wanted to do after high school I would often say I wanted to be a systems programmer, I had no idea what they really did, but I knew they worked with computers and not just in a clerical sense. I was less than a stellar student, I did enough to get by, doing little to prepare me for the career I said I wanted to pursue. In my defense, high school was unchallenging and boring to me. The math teachers were less than interesting and any sort of computer classes we were offered were so horrible that I remember the teacher missing my senior year more than they were in the classroom. Few if any of my high school teachers had any clue how to engage me. Do not get me wrong, a lot of this was my own fault; I take as much responsibility as a teenager deserves. Like most teenagers, I thought I knew everything and that Plan A or Plan B could never fail. It is worth mentioning that I seriously considered the military, but in the end I decided against it.
Strangely enough when I first graduated from high school I was presented with an opportunity by my brother-in-law to work for a vending and entertainment company (video games and pool tables). I thought that perhaps starting out by moving and relocating this equipment that I might pursue an electronics career (Plan B). My first career choice being a systems programmer (Plan A), in today’s non-mainframe lingo, a systems administrator. I of course was ill prepared for either career, being the last of six children I did not expect my parents to pay for college. Sure they would have supported me if I had chosen that route, but it was not on my radar. To make a long story short, in less than a year I realized Plan B was not going to pan out, at least not with my current employer.
No problem, an opportunity for an entry level position that would open the door for Plan A became available. Unlike high school, I was motivated to work and went about climbing the Information Technology ladder enroot to Plan A. I have been working specifically with Plan A now for over 10 years; I did some of the college thing along the way while working full time. I had achieved about the status of an associate degree and I am currently back to school working toward my Bachelors. Trust me, if I had to do it over again knowing what I know now I would have just did the college thing, because it is important, to me anyway. I probably could have had more fun along the way as well.
In the current economy no plan is safe and I am really curious how many out there are still on Plan A, Plan B or Plan C, D, E or F. Age 40 is creeping up on me and while I would not necessarily choose to change careers, I would be a fool to not recognize it could happen someday. Like others, a change might even be welcome and the right thing to do. I know a very broad range of folks read this blog and I would love to hear about careers or plans that have done well or you think will do well in what could be long down turn in the economy. Perhaps you just want to tell us about your own adventures, all feedback is welcome.
Facebook Tries To Be Too Much
I have been actively using Facebook over the past few months and I have belonged to Facebook for years, mainly because almost my entire family is on there. I do enjoy keeping at least somewhat notified of what they might be doing. But also after using Facebook over this time I am not overly impressed with the interface. Facebook is much prettier than MySpace which should just die already, but the user interface on Facebook is still broken.
Facebook does not replace a blog, not if you actually want to write anything with any depth. The video sharing is not that great and the quality of the video saved is just barely acceptable. Photo gallery, it just does not really cut it in this category either. As far as a status updates, Twitter and my favorite Identi.ca are far superior. I view both Twitter and Identi.ca as being like a giant IRC channel allowing you to tune in and tune out whomever you choose. My first thought every time I check Facebook is that it is a cluttered mess. Maybe Facebook will find ways to remedy these issues, but for me they have a lot of work ahead.
Personally, the constant prompting spurred by my friend's use of every Facebook application under the Sun is very annoying. The utter onslaught of crap wanting access to my personal information makes it impossible to know if there are any Facebook applications that are worth using. I think everyone should be very wary of allowing each of these applications access to your personal information that may include your phone, email address and birth date to just name a few. I have mostly ignored all prompts, not because I do not care about some cause but because I have no wish to allow my personal information to be accessed by the owners of these applications.
Occasional Linkdump - March 2, 2009
Scott's occasional shared bookmark linkdump.
- Safari 4 Beta:
Apple released a public beta of Safari 4 for Windows and Mac. The browser has some interesting features and by almost all accounts is currently the fastest way to surf the web. I have been using it over the last week and it is pretty cool. I like the added button to open tabs and Top Sites is pretty cool as well. - Ma.gnolia Online Bookmarks all lost:
I have been blogging recently about how relying on online services as your only source for data backup is a bad idea. I mentioned a popular blogging service that died due to not having a backup solution. Ma.gnolia.com is yet another site with a pretty large userbase who lost all user's bookmarks. To put it nicely their backup solution was poorly thought out. Seriously folks, if you have a startup and need a sysadmin that will protect your data, contact me, I come relatively cheaply. I can do it with Open Source as well, it is not expensive to protect yourself. I have a Time Machine like solution I wrote for Linux servers (Works on any UNIX-like operating sytem) that would have rescued these folks. - Marvell Plug Computer:
Speaking of backup solutions, the 5 watt Marvell Plug Computer is an excellent device to build a backup solution with cheaply. Rumor has it that when the device is officially released there will be a $49 version available.
Zoey Michael Buffington
Zoey Michael
Originally uploaded by Scott B.Zoey Michael Buffington was born February 13th, 2009 at 8:47AM. She weighed 7 pounds, 4.5 ounces and was 19 inches long. Both mother and daughter are doing well and resting comfortably at home. Big brother and both big sisters are very proud.
Kids and Programming
Part of what interested me in computers at a young age and continues to interest me in them to this day is using the computer to create something. For me it does not get much better than when you want to do something with the computer and some code and you begin creating and seeing results. Over the years the biggest road block for me has been coming up with ideas of something I need to program. I would probably program a whole lot more if I could convince myself to reinvent the wheel more often. Sometimes I just like the wheel so much that I cannot bring myself to start from scratch on it, if you know what I mean. Still, a large part of the motivation to host a blog in the era of Facebook is that I created this place, right down to the software I blog with. It is sort of like the guy driving the car where he rebuilt the engine from scratch.
My first real exposure to computers was probably video games, somewhere along the line I decided I wanted to know how the games worked. The curiosity to know how to program computers occured right away and I am not sure why, I just wanted to know how to do it. This is a pretty common story for most of my friends that work in the IT field. Computers were not so common in the household when I was growing up. Most households did not have a personal computer, mine did not. My exposure was through my brother, the very few friends who had one and finally the terrible computer classes we had starting in Junior High. I wanted to know how to program the computer and I want my kids to at least have a basic understanding of what is behind that computer game, music player and web browser. Perhaps one or all the kids might actually decide they want to learn more and do some programming of their own. If not, that is cool too, but at least they will have had the opportunity.
Jake is the oldest at 7, which is probably just the right age to start introducing some basic programming concepts to him. He and Riley both love gaming, Riley got her own Leapster for Christmas this year. I stumbled upon a pretty interesting little game that teaches some very basic programming concepts, concepts I was certainly not exposed to at age 7. Light-Bot has some interesting puzzles that eventually require you to create functions for repetitive actions in order to complete the puzzle. Jake spent about an hour with Light-Bot and enjoyed the puzzles; at first the functions were confusing but he was using them after having them explained. For now this is a nice start as he and his sisters continue to master their keyboard and mouse skills. I have some other ideas to perhaps spur further interest later on, but I will wait until we venture down those paths.
Occasional Linkdump - February 6, 2009
Scott's occasional shared bookmark linkdump.
- Tech Bytes Us:
I will occasionally be blogging at Tech Bytes Us when it is officially open. In addition my Buff (aka woahblog) code will be powering the site, with some multi-user modifications that will likely show up on Brutal Deluxe eventually. I am not sure if I am one of those furry guys or not. - Countup to 1234567890!:
You are geeky enough to care but you are not exactly sure how to countdown to the UNIX Epoch time milestone mentioned here. Using this website you can officially take a drink at the exact same time as me.
Backup Your Files
I have from time to time mentioned backups and recently some topics have come up in the news as well as talking amongst friends in which it is evidenced just how easily digital data can be lost. Not surprisingly it is becoming clear to me that many folks view Facebook, Flickr and the like to be viable backup options that are always going to be there. While some of these services might be used to keep a copy of a file you should also have a copy somewhere where you can retrieve the file if you wake up tomorrow morning and find you are no longer able to log into Facebook, Flickr or any online resource. Recently there was a six year old blogging service, JournalSpace, which lost its users’ posts due to relying on RAID as a backup solution.
The idea that with today's economy and relatively young Internet technologies that it is far fetched to believe that a service like Facebook will not always be there is not unthinkable. If you are relying on an online source as a backup, what is your solution to get your data back in the event you needed to? I am both a Flickr user and a Facebook user, but that is not the only location I keep my photos. I also keep multiple copies at home on multiple drives, which leads to my next point.
A lot of folks keep all their digital photos and video on one computer drive, this being their only or primary computer. Just a few weeks ago I had a friend come to me who wanted to retrieve some music from an iPod and they brought a USB drive with them along with the iPod. As they dropped off the 30 gig iPod and the USB drive they warned me that the drive had all their family photos on it. I asked them if that was the only place they kept them and they said yes. I then asked what if the drive failed and I received a blank stare. I handed them back the drive and told them to at least buy another drive, keep multiple copies and I was not about to take responsibility of a hard drive that contained all their family pictures when they had no backups. The next day they bought a new USB drive and gave that to me to put their music files on. All of this comes a couple months after another friend rang my phone and asked if I had a solution for getting years worth of files off his crashed hard drive. Again, he never thought about backing up his computer, now all his files were lost.
I am not against online services, I am using
SpiderOak as an offsite backup source. SpiderOak offers 2 GB free and 100 GB for $10 a month with the option of incrementally adding additional 100 GB for $10 and this works with Windows, Mac and Linux. But I am still very much planning to continue to keep a copy of all my files at home as well. Services like SpiderOak are awesome and well worth their minimal price when it comes having another source for your files. I strongly feel this should not be your only backup solution, but it sure beats the solution a lot of folks use.
The point I am trying to make is that you should always look to use these services intelligently in addition to your own backups. I love Gmail, but I download a copy of my emails while leaving a copy on the server. So my email is getting backed up in the event that my emails were lost on the server. You are the one that is responsible for your files, whatever those files may be. Relying solely on a service or worse yet the health of your computers current hard drive is a huge gamble. Rumor has it that Google is soon going to release a backup solution in the cloud (the Internet), probably called Gdrive, and they will want you to believe that keeping all your files on such a service is the way to go. It may well be the way to go, but your first plan and long term plan if you want to pass photos on to your children and children's children is to have a home backup solution first and foremost.
Use backup options that your operating system provides, use TimeMachine, and plan to use a service like SpiderOak to keep an offsite copy of your files in the event of a fire. Purchase at lease one external USB drive and routinely make copies of important files to the drive. You should always have multiple copies and I am not talking RAID. RAID is protection from hardware failure; it is not protection from deleting a file. Even the best services make mistakes, even Google.
Steelers XLIII Super Bowl Victory
I always get nervous going into these games, the only place I talk about big Steelers games is on the Brutal Deluxe Podcast. I am superstitious when it comes to any of my teams. This game was special, Super Bowls are always special, but the 2005 victory was kind of ugly and I believe game was a defining moment of Roethlisberger's career. This game was Big Ben winning it with 2 minutes and change and no matter what happens from here on out he will go down as a special quarterback.
No one is mentioning this, but I really did not want the Steelers to lose to the Cardinals. This was a Super Bowl win for the Pottsville Maroons. I like Kurt Warner, I do and I can root for a lot of the Cardinal players, but I will never root for Bill Bidwell until he returns the Maroons 1925 championship.
What a game though, my heart was in my throat and there was at least three times where Jake and I were jumping around the family room. We both were pretty down when the Steelers lost the lead. We were jumping all over the place when Ben led that last touchdown drive, it was AWESOME!
Lastly, many have asked over the last week if the Pittsburgh Steelers are America's team. As a life long Steelers fan, we are TOO COOL to allow anyone to refer to us as America's Team. We will savor this championship just as we have every one because you never know if you will see another one. GO STEELERS!
Pittsburgh Steelers Super Bowl XLIII Champions
1234567890
Being a computer user who prefers UNIX and Unix-like operating systems I would be remiss if I did not point out that we are approaching an interesting number in UNIX time. On Friday the 13th of February, 2009 at 23:31:30, the UNIX time will be 1234567890. I am the first to admit this means nothing, and is no more interesting than when your car rolls over to 100,000 or perhaps 123,456.
So what is UNIX time? The simple and fairly accurate answer is that it is the number of seconds since midnight of January 1st, 1970. Of course with no way to measure leap seconds this is not entirely accurate, but you get the idea. There was similar interest in 2001 when the UNIX time reached 1 billion, coined the UNIX billenium by some and again in 2005 when UNIX time was all ones (1111111111). Arguably this is the last excuse for a celebration until 2033 when the second billenium is reached. If I am still using UNIX in 2033 and UNIX time is still around I will indeed be impressed.
Hey, it falls on a Friday night at 11:30pm. This seems to be a good excuse for me to pull one of my cellared beers from the basement and have a mini celebration. So get your little C programs or scripts ready to watch the countdown to 1234567890!
UPDATE: In the Eastern Time zone 6:31pm, my bad I should have realized this. Check it.
scotbuff@growler~/Scripts$ date -r 1234567890
Fri Feb 13 18:31:30 EST 2009
Or maybe Python is your style
scotbuff@growler~/Scripts$ python -c 'import time; print time.ctime(1234567890)'
Fri Feb 13 18:31:30 2009
Either way it depends on your Time Zone.
Occasional Linkdump - January 15, 2009 - Brutal Deluxe Edition
Scott's occasional shared bookmark linkdump - Brutal Deluxe Edition.
Geocaching Experience
As mentioned on one of my previous linkdump posts, I have wanted to try Geocaching for several years. Geocaching is high-tech treasure hunting played throughout the world by seekers equipped with GPS devices. The basic idea is to locate hidden containers, called geocaches or just caches, and then log your find in the cache log and online. It dawned on me a month or so ago that I could use my iPhone to give Geocaching a try. Jacob and soon Riley could also have fun searching for the the cache treasures. So far I am unsure if I am just terrible at the activity, the iPhone is not accurate enough or I am just not comfortable enough with some of the hides.
I do think if nothing else the iPhone is an amazing tool to use with Geocaching, with Google Maps allowing you to get satellite views of cache locations and Geocaching application getting you to the general area. I have just noticed that once in the area of the cache the distance to the hidden treasure seems to jump around even if you are not moving. Perhaps this is because of how the iPhone does GPS, by using cell towers. If I continue Geocaching it might be worth my time to pick up an actual GPS device to better zero in on ground zero.
The other issue is the hide locations of most of the caches I have tried to find. An awful lot of them are hidden in areas around shopping centers or homes. So out of the five caches Jacob and I have tried to find so far none were out of the view of homes. It feels a bit strange to be poking about a telephone pole at an empty ball field or behind a fence behind a grocery store. I guess I need to get past this, but at the same time I cannot help feeling like someone is watching me and wondering if I am looking for something nefarious. This feeling has stopped me from searching for three out of the five caches we have went for in a rather short timeframe and also stopped me from conducting a good search. Again, this is just something I probably have to get over.
So far we have found only one cache, a small film canister in Camp Hill. Which kind of makes me feel I am just not very good at the activity. Mostly I have no idea what I am looking for and sometimes I am unsure exactly where ground zero is. Jake was excited when we made our first find and is always excited about going for another one. I think all of the caches we have tried to find have been on the small side. Both Jacob and myself are excited to go for a larger container, and if we have our choice a cache that is away from homes and businesses. Longer days and warmer weather will increase the opportunity of us taking such a journey. I will have to try and search out some more out of the way caches that are reasonably close to home. Hopefully we have more success in the future, the activity is fun and is a nice learning experience for the kids, and dad.
Tech Bytes
I thought a post was worth making on some recent technology thoughts and discoveries. A couple months back I posted on how I was using FreeNAS for my Time Machine backups. This solution worked fine and I was using it successfully up until this week. The reason I chose FreeNAS is because I was unable to use a shared drive plugged into the USB port of my old G4 Mac Mini, I could use USB attached drive on the Mac Mini but could not use it shared with Time Machine on my Macbook. I had hoped this was a bug or a snag in Time Machine and not some way that Apple was using to force their Time Capsule solution. Who knows with the way Apple has been behaving with some of their hardware and software recently. There have been a few updates to Leopard and some Time Machine updates included since I last tried this. I decided to give this another shot, mainly because I use my Mac Mini often and it uses a lot less power than the computer I had FreeNAS installed on. I attached a USB drive, shared the drive and accessed the drive from my Macbook. Accessing the drive from the other Mac is important, the drive showed up as a Time Machine option as soon as I accessed it from the Macbook. I was surprised, because this definitely did not work the last time I tried it, and I fiddled with it for a couple days. Thank you Apple for finally fixing this!
Over a year ago I posted about mine and others issues with Ubuntu 7.10 and I was really displeased with how Ubuntu was working out of the box. Since that time I have used versions 8.04 on an Eee PC and 8.10 on the same desktop I reference in the post in which I complained about Ubuntu's performance. I have also used 8.04 and 8.10 on several Web Servers. What a difference 2008 Ubuntu has been compared to 2007 Ubuntu. Color me impressed, the installations have worked flawlessly for me and version 8.10 on the machine from a year ago runs circles around the performance of Ubuntu 7.10 on the same machine. I can once again recommend Ubuntu as my distribution of choice for those new to Linux or for those that want a machine and operating system that "just works". I even started the practice of requesting CDs from Ubuntu again to distribute to co-workers and friends. People are sometimes more likely to try software if it is nicely packaged on a CD.
Occasional Linkdump - December 29, 2008
Scott's occasional shared bookmark linkdump.
- Left 4k Dead:
Left 4k Dead is an incredible zombie shooter made for the 2009 Java 4k Competition. The entire game is less than 4kb. I think it is pretty cool and the name is a play on the Left 4 Dead game by Valve Software, which I also own and enjoy. - FleaFlicker Public League Championship:
This was our first official year using and caring about FleaFlicker. I decided that in addition to our modified BDFL FleaFlicker league that I would play in a few public leagues using the default FleaFlicker rules. I believe winning one of these qualifies you for championship leagues. I joined three of these leagues and paid them a very limited amount of attention. I did make the playoffs in each one of them. The league I thought I had the worst shot to win ended up being the league I won. I was the last seed in the playoffs and beat the two best teams to win the champinship!
Christmas Beer 2008
For some strange reason I titled this post last year with the 2008 year. I must have already started drinking before I made that post. Anyway, here is this years stash, so far. I expect I will pick up a few more come Christmas and of course some other winter brews throughout January and February.
YuleSmith Holiday Ale from AleSmith is a first for me. I have not tried YuleSmith yet but I expect it to be a fantastic beer. Another first for me is Leinenkugel's Fireside Nut Brown Ale, this is a good brown ale, interests me in some of Leinenkugel's other offerings. What is becoming a favorite holiday beer for me is Santa's Private Reserve from Rogue, which I think is just about a perfect beer for my taste. This is the second holiday season where I was able to enjoy Santa's Private Reserve. Another beer that I had for the first time was Winter's Bourbon Cask Ale from Anheuser-Busch, it was alright, kind of a booring beer but it did not taste bad. I certainly would not say I could taste or smell any Bourbon and it seemed to be very under hopped. It was just an okay beer. Of course what would the Christmas season be without a beer that has now been named the BEST Christmas beer by among others Playboy Magazine, the Mad Elf Ale from Troegs Brewery. I usually save some Mad Elf from season to season, but lately I have had the taste for Mad Elf and doubt I will have any left come Spring. Lastly, I have Sierra Nevada's Celebration Ale, which is bursting with hops, this beer is for the true hop head, which I am.
Official Red Ryder Carbine-Action Two-Hundred-Shot Range Model Air Rifle
Not really. They had a laser version of the famous Christmas Story BB gun at Bass Pro Shops. They were selling the real thing too. But we will just settle for trying out the laser version for now and stick to nerf and super soakers at home. Be sure to drink your Ovaltine.
Occasional Linkdump - December 16, 2008
Scott's occasional shared bookmark linkdump.
- Arena Football League cancels 2009 season:
During the late 1980's through the mid 1990's I became a big fan of the Arena Football League. Before I became a big fan of Fantasy Football, I considered giving up the NFL permanently. This was not because I thought the AFL was superior to traditional outdoor football, only because I have been fed up with the major league professional athlete since about 1988. The AFL was minor league football with a unique twist. I will sadly miss not being able to watch any AFL this season. I hope the league and it's history is not lost forever. - Billy Ripken - Finally Comes Clean:
It has been 20 years since Fleer supposedly accidently released the famous baseball card, which I have. Billy Ripken finally tells the whole story about the bat and the picture on the 1989 Fleer card. - Geocaching:
Geocaching is the act of using GPS devices to locate hidden containers, called geocaches, outdoors. I have always wanted to try this, now with the iPhone and a very cool Geocacheing iPhone application I can do just that. Seems like a cool activity to do with the kids, so I am going to give it a try.
Xbox 360 - Love, Hate Relationship
I have posted more than once about the things I like about the Xbox 360 console. The Xbox Live play, Xbox arcade and Netflix streaming are absolutely awesome. I am able to play the coop gaming that I prefer with friends all over the World. However, it is clear Microsoft has major problems with the hardware side of the house. As much as I feel the Xbox 360 is the killer console, especially with Neflix streaming, I would caution anyone buying this console to be ready for some frustration. My original console acquired the famous Red Ring of Death roughly six months after I purchased it; I made a mention of the Red Ring and getting the console repaired on this linkdump post. Almost a year and a half later, I again have another broken Xbox 360 console.
Since the serial number was different on the console that Microsoft sent back to me after the first repair I believe this was a brand new console and not a repaired console, but it could have been a refurbished machine. Whatever the case, I am forced to again ship my console to Microsoft, who thankfully extended the warranty to three years. Both repairs have been fully covered and I have not paid any fee for the "repairs" or the shipping, but I am still left without what is a major piece of our entertainment center for a month. While I usually only game on the console over the weekend, we do stream movies through the Xbox and it is our DVD player as well.
All of this leads me to believe that I will likely be left having to make a console buying decision as next Christmas approaches. The extended three year warranty will expire just before next Christmas and I am sure the repaired, or replacement Xbox 360 will break within the next year and a half. There are old console systems from the 1980's still working but Microsoft cannot make a console that lasts even two years. While I appreciate the extended warranty the frustrations of having to ship the console back to Microsoft will not soon be forgotten. I removed the horrible Windows operating system from all computers in my home over a year ago and have never looked back, do I have to rid my media center of Microsoft as well? I sure hope I am proven wrong and that the replacement console lasts, but I am sure you can understand that I am not very confident.
Occasional Linkdump - December, 3 2008
Scott's occasional shared bookmark linkdump.
- Tecmo Bowl Kickoff - DS:
Tecmo Bowl is back! While some might not appreciate this retro classic, those that have experienced Tecmo Bowl will appreciate this remix of the classic. I have not been a fan of Madden since the 1990's. The Madden series could be great, but lack of EA wanting to make Madden have all the needed features, they instead rehash the same lack-luster game each season. Who can blame them, zombie Madden buyers purchase the crummy game that for some reason removed coop years ago. Especially on the Nintendo DS, Madden is horrible. If I am going to go backwards in my game play, I am doing it with style. Tecmo Bowl fits the Nintendo DS much better and does not attempt to pretend to be anything more than what it is. Classic arcade style American football at it's video game best. - Boxee:
Boxee is the free and open source way to watch TV on your HDTV or personal computer. Works with Linux, Mac and Windows and can even be installed on your AppleTV. I love Netflix streaming on the Xbox, seriously it is the killer app that sets the Xbox above the others. Well Boxee is the killer app for the AppleTV. - Logitech Ships Billionth Mouse:
Logitech's one billionth mouse came off the production line last month and we talked about their 500 millionth mouse on the old Nitevilla forums in September of 2003. Interestingly, I still use the exact same two trackballs I mentioned back in 2003. The Microsoft Trackball is attached to a Mac Mini and the Logitech Trackball is attached to a Linux desktop. I now use a Logitech Bluetooth Mouse with my Macbook and I love it. I also have a few other random USB mice nesting throughout the house. Logitech's milestone comes just before the 40th anniversary of the mouse, which was first used on December 9th, 1968. I see mouse use declining much like others have predicted, but not just yet. The mouse is still more precise than touchpads and touchscreens.
Coming Christmas Day - Green versus Tan
As I mentioned before, I was going to attempt to create a Lego version of the classic green versus tan army men for my son this Christmas. After some late Friday nights in which I sat constructing green and tan tanks and jeeps in Lego format, as well as some time perusing Lego parts websites to build my individual soldiers, I have both sides completed. Roughly I have almost 20 soldiers per side, more than enough to rekindle this classic rivalry.
I got creative while choosing heads and tried to choose Lego heads that looked tough and rugged, few of those chosen would meet military regulations as far as haircuts. But I was not aiming for that anyway, I was aiming more for the old GI Joe look. If you look closely you will see beards, gold teeth, various smirks and even a terminator looking fellow on the tan side.
As far as the uniforms I tried to mix and match, much like what I have seen while watching World War II movies, I did not want the uniforms for either side to be identical. I wanted the colors to match but the uniforms to be vary slightly. What I have is one set of Lego soldiers who are clearly green and a second set of Lego soldiers who are wearing browns and tans.
Mixed in with the Lego soldiers are some Best Lock soldiers that came with the tanks and jeeps, all these parts and pieces are Lego compatible. Some of the complaints with the alternative Lego sets are that they did not lock together as well as Lego. Personally the bricks went together about as well as any Lego sets I have built, but I was not overly concerned as I intended to glue each piece so that the tanks and jeeps were permanently together. The Best Lock tanks are great and fit into what I was trying to create perfectly. I took a few liberties and put some of my own touches on the tanks to better enable multiple soldiers to man the tanks.
I think I came up with a toy idea that my son is going to be absolutely thrilled with this Christmas, and certainly a toy that none of his friends will have. If this is as successful as I hope, perhaps both sides will get some reinforcements in the future. Go GREEN!
Boxee
Thanks to another generous person I am now a Boxee member. I now have Boxee running on the AppleTV and a couple of my computers. Boxee certainly makes the AppleTV more valuable as well as any media computers you may have. If any of you would like a Boxee invite, let me know. Boxee does not yet have a Windows client, so you will need a computer running Linux, Mac Tiger or Leopard or an AppleTV.
Pocket Ref by Thomas J. Glover
In the age of computers and particularly Google who needs a reference book? If you have never actually seen the Pocket Ref by Thomas J. Glover you have never held so much knowledge in your hands. Measuring roughly 3 inches by 5 inches and containing well over 700 pages, you will find details on everything from Automotive to Welding. I do mean everything, including electronics, first aid, tools, knots, geology, weather and weights and measures to name just a few.
I cannot say that the first time I saw the book was on Mythbusters, but that show is where I became fully aware of its existence. It easily fits anywhere, from a toolbox to a kitchen drawer and could prove invaluable if you were without any other reference. Anyone could find useful information from this reference book, particularly if you are ever confronted with home repair of any sorts. If you have ever wondered which handsaw blade to use or what kind of bolt you need to replace that rusted one you have just removed, it is in the Pocket Ref. If you need an area code for Montana or Mongolia, the Pocket Ref has it. Need to know the birthstone of the month your wife was born, the Pocket Ref has it. Need to stop the bleeding in your hand after you cut it with the handsaw blade you just looked up, the Pocket Ref can help.
If there is one reference book that I will forever keep in my home, the Pocket Ref is it. In my opinion the Pocket Ref is the most useful book ever published and if there is one that is better, I want to know about it.
SFCave
Found this oldie but goodie in my archives. Requires just a left click to play. Hold your left mouse button to rise and release to fall. Post your highscores to the comments.
So Long Buddy
It has been a tough past ten days or so. We had to say good bye to our Beagle, Hunter yesterday. I have never been good about taking photos of the pets. Occasionally they show up, but for the most part I have not done a lot of pet photographing. This is an old photo, Hunter was much whiter in the face now than in this photo. Still, up until about ten days ago he was as full of life as a puppy. With children and so forth Hunter took a back seat through the years but he was liked by the kids who always laughed at his floppy ears and he would gladly lick their hands and face.
We thought Hunter was out of the woods after having a few teeth taken care of last week. But Thursday and Friday of last week he continued to regress and worsen. Sunday he was beaten and I had to make the decision to say so long to our 11 year old Beagle.
Hunter was the last of my pets from my single days, I got him as a puppy in February of 1998. He provided a lot of Beagle challenges, laughs and lastly sadness. Hunter was part of several daily routines for me for the past 11 years. Hunter, you will be missed.
FreeNAS Time Machine and More

There are some simply amazing Network-attached storage solutions, Netgear and Drobo have awesome solutions. Although the cost is not horrible for these units, most times once your throw in all the drives you need it is a major investment. I am not saying it is not worth it, but not the kind of investment I am ready to make. Backups are essential, I have email and pictures with remote services, but I also keep a copy on my own media. My older Dell with two hard drives was more or less unused except for a test server. I have been thinking about a NAS for quite some time and have been thinking about many solutions. I looked to see if anyone had any luck with Time Machine and FreeNAS. I really wanted Apple's Time Machine to work with whatever solution I chose because I have two Macs that are my primary computers. At the same time I wanted to be able to get to the drives from Linux or even Windows if another Windows machine someday finds it's way back into my home. Jackpot, others had accomplished exactly what I wanted with FreeNAS.
FreeNAS is awesome because it is tiny BSD operating system and even if you use an internal drive, which you do not need to, the drive is still available to share. It is very, very easy to install and be up and tinkering in just minutes. Add in some additional 500 GB USB drives and you suddenly have some serious Network-attached storage.
FreeNAS is a free network-attached storage server, supporting: CIFS (Samba), FTP, NFS, rsync, AFP protocols, iSCSI, S.M.A.R.T., local user authentication, and software RAID (0,1,5), with a web-based configuration interface. FreeNAS takes less than 32 MB once installed on CompactFlash, hard drive or USB flash drive. FreeNAS is currently distributed as an ISO image and in source form. It is possible to run FreeNAS from a Live CD, with the configuration files stored on an MS-DOS-formatted floppy disk or MS-DOS-formatted USB disk. There is also a VMware disk image available. The minimal FreeBSD 6.2 distribution, web interface, PHP scripts, and documentation are based on m0n0wall. FreeNAS is released under the BSD license.
I used these instructions over at ReadyNAS to get Time Machine working, but the drives were available as soon as I created the AFP shares. You can share the same drives with multiple protocols and because you do all the work through the web interface the machine can sit in a corner somewhere with absolutely no keyboard, monitor or mouse. You can do everything through the web interface and an amazing amount of resources are available through the web interface. FreeNAS is awesome!
I still might someday pick up one of the fancier solutions that Drobo or Netgear offer. But right now, FreeNAS is handling my needs and if you have a spare computer, it can be really low powered, and any kind of drives I would recommend that you check FreeNAS out. It is always a good idea to keep another copy of your files somewhere.
Why I am a Phillies Fan
While I am a relatively quiet Phillies fan, I really am, I have followed the team since I knew what baseball was. Where I grew up the Phillies and Orioles were on TV and I always enjoyed listening to Harry Kalas and Richie Ashburn call the games. The style of calling the game used by Kalas and Ashburn won me over as a kid and the Phillies became the team I rooted for. I remember them winning the 1980 World Series and the two World Series losses in 83 and 93. While Richie Ashburn is no longer with us, Harry Kalas still is and he is still among my favorite to hear call a game. Here is how Harry Kalas called it.
"One strike away, nothing-and-two the count to Hinske. Fans on their feet, Brad Lidge stretches . . . the pitch . . . swing and a miss! Struck him out! . . . The Philadelphia Phillies are 2008 World Champions of Baseball!"
"Brad Lidge does it again and stays perfect for the 2008 season, 48-for-48 in save opportunities for the 2008 season, 48-for-48 in save opportunities . . . and let the city celebrate! Let the 48-hour wait diminish the euphoria of this moment and the celebration . . ."
"Twenty-five years in this city that a team has enjoyed a world championship and the fans are ready to celebrate. What a night! Phils' winning, 4-3, Brad Lidge gets the job done once again!"
Phillies 2008 World Series Champions
I am old enough to remember the Phillies last World Series victory and this one was a long time coming. It has been 28 years since the Phillies last World Series victory and at times I wondered if I would ever see it again. I felt the same way about the Pittsburgh Steelers before their improbable Super Bowl victory in 2005.
This years Phillies had the most impressive bull pen ever for the Phillies, at least it performed like the best ever down the stretch and in particular the playoffs. That bull pen combined with an ace starter, great offense and a lot of hitting from the lesser known Phillies is what propelled the Phillies through the playoffs. No one seriously thought a National League team would win the World Series this year, including me. But once the playoffs started and the Phillies got through that first series I was a believer. The Red Sox were not dominating this year, except for their salaries and Tampa Bay did not scare me at all. So once the Rays were officially in I thought the Phillies had a fantastic shot at winning it all.
There have been a lot of years where I sat there at the end of the season and thought, "if we only had some pitching", well this year the Phillies had pitching and a lot of gritty ball players that made them a fun team to root for. I was disappointed with MLB again this year because of the terrible scheduling of the games, as was every other baseball fan in America, but I am going to enjoy this World Series win. Congratulations Phillies!
Occasional Linkdump - October 28, 2008
Scott's occasional shared bookmark linkdump.
- Happy Hacking Keyboard:
I am a big fan of the 82 key Deck Keyboard, I have two of these and they are the best keyboards I have ever owned. They feel good, take little desk space and they are rock solid. I have heard over the years that the Happy Hacking Keyboard ranks right up there with the Deck and has additional hubs and is cheaper. The Deck is backlit and the Happy Hacker is not backlit, but I have very, very rarely found I need the back lighting which is mostly for aesthetics. Now that a Mac version of the Happy Hacker Keyboard is out, I think I am going to pick one up eventually. - Mainframe Solaris:
There was talk of Solaris on the IBM mainframe over a year ago but this is the first official offering. I think this is pretty cool, in the early 2000's I worked with Linux on the mainframe and even compiled from source the Marist version, the first Linux to run on the mainframe. I no longer work in the mainframe architecture, but if I did I would certainly want to try Solaris out on the Big Iron. Read more here. - Ironkey Secure Flash Drive:
Currently I use a generic flash drive with TrueCrypt encryption. It has worked well and I can use the drive with all my operating systems. A buddy of mine has used the Ironkey, which is encased in rugged metal, for over a year now and I have had my eye on it. Ironkey now supports storage on Linux (2.6 kernel) and Mac OSX so I am lured even more to pick one up. - Open Yale Courses - Game Theory:
Recently I began going back to school to finish up my degree. While the degree is important to me, continuing to broaden my knowledge is more important than the piece of paper. During my limited downtime I have found the many Open Courses available on the web, see iTunes U, very interesting. This Game Theory Course from Yale is on my todo list.
With the economy and job market down the best investment one can make is an investment in themselves. This means that whatever it is that you do, it is important to get better at it. While you are at it, be sure to also invest in lowering any debt you may have.
Coffee Mug Monday
I managed a Coffee Mug Monday for 2008. I have not really been on the look out for any new coffee mugs and I usually use the last mug featured on a Coffee Mug Monday. However, I am always open to receiving a gift mug or featuring the favorite mugs of others. My sister-in-law, Jennifer, picked up this mug that humourously depicts a fictional old style monster movie. I confess I have enjoyed more tea from this mug than coffee, but the mug does just fine with coffee as well. 
Being a fan of the old monster movies, I think the monster resembles the Creature from the Black Lagoon more than anything. Interestingly I recently found out that there is a remake of the Creature from the Black Lagoon possibly coming in 2009. I love all those old monster movies ranging from the 1930's through the 1950's. When I was a kid I remember it being a right of passage that I was allowed to stay up late and watch Creature Features with Count Gore de Vol or Ghost Host on Friday or Saturday nights. Those movies seem really goofy by today's standards but they were classic movie monsters and in my opinion a lot better than the popular torture movies of today, which I refuse to watch. The over the top hosts of these movie nights is what made the films even better.
I wish the Sci Fi channel or something would create a show similar to one of those old horror movie nights. If they could actually air some of these old flicks it would certainly be better than all the original content movies they churn out. Do not get me wrong, some of the TV shows have been great, but their alligator and various dinosaur movies are absolutely terrible.
Back on topic, I will likely be going through my mugs and swapping some of them into storage. There are a few mugs that I made I made myself as well as one or two I would have difficulty replacing. If or when I do this, I can again start seeking out unique or interesting mugs to fill the cupboard again. Maybe I can manage more than one or two Coffee Mug Mondays in 2009.
Army Men Circa 2009
Every boy, at least in the US, even those in the current generation most likely had Army Men in their toy arsenal. You know those molded plastic, usually green and tan soldiers that burst on the scenes again in the 1990's as a result of the popular video games and of course Toy Story. I had a huge collection including the Navarone playset when I was a kid. My collection was boosted by older brothers and I literally remember coating the basement floor with battles for Navarone, culminating with the fall of the top floor and the destruction of the big guns. I saw the movie (with Naverone spelled different) as a kid prior to getting the play set for Christmas in the late 1970's.
If any of you dads have tried to collect a variety of Army Men now for your kids, you quickly learn that there is not much variety and there are some that literally have no use except to destroy using some Sid from Toy Story method. I picked up a couple bags a couple years ago to use as awards for Jake when a job was well done. The molds were horrible, no detail and they would rarely stand on their own. This pretty much eliminated the purchase of this toy in the future. Even though the quality of these Army Men is horrible, Jake still plays with them, the kid actually has an amazing imagination and really plays with all his toys. It is enjoyable to listen to his stories unfold and I know one day I am going to really miss his imaginative play.
If you do not know, Jake is from my first marriage. Because he has two full time households there has occasionally been some duplication of toys. I try to come up with ideas that are as imaginative as his play and I have mostly been successful. Each Christmas around October I start thinking of ideas. This Christmas I have decided to construct the classic Green versus Tan Army Men in Lego form. For those not up on their Lego, Lego has never made modern military sets. Knights and Star Wars is about as close as you can get. In the Lego world some creative fans of Lego have been constructing even molding their own Lego modern military equipment and upon seeing some of the creations earlier this year I have held onto the idea.
I am not going to go crazy, but I have managed to find some websites where I can acquire the various torsos, legs, heads and yes even helmets that I can use to construct the two sides. Fortunately there are some compatible Lego like sets that have tanks and other military vehicles. By mixing and matching and using some creativity I should be able to put together my own Dirty Dozen for both Green and Tan. In the end, I am not going for actual scale here. If you remember our Army Men, the tanks and aircraft looked like they were built for troops half the size of our Army Men. My Lego versions should be much more impressive than even the originals and they will see Jake through his imaginative youth.
Late night weekends will likely see me constructing the Lego vehicles and troops for a Christmas Even invasion. Once I get some models finished I will post some photos.
Manhattan Special Expresso Coffee Soda
Two years ago I reviewed Coca-Cola Blak and while I did not find the beverage objectionable, I predicted it would likely be off the market in a year or two. According to Wikipedia, Coca-Cola announced the end of Coca-Cola Blak in the United States on August 31, 2007. This was just over a year after my prediction. Julie picked me up a coffee flavoured soda when she visited New Jersey last week. I enjoyed the Manhattan Special Expresso Coffee Soda as much if not a little more than Coca-Cola Blak.
If the ingredients listed are accurate, which I think they have to be, this coffee soda was flavoured with sugar instead of the high fructose corn syrup that was in the Coca-Cola Blak. This makes sense since they claim to have made this recipe since 1895. The first thing I noticed when I opened the bottle was a strong coffee scent. If I was not overly excited about trying this soda at first, upon smelling a pleasant coffee scent erupt from the bottle I became more interested.
My initial taste immediately reminded me of Coca-Cola Blak, but there was a difference. This soda was less sweet and had a more pronounced coffee taste. The aroma did not lie, this soda was more like drinking a sweetened and carbonated coffee rather than an artificially flavoured coffee soda.
I would definitely drink this soda again and I recommend it to anyone who enjoys coffee beverages as much as I do. Certainly anyone that actually misses Coca-Cola Blak would find Manhattan Special's recipe a much better drink in my opinion.
Occasional Linkdump - October 7, 2008
Scott's occasional shared bookmark linkdump.
- Microsoft's I'm a PC ad campaign:
Where in the commercial do any of these people say what operating system they have installed. A Mac is also a personal computer, so all these users could just as well be referring to their Macs. So if they are doing anything remotely interesting, they probably have Linux, OS X or BSD installed. I know all my non-Apple hardware is running Linux or BSD. Was it just me or did anyone else want to see where those Seinfeld/Gates commercials were going? Like a cancelled TV series, I feel like I need some closure. - MacRumors: Buyer's Guide:
This guide makes recommendations based off product cycles and rumors on whether it is a good time to make a purchase of Apple hardware. If you are really ready to buy I doubt this would stop you from moving ahead. If you are just thinking about it though, this is interesting. - Bionic Commando Rearmed:
Like last month I feel compelled to tell you about another game that is available in the Xbox Live Arcade or via download to a Windows personal computer. Bionic Commando Rearmed is an awesome side-scroller. As of now the two games I mostly play on the Xbox 360 is Bionic Commando Rearmed and Castle Crashers. Both are awesomely done and prove that side-scrollers can be done well with updated graphics. - Technorati Profile
Mattel Electronics Soccer
Julie's dad had this original Mattel Electronics Soccer game with his sports memorabilia. He brought the game over so Riley had something to play with, as Jake is always playing my 30 year old Mattel Electronics Football 2. This Mattel Soccer is 30 years old too, according to the 1978 date on the back, but seems to be in a little better shape than my football game.
While the Mattel Football 2 is still my favorite of these games, the Soccer game is a lot of fun. I still play a game of Mattel Football and Baseball at least once a week. Although someone left the baseball game turned on during our fantasy football draft, so no baseball for me this week until I replace the batteries. It seems whenever someone sees one of these old Mattel Electronic classics that they just have to give it a try. Just remember to turn them off when you finish up. ;)
Soccer feels a little more like one against an entire team. Unless I am missing something there is not an option to pass and there appears to be no one to pass to. Both buttons appear to be just a kick toward the goal. Despite being one against six, there is a lot more scoring in the LED version of soccer than in the actual game. In the few games I played, I scored over ten for each team every game. Usually finishing with scores in the ranger of thirteen to twelve.
Just like all the other original versions of these Mattel Electronics sports classics there is no way to turn the sound off. So while they are a lot of fun, they are best played without others in the room. It does not take long before the various beeps will annoy those who are not enjoying the LED nirvana.
Occasional Linkdump - September 2009
Scott's occasional shared bookmark linkdump.
- Mark All Mail Read in Gmail:
So I had roughly 5,000 unread emails in a Gmail account. These were old forwarded messages that needed to be marked read. There was no one button or link that accomplished this feat. Thankfully I found these instructions. - Castle Crashers - XBLA:
An incredibly fun, funny and action packed side-scroller. These type of games are never done anymore and it is ashamed. Awesome coop action, lots of unlockables and worth every penny. Castle Crashers is easily my favorite game, at least until the Christmas onslaught of releases.
Comcast Bandwidth Limits
I know this is about ten days old, but I am still catching up from vacation. I have concerns with a bandwidth limit whether I am currently close to that bandwidth limit or not. I have additional concerns that I am not being provided with how much I am consuming currently. For decades we have been provided with how many minutes we on our phone bills, there is absolutely no excuse for Comcast not providing all their customers with their current usage statistics while charging for going over some limit. I have no interest in installing programs on mutliple computers or my routers. Comcast obviously knows what your usage is, your usage statistics should appear on your statement or online when logging into your account.
To say that under 1% of their users approach the bandwidth limit does not calm my fears. With devices like the Xbox, Apple TV and Roku about to explode all of us are about to use much more bandwidth. I know for certain that the amount of bandwidth I consume is going to increase quite a lot when Netflix on the Xbox becomes a reality this Fall. I suspect that more devices that are always online will be entering my household in the next few years. As my kids get older they will be online more often, we may even have multiple devices streaming movies into our house.
My opinion is that if I am told I can only use so much a month I need to know how much I am currently using each month. If it were not for the fact that Comcast does not block any ports, I would seriously consider looking at Verizon. It is frustrating that we have so little choice for broadband.
Full House
I promised some big news once I got the blog settled in at the new domain. So without further ado, Julie and I are expecting our fourth child in February. We will now be outnumbered by two! We decided a while back to have one more, giving us a very full house.
Once we find out if it is a boy or a girl the decision on whether we repaint the famed pink bedroom will be made. I had not anticipated repainting a room so soon, but Emma and Riley will be bunking up in the larger light green bedroom. Early trials with Emma and Riley sharing a room have been met with mixed results. Although I think we just about have all the kinks worked out. Sometime around the middle of February an exhausted stork will be delivering our next special package.
Living Unplugged
I spent eight days totally unplugged last week. No cell phone, no computer and no iPod. Sure I watched some TV in the evenings, but otherwise I was more unplugged than I probably have been since 1993. Including work emails, I am working on nearly 2,000 emails and nearly 1,000 Google Reader items.
I love technology, but I loved being unplugged last week. It will take me all week to get caught up, but it was worth it.
Comcast Business and Residential Concerns
I am a long time Comcast customer and while I have had some issues over the years I have mostly had good service. Some recent experiences and changing times with digital television have caused me to come up with some ideas on how Comcast could better serve their customers, both business and residential.
Last weekend a friend of mine had his Comcast Business installed, although I use the term installed loosely. Comcast actually uses the term install fee and after deciding with my friend what service would meet his needs Comcast sent him the agreement. They apparently gave him a deal by only charging him $99 dollars for the installation rather than the standard $250 fee. Shortly after the installer showed up, 5 minutes later than the three hour window they told him they would be there, it became evident this guy was just a cable TV contractor who knew little to nothing of what he was installing actually did. Short of plugging it in and making a phone call the installer did nothing, anyone can plug in a device and make a phone call. My friend was left unable to connect to the Internet at all and the only documentation was his list of hand written IP addresses, subnet mask and DNS servers. Let me stress, these were hand written and not very well. That was it, there was no booklet and he could not get to the Internet to begin searching for help.
I have several problems with this, by default Comcast should leave their Business customer with a booklet and a quick start guide suggesting several setups for their customers. Please explain the installation fee when you are only plugging in a device and making a phone call to a support site telling them to turn the service on. These fees are excessive when from a customer point of view you’re doing nothing for them but breaking their current Internet access. Most of the Comcast Business customers are small business owners that would have no clue where to begin with this equipment, but most could certainly plug in the device, a computer to the device and make a phone call, which is all the installer did. I really need an explanation of why you would have a setup fee of $250 and leave the customer with a broken setup.
A small business is going to choose Comcast Business as an affordable option, they do not then want to be without Internet until they can hire a networking guy to set up what Comcast should be doing or at least providing some sort of documentation. I read countless posts on networking forums with customers experiencing exactly what my friend experienced. I was able to setup the environment for him but I did have to do some research on the type of gateway Comcast was providing and I had to do so with no booklet. The entire experience was not very good and my friend made several calls to Comcast customer service. When he was connected with the outsourced customer service he could not understand the accent and the suggestions were horrible and just wrong for getting him set up the way he wanted.
Regarding the digital switchover, this is not so much a complaint of Comcast’s service; the switchover is barely going to affect me. I understand I will lose a few channels with the televisions I do not have hooked to a cable box. Which I also understand would not have to happen, sounds to me like Comcast is taking a little bit away to persuade customers to pay for their boxes. Comcast, if you are serious about customer service, why not at least include two digital boxes to paying customers. Most if not all cable subscribers have more than one television in their home. We currently have four in our home with only one hooked up to a digital HD/DVR box. The time has come where one additional standard digital box should be offered for no additional charge. This would be an excellent way to stay ahead of the competitors, if they are not already offering this type of option
The bottom line is that it is clear to me that Comcast appears to be the same old small town cable company that all of us have spent many hours waiting to show up, only to have them show up late or not at all. Comcast business is supposed to be an operation with businesses, yet you are providing no documentation and hand written notes with critical information that is barely legible. From a a residential point of view, Comcast clearly does not understand that other options exist, rather than take services from your existing customer, the Digital switchover provided an excellent opportunity for you to cater to the customer and come out looking nothing like the old cable company. From my perspective, you are failing on both the business and the residential front.
Just Moved In
I suppose this is my "Hello World" post for my new domain, but I also have some real reasons for the post as well. First, if you are unfortunate enough to have to use Internet Explorer, I apologize for some of the formatting (CSS) issues. As time permits I will work through the issues and hopefully have everything legible. I will also be moving over my blogroll and such as soon as I tackle the last of the CSS issues. I also wanted to test that the old feedburner feed works with this blog and also needed to overwrite the actual xml file, as it did not reflect the actual posts on this domain.
On a personal note I have some relatively big news coming up that I probably should have mentioned before now. Once I know that my Internet Exploring visitors can read it I will make it official. Thanks for moving with me to my hopefully permanent home on the Internet.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- delicious blog » Oh happy day — the new Delicious is here:
It looks beautiful, not sure the functionality of the website is better. Thoughts?
tagged as: web, bookmarking, social, del.icio.us, news - Alpine Messaging System:
Swood turned me onto Alpine. A rewrite of Pine, which I used years ago. This looks to be a pretty cool text based email system.
tagged as: cli, unix, geek, tools, freeware, opensource, email, ascii, client, alpine, imap
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- YouTube - Randy Pausch Last Lecture: Achieving Your Childhood Dreams:
Awesome, if you have never seen the Last Lecture, watch it and then watch it again. Randy Pausch died July 25th, 2008.
tagged as: inspirational, lecture, pausch, life, lessons, dreams, lifehacks - Our Towns - Build a Wiffle Ball Field and Lawyers Will Come - NYTimes.com:
I experienced this as teenager, we built a skate ramp on Memorial Day and ended up in a big debate. Let the kids play and the neighbors need to learn how to play, they seem have forgotten.
tagged as: wiffle, ball - Philadelphia Soul defeat the San Jose Sabercats, Win ArenaBowl:
Philadelphia's first title since the 1983 Sixer championship. This was not easy, and had the Soul lost you had the feeling it would have affected all Philadelphia sports for a while. Perhaps this will have the opposite effect.
tagged as: AFL, football, ArenaBowl, championship, Philadelphia
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- DNS Exploit - Is Your DNS Patched?:
If you use OpenDNS you are okay. If you use whatever your ISP uses, surf to the link and click "Check Your DNS" button on the right side. I highly recommend OpenDNS.
tagged as: dns, exploit, security, tools - Broncos' Rod Smith Retires:
Easily one of my all-time favorites. The rare cool player who did not celebrate, nor demand the ball. He demanded to win and win he did.
tagged as: broncos, NFL, rod, smith - Lazy Linux: 10 essential tricks for admins:
Some interesting tricks.
tagged as: geek, linux, sysadmin, tips, tricks
System Administrator Appreciation Day
For nine years the last Friday in July has marked System Administrator Appreciation Day. Today is the day to thank the person, who keeps your email flowing, your favorite web site available or in some cases your fantasy football league available. If a service you use is kept afloat by a computer, a system administrator is behind it. SysAdmin Day is also special to me because for the past ten plus years System Administration has been my chosen profession, for both my day and night jobs. While gifts are always accepted, coffee, donuts or a thank you is cool too.
Happy System Administrator Appreciation Day!
This Week's Del.icio.us bookmarks
Shared bookmarks for del.icio.us user Scott Buffington.
- Rush soars in blistering sets- PennLive.com: Awesome show, possibly the best concert I ever saw and heard.
tagged as: rush, music, 2008, concert - Rush Interview And Tom Sawyer on The Colbert Report: Rush has gotten used to kicking so much ass and being awesome.
tagged as: rush, colbert, music - Xbox to Stream Netflix Movies: Gold membership - check, Netflix membership - check. This combined with a recently gifted Apple TV (Thanks Jules) gives me a lot of streaming options. So glad I held off on the Roku.
tagged as: streaming, movies, netflix, microsoft, xbox
Major League Ba$eball
Tuesday July 15th, 2008 I again sat with my son who was intently watching the second inning of Major League Baseball's All-Star game with the time now after 9pm. I find that as each year passes I grow particularly more frustrated with professional sports. I realize it is a business but does everything always have to be about making a buck? I will be surprised if MLB does not seriously pay for snubbing young fans someday. What am I complaining about? Why is a game in which the league wants to showcase their all-stars on at 9pm on a weeknight? There is literally no chance of a young fan watching the entire game.
The World Series is already a mess that any kid that goes to bed at a reasonable hour never gets to watch. My son is 6 years old and the latest he stays up on a non-school night is 10pm except for very rare occasions. But MLB has demonstrated on numerous occasions that all they care about is when the advertisers want the game televised.
While I am at it, today’s players do very little to preserve the game. Sure they will threaten to sit out an opening day game played in Japan unless their managers and coaches are paid bonuses like they were to play. But I have not heard any MLB player say anything about ending the Hall of Fame game that had traditionally been played each year in Cooperstown. Nope, the players have no interest because there is no money to be made with playing the game. MLB does not care about the game because they could not make any money from the game.
The NFL has its problems but I do have to take my hat off to them that they still play the Super Bowl before 8pm on a Sunday. The NFL at least stays with some traditions and seems to understand that a game finishing at 10pm is a lot better than a game finishing at midnight or later.
Major League Baseball has a six year old fan that wants to get to know its players, he wants to watch your game and you continually program around him. Keep doing those sorts of things and someday you might not demand any ratings. I turned the game off after the six year old in my household went to bed at 9:30pm. You lost several adult viewers with that kind of programming, jerks.
Harrisburg Mile
I have never run a distance race competitively. Probably the closest thing was the old Presidents Physical fitness tests in school. I ran a lot of laps training for sports like wrestling where I needed the cardiovascular system of King Kong. But since leaving school I have not run distances very often and I have not run anything other than sprints in years. I was always a 100 meter guy. That all changed about six weeks ago and my lower legs are still not cooperating. I did achieve my goal though, under 10 minutes.
The time I crossed the finish line was 9:44, no idea what I will officially be listed at. I was told before hand to watch that I did not go out too fast, I was looking to run around a 2 minute quarter mile. I got caught up in the excitement and ran a 1:36 quarter mile, much too fast. I suffered pretty badly through the rest of the run, moving at a near crawl through the middle. However I ran the last quarter mile better and did not look too bad at the finish, although I did do a quick check where the medical staff was. The crowd was really good and cheered everyone on throughout the race.
My lower legs are still not used to running, but I intend to keep at it and come back next year to crush the 9:44 time. I think I will concentrate on logging longer runs, maybe work toward a 5k. I would like to run a 7 minute mile next year, but that might be a tall order. I finished and managed to walk to the free beer tent to reload some carbs.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Saints Standout Colston Joins AIFA Harrisburg Ownership Group:
Arena Football coming to Harrisburg. SWEET!
tagged as: football, news, arena, harrisburg - Asterisked Bonds Ball Arrives at HOF for Display:
Properly asterisked, the ball that Barry "cheater" Bonds hit for his steroid assisted HR record finally arrived at the HOF. In a few weeks the ball will properly mark the cheating era in MLB and be displayed at the Hall of Fame.
tagged as: asterisk, cheating, Bonds, homerun, baseball - Harrisburg Giants:
On June 30th, 2008 the Senators honored the Harrisburg Giants of the Negro Leagues including wearing throwback uniforms. They looked great, but lost to the Bowie Baysox. Jake got a foul ball.
tagged as: harrisburg, baseball, giants, senators
Windows Vista Ultimate?
I have been considering returning to school for a while now and finally decided that this might be the time to take the necessary steps. In preparation for some online classes I thought I would dual boot one of my computers with a Microsoft operating system. At a Microsoft event a few months back I was given a free copy of Windows Vista Ultimate edition. I still have Windows XP laying around, but thought I would give Windows Vista a valid try.
So over the weekend I spent some time installing, configuring and using Vista Ultimate edition. I can say with absolutely no bias, Vista is really crap. Believe it, and I hope for your sake you do not have to experience it. The firewall is a mess and confusing or apparently lacking any standard outside of Redmond. Even when you allow connections they might not be allowed by the machine, the network seems non-compliant with anything that is not Microsoft. I ended up turning the firewall off completely, the router is enough for the little bit I will be using Vista. Also when the firewall takes an error, you are told you cannot see the error without switching to this other screen, stupid and left me wondering why. Using the Vista desktop reminded me of using Linux back in 2000 when it was not ready for the desktop. Nothing seemed to work well together or without extra clicking. Vista is a huge step backwards as far as a graphical user interface. Also, when installing something I had to okay the installation at least twice for everything I installed in the event I changed my mind in the last second I suppose. In reality I think I clicked more than twice to allow the installation before I was finished. The entire experience is horrible. Seriously, Windows XP is like a dream compared to Vista. During my prior use on a virtualized machine I never really did anything with Vista. Now that I actually started setting the thing up for use I can honestly say it feels unfinished. Which if it had not been out for something like two years I could maybe understand. At this stage, should it feel that way? I remember being impressed with Windows 95 and even liking XP when it first came out.
The network seems to be among the biggest problems. I have had absolutely no trouble accessing my Mac or Linux computers from one another, but for the life of me I cannot properly remote connect to the Vista machine from the Mac or Linux computers. If my kids are going to be using a computer I want to watch their use from my computer. Within the walls of my home you are not in America, you are in Buffland, a dictatorship run by me. Vista is interfering with my parenting and I AM NOT running another Microsoft operating system just to get to another Microsoft operating system. I spent enough time over the years repairing Microsoft computers ruined by teenagers to know that when it comes to family computers freedom is bad. If you monitor your kids behavior they will not be chatting with one of those weirdo’s Chris Hansen always exposes. I would not even consider keeping Vista on this computer if I had not been given a free copy from Microsoft. If I had paid for this, wow, I would have to say I would feel like I was sold a lemon and seriously pursue a refund. Even now I am considering reloading the computer with Windows XP.
Let's continue on with the GUI, yuck, the graphical interface, yuck, even with all the graphics turned on, yuck. Does anyone actually think this works? It resembles a bad OS X rip-off. Who came up with that design? It looks like a poorly designed webpage where someone found widgets from all around the web and embedded all of them. I switched to classic view, which still has problems. With all the bells and whistles turned off Vista uses over 500MB of memory. In regards to the behavior of the GUI, I have to click on everything to accomplish anything; nothing is done for me as it was on prior Windows operating systems. To go into programs I have to click the folder and to expand program folders I have to click each of them. This feels broken and old. I am used to just hovering and each would open. Thankfully I always set up the Quick Launch toolbar to access almost all my programs. Task Manager has been routinely hanging in a way that the close button disappears. I have to find task manager in the task manager list and kill it. This is a NEW install with all the updates, what the hell? More on Task Manger, why as an admin do I have to tell it to show me all the programs running? If I am left to do all this clicking and killing of programs, what is Vista doing with all that memory?
Every operating system has pieces you would like to see function differently, but never have I seen any group literally cripple their operating system to the extent that Microsoft has done with Vista. Vista Ultimate, I would really hate to experience the five other versions and learn what they are lacking. Perhaps in the next week I might get to do some actual computing, if I can stand it. Now we know why Microsoft has extended XP support until the release of the next Windows operating system. Vista deserves all the flak it is getting and it probably deserves more.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Diablo III is Coming!!!:
The game returns and yes I WILL be playing it, and it will still be hack and slash crazy with of all things, a computer mouse! ;) A wink from my previous bookmark. I hope there is still a Paladin, I was the master with Diablo II.
tagged as: diablo, entertainment, games, gaming, blizzard - The Mouse Is Dead:
I try to use the keyboard over the mouse, but this article is misinformed. The mouse and keyboard is still the preference for PC gaming. First person shooting with a mouse cannot be matched with a controller.
tagged as: computer, hardware - RIAA Radio Needs To Pay:
99.5% of radio is Recording Industry garbage. I hope radio fights it, either way it does not affect me much. I think it is the final bullet in the foot for the RIAA personally if they push it.
tagged as: copyright, media, radio, riaa, music - The Associated Press: George Carlin mourned as a counterculture hero:
RIP George Carlin
tagged as: people - Fantasy Baseball Owner Rips Team:
Onion writes Brutal Deluxe style fantasy sports article.
tagged as: baseball, humor, sports, fantasy - New York Times Article on xkcd:
My favorite Internet comic, xkcd.
tagged as: comic, Internet, geek
Golf I Miss Thee, But My Wiffle Ball Game Rocks
A few years ago I came to the realization that I simply will not put the time or money into golf required for me to maintain the quality of play necessary for me to enjoy playing. I played golf for enough years to realize that your swing needs to be practiced at least weekly, realistically several times a week to maintain the type of golf game I want to play. Golf is a wonderful challenge and for me I just cannot fully embrace a challenge if I am not able to do so whole-heartedly in the manner I deem necessary. I announced my retirement from golf sometime back in 2003 to my friends until the kids have grown. For me golf is not about beating another players score, it is beating the score you previously shot on the course you are playing, it is about beating the course. Like it or not this involves large investments of time away from family and yes golf costs a lot to play. One day I will return to the game, older, wiser and yes probably not quite with the same athleticism I had. But all is not lost; time with the family allows you other pursuits.
While I miss golf, I routinely get to literally play. If I were not a father I am sure I would not be building model rockets, driving remote control cars or participating in nightly battle royals in the family room with the kids. With all the things you give up being a parent, there is a whole host of things you would never get to experience again. Part of the joy for me in being a parent is watching the kids participate in activities. But most of all it is when I get to take part in the activities. How many 37 year olds get to have water gun battles and participate in evening wiffle ball games? Kids give you the excuse you need to play, plus they are pretty good video game partners as well.
Two of my closest friends keep me posted on their golf outings, which I do enjoy hearing about. One has been letting me know how his game is improving after his first golf lessons and the other touting his recent beating of his boss. I do enjoy hearing about their golf experiences; I picture myself out on the links with them someday. Lacking anything better to say I found myself offering this reply to one of them in an email today.
I have not golfed in so long, it is sad. I have however been playing wiffle ball at least once a week. I played Thursday, Friday and Saturday evening. So, although my golf game is suffering, my wiffle ball game is all-star material. I made two amazing diving catches on Saturday; both would have been Sports center material. I also hit homeruns on Thursday and Saturday, overall I had a great series.
For the record, my pitching is returning to form as well. ;)
This Week's Del.icio.us bookmarks
Shared bookmarks for del.icio.us user Scott Buffington.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- More motocyclists hurt, dead without helmets.:
They needed a study to figure this out. The helmet law makes no sense when you have a seatbelt law and well... If you choose not to wear a helmet, well... Insert your thought there.
tagged as: helmets, motorcycles, laws, moron - sshblack -- Automatically blacklist SSH attackers:
Useful tool.
tagged as: ssh, block, sysadmin, security, tools - Cool Tool: Organizes desk-bound cords:
These look handy and relatively cheap.
tagged as: cables, organization - ZFS Mentioned on Snow Leopard Server Page:
Wonder if it will be included with non-server Snow Leopard. Cool Sun pieces continue to find their way into OS X.
tagged as: apple, mac, osx, zfs
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Upstart - Replacement for init on Ubuntu:
Upstart replaced init a little while ago on Ubuntu.
tagged as: linux, ubuntu, sysadmin, upstart, documentation - Dharma Food Labels:
Might print some of these off. :)
tagged as: Lost, labels, dharma - 25th Anniversary of Wargames:
Has it really been that long since the release of what still goes down as my favorite computer oriented movie.
tagged as: nostalgia, security, technology, movies, computers - Supersteak tomato:
This is the type of tomato I am growing this year. If all goes well I will add another vegetable or two next year.
tagged as: tomato, gardening
Local Model Rocketry Launch Site Needed
While trying to think of some ideas to introduce or spur a passion for Science in my kids I recalled launching model rockets growing up. One of my older brothers toyed with this hobby and me and some friends did also. The Estes kits are still widely available and I had a lot of success making my own rockets with cardboard and masking or duct tape. I only recall one incident where we had a pretty bad malfunction; a wing fell off the rocket during launch.
That one incident made me further aware of the need to have a nice open area in which to launch. The first question that comes to mind is where can I launch these within 20 to 30 miles of Harrisburg without getting hassled by anyone? A search of model rocketry clubs shows that the nearest club is near Lancaster and the contact info was not at all clear for the club. Do any of you in the Harrisburg area know a location that might be model rocket friendly? The last thing I want is to take the kids out for a launch only to come home with a citation. When I was a kid we had fields within walking distance that were nothing but weeds and dirt, these were old corn fields about to have condominiums built on them. Huge grass or weed fields with a lack of people are what I am looking for.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- OpenOffice 3 Beta:
Although a lot of Mac OS X verbiage, this release could be useful for all operating systems. Opens A LOT of office formats.
tagged as: freeware, opensource, software, office - 30 Useful PHP Classes and Components « PHP::Impact ( [str blog] ):
Useful PHP resources.
tagged as: development, programming, resources, php - TeamSpeak - Welcome to TeamSpeak:
Interesting alternative to Skype.
tagged as: voip, software, tools - How To Install A TeamSpeak Server On Ubuntu | HowtoForge - Linux Howtos and Tutorials:
Easily setup a TeamSpeak Server. Believe Alex has one. :)
tagged as: voip, linux, ubuntu, software
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Training Update
A the very end of February I set a fitness goal for mid-May. The goal was to simply achieve 12 plus reps of 225 pounds and the post detailed how I had mostly been inactive for quite a while. Along the way I hit quite a few bumps in the road, that included a cold from mid-March until April. Near the end of April I severely pulled my back moving a tree, and this was not Dinosaur Training. Despite achieving 13 reps this past weekend I was quite disappointed in the whole goal. I nearly achieved 12 reps by week three and from the point I caught the cold right up until the back injury that laid me up for a week and a half I made little gain. I could have trained harder through the cold and the back injury was due to me being an idiot and not warming up. I certainly would not walk up to a heavy deadlift without working myself up to the weight. When I first got back on the bench after the back injury I could not even flatten my feet on the floor.
The truth of the matter was that the goal never grabbed me like I thought it would, I was largely umotivated once I caught the cold. After managing to maintain through the cold I did not step up the intensity like I should have. A week or so before I decided to just finish off the entire challenge I dug through some old training notes and just decided to use one of my old and successful training routines. I also stepped up the cardio once I injured my back, weight training at that time was the last thing on my mind.
My business partner has turned into an avid runner in the past year and this brought to light one of those achievements that I would like to complete in my lifetime. Which is completing a distance race of some type. I am sure each of you have some things on a list in the back of your head somewhere that you would like to achieve. For example, one of mine was writing a novel, something that I have achieved. Although I ran a lot during some of my athletic endeavors, I have never took part in any kind of distance race.
Due to my body being totally unaccustomed to the jarring of road running, I have not even played tennis in more than a year, I am starting very slow. A lot of non-jarring cardio activity and hopefully by June I am ready to begin full on running. In the mean time, the old weight training routine is feeling very awesome and my motivation is much higher. I have also already signed up to run in the corporate challenge leg of the Harrisburg Mile, which should be a nice introduction of what to experience as I later try to tackle a 5k or greater.
OpenSolaris Cures My Ubuntu Woes
While I feel Ubuntu has done a lot for the growth of Linux on the desktop and I still have two computers running the Long Term Support, Hardy Heron in my household, it is time for me to branch out and try another operating system. While a tweaked Hardy Heron runs nicely on the Eee PC and the Hardy Heron Server Edition is powering a headless (no console and no desktop installed) older Dell that I only ssh into, I have grown tired of ATI graphics issues with Linux. While I understand the difficulty of supporting the loads of hardware that Linux does and I realize the manufacturers do not think of Linux first from the driver perspective, I have decided to try another road. With the official release of OpenSolaris 2008.05 a few weeks ago, I decided to give it a whirl.
First things first, I probably would not yet recommend OpenSolaris to just any user, but I am a long time UNIX guy and I am fairly confident a few of the Linux variants are still the best option for many users looking to escape the clutches of Microsoft or even Apple if they are too proprietary for you also. The last two or three releases of Ubuntu have just not worked well enough graphically on a few of my computers. This is largely due to the ATI video cards in some of my computers. OpenSolaris seems to do a much better job of supporting the ATI video card I have, the first test was that it could actually run the screensavers, something Ubuntu would do less than 10% of the time. Was the lack of screensavers a big deal to me? No, but the crashing of applications, the desktop and the beta web browser was. After a week of use, OpenSolaris has worked without any of the aforementioned issues. I simply used the screensaver test to determine how well the graphics card was supported and OpenSolaris performs better job for my computer.
Overall the entire system seems to run more solid and perhaps a little faster than it did with Ubuntu installed. I have run no official benchmarks, but I have not been asked for a week why something was not working on the computer by my son. My Hardy Heron install was a fresh install and I had the exact same issues I had after initially upgrading the system. Within the first day an educational game my son was playing hung, the desktop crashed a few times over the past couple weeks and I was not entirely happy to see that a beta web browser was the officially packaged browser. Yes I am aware I could install another browser, that is not the point.
OpenSolaris met my conditions for the computer in question, good graphics support, office documents support with Open Office, package management with IPS, virtualization possible with VirtualBox and nice entertainment software for the kids. OpenSolaris also has the same Gnome desktop that Hardy Heron has by default and a current but stable Firefox version. With DTrace and ZFS being extra technology perks, I am feeling even more confident on my decision to welcome OpenSolaris into my fold.
I have heard Samba takes some work to get working and for some users that could be an issue for some folks. Also the amount of packages does not come close to Linux, but almost certainly everything that most users would need is there. Besides, I have no problem compiling software if I am trying something out of the ordinary. For the first official release OpenSolaris looks nicely polished and meets my needs without me having to troubleshoot graphical issues. If you have had similar issues as myself, you might want to give OpenSolaris a try. I suspect Ian Murdock, the Debian GNU/Linux founder hired by Sun, is a very big reason for the quality of the release.
Java I Hardly Knew You
I never call myself a programmer in my day job. Sure I do program from time to time but it is part of my System Administrator duties and never would I list my day job as a programmer. I do some programming in my spare time but overall most of my programming experience over the past 10 years has been with shell scripting, a little C and C++ thrown in and PHP for web development. I could throw in some other languages that I checked out (Python and Ruby) and the Perl that I use as a command line tool more than I have as a programming language. When asked last week at my day job if I knew C or Java I responded that I know C from the hobbyist perspective and that I would not pursue a profession at this time as a C programmer. As far as Java, I wrote a Java applet or two in 2003 when giving the language a look but I spent no more than a few hours coding Java.
That being said Java and I have crossed paths quite a few times over the years. Some of my primary duties used to be with WebSphere and a host of other applications I have installed or supported over the last few years seemed to have some Java tied in somewhere. I have installed and updated Java so many times that I have lost count. Shortly after I was asked whether I knew C or Java I was told to start learning Java. Along with my System Administration comes the UNIX user support duties that often means those involved with building the product we sell to run on UNIX systems, Windows and even Mainframe need a tool to do something. I have also had my hand in supporting and improving the packager and installer for the product. I suspect a Java piece is wanted for some task and I am going to be taxed with writing it.
One thing I will say about my current employer is that I am encouraged to expand my knowledge. While my day job is not what I would call perfect, I am afforded time to learn other IT skills without being made to feel as if I am doing something wrong. Something I experienced hands on and to the extreme with a former employer.
Over the past week or so I have been exploring and toying around with Java, writing dozens of programs to do mostly trivial little tasks. I need to learn to walk before I can run. Coming into Java now that it seems to be a mature language, I am really impressed. I would go so far as to say I am enjoying learning Java and I could see me doing future projects in Java rather than some of the other programming languages I used in the past. It is obviously too early for me to say it is my language of choice but I am enjoying adding it to my toolbox.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Hanover Brewing Company Update:
Great to hear things are still moving along, even though it has been slow.
tagged as: beer, craft, brewery - Arlen Specter Calling for Investigation on Spygate:
I agree Goodell is hiding how big of a wrong this was. Not sure I want tax payer money paying for yet another sports scandal. Just revoke the NFL's antitrust if they do not punish as they should.
tagged as: patriots, cheating, nfl, spygate - Slashdot | HP Seals the Deal Buys EDS:
tagged as: for:twit, eds, hp - Irix or Vista? Irix of course:
I agree with this post. My limited experience with Irix was pleasant. I do not understand why anyone would think Vista looks good. Compared to OS X it looks blah.
tagged as: irix, desktop, vista, unix, osx
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Request a Free OpenSolaris 2008.05 CD:
I requested my copy. Last time I tried this I was not impressed, but that was over a year ago and this is the official release.
tagged as: development, freeware, opensource, opensolaris, os, software, unix - macvim - Google Code:
VIm specifically built for the Mac.
tagged as: vim, mac, osx, editor, software, free, freeware, vi
Must Have Mac Software II
This is a NEW list of software for Mac OS X that I consider "must-have". The software on this list is software that I use frequently, but the list should be considered dynamic in nature, it may change at anytime. This list is additional software that does not come with the operating system and is updated for Leopard. I had this update sitting around for a while and rather than edit the original post which was geared toward Tiger, I thought I would put up a new post.
Internet and communications
Adium
Adium X is the best multi-protocol instant messenger client, and supports the major transports, such as AIM, ICQ, MSN, Jabber, Yahoo, and more. The interface is very nice and the software is free.,
Firefox
I have used Firefox, well since it was called something else. Firefox has a handful of extensions that keep me using the browser, it is a good web browser but minus the specific extensions I could happily use Safari as well. As matter of fact, I mostly use Safari.
Fugu
Fugu is an open-source FTP and SFTP (SSH Secure File Transfer) client and browser. Fugu has not been updated in a while, but it does everything I need and is free to boot. Transmit is wonderful software, but paying for such an application with Fugu available just seems silly to me.
VLC
VLC media player is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as well as DVDs, VCDs, and various streaming protocols. I used it on OS X and Linux and it even streamed Alex's ogg vorbis stream on the Mac when all others failed.
Audacity
Audacity is a free, open source software for recording and editing sounds in Mac OS X, Linux and other operating systems. I use this application to record my side of the podcasts, which I then export to FLAC format. FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality.
Flickr Uploadr
The Flickr Uploadr provided free from Flickr is all I need to get my photos to Flickr. I drag and drop from iPhoto to the Flickr Uploadr where I can apply tags, descriptions and even create sets or add photos to existing sets. Recent releases have improved functionality, so if you have not checked it out in a while you might want to.
Gimp
GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring. I am in no way a graphic artist, GIMP serves this amateurs needs.
Productivity
NeoOffice
NeoOffice is a Mac-only port of OpenOffice.Org. It is a free and excellent office suite that meets all my office suite needs, and enables you to work with Microsoft generated office documents too. If you are using OpenOffice on the Mac, NeoOffice is what you should be using.
BuffSched
Buffsched is a command line scheduling application I wrote in shell script and is currently compatiable with Mac OS X, Linux, AIX, Solaris and HP-UX. A simple text file holds all your scheduled appointments and ignores any entries that are not in the BuffSched format. This is so you can keep a todo list, an address book and any other information you deem useful in the text file. I carry mine on a thumb drive so I can access and change my schedule at work and at home. I mostly use BuffSched on my servers as a replacement for Message of the Day and include the program in users default profile. I can easily keep users posted of scheduled maintenance with BuffSched.
MacVim
MacVim is a port of the text editor Vim to Mac OS X that is meant to look better and integrate more seamlessly with the Mac than the existing Carbon port. After trying other Mac Text editors, I am back to Vim. The bottom line is that I can install Vim on all the other operating systems I use and it works the same. Being an old UNIX jockey I am familiar with vi on the command line. There can be no argument, Vim is the best!
svnX
SvnX is an open source GUI for most features of the svn client binary. SvnX allows you to browse your working copies, spot changes and operate on them. SvnX can also browse logs and revisions of your repositories. I have been working with a Subversion server hosted on AIX and svnX has worked wonderfully.
TrueCrypt
TrueCrypt is free open-source disk encryption software for Windows, Mac OS X and Linux. I use TrueCrypt to encrypt my thumbdrives and with TrueCrypt I can access the drives from my employers Windows machine or from any of my Linux or Mac computers. I needed a solution that I could use with all the major desktop operating systems, TrueCrypt is that solution. TrueCrypt is an awesome encryption solution even if you do not use a Mac.
VMware Fusion
I purchased VMware Fusion during the beta phase. VMware Fusion runs the only Windows installation found in my home and is useful for trying different distributions of Linux. Vmware Fusion has been running Windows Vista Ultimate edition on my Macbook just fine. Though I confess that I really have not had a reason to boot my virtual Windows guest in months.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Hivelogic - Regarding Backups:
Nice backup solution ideas. The Drobo is something I linked to when it first became available. Enticing but the intial price still seems a little steep.
tagged as: backups, mac, osx, storage - Forget Brain Age - Software Proven to Make You Smarter Developed:
Simple software, although not available yet I have an idea for creating my own simple alternative. I still see a benefit to the Brain Age games.
tagged as: education, science, training - Ultimate Homebrewing Setup:
Computer controlled beer brewing rig. You have got to see this. Scroll down and watch the videos.
tagged as: beer, brewing, homebrew, homebrewing, video
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Hot Corner
This past weekend the local baseball leagues officially kicked off. Beginning Friday night Jake played his first official tee-ball game. Saturday they had pictures, opening ceremonies which included three Harrisburg Senator baseball players and a game. Although they do not officially keep score, the kids are pretty aware that they are getting outs. The team looks good, several of the kids, Jake included can field and throw to first base. During his games they often get three outs before the other teams full order bats. Every kid does get to bat each inning and the games are only 4 innings. Thankfully there is no pitching, all the hitting is off the tee, this is a VERY good thing. All the kids have improved at fielding and hitting from where they started and so far his team has not hit into three outs in any inning.
I cannot say enough how much I like the way the games are played. At this age most of these kids would not hit a thrown pitch and it would only promote bad habits. All of them have improved a lot and with the game moving at a swift pace their attention is maintained. I am also thrilled that Jake enjoys the game of baseball and he is very serious about his game. When he is running the bases some of the spectators have commented on his game face. Shortstop is probably his favorite position, most of the kids do not pull the ball so a lot of hits go up the middle. He did get to play the hot corner in his first game, they play a different position each inning. Which is great because they learn how to play each of the positions and how to cover the bases. There are no psycho parents and his coaches are fantastic, all and all a great experience for his first exposure to organized sports.
All this of course takes me back to my childhood and how excited I was to just play neighborhood wiffle ball and the like when the weather warmed up. We used to play this modified baseball game with taped up wiffle ball bats and tennis balls at one of the playgrounds. At this particular park we had to use tennis balls because we routinely hit homes on the other side of the street. We called the game homerun and thankfully the home we hit most was that of one of the guys who played with us. The park was lined with massive trees that knocked down most of the balls, the challenge was catching balls while avoiding playground equipment and trees. There was some real circus catches made and I perfected my modified knuckle ball playing that game. Another advantage of tennis balls is that you could play with less than a full roster on each team, you were allowed to hit base runners with the ball to get them out. When I was a kid everyone had some modified game based on baseball with homefield rules. Jake and I have been fine tuning a game like that here at Buffington grounds, our season will start when his tee ball league ends. It is Spring folks, PLAY BALL!
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Mac Mini Media Centre / journal / hicksdesign:
This is something I have been considering for a while. Definitely a project I want to follow.
tagged as: apple, mac, osx, entertainment, media - 2008 the year of Linux on the Desktop:
A switch to Linux because he failed to backup his data on a Mac and now he is switching his family rather than teaching them to backup. I like Linux, I use it too but I do not get this guy's arguments. Read the comments.
tagged as: desktop, mac, linux, backups, moron - Weewar.com | online multiplayer strategy game:
Hex based Advance Wars knockoff. I enjoy Advance Wars on the DS, I have not tried this year but likely will give it a try. Looks cool.
tagged as: games, fun, strategy, online - Coffee Drinks Illustrated | Lokesh Dhakar:
Easy visual representation of the differences of various coffee drinks. I prefer the old standby, a cup of black coffee mostly. But occasionally I indulge in these "dessert" drinks. The straight expresso is for the hardcore coffee person though.
tagged as: coffee, reference, drinks - Spygate - Needs Final Chapter:
The NFL and the Patriots are hoping it just goes away. It is up to the fans and the media to make sure we get a final HONEST ending.
tagged as: NFL, cheating, Patriots - How to ... pour yourself a beer the optimal way:
(Via Phil) Fantastic article! I used to keep frosty mugs, pour down the side to prevent head. I have since learned, clean room temp glass and center pour. Enjoy your beers flavour.
tagged as: beer
Media Consumption Update, Social Networks and Blogs
Updating my search for the best way to consume the news and standard media available to me, over the past week I reviewed all my RSS feed subscriptions (via Google Reader) and I eliminated the Del.icio.us feeds I was subscribed to, except for my network of friends. For Tech news I decided to just use Slashdot, I subscribed to the RSS feed for my old hometown newspaper, I review Google News at least once a day and of course I remained subscribed to all the feeds of the personal blogs I track. Many of you out there do a nice job of filling in the news crevices I might somehow miss. I also now receive a morning newspaper which I take to work and look through during down time. In a few minutes you can literally scan the daily paper way faster than any news website, of course those that have continued doing the newspaper thing likely know this. Instead of relying on the Internet solely I have cut down on the amount of Internet media I am consuming, limiting it to what I consider quality. I do listen to several podcasts, some of which also keep me updated on technology, I will likely publish a full listing of blog and podcast subscriptions in the near future. The changes I made have drastically helped with staying informed and at the same time made me less attached to my RSS reader.
This brings me to another item I am curious to hear feedback on. Some of you I know use MySpace, Facebook and Twitter. I am signed up to all these services, I never use MySpace and I would recommend Facebook over MySpace to someone looking to use a service like this. I think Facebook looks more professional and seems slightly more interesting. That being said, I am mostly on these services for networking purposes I rarely sign into any of them. I commonly hear the self-proclaimed A-list bloggers talk about these services and how great they are. All of these folks like myself have a personal web space and are easily found. So, what are they possibly using these services for if not just doing some sort of blogging at another site further boosting their egos. I have not at all heard of a good use for Twitter yet. the A-list bloggers often say they use the services for different things in their world. What a bunch of baloney, they never say what that purpose is "in their world" and if you read their Twitter it is just micro-blogging that their plane just landed, or a link. I am open minded, all I am asking for is a legit and honest answer to the question of what possible different use do these websites have over a personal website(blog)?
Unlike most of these folks, I have real deadlines. I work a real Information Technology job, one where I need to get things done, not just talk about how many people follow my Twitter feed. If your profession is to inform me about technology and good uses for such, then please enlighten me, do not act as if you live in some mysterious world where you need to blog on five different sites because one location is not enough. That my friends defeats the purpose of technology, it does not embrace the best method. I am all ears and if the answer is that they do not provide anything different, then say so and I can accept you enjoy having imaginary Internet friends. This post likely could have been two different posts, but in a sense it all involves the use of my time, media and consumption of said media.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Generation MySpace Is Getting Fed Up:
How revolutionary, a guy left a social network to start his own website. Someone pointed out a while back that MySpace is the current Geocities. It sucks!
tagged as: socialnetworks, sucks - Original Schlitz to be bottled up once more:
(Via Phil) Perhaps when I lose my next cheap beer guarantee I will get some original Schlitz.
tagged as: beer, nostalgia - Sheppard-Myers Stadium: Crowd seeks answers:
I am an alumni and I vote for renovating Sheppard-Myers, that place has football ghosts. The football atmosphere in the town makes it special. Moving football out of town would be sad.
tagged as: football, Hanover, Sheppard-Myers - Hanover barber shop to close:
My old barbershop when I was a teenager. I used to get my flat tops at Huff's. I remember my friend Kurt going there also. Check out the audio and slideshow for a trip in time.
tagged as: barber, Hanover, Huff, barbershop - Ophcrack Live CD:
Small Linux Live CD I used to find Admin account on in-laws laptop that they had been locked out of. Fantastic! Password was cracked within seconds of bootup.
tagged as: opensource, windows, hacks, geek, sysadmin, tools, passwords
Media Overload and Print Media Revisited
I noticed for quite some time that it is not uncommon for me to completely miss major news, sometimes for several days. Perhaps I am going about my every day practices in the wrong way, most certainly I am. Sure I am busy, but there are people who are much busier than I and certainly they are more informed on current events. While I enjoy technology and consider myself to be very well informed on current technology, when it comes to current events, local and worldwide I am at times very uninformed. I have come to the conclusion that XML feeds are not the answer alone to keeping me informed. How can this be?
The problem with my feed subscriptions is that I choose them, and I subscribe to more than I can ingest in any one day. Unlike some of the so called "professional" bloggers I have a family and a life and a real job. My feeds many times show me the same news 15 times over and I am cut off from other news that while I would be interested I cannot subscribe to news on every subject. I enjoy staying connected to the technology world, but in my current situation I am cut off from the rest of the world. I have to imagine others find themselves in this same situation.
What does this have to do with print media? Well, when I read the newspaper everyday and I did this in the 1980's and through much of the 1990's I was exposed to articles that if given the choice I might have left out of the newspaper. I consumed a variety of news, because it was there for me to at least glance at as I turned the pages. Using the Internet it is difficult to consume the same variety as quickly as I could with a newspaper. Does that make sense? Think about it, when you glance at a typical newspaper you commonly take in a wide variety of news and a lot at once. I do not feel I do that same thing quickly perusing Google news or any news website. I also do not watch the news on TV anymore, which I do not intend to change. I spend the majority of my day in-front of a computer screen, whatever time I eliminate from the TV I consider to be good. I still think I watch too much TV.
What about the readers, how do you keep from getting media overload and do you subscribe to print media, aka newspapers or magazines? I am going to eliminate some of my feed subscriptions and adding a newspaper subscription to my home. Do not take this wrong, I love feeds! I really do, but my method for consuming news is currently in a box that I built all wrong. Sure I will mostly still consume more technology news than other news, but perhaps I will try to stop consuming the same technology news many times over. Email and feed subscriptions are beginning to kill my free time. I would really love to hear what methods others use to stay informed without information overload.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Why Beer Can Be Good for You:
"In moderation, it's part of a wholesome diet". Wow, combine the effects of beer consumption with my coffee consumption and I might just be super human!
tagged as: beer, health, news - mozilla prism:
My primary use for this would be keeping those who share my computer from closing Gmail and Google Reader, keeping those applications out of my browser.
tagged as: mozilla, web, desktop
Code Comment
I noted this comment has a word that would be great to include in the scrambled word of the day. 
# Obtain an array of the current generations; the array
# will be ordered lexicographically according to generation
# number.
Look for it in the rotation
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Brutal Deluxe Baseball League - Fantasy Baseball
We need more owners for the 2008 Brutal Deluxe Baseball League. If you have any interest in giving fantasy baseball a try, sign up. The draft is on Saturday, but if you cannot make it the system will draft a team for you. The past couple years has been a lot of fun, get signed up NOW!
League ID#: 179246
Password: brutal44
http://baseball.fantasysports.yahoo.com/b1
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Spring Training Opens for the Green Lightning
Jake started his first year of tee-ball today. The practice went well and he seemed to really enjoy himself. Of course I started the year out by forgetting my camera. I did take some cell phone photos but they came out absolutely horrible. Today was strictly base running instruction and fielding practice. Jake seemed to enjoy the fielding and he is capable of throwing well on occasion.
One of the coaches was not using a glove when they first started throwing, after Jake threw his first ball they decided to put a glove on. When Jake throws with all his mechanics correct he can put a little something on his throws. Though by the end of practice I could tell he was either tiring or not concentrating on his throwing. His throws to first base and home late in practice were falling rather short.
The team chose a name at the end of practice and after a vote, his team is the Green Lightning. Next practice I believe they will be hitting off the tee, which will be interesting. He has not hit off a tee in a while, I probably should have kept him hitting from the tee. He is so young that the coach will be able to correct any mistakes and he will build some good hitting habits hitting from the tee. The games start in mid-April, I am looking forward to seeing him out on the field. I remember as a kid when we broke out the baseball equipment that it was a sure sign of Spring. I had the same feeling today, of course the warm weather helped.
This Week's Del.icio.us bookmarks - Redux
Shared bookmarks for del.icio.us user Scott Buffington. Had to kick it twice this week. Del.icio.us needs to allow some type of markup in comments. The markup I tried to add smited my automation script.
- Gary Gygax, Father of D&D Dies: While not really a D&D player anymore, I certainly have played enough Role Playing Games over the years.
tagged as: gygax, fantasy, rpg - Beer for the ages: I have a Barley Wine (corked) in my basement beer cabinet right now, along with many other big beers. No hurry to drink them.
tagged as: beer - A heads-up for beer lovers: How to serve the perfect glass: Quick and simple way to serve specific beer styles correctly.
tagged as: beer - Favre Calls it a Career: I am shocked, because the guy was among the best still at age 38. I understand the decision and can only say, what a thrill it was watching him play.
tagged as: Favre, NFL, Packers - OpenDNS | Providing A Safer And Faster Internet: I continue to use OpenDNS, so seemless I forgot I even switched. AWESOME!
tagged as: dns, router, networking - Monster Cables are BS: Coat hanger performs as well as monster cable, again no surprise here.
tagged as: cables, marketing, music, video
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
My NFL Combine Challenge
Since moving into our home, nearly two years ago, the move along with other challenges totally derailed what had been a life long commitment to weight training. Besides the obvious recovery from carrying furniture, boxes and of course my weight equipment, my old training partner is no longer across town but nearly twenty miles away. Just far enough that after work he no longer feels like making the trek to my home to train two or three times a week. The distance back and forth was just too much for him to justify the trip. Anyone who has ever weight trained or exercised with a friend knows that if there is no one counting on you, it is far easier to just skip a workout. Still though, I had a life long habit of exercising and I managed with a concerted effort to continue. Unfortunately the outside distractions were not finished, within four months of the move I lost my job. My wife and I just weeks before found out we had a baby on the way, adding a third child to the clan. Everything compounded and I strayed from exercising for the longest period in my entire life. Just over a year and other than a couple half-hearted sessions I have not been exercising. In the past I motivated myself with goals, if I am going to get out of this funk I needed a new goal.
With a goal in mind and hearing plenty of news about the NFL combine I decided to set a goal for Spring of bench pressing 225 pounds for maximum repetitions. By May 2008 I would like to see if I can eclipse at least 12 repetitions. Judging by the feedback from the NFL scouts, 25 repetitions seems like the benchmark for a good number. I would like to see how close I can get to 25 repetitions. Not since prior to October 2006 have I even attempted anymore than sets with 135 pounds. I have always been strong in any pressing movement, including overhead lifts so this is not as extreme as it sounds. Over my life-time I have easily handled weights greater than this. I am using this goal to get me into the gym so that I exercise, I will be doing full-body weight training and cardio, not just bench pressing.
Now for the vitals, I just visited my doctor last week. My blood pressure was good and an EKG (Elektrokardiogramm or electrocardiogram ) also checked out well. I am 37 years old, 5 feet 8 inches tall and weigh roughly 185 pounds. Thursday, February 21st I tested where I was at in relation to my goal. I worked up to 225 pounds and easily lifted the weight two times, I could have done at least three repetitions but knew I would be feeling the heavy session the next day. I was really surprised how light 225 pounds felt, so I think the goal is feasible.
I have always been goal oriented and part of achieving a goal that you are serious about is to tell others about the goal. That is the reason for the blog post. Publicly stating the goal adds value because others are likely to ask about the goal and you are more likely to stick to said goal. Bench pressing 225 pounds for maximum repetitions is not a training goal I had ever set before. Being a brand new goal also motivates me a little more than if this is something I had tried before. Of course the primary goal here is better fitness and more physical activity throughout each week.
As the weeks progress I will give periodic updates on my progress and in May I will attempt an all out effort. I will need to work out the specific date based on when I can get a friend to come over and spot me. I might also see if I can line up a video camera so that their is visual proof. Wish me luck and maybe my goal can motivate others looking to get off their couch.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Microsoft Giving Development and Design Software to Students:
Freely available on Mac and Linux already. Lack of these tools is why I left Microsoft permanently. Nice gesture, but nothing the others have not been doing for a long time.
tagged as: software, development, microsoft - Brew Ginger Beer - Wired How-To Wiki:
Simple method to easily make your own homebrew. We brewed a beer with ginger this past Christmas. I imagine this recipe would make a fairly light beer. Get the ale yeast.
tagged as: beer, brewing, homebrew, recipes - Samuel Adams Hop Sharing Program:
Via Phil:So we looked at our own hops supplies at Boston Beer and decided we could share some of our hops with other craft brewers who are struggling to get hops this year. Sam Adams just loves the art of brewing.
tagged as: homebrew, beer, brewing - The CakePHP Framework: Your First Bite [PHP & MySQL Tutorials]:
I have hacked at PHP for years now, time to look at a framework to tidy things up.
tagged as: php, programming, framework, cakephp, tutorial
Iomega Parallel Port Zip Drive - Still Working
I must have lost the initial post that mentioned the Iomega Zip Drive when I converted my blog to my own blogging tool (some posts did not make it). I know once upon a time we discussed the Iomega Zip Drive here, sometime around July of 2004. My friend and I purchased the Zip 100 Parallel port models when they were initially released so that we could easily transport data back and forth from one another's home. This was around 1994-95 and we used the devices quite heavily through the late 1990's. During this time other models of the Zip drive were released and Iomega used cheap manufacturing practices and the device turned out to be a real lemon. The "Click of Death" was coined to describe what would happen to the Zip drives in a fairly short time.
I however had tremendous success with my "first" generation model of the Zip Drive. Although at one time the 100 MBs seemed huge, I remember installing games onto the disks rather than my hard drive to conserve space, now I struggle to find a use for my Parallel port Zip 100 Drive. Due to a shipping mistake, myself and my friend ended up with a supply of Zip 100 disks that I have never had to replenish. I still have disks that have never been written to waiting to replace disks that finally fail. I currently have the Zip Drive hooked up to my Linux backup webserver. Each night when I run my synchronize script to synchronize the website and MySQL database on the Mac Mini I place a dated gzipped copy of my databases onto a Zip Disk. This is one of three backup locations I use, this is not my mission critical backup but simply a use I found for my old Zip Drive.
The complaints about the majority of Zip Drives is very well warranted. I just find it amazing that the company apparently made a damn good product initially. My buddies Zip Drive no longer works, but it did still work well into the 2000s. Because of most folks experience, the Zip Drives have made countless "Worst Product" lists. Amazingly, my Zip Drive is still functioning 14 years after I bought it. I have no idea how much longer the drive will work, but I will likely hold onto this piece of hardware for nostalgia. When it does finally die, I have thought about retrofitting the device with a USB flash drive.
This Week's Del.icio.us bookmarks
Shared bookmarks for del.icio.us user Scott Buffington.
- Goodell Open to Reviewing Maroons Stolen Championship: Not only that, but a movie deal is definitely underway, there is also an IMDB page for the Pottsville Maroons.
tagged as: pottsville, maroons, 1925, NFL - Hack MySQL :: Scripts and documents for hacking MySQL: Could be useful in keeping my MySQL server happy.
tagged as: mysql, reference - Monster Cables - Monster Ripoff: I have been saying this for years. Now some testing backs up my claims. Although I conducted my own tests years ago.
tagged as: electronics, hardware, TV, video, cables, ripoff
Lang Clubs Drago in the Third
Since the moment Rocky Balboa dropped Ivan Drago you have wondered. The subject was never breached ,but now finally 24 years later the question is answered. Ivan Drago surfaced just after Rocky Balboa defeated Clubber Lang in a rematch, Balboa having lost to Lang the first go around. Surely Lang would have wanted another shot at the title, having only a loss to Balboa on his resume. Balboa retired right after the Ivan Drago fight and left the title vacated. What you were never told is that Ivan Drago's next fight was against Lang, Drago's handlers hoping to solidify Ivan as the number one contender.
The fight was an impressive matchup if you enjoy all out slugfests. Ivan Drago's style was taylor made for Clubber Lang however. The two fighters traded bombs for two rounds, a bruised and battered Ivan Drago was game and confronted Lang at the center of the ring in round three. Lang matched Drago's power and chin and certainly had better boxing skills than the giant Russian. About half way through round 3 Lang landed a right cross that dropped Drago. Ivan Drago was unable to get off the canvas and faded into obscurity.
Lang claimed one of the vacated heavyweight title belts and Tommy Gunn's handlers made sure that he never had to face "The Southside Slugger". Lang finished out his heavyweight career never losing another match, all the while wishing he could avenge his only loss. Of course with Rocky retired, not fighting again until what must have been about 2005 we were never given the opportunity to see Balboa versus Lang III. Well, there you have it, now you know.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Guitar Rising:
If this is legit I would definitely be into this. Guitar Hero for a real guitar. I think it would make learning to play more fun at the entry level.
tagged as: game, guitar, music, education - A Look at Ubuntu 8.04:
I think Ubuntu will be more impressive this go-around than the last release.
tagged as: ubuntu, linux - The Complete Guide to iPhone Car Integration | iLounge:
tagged as: howto, apple, hardware, iphone, car - The Skeptics Guide to the Universe:
Latest podcast I am listening too. So far very good.
tagged as: astronomy, podcast, technology, science, space
18-1 Greatest Team Ever? No
What a great Super Bowl and what an even better outcome. Before the game the Patriots tried to claim they did not care about the records they set, as they listed them. Brady and company seemed to know all their records by heart. Those records are meaningless, it is meaningless that you threw most of your TD's late in the 4th quarter in meaningless games, it was meaningless that you cared so much about winning the games that meant nothing in the big picture. Congratulations on your records Patriots, the championship is going elsewhere.
I hate comparing teams from different eras, because you simply cannot do it. You can speculate but you can never say this team is the greatest ever. It was getting to the point that the Patriots were almost saying it on your television every week. This Patriot team was hard to like and it is appropriate karma caught up with them tonight. Luck has a lot more to do with what happens week in and week out in sports and a lot bigger effect than most fans like to admit. Tonight, the luck was on the Giants side and they took advantage.
This was the biggest upset in Super Bowl history, it has to be listed as such. That being said, we saw one of the greatest defensive lines in NFL history this season. The Giants defense deserved to get the MVP, the whole squad. The Giant offense squaundered a lot of opportunities and the defense held them together until the offense finally executed.
When I heard last week about this book, I could not have wanted the Giants to win more. The bottom line is that the idea of such a book should never have been uttered until it happens. The running up of the scores, the cheating, the attitude and this book is exactly why everyone outside New England is laughing right now.
Monk Finally Elected to the Hall of Fame
For those in the media that never wanted to see Art Monk in the Hall of Fame (and you know who you are) the day has finally come where the quiet receiver with HOF numbers will be known as a member of the Hall of Fame. I have talked and wrote over the last few years about Art Monk and the snubbing he received because he did not talk to the media as much as they would have liked during his playing career. Over the past couple years the attention this snubbing attracted from those in the media and those of us fans that noticed the injustice became bigger than those orchestrating it. For the record, Monk never said anything to the public of this snubbing over the years, he just left his numbers do the talking. Congratulations Art Monk!
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Big Rat Predicts Six More Weeks of Winter:
Despite being silly, I imagine this could be fun to check out sometime. I imagine it being a day of beer drinking.
tagged as: fun, holidays, pennsylvania, entertainment - Monk's HOF omission a mystery - NFL - Yahoo! Sports:
Time for my yearly soap box. Those associated with Sports Illustrated have kept Monk out long enough, proving either an effort to do so or proving they lack understanding of the game.
tagged as: monk, nfl, hof - Professor of beer shares his top 10 Winter Break brews:
Via Phil: Wow, a Yuengling beer made his list. I have had 90 minute IPA and the Yuengling. I should start noting my top 10 beers for each season.
tagged as: beer - 10 Universities Offering Free Writing Courses Online -- Education-Portal.com:
Loving the free courses offered by universities.
tagged as: education, free, resources, writing, college
Chess With Jake
To my surprise Jake began inquiring about learning to play chess. Back in the early days of this website (blog) I had numerous online chess games on the site. My last games of chess were a few years ago though, I do not play online anymore and the last game I played on a board was against my friend Scott Wood before he moved to Charlotte. Most of my board gaming is when the kids want to play a game. I was thrilled that he was interested in learning chess. This is the end of our first game in which I really just tried to teach him how each piece moves. What I was wondering most is that if he would still enjoy the game after finding out that it was not checkers.
He seems quite taken, we played two more games last night and three today and while we are still working on piece movement, we are beginning to explore using pieces in combinations. He spent the afternoon setting up the pieces and playing games against himself. I thought this would be good while he is interested so that he could cement learning how the pieces move. It is fun having someone in the house interested in playing chess and what a great game for learning how to develop strategy.
Of course the tough part right now is that he really does not have the skill to beat an adult, which means there is some frustration. He does like to win and that is not really happening right now. Sure I can throw a game, and I have done that in order to up morale. We could set up scenarios and teach him to play through those, but I never really did that when I was learning. I am self taught and am not a strong player in my opinion. But at least he has someone to show him some tactics, something I did not have being self taught. I can teach him a few tricks that he should be able to use to grab some games
Lancaster Brewing Company in Harrisburg
Last night Julie and I finally had an opportunity to have dinner at the Lancaster Brewing Company in Harrisburg. While Lancaster Brewing Company does not necessarily make some of my absolute favorite beers, they brew some very fine craft beers and their menu at both locations is very nice. I have been looking forward to LBC opening in Harrisburg because I do feel their beers are more interesting than Appalachian Brewing Company and the LBC location on Eisenhower Blvd is right around the corner from me.
We had previously heard the atmosphere was a little "stiff" at LBC in Harrisburg and I agree, although we were in the dining room and not the bar area. The parking lot was completely full on a Wednesday night, so if the atmosphere means good business for LBC I am fine with it. The menu is not cheap but the prices are fair.
Now for the beer, I ordered a pint of Milk Stout, I usually will get the Milk Stout or Hop Hog IPA. Julie surprised me and ordered the sampler tray of 5 oz glasses. She actually found that she really liked the Strawberry Wheat and although she tasted everything, I acquired a few additional glasses which included Hop Hog for my own consumption. The full sampler tray last night included Amish Four Grain, Strawberry Wheat, Milk Stout, Hop Hog IPA, Fest Beer Amber Lager, Celtic Rose Irish Amber Ale, Baltic Porter, Dunkel Weizen and the Gold Star Pilsner.
I asked when the Harrisburg location would be brewing beer on location and we were told they were about 6 months out. So hopefully by July and certainly by next winter we might be getting some unique beers brewed on site that are different than the traditional offerings from LBC in Lancaster. We were certainly led to believe that something different would be brewed at the Harrisburg location, beer only available on tap. Overall the visit was awesome and I am thrilled to have LBC so close to home.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Slashdot | Mystery Malware Affecting Linux/Apache Web Servers:
This is why I host at home. The only open port is 80 and I use the shell to maintain. Control Panel and the like do not belong in Server Administration. Should I go on?
tagged as: security, web, internet - AOL Adopting IM Open Standards:
This is not ready yet, but when it is, what service ID will I choose to use as my end all, be all IM ID? Probably my Gmail ID.
tagged as: IM, XMPP, standards, aol - Updating BIOS for my homegrown Dell Linux Machines:
Easy to do using these instructions. Updated both my older Dell systems. Be careful, I made a stupid mistake that took some fixing.
tagged as: dell, flash, howto, linux, ubuntu, bios - Five myths on leasing a car.:
We own our Jetta but we are considering a mini-van to replace the Jeep. I am considering leasing, thinking we likely will want to exchange it after a few years.
tagged as: reference - University quenches thirst for knowledge with 'Beer 101':
Via Phil: This is my kind of college course.
tagged as: beer, education
Updating the BIOS on Your Linux Powered Dell
I felt this post was worth making since my late Saturday night, Sunday morning linkdump is going to contain a link to these very good instructions (discovered via Don Becker) for updating your Dell's BIOS, your computer's Basic Input/Output System. This refers to the firmware that is used to identify and initiate your hardware, in short it prepares everything for your operating system and other goodies. Anyway, I have probably done firmware upgrades hundreds of times over the years and I know better than to be distracted or hurry through this process.
Well, I hurried through this process with my Dell 8400, which is the computer I call brutal. I went through all the steps prior to turning in for the night, all except the warm reboot. I was updating via SSH from another room and something took me away from the task at hand. I went to bed and then the next morning I remembered that I still needed a "warm" reboot. This is where you tell your computer to restart, not power off. As I fed the dog, packed Jake's lunch and readied myself for work I decided to quickly reboot the computer. Stupid, not paying attention Scott selects power off, well the Dell 8400 did not like that and apparently the current firmware did not have any failsafe to fall back to the current firmware. Some computers when faced with this predicament will boot to the previous BIOS and boot right up, not the Dell 8400. The reason you need to do a warm reboot is because the new flash of firmware is held in memory, if you power down, your memory is cleared.
I knew I had to clear the CMOS and sometimes this can just involve pulling the CMOS battery, but I read that Dell uses jumpers for clearing the CMOS. I did not find specific instructions, I really did not look that hard, but I did read about a PASS or PSWD jumper or a CMOS jumper. I found a PASS jumper and a CMOS jumper, I pulled the CMOS jumper and powered the computer on. I then powered off the computer, replaced the CMOS jumper the machine booted telling me that the clock was not set. Nice, it worked.
I again followed the linked instructions, and this time properly did a "warm" reboot and my Dell 8400 is back in good working order. This little mistake allowed me some time to blow the dust out of the inside of the computer case with some canned air. The Dell 8400 is running quieter than it did previously, seemed the BIOS update slowed down the fan on the back, yes it is still running, but not as loudly. I will have to keep an eye on the machine and make sure it does not overheat, currently I am thinking that the fan was running way too hard anyway. Hopefully, my dumb mistake can help someone else avoid an error or correct their BIOS if they make a similar mistake.
Four O - Tonight is the Night, I Payup on my Guarantee
Around week three or week four of the 2007-08 NFL season I stated on the Brutal Deluxe Football Podcast that if Tom Brady broke Peyton Manning's TD record I would drink cheap crappy beer. I was thinking of something like Bud, but the comments started coming in. I believe Four O was one of the suggestions. Well, tonight is the night, around 9:15pm I will be twisting open this big bottle of liquid something or other that someone decided to classify as beer. I make no promises that I will finish it, but I will drink it throughout the podcast. Never let it be said that I am not a man of my word.
I was just going to drink a traditional cheap beer, but in the comments I agreed that if I could find something particularly awful I would indeed drink it. I stopped by the local pizza shop tonight, which I knew sold single bottles and I knew I previously spotted some 40 ounce selections in the cooler. I gazed upon the wonder that was Colt 45 and a collection of Bud 40 ounce bottles and even some Yuengling among others and suddenly I spotted Four O, which also advertises itself as "Street Legal". As I approached the counter the cashier began laughing, I guess I do not look like the 40 ounce type. I headed home bearing my paper bag encased 40 ounces of malt liquor.
I am not kidding myself, I fully expect this to possibly be one of the worst beers I have ever tasted. I purposely did not put this post under the beer category, as I am pretty sure as a home brewer I would be banned from further brewing if I categorized Four O as beer. I suspect that my first reaction will be similar to the reaction that I recall Rick Flair having while watching NWA wrestling as a kid. Often while Flair was taking a beating you would clearly hear him exclaim, "Oh God!" Perhaps from watching Rick Flair do this so many times, I have been known to utter this same phrase when experiencing something awful, like a bad cup of coffee. Judging by the review on Beer Advocate, I chose a real winner, Four O is graded as an "F".
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- macosxhints.com - Listen to iTunes over the net via a free streaming server:
Simple method for streaming your iTunes Library.
tagged as: itunes, internet, opensource, software, streaming, howto - Sun Microsystems Announces Agreement to Acquire MySQL, Developer of the World's Most Popular Open Source Database:
Big news.
tagged as: MySQL, Sun, database, opensource - Ubuntu Hardy Alpha Release:
Newer Xorg with better auto-configuration. This was one of the items I thought was terrible in the last release of Ubuntu.
tagged as: linux, ubuntu, hardy, alpha
Me Thinks Feedburner is Bugged
Otherwise my blogs popularity has exploded. Over the past year or so I have generally rolled along with around 50 subscribers, according to Feedburner stats anyway. Today I noticed that my subscriber number jumped to 535, yeah I think their numbers are skewed today. It is fun to imagine that I have that many subscribers, and more believable if the number climbed over a period of time, rather than one day. If I really had that many subscribers I would need to make a better effort at posting. Anyone else getting weird results from Feedburners statistics?
This Week's Del.icio.us bookmarks
Shared bookmarks for del.icio.us user Scott Buffington.
- Pottsville Maroons Official Site: Those fighting for the Pottsville Maroons back this as the official website of the team.
tagged as: pottsville, maroons, 1925, NFL, champion - The 50 Greatest Arcade Cabinets: I am a sucker for any computer retro type thing. Born in 1970 and having experienced the Arcade in it's glory. I played many of these games.
tagged as: games, geek, nostalgia, arcade - Nitevilla National Champion 2007-08 - Kansas Jayhawks: I have always had an opinion on the college football National Championship. I crown my own each year, no more ridiculous than how the BCS and AP does it and mine means more.
tagged as: ncaa, football, bcs, champion
The NFL's Greatest Team and the Stolen 1925 Championship

I confess that I knew nothing of the Pottsville Maroons until one of the former owners in the Brutal Deluxe Football League claimed the name for his team. When he declared that they were the 1925 NFL champions, I decided to do some research not realizing an NFL team at one time called Pottsville home. When I originally researched the Pottsville Maroons there was not nearly as much information as there is now available on the Internet concerning the interesting history of the team. The Maroons were also mentioned on Monday Night Football the season following the Maroons popping up in the BDFL. The MNF crew at the time touched on the conspiracy of the stolen 1925 championship and I revisited the story again. We even discussed it on the forums and those that chimed in all seemed to feel the Pottsville Maroons were indeed robbed of the 1925 NFL championship. I believe that same season, at the NFL owners meeting, the owners voted on whether to restore the championship to the Maroons, only the Philadelphia Eagles and Pittsburgh Steelers voted to return the championship. Sadly, I believe the other owners have never looked into the full story or the old boys club that include Bill Bidwell refuse to right the wrong. If the owners do indeed know anything about the history, I would love to know how they could possibly vote against returning the championship to the Maroons. There is no other excuse other than the old boys club siding with Bidwell's Cardinals. Recently I became aware of a fantastic book detailing the interesting history of the Pottsville Maroons and the stolen 1925 championship as well as where the NFL and the game of American football fit into 1925 America. Breaker Boys: The NFL's Greatest Team and the Stolen 1925 Championship is one of the best sports books I have ever read and if you have any interest in sports history or general history I highly recommend this book.
What was so interesting about the 1925 Pottsville Maroons was that at the time for the most part the NFL was looked at as being inferior to college football and indeed overall it was. The reason for this was that rosters changed weekly and most teams were a collection of mercenaries. The NFL teams rarely were true "teams", that is until the Maroons paved the road to what we see today. In the 1925 NFL it was not uncommon for a guy to play for one team on Saturday and another team on Sunday under an alias. The NFL teams were not capable of beating the good college teams, and NFL teams really did not practice so there were no game plans. Because of the lack of practice and team camaraderie the games were mostly a handoff up the middle and a cloud of dust. The Maroons in 1925 broke this mold, they had players who accepted salaries for the entire season, the players lived in Pottsville and they practiced. The team was a mixture of ex-college stars, and a few working men from the coal mines of Pennsylvania, including the greatest running back you never heard of, Tony Latone, the Human Howitzer. America loved football and the semi-pro leagues did have rabid local fans. Often the teams from the coal leagues arranged games with NFL teams, that's right, an NFL team would often pad their schedule with a coal league team, particularly during the common end of season barnstorming of schedules that occurred. Most seasons the end of year barnstorming was the only thing that kept the teams in the black.
The NFL was struggling in 1925 and many thought the league would not make it. The Pottsville Maroons paid an entry fee in 1925 to join the league, they were hated by the NFL as was another small town team, the Green Bay Packers. The NFL wanted to rid itself of the small town teams. The only reason Pottsville was allowed into the league was because the NFL needed the money and they felt that the other NFL teams could use the Maroons to pad their records. What the NFL did not count on, was that the Maroons would set the stage for how a professional football team should be run if the game was to be taken seriously. while the Maroons scooped up some good professional talent, the heart and soul of the team was Tony Latone. Latone was forced to work in the mines from a young age and never finished school. In the mines Latone had become a freakishly strong and powerful football player. Pushing two to four thousand pound carts filled with coal will do that to a guy. Latone was capable of wearing down any team put before the Pottsville Maroons. The Maroons also threw the ball more than any team had ever thrown in the NFL before them, and they threw successfully and even developed what is today called a screen pass. The Maroons were not a one man show, late season injuries showed how deep this star-laden team was.
Why I liked the book Breaker Boys and I think you would too, is the description of the lives of those that worked the coal mines, what life was like for those living in 1925, the state of the NFL and football in America at the time. One item that comes to mind, I did not really know where the name Packers came from, it becomes clear where the name came from and it is amazing that the name stuck throughout the leagues history. I am sure Green Bay fans already know their teams history, but I did not. The book was well researched, open minded, well written, an easy read and details how professional football in America rose from industry and region competitiveness. Another interesting story was how Pottsville made arrangements for play by play to be sent by telegraph from Chicago and from Philadelphia during the two championship games. That reminded me of how today we might follow games with Yahoo's play by play. Even in 1925 technical guys were thinking of ways to deliver content for others to consume. The greatest stories are those that are true when they are so well written, Breaker Boys is that kind of book.
Some facts to leave you with, the Maroons soundly defeated the Chicago Cardinals in what everyone billed the NFL Championship game. The Cardinals refused the title after NFL stripped the Maroons for playing and defeating the famed four horsemen and seven mules of Notre Dame to end the season, a game that undeniably gave the NFL credibility. The Bidwell family later claimed the title after purchasing the team in 1932. The NFL used a territory rule that the league has never produced, probably because the rule did not exist. There were two teams in Chicago for crying out loud. There were witnesses and affidavits supporting the Maroons owner's claim that he received permission from the league office to play Notre Dame. In 2003, those representing the Pottsville Maroons stated they would accept sharing the 1925 title with the Cardinals, Bill Bidwell shot this idea down and continues to use his power with the NFL to deny the Maroons what is truly theirs. Read the book and judge honestly for yourself. I am not saying the New England Patriots should be stripped of their NFL titles or denied one this year if they should win it, but certainly their infractions are a comparison we can use to what happened to the 1925 Pottsville Maroons. The NFL has stated that the Patriots were warned repeatedly, the Patriots infraction was cheating against a documented rule during the games. The NFL has never had any such territory rule that was used against the Pottsville Maroons and more importantly, the infraction was certainly not cheating against an opponent.
Aerobie AeroPress Coffee & Espresso Maker
Somehow this coffee making device eluded my attention for the last year or so. Yes the AeroPress is made by the same Aerobie company that makes the well known flying disk. The AeroPress is priced reasonably at under $30 and is an amazing, simple and cool coffee making device. After using the Aeropress, I might go so far as saying that not only does Aerobie make the best flying disk in the world, but they now make the ultimate coffee maker. The first comparison I thought of when I first saw the AeroPress was that it was some kind of French Press that sits atop your coffee cup. Not so, the AeroPress is an entirely new way to make coffee.
Unlike the machine single serve coffee makers, like my Senseo, the AeroPress allows you to use whatever coffee you would like without wasting time making your own pods. While I still enjoy the ease of my Senseo, I cannot help but feel I am forced to only drink the coffees available in the pod format. For the freshest and best coffee, you have to grind your own and only grind your beans right before making the coffee. I always generally felt I made my best coffee using a French Press, however there is an art to using the French Press and sometimes you would end up with some bitterness. With the AeroPress, the advantages of the French Press are there, but the bitterness is eliminated.
The quick and simple steps to making a cup of coffee with the AeroPress are as follows: - Put one filter on the bottom of the AeroPress.
- Put the AeroPress on top of your favorite coffee mug.
- Put two AeroPress scoops of finely ground coffee in the chamber.
- Slowly pour in the hot water up to the number 2 on the chamber.
- Stir the grinds and water for 10 seconds.
- Put the plunger on the top of the chamber.
- Push very slowly on the plunger taking about 20 or 30 seconds to bottom out.
- Remove the plunger and over the refuse bin, pop out the grounds. A quick rinse and everything is clean.
- Relax and Enjoy the double expresso you just made, or top off the mug for a standard cup of coffee
After reading all the five star reviews on Amazon, at last check all 47 were five stars and I totally agree, and reading various other reviews and comments I have some tips for those who have an AeroPress.
- Use a fine grind, this is documented everywhere but some people apparently refuse to read instructions. You may need to experiment with the grind, really even a standard grind does not make a bad cup of coffee but the water will run right through the grinds.
- Do no boil the water, take the temperature to around 175 degrees Fahrenheit. A cycle in my Microwave for a cup of water achieves this temperature perfectly.
- Pour the water into the AeroPress slowly, do not just dump it in. Although like the grind, even if the grinds do not expand fully you will get a decent cup of coffee.
- If you are seriously concerned about using all the 350 filters and having to buy more, you can reuse the filters. The filters can be rinsed off and reused and they function quite well. Also, be sure you are not accidentally using more than one filter, unless that is your goal. Seriously though folks, I bought the extra filter pack and I imagine it will be years before I need to buy more.
The AeroPress instructions may look intimidating but seriously, do not worry about pressing the AeroPress too fast, too slow or experimenting with different grinds. I found that even if the coffee strained through quite quickly, that the cup of coffee was still quite tasty. Experiment and like homebrewing beer, relax and enjoy perhaps the best cup of non-bitter coffee you have ever tasted. I purposely made some strong cups of coffee with the AeroPress, and even the strong brews were bitter free. This is it folks, the AeroPress works as advertised and I think I have found coffee Nirvana, the AeroPress is that good and I am sorry it took me so long to discover this amazing coffee maker.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Consumers Avoiding High-Def DVD War:
You have to be a moron or someone with money to throw away to even think about buying either format. Standard DVD is good enough, at least until one standard is chosen.
tagged as: movies, technology - Verizon FiOS Still Blocking Ports:
This is why I will not switch to Verizon Internet Service, after all these years they are sill blocking ports.
tagged as: verizon, FiOS, web, Internet, IP - ongoing · 2008 Prediction 2: Windows Looks Bad:
Just give OS X a chance. For all the complaints you will have, you will be forced to admit that it is just better. A WELL installed Linux system is better than Windows too.
tagged as: windows, apple, linux, osx, microsoft - Netscape To Be Discontinued 2/2008:
I used Netscape at one point, I am now a Firefox and Safari user. Fond memories of old Netscape.
tagged as: browsers, history, Netscape, Internet, software, web
Coffee Mug Monday
My cabinet has been pretty full for quite a while, so I do not often get mugs anymore. Aunt Jo Ann gifted me this very nice looking mug for Christmas, which I am noticing Julie and I are both fighting over. The mug is about the same height as most coffee mugs, so it is not overly tall. But it is wider than most, so you still get a larger cup of coffee than normal. The mug is the "perfect" size because it fits our Senseo, something most large mugs do not accomplish.
No idea if I will have the opportunity to do any Coffee Mug Mondays during 2008, this is only the second installment for 2007. As I said, my cabinet is pretty full of mugs right now, I am really only in the market for unique or interesting mugs. Perhaps I need to rotate some of my current mugs into storage and refill the cupboard. We will have to see if the mood strikes me.
While on the subject, I accept visitor submissions as well. Have a mug you really like or you find unique? Send me a picture and I will feature it on a Coffee Mug Monday. Happy New Year!
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Lancaster Brewing Company - Harrisburg:
Opening any day now. I have visited the brewery in Lancaster, this one will be minutes from my home.
tagged as: craft, brew, beer, brewery, Lancaster, Harrisburg - Phil Pfister - 2006 World's Strongest Man:
I watch these all the time and somehow missed the 2006 final. An American won! The first time since Bill Kazmaier in 1982. He beat a tough field as well, it included now 4 time champion, Mariusz Pudzianowski.
tagged as: strongman, 2006, iron, game, strength
iPod Touch
I have not hacked the iPod Touch yet, but I will be adding applications. Awesome little gadget. Thank you Julie!
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Bush writes letter to author of book on 1925 Pottsville Maroons:
President Bush wrote a letter to David Fleming.
tagged as: 1925, pottsville, maroons, nfl - Pottsville Maroons 1925 NFL Championship:
Sign the petition to be sent to Roger Goodell and the NFL owners to restore the 1925 NFL Championship to the Pottsville Maroons
tagged as: NFL, 1925, Pottsville, Maroons, petition - Desktop Tower Defense:
This is my favorite free tower defense game. If you play, add your score to the group Nitevilla and see how you compare.
tagged as: games, flash, game, fun, tower, defense - Guiness Shown to be Beneficial to Health:
I would love to know the Lager they used in this test, I suspect an American Pilsner. I drink ales, stouts and porters almost exclusively. I suspect the bigger ales provide this benefit.
tagged as: beer, health, stout - Laptop: Put Linux on your laptop:
My friend and business partner loaded two Linux laptops for his kids Christmas gifts this year.
tagged as: linux, laptop - PETER JACKSON AND NEW LINE CINEMA JOIN WITH MGM TO PRODUCE "THE HOBBIT" Movie:
The Hobbit is the easiest read of Tolkien's classics. If you have not, I urge you to read it.
tagged as: movies, entertainment - Apple Paying Homage to Rankin Bass:
I guess I am sort of an Apple fan boy, because I find these commercials funny. Or perhaps even those who do not use a Mac do as well.
tagged as: apple, mac, video, rankin, bass, christmas
Broadcast Advertising
When I first started listening to podcasts and of course producing them myself I knew the one thing that I really liked was the massive decrease in advertising compared to commercial radio. Of course advertising crept in and for the most part as far as the podcasts I listen to advertising is done in a much smarter way than it is done on commercial radio. The biggest improvement is that there is far less of it. Most would argue and rightly so that the producing and distributing of the radio program costs a whole lot more. While I agree, I think radio used to do it right and have stumbled so far away from the right way to advertise that they are doomed to never again know success like they once did. Radio has no one to blame but themselves, radio could still be king but things need to change.
Have you ever listened to old radio programs? If you have, no doubt you heard the ingenious and creative way they used to do product promotion. Occasionally, and I do mean very, very seldom I hear it done the old way and when it is, it is a treat and much better than the high volume advertising that is all over the airways. In America at least 20 minutes of each hour is filled with advertising on commercial radio and almost all of it is trash begging the listener to tune out. It is dispersed throughout the hour and makes it seem even worse. For those that have seen the movie A Christmas Story, remember the Ovaltine advertising. It was thrown in by the announcer or part of the show, never did they leave the program to where you had to reduce your volume or were so annoyed you changed the station, something I do now every time.
I listen to some radio in my car, not as much as I used to, and it is so obvious I am listening to a dying medium that has no one to blame but themselves. Over the years, I have had a few products allow the DJ or person whom I am listening to in the case of talk radio do the advertising. It is so much better, the volume does not rise and you have a sense that you are still listening to the show, something that is very important. I am positive most of you out there would agree, so what happened? I confess I listen to mainly NPR other than sports radio and NPR really only advertises itself. But I would listen to more commercial radio if the advertising was not so badly done.
So what prompted this post? A couple of the podcasts I listen to have some advertising, usually only one product in a half hour to one hour show. Very acceptable and in some cases done very, very well. A few examples of advertising done right, TWiT with Leo Laporte and whomever else joins him do the advertising on their own. They do not run a commercial, they talk about the advertiser at the end of their podcast. What is interesting is that the broadcasters, the guys that do the show every week made it interesting. They recommend products from the advertiser and talk about how great the service is and perhaps something they purchased from the advertiser. This is a hundred times better than if the advertiser had made their own commercial. In my opinion, this is the way all advertisers should do it. Even if a podcast adds another product and inserts it into the show creatively, I would still not be bothered and may even be interested in hearing more about what the advertiser has to offer.
Another podcast I listen to, Buzz Out Loud from CNET has one advertiser and the snippet is so short and well done that I forget I ever hear it. But I can tell you in all cases who the advertiser is. The advertisement is short and always at the same point and never do I feel like I am wasting my time and fast forward the podcast, and I could do so. Rarely ever is advertising done well on commercial radio and mostly I never remember who was advertising in the first place. Many times and mostly I change the station during advertising and I have no idea when to switch back because the advertising breaks are so long. Sometimes I never tune back and I find it hard to believe that other radio listeners do not do the same thing. If so, would that not tell someone that the current form of radio advertising is not working?
Because both advertisements in the two mentioned podcasts are done so well, I find it only fair that I provide a link to Audible.com and Earthlink and not necessarily that the advertisers do it well but that they allow the podcasters to do it well. Commercial radio ratings have to be at an all-time low and podcasting will make it tougher and tougher for them as more people discover the medium. Commercial radios death has nothing to do with technology and everything to do with their terrible advertising model. At least for this listener, the medium of radio could still king, especially for commuters or those at desk jobs, but instead I choose prerecorded podcasts or my iTunes library because no one wants to listen to badly done advertising for 33.34% of each hour. If radio were done creatively and right, I would still choose it more often than I do now. However, as more and more of the information I am interested in moves to podcasting, I will move more and more away from radio. I already listen to much less radio than ever before and do not even keep a radio actively set up in my home entertainment unit any longer.
The podcasting advertising model killed the radio star.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- 30 Years of Lucasfilm Christmas Cards:
This one is for Andy.
tagged as: art, christmas, starwars - Fluid App:
This is interesting for my webapps and the potential of assigning them to a specific space (desktop).
tagged as: webkit, web, tools, osx, mac - Beer Geek Breakfast:
One of my birthday beers. I loved it! Computer geek yes, football geek yes and beer geek.
tagged as: beer, geek, stout - Greg Lydon:
This was a funny article that Greg's friends find often. It is time for a link so that the search for Greg stays relevant.
tagged as: Lydon, Greg, bdfl
Buff Upgrade
I felt it was worth noting that I applied some upgrades to the blogging software (Buff) that I use here at Nitevilla. For a few years now I have had the FCKeditor built into the software on the Brutal Deluxe website. Over that time I have always just handcoded the HTML when I needed to use it in posts. Having a few friends who seem remotely interested in possibly trying out my blogging software, I felt it was time to cleanup the configuration of the scripts making up Buff as well as doing some standardization of the tool. On more than one occasion I have also made a few errors with my HTML causing posts to display correctly. The nice thing about the FCKeditor is that I can still display or write my posts using HTML source if I choose and I can preview my post.
A few of the benefits of upgrading. I can much easier type up ordered and unordered lists. I can stop using the PHP function nl2br to format my posts. For posts that did not have any markup, this method worked quite well. But whenever I wanted to post something with markup, I had to assure I had everything merged into a giant block of code. This made it difficult to update the post later. So I recoded Buff so that now when I make a post, all new lines are removed. This also seemed to be the best choice so that I can still use the nl2br function to retrieve old posts, which rely on those new lines for the post to format I wanted. I did not want to try and convert the 500 posts I have made here at Nitevilla.
Another benefit is that I have all the configuration mostly in one file. This will make it much easier for me to apply future updates, mostly I should just be able to drag and drop updated scripts to any domain using Buff. While I say mostly, I am still doing some individual tweaking of post display on each website where I use Buff. This is because I do not always use HTML heading tags for the title of my posts on all my websites. I have no one to blame for this but myself, when creating the various web templates and CSS for all my domains I rarely use similar standards. In the future this will be something I pay more attention to detail while performing a website redesign.
Lastly I am considering turning on some HTML tags for comments. My simple spam prevention has worked wonderfully, I do not remember the last successful spam comment that made it through and well over 600 attempts have been made in the last few weeks alone on Nitevilla. Other than allowing markup within comments I am happy with the state of my blogging tool.
Previous Post Fixed
I did not realize it until I started receiving comments and emails on my Ubuntu 7.10 post, but I had some quotes out of place on my previous update post. As a result there was a lot of text that was not visible. See this post to read what I did with my Ubuntu troubled PC and the couple issues I had with Leopard. I must have been on the move the night I initially made that update post. Hopefully this and the comments on the original post will stave off any additional emails. I do appreciate all the feedback, but I am past the issue.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- A Soldier's Silent Night:
tagged as: poem, Christmas - Commodore Love Affair Continues:
I never owned a Commodore, but I did have a chance to use a few. Memories of Shane and I hacking about with his Commodore come to mind.
tagged as: commodore, computers, history, nostalgia, technology - Good Bye Pay Phones:
Julie and I were just discussing this after noticing a pay phone outside a restaurant we were eating at.
tagged as: technology, phone - Inventor of Fantasy Football:
No idea if this is accurate, but it is interesting.
tagged as: fantasy, sports, history - Winningest Football Coach on any Level - John McKissick:
Summerville, South Carolina has the winningest football coach in the history of American football.
tagged as: football, history
Christmas Beer 2007
Enough with all these technology posts, I am going to lose my readers if I do not get back to the real issues. Deuane (brewing mate) came by tonight with my case of Christmas Beer for 2008. I actually have a few more coming at some point, but here is what I have so far. Flying Fish Brewing Company - Grand Cru Winter Reserve Lancaster Brewing Company - Winter Warmer Ale Rogue Ales - Santa's Private Reserve Wild Goose Brewery - Snow Goose Winter Ale Sierra Nevada - 2007 Celebration Ale Pyramid Breweries - Snow Cap Winter Warmer Bell's Brewery - Winter White Ale Summit Brewing Company - Winter Ale Troegs Brewery - Mad Elf 2007 (I still have some 2006 left) Abita Brewing Company - Christmas Ale Stoudt's Brewing Company - Winter Ale Breckenridge Brewery - Christmas Ale Avery Brewing Company - Old Jubilation Ale Smuttynose Brewing Company - Smuttynose Winter Ale The Brooklyn Brewery - Brooklyn Winter Ale Weyerbacher Brewing Company - Winter Ale This post aught to bring back some of the old readers. Now if you will excuse me, I have some beer to drink.
UPDATE December 2008 - Why did I title this post 2008 and the picture? It was still 2007. I must have started drinking before making the post. I updated the title, it is confusing.
Home Hosting Update
Having moved Nitevilla's hosting to my home I felt it was time to get a little more serious about my setup. The one benefit of moving my hosting to my home was that I would be saving money on the cost of hosting. By getting more serious I do not mean I want to spend money on hardware right now. So while getting more serious about my setup, I did want to do it with my existing equipment. After some tweaking I have a pretty solid setup with the only point of failure that could cause extensive downtime being my router.
The first thing I wanted to tackle is the problem of my Mac Mini having a hardware failure. The Mac Mini has been reliably hosting several of my domains for over 6 months now, during that time I rebooted twice following system updates. Otherwise the system has been happily running along with very little load and very little power consumption. I also record my end of the Brutal Deluxe Football Podcast on the Mac Mini. Following the podcast I just export my FLAC file to a web shared directory for Alex to download, mix and produce the podcast. As long as I do not do something like, update Audacity and fail to check my recording settings, everything works nicely.
I decided that I would use my Ubuntu desktop as a hot swappable backup. I can and probably will get more elaborate with this setup as time progresses and I recoup some of my hosting costs. I did not intend to setup a clustered environment, just an environment that I can synchronize nightly and protect myself from losing no more than a day's worth of forum or blog posts. To do this without having to change config files for my forums or Buff CMS I needed an identical file structure. So I created an identically configured
LAMP install on my Ubuntu desktop, matching my Mac Mini.
I then wrote an easily configured shell script that connects to my Mac Mini, dumps the MySQL databases and copies the database dumps to my Ubuntu Desktop. The database dumps are dated and copied off to another machine. Thus giving me three copies of that day’s worth of databases. The script then imports the copies of the MySQL database onto the MySQL server running on the Ubuntu Desktop. Lastly I use rsync to synchronize my website directory structure from the Mac Mini to the Ubuntu Desktop. Pretty slick and simple and with relatively little trouble shooting I had all the websites working on the Ubuntu desktop. To test it, I configured my router to point all port 80 traffic to the Ubuntu desktop and left it run for a few days.
This was a perfect time to try Leopard out on my first generation Mac Mini, a 1.42 GHz PowerPC G4 with 1 GB of memory and a 32 MB ATI video card. The Tiger installation on my Mac Mini was two years old and I had installed and uninstalled countless pieces of software on the Mac Mini over the years. It still ran as fast and flawlessly as the day I initially installed Tiger. But I wanted to see how well Leopard ran on the Mac Mini. I chose to wipe the hard drive and do a fresh install of Leopard, and I can again report that Leopard appears to run just as fast as Tiger if not faster. How many people bought a computer for $500 in early 2005 and can run the latest Operating System with all the bells and whistles? Yet again I feel my investment in the Mac Mini has paid off, I have easily used the Mac Mini more than any other computer on a day to day basis over the last 2 and a half years and since purchasing a MacBook the Mac Mini has been hosting websites 24 hours a day. Leopard is impressive, the hardware inside my Mac Mini is very modest at best and Leopard runs fantastic.
I installed a few needed pieces of software, I never unhooked any of my hardware and all my recording equipment worked with no problems and no installation of drivers. My recording equipment was already selected when I executed Audacity, and I this time remembered to check my recording settings. I also compiled and configured MySQL, Apache and PHP and ran the aforementioned shell script to copy the databases and web directories from the Ubuntu desktop back to the Mac Mini. A quick change on my router and all web traffic is now being handled by the Mac Mini.
I could get fancier with this setup and have both databases update simultaneously but I really did not want to get that fancy at this point. I do feel there is value in the data on all my websites. Whether it is the posts made to the forum, the old forums or the blog posts. I am actually doing a better job at backing up the databases and websites than most web hosts will do. In the future I may tweak some things so that I have automatic failover to the other machine, but I am pretty happy with the minimal safety net I currently have.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Internet Explorer Still Stinks:
I just wish we could stop worrying about this lousy piece of software. Every redesign I have ever done IE has caused issues.
tagged as: browsers, css, standards, ie7, browser - An Open Letter to Comcast and Every cable/Telco on P2P - updated - Blog Maverick:
Mark Cuban doesn't get it. His suggestion of recoding audio to a video format and putting it on Google video just adds to it. P2P is not just kids swappin mp3's dude.
tagged as: comcast, p2p - Sorry NFL, but getting games to fans is your responsibility - USATODAY.com:
NFL's testing ground for pay per view. Another example of a major league sport snubbing the real fans.
tagged as: nfl, television, football - Firefox 3 Beta 1:
I am going to give this a shot. My one complaint about Firefox is the freakin memory leaks.
tagged as: browser, mozilla, internet, software, technology, browsers - Von Hayes - Manager Lancaster Barnstormers:
I blogged about Von Hayes before. As a kid growing up in the '80's, Von Hayes was the man. I will be going to a Barnstormers game at least once next season.
tagged as: baseball, vonhayes, lancaster
Pottsville Maroons Story Lives On
The most famous team that garnishes the most press in the
Brutal Deluxe Football League has always been the
Pottsville Maroons. The web hits for the Maroons has been lighter the last couple years, but we discussed the history of the Pottsville Maroons a few times on the
old Nitevilla Forums. The
last time being in October of 2003 after the Maroons were again denied their 1925 championship by they NFL owners. Since that time, Wikipedia has added a nice
writeup on the 1925 NFL championship controversy. Imagine my surprise when I saw the cover of the Thanksgiving Day edition of The Patriot News.
What I have always found interesting was that the coach of the Chicago Cardinals did not accept the championship. The Maroons were clearly robbed of the title and the now Arizona Cardinals later accepted the title. Of course the Cardinals later accepted the championship and you can bet
Bill Bidwill and his family will use all their power to never relinquish the title. Bidwill is a terrible owner and the 1925 championship is one of only two the team has ever won.
The entire story of the 1925 championship is now being told in the book
Breaker Boys: The NFL's Greatest Team and the Stolen 1925 Championship. According to The Patriot News, the book is very close to finding its way to the big screen.
There is a great picture on the back page of the paper of the self-made trophy, carved out of anthracite coal.
I was surprised to see the story of the Pottsville Maroons resurface, I was pretty sure after the 2003 vote striking down the return of the 1925 championship that the story would die. However, if the book does indeed become a movie, the NFL may feel pressure to revisit the entire incident. Obviously Bidwill has no wish to see this story reach the football public. The 1925 NFL championship story is an interesting one of a league that was still fighting to be taken seriously and a league that allowed shady deals with added games to pad records. These were literally owners that would bend whatever rule they could.
The argument against the Pottsville Maroons championship always slides toward a reference to the Maroons violating a league rule by playing the Notre Dame All-Stars in Philadelphia thus violating the territorial rights of the Frankford Yellowjackets. That is baloney and there is evidence Frankford hastily scheduled a game to trap the Maroons in this rule. Today we have the New England Patriots of 2007 who have violated league rules for several seasons, possibly all of their Super Bowl seasons. Will the NFL strip the Patriots of a title if they win this year? We now have a current day incident to compare with what happened in 1925. Which violation is worse, scheduling an exhibition game that gave legitimacy to the NFL or cheating in games that count against your record and possibly games where you won the championship?
General Updates (Corrected)
Here are updates to previous posts I would have made had my former web host's servers not been down so much over the past three weeks. These are in no particular order.
As a result of my
Ubuntu 7.10 experience I tried PCLinuxOS and the install was very simple, the machine worked well with the operating system, however Synaptic continually returned errors when trying to install various software. Puppy Linux, Damn Small Linux and PC-BSD all had a shot. None of these met my needs as far as browser add-ons and available well running software. I did not want to spend hours configuring this particular machine, I could have made any of those listed eventually work, but I wanted stable, free, easy and secure. I installed Ubuntu 6.06 LTS (Long Term Support) which continues until 2009. I may just leave this version of Ubuntu on this machine for the remainder of its life. The install ran flawlessly the display worked great and the machine was not encumbered with doing whatever it is that version 7.10 is doing with its CPU cycles. I installed the educational software for the kids and Cartoon Network's flash games worked fine, all relatively painless.
This year I took part in
NaNoWriMo for the fourth year in a row. I found that now that I have completed this challenge twice, and actually have a published book sitting on the book shelf that this goal is not driving me as it once did. I outlined my story idea as I had in other successful years and I could not motivate myself as I did in other years. By day four the "I have been there and done that" realization kicked in and I found I just was not interested this year. Perhaps the novel bug will bite me again one day but I think I have scratched this itch enough. I am unsure if I will bother next year, perhaps if the next great idea jumps into my head I might. On to another of the goals I want to accomplish before I die.
My
Leopard experience has continued to be a good one. I did find two applications so far that I had to reinstall after the upgrading from Tiger. The open source image editor, the
GIMP returned errors and did not start.
Skype stopped working after the first Leopard update. I just removed the applications and reinstalled the latest version and all is working again.
A New Beginning of Sorts
For those of you that visited Nitevilla or Brutal Deluxe over the past few weeks, you might have noticed the websites were unavailable at times. After cutting tickets with my web hosting company for nine days in a row I made the decision to finally move the existing two domains I had hosted externally to my home. Alex volunteered some of his hosting space for Brutal Deluxe because we host our podcasts from that url and there was concern that my ISP may cut back on speed when you have 250 plus people downloading a 25MB file every week. Thank you Alex for taking the baton for our league website. Nitevilla however is now happily running from my home and has seen some changes as well.
The biggest change for Nitevilla is the unveiling of the new Brutal Deluxe Forum , Vanilla, a lighter and faster forum software was chosen. I have been unhappy with SMF for my personal forum for quite some time. For a large forum I think SMF rates right up there, but it was more than I needed for a personal web site and I felt my new choice did a better job of promoting discussion. Rather than users or even random visitors having to dig down into boards, they are immediately brought right into the current discussions. Vanilla, like my Buff CMS is much lighter and faster than many of the more popular choices.
I will keep the old Nitevilla Forums, circa. 2001-2007(I told a lie, I do have the forums on a backup but continuing to host them online meant patching the forum) as an archive permanently at the original url, but I have disabled registration. One of my pet peeves with SMF is that other forum software developers had difficulty writing conversion scripts. Many that did successfully convert SMF still had issues with users signing in after the conversion. I tried making my Buff CMS tie into SMF so that BDFL team owners could sign in to post news on Brutal Deluxe several years ago. I ran into nothing but problems trying to hash the password for SMF and soon gave up. Others have had similar issues and hence the lack of conversion scripts. I decided it might just be time for a new start. As a result you will have to register again to post on the Nitevilla Forum. This is something I hate asking people to do, and my hope is that it is the last time ever. More Open Source software need to adopt OpenID or come up with very GOOD documentation on how to tie into the user databases. I hope all that had and used the forum would again register but I certainly understand if it is not a priority. This post is more of a heads up to those tht visit that things have changed.
Back to my web hosting issues. While I feel HostRocket has lost their way in providing good web hosting, I do have to commend them for refunding the ENTIRE amount that I had paid through December 2008. They did not argue with me at all and I was not going to argue with them. I was polite when I cancelled my account and explained the scenario to them. They did not dispute anything I said and although by their terms they only had to refund 70%, HostRocket refunded 100% of what they owed me for the next years worth of hosting. That was an extremely classy thing to do, especially without making me jump through hoops to make it happen. I think HostRocket has turned their sights and their technical staff toward a Voice over Internet Protocal business and as a result are allowing their hosting to die a slow death. That is unfortunate, I terminated a six year relationship with them and up until my recent problems considered them to be a very good web host.
Burgermeister Meisterburger's Daughter?
Illegitimate child of Burgermeister Meisterburger or coincidence?
My Initial Impressions on Leopard
First, I want to say that being a system administrator by trade I am very much aware of the advantage that Apple have having an operating system on their hardware. Despite this advantage I am not about to back off on my positive experience with upgrading from Tiger to Leopard. I really do not think Apple's advantages of running an operating system on their own hardware should be looked at as a penalty, but instead a plus. Before purchasing my Macbook I compared prices of what it would cost me to get equivalent hardware and software to match the Macbook and it's included software and the prices were much, much higher to get an equivalent Dell laptop, Thinkpad or the like. So spare me price arguments, they simply are not true.
Leopard is faster on my Macbook than Tiger has been, I have not upgraded the Mac Mini however it does meet the requirements to run Leopard. I did an upgrade on my Macbook and all my previously installed software that I have used since the upgrade has worked great. Surprisingly VMware Fusion runs better since the upgrade, increasing in speed as well as just feeling more solid. Having to recompile VMware Server on Linux after updating the kernel had me believing I would have to reinstall VMware Fusion. Even while running the Macbook with Leopard and the Windows XP virtual machine it is faster than OS X Tiger on the same hardware. I actually forgot I had VMware Fusion running and was still blown away how fast applications were executing and how solid everything felt.
I have not dug deeply into Leopard yet, but what I have used I really like. The Terminal application is now equivalent to what I find on Linux operating systems. The tabbed interface is a welcome addition and as a system administrator this is a pretty important tool. Spaces (virtual desktops) are cool and virtual desktops are something I use on Linux and I did have an application that enabled this functionality on previous versions of OS X. Best of all you can actually define particular applications to always run on specific desktops. I appreciate the ease of seeing these virtual desktops with the press of a function key. Finder appears so far to be a lot more useful, immediately Leopard saw and displayed other remote desktops. With the push of a button I had a nicely scaled remote desktop from the Ubuntu Linux machine or the Mac Mini running Tiger.
Eye candy is not the most important thing to me, but since it is universally mentioned on all the operating systems now. Leopard has it, I love the shiny new look and especially the folder view from the taskbar. For example, clicking on my applications folder from my taskbar now shows a nicely laid out view of all my installed applications immediately. There is always an option in this view to see the folder within Finder if one chooses to do so.
Everyone has their own way of doing things and it will be interesting to see if some of the complaints folks had with Tiger are remedied with Leopard. Obviously something cannot be everything to everybody, but some of my wish list items were certainly met. Lastly, the Leopard upgrade is what every operating system upgrade should be, but cannot be because of having to support so much junk, and I do mean junk. Every release of OS X has shown a speed increase on relatively new equipment, not a decrease in speed. I was thrilled to see Leopard continued this tradition and equally thrilled to experience this speed increase with an upgrade and not a new install. I have never sat and gone through running processes to see what I can turn off for added speed on OS X like I have with Windows and as of late Linux. My hardware and software ALL worked, what a pleasant experience for a change. The most important part, I have not experienced any of those, "what is it doing" moments. OS X Leopard feels solid, really solid.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Ubuntu 7.10 - Not the Linux I Knew and Loved
Thanks for the link Tux Machines.
I have been a big supporter of Ubuntu over the last few years and I have been using Ubuntu for many, many releases. I turned several friends onto Linux using Ubuntu and one of them has been quite excited about the operating system. Over the past year or so the Linux fan boys have been pushing eye candy on Ubuntu touting it as ahead of both Microsoft and Apple's desktop operating systems. From the beginning I worried about this for a couple reasons, and I noticed beginning with the last release of Ubuntu that the distro was becoming a bit heavy. In my opinion this eye candy stuff is quickly destroying what was so great about Ubuntu.
I will just say that two of the desktops in my house use an ATI card and I realize that ATI for a long time has not exactly been helpful to the Linux community. But, both these machines ran Ubuntu for the last couple years quite nicely. My main desktop is only a couple years old and for all intents and purposes it is a beast. I ran Ubuntu 7.10 Gutsy Gibbon since it was an alpha release on my main desktop. I am not going into detail on each machine in this post, you can review
my computers section if you want to know more, see brutal. I ran into typical ATI issues on my main desktop machine and with it also having a widescreen display I had to make some additional tweaks to the xorg.conf but I was okay with this. I expected issues since I started running Ubuntu as the alpha on this machine. I am now running the fully updated Ubuntu 7.10 on this machine and it is working great, but again, the machine is a beast.
Now, after reading
Phil's posts on Ubuntu and the issues he is having, I had at first thought I would stay with the prior version of Ubuntu on my son's computer (labrat). However, I was not particularly happy with that version of Ubuntu either, I felt the distribution was starting to get a little slow. The machine is a 1.5GHZ with 1GB of Memory and 128MB ATI graphics card. I just feel like this is still a pretty beefy machine for Linux, or it used to be. This machine running Ubuntu seemed to be running at 100% CPU a lot since the last release of Ubuntu. Now, this machine has run many, many releases of Ubuntu in the past, with absolutely no problem. I thought I would see if I experienced the same issues as Phil on this machine. I went ahead and installed Ubuntu 7.10 Gutsy Gibbon on labrat. BIG MISTAKE!
Ubuntu 7.10 did a lousy job of identifying my graphics card; I was put into such a low resolution that I immediately had no interest in fixing the problem. Why should I? There are other alternative distributions out there that likely would not have this issue. I did at least pull up the screen resolution setting and look at it, there were no other choices and quite frankly I had no interest in doing the trouble shooting I did during the alpha and beta phases of Ubuntu. I am sorry but Ubuntu 7.10 sucks! The experience was not unlike what folks experienced with Windows Vista. Especially with this version being touted as being the version that is going to hurt Microsoft's hold on the desktop. I disagree, a new user is not going to have any idea how to troubleshoot this type of issue and this long time user has lost interest in doing it for every single install I perform.
I have had more problems with desktop display in the last two versions of Ubuntu than I have had in 10 years of using Linux and I am not the only one. Read Phil's
two posts. It is time the Ubuntu team devote time back toward making their distribution
new user friendly and rock solid. Neither of these describes the current release of Ubuntu. That being said, I will continue to use it for now on my main desktop, where it seems to work great. But for my older hardware and as a distribution I recommend I feel I have to find another Linux distribution. I am looking for suggestions for my older hardware. Can anyone recommend a good distribution for older hardware? Preferably a distribution that makes it easy to get Flash working in the web browser. I am not opposed to using another desktop environment other than GNOME.
Holy 1996, Myspace is Ugly
Look, to each their own, but I just cannot understand the infatuation with Myspace. I have an account and I have seen just about every type of Myspace page at one time or another and they are all visually unappealing and some are downright annoying. For the record, blinking gifs and widgets as well as music blaring out of the webpage was only cool the first time I experienced it, about 1996. Even when I played with music within Flash I had the common courtesy to warn people.
While talking about
Leopard today, my friend Scott W. described Myspace using the exact reference I used a week or so ago when talking to a co-worker. Myspace is Geocities for 2007, it looks like Geocities whenever I visit any Myspace page and it contains the same useless drivel. Actually I think I found more things of value over the years on Geocities pages. So to Myspace fans, I have been there and done that and do not wish to experience it again.
For the record, I have a Facebook account also. I rarely use it, but the pages are a lot more tastefully done than Myspace. I would be more likely to continue to use my Facebook account than I ever will my Myspace account. Which brings up something interesting, slightly rebrand an old idea from 10 years ago and bill it as something new. Before someone throws the social aspect at me or the annoying widgets, just give me a break with the social crap already. Your
friends are just a link to another ugly Myspace profile and this is no more social than webrings or Google searches. Those annoying widgets existed on Geocities as well, as did the blinking gifs. This stuff is not new folks! If you will excuse me I need to refresh my memory on what was hot 10 years ago on the web so I can come up with the next big web thing.
Buff, Spam, Script Kiddies and OpenSource
This past weekend while trying to keep the programming juices flowing for this aforementioned project that will be kicking into high gear over the holidays. I decided I needed to do some code cleanup and enhancing to Buff. While poking around on Brutal Deluxe I was noticing many pieces that no longer needed to exist and were no longer functioning since moving our fantasy football league to AOL's fantasy sports service. Without me really paying much attention, the Buff engine mutated into two separate branches a few years ago. Over the last couple weeks I noticed continual hits trying to post comments to one of my other websites powered by Buff.
I started the cleanup of some of the features on Brutal Deluxe and the branching of the site engine became even more evident. Actually Buff was three branches now that I think about it, but the third branch lacked the functionality of the other two branches (on purpose) and was left with my former employer. They owe me money for that work since I worked on it during my off hours, but they have enough to worry about right now, karma is a wonderful thing. :) The Brutal Deluxe branch spawned from me needing to create an easy to use interface for the team owners, as well as maintain a multi-user database. I hope I succeeded in doing that, only they could answer that question. Funny thing is some of them are still using the news (blog) for league purposes as opposed to the feature offered on AOL. I thought only Alex and I would use it for podcasting, but I am happy to see it still used for other purposes. I will probably keep these branches somewhat separated, as long as others continue using it anyway.
Those continual hits trying to post comments, well those were spam bots trying to break my very simple picture challenge that no human would have trouble with. Sure a person might have a mistype now and then but it would not continue for hours. The reason such a simple method works is because the spam bots have no idea how to attack a tool they know nothing about. I decided that I would start to track these, beginning with here at nitevilla. If you are curious, in the lower portion of the left hand column you will see how much spam Buff has eaten in the last day or so. That is the CMS consuming spam, not me.
While adding this simple feature I noticed something that came to my attention some time ago. I really need to start at the beginning of my code and walk all the way through it and tidy the code up a bit. Because I added features here and there and everywhere throughout it's original inception, I could really clean some of the functionality up. I do not want to go into detail necessarily but I am sure some of you that created similar projects know exactly what I mean. I often have thought that Buff would be something I might consider releasing as opensource. I actually think some folks would be interested in using it instead of Wordpress and the like, especially with it being much smaller and simpler. Tinkerers like myself could add features and generally hack together a nice blog or CMS. The other solutions are so bloated, I suppose they need to be because with blogging being so mainstream most of the folks using them are not technical and they want easy ways to make plugins without coding. Or some simply do not want to code their own tool, even if they could. Which is cool, but since I can do it myself, I see no reason not to use my own solution. Buff does everything I need it to and it is definitely not bloated, mostly powered by one script. Buff is easy to extend and is less vulnerable, somewhat because of less bloat and mostly because it is not used by enough people for any nefarious individuals to care about hacking it.
I have had a few problems over the years on my websites with script kiddies (these kids are not intelligent, just socially inept) using someone else’s tools to scan for known vulnerabilities in various opensource software. The root of all my problems was always Flashchat, which I utilize for draft purposes on Brutal Deluxe. I have seen similar complaints regarding script kiddies about other popular opensource software. All the tools I wrote on my own have never had any such problems, which is a big reason why I continue to use my own solutions. As far as releasing Buff as opensource, huge code cleanup, administrative documentation along with installation scripts would need done. Supporting the CMS could suddenly become a chore rather than an escape from chores. Buff might then become vulnerable to script kiddies as well as known to spam bots that might try and attack my anti-spam measures more intelligently. Sure I still want to tidy up the code, but I really think opensourcing Buff would be a bad idea. In Addition I would likely be told just how ugly the code is. The code is probably not that bad, but I know there could be more elegance.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- macosxhints.com - 10.5: A number of ways to access Screen Sharing:
Don mentioned this in the comments. I liked Chicken of the VNC and Enterprise VNC, but I will likely be bidding farewell.
tagged as: apple, vnc, sharing, desktop, osx - Pumpkin beer captures flavors of the season:
This is a style of beer I enjoy, but I also think there is room for more variety in Pumpkin Ales. Brutal Deluxe Breweries 2006 Pumpkin Ale was one of the best. We went more traditional this year.
tagged as: beer, pumpkin, homebrewing, Halloween - Don't Fear Big Beer:
Via Phil - Article tells what I already knew.
tagged as: beer, history, news - Using LDAP to Manage Unix Accounts:
tagged as: sun, ldap, unix, nis - Direct Link Digg Feed:
I was going to code my own, searched and found someone already beat me to it.
tagged as: digg, feed, rss - Speedball 2: Brutal Deluxe (XBLA):
Finally, about two months late. Larger leagues and other extras.
tagged as: speedball, games, gaming
Must-Have Software For Mac OS X
This is a list of software for
Mac OS X that I consider "must-have". The software on this list is software that I use frequently, but the list should be considered dynamic in nature, it may change at anytime. You will not see an email application or an RSS reader. I use
Gmail and
Google Reader and do not expect that to change anytime soon.
Internet and communications
Adium
Adium X is the best multi-protocol instant messenger client, and supports the major transports, such as AIM, ICQ, MSN, Jabber, Yahoo, and more. The interface is very nice and the software is free.
Firefox
I have used Firefox, well since it was called something else. Firefox has a handful of extensions that keep me using the browser, it is a good web browser but minus the specific extensions I could happily use Safari as well.
Cyberduck
Cyberduck is an open-source FTP and SFTP (SSH Secure File Transfer) client and browser. I use Cyberduck for secure copying, but rarely for FTP.
Filezilla
For flat out FTP I use Filezilla, because the application is available for Linux, Windows and Mac OS X. I can use the same application on any operating system I use. Hopefully one day they will add Secure Copy to this application. The single window view of both remote and local machines is the reason I prefer Filezilla over Cyberduck.
VLC
VLC media player is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as well as DVDs, VCDs, and various streaming protocols. I used it on OS X and Linux and it even streamed Alex's ogg vorbis stream on the Mac when all others failed.
Audacity
Audacity is a free, open source software for recording and editing sounds in Mac OS X, Linux and other operating systems. I use this application to record my side of the podcasts, which I then export to FLAC format. FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality.
Flickr Uploadr
The Flickr Uploadr provided free from
Flickr is all I need to get my photos to Flickr. I drag and drop from iPhoto to the Flickr Uploadr where I can apply tags, descriptions and even create sets or add photos to existing sets.
Gimp
GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring.
Productivity
NeoOffice
NeoOffice is a Mac-only port of OpenOffice.Org. It is a free and excellent office suite that meets all my office suite needs, and enables you to work with Microsoft generated office documents too.
BuffSched
Buffsched is a command line scheduling application I wrote in shell script and is currently compatiable with Mac OS X, Linux, AIX, Solaris and HP-UX. A simple text file holds all your scheduled appointments and ignores any entries that are not in the BuffSched format. This is so you can keep a todo list, an address book and any other information you deem useful in the text file. I carry mine on a thumb drive so I can access and change my schedule at work and at home.
Chicken of the VNC
Chicken of the VNC is a free VNC client application that allows you to remotely control the desktop of other machines. I use it to access my Linux machines.
Porticus
If you are a UNIX geek like me, you have likely heard of or use
MacPorts. Porticus is a graphical front-end to MacPorts, and it is a breeze to use.
TextWrangler
TextWrangler is a free as in beer text editor aimed at coders and sysadmins. But where TextWrangler really shines is the command-line interface/wrappers, and some of the
regexp features. I am so familiar with
vi on the command line that I still mostly use that. But I cannot argue that TextWrangler is impressive and useful on the Mac.
VMware Fusion
I purchased VMware Fusion during the beta phase. There most likely will always be a reason why I might need to run Windows for something, with VMware Fusion I can do that.
Frets on Fire
A couple months ago I discovered a
Guitar Hero like game called
Frets on Fire. For those curious about rhythm based games and without a gaming console, this is your chance to try one out. The game is available for Linux, Mac OS X and oh yeah Windows. I decided I would try the Mac Version, mainly because I found a fantastic free application that allowed my Xbox 360 guitar to work on Mac, but no whammy bar support yet. The alternative and default method is to use a keyboard, which I imagine would still be better than air guitar. I did have to use an older version of Frets on Fire for the Mac, but from what I hear the current version is buggy on all operating systems. Remember, the game is free and does capture some of the Guitar Hero fun.
Frets on Fire is a nice alternative for those that want to try a rhythm based game or want the ability to add songs. With the open development of the game and support on multiple operating systems Frets on Fire is very, very interesting. The game plays flawlessly on my MacBook and although the play style is pretty much identical to Guitar Hero, the atmosphere is lost without the extra Guitar Hero locations and animations in the background. There is something about playing to a huge crowd at Stonehenge or even in a smoky bar that sets Guitar Hero at a higher rung on the ladder than Frets on Fire in my opinion.
What I like about Frets on Fire is that I was able to import Guitar Hero songs, and I now have a portable Guitar Hero like game. For those that are into such things, you can even convert your favorite songs into Frets on Fire compatible songs. Frets on Fire also adds life to my Xbox 360 guitar controller. With upcoming titles like, Rock Band and Guitar Hero 3 which boast of a wireless guitar, I was planning to mount my Xbox 360 guitar controller on the wall in the basement. Now my Xbox 360 guitar is decorated with an Apple sticker so it matches the MacBook styling.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Wiffleball Season 2007 Wrapup
Jake and I have been squaring off against one another and friends for a number of years in the game of
wiffleball. This week, the day before the weather turned more toward fall we took to the yard for what will probably be our last wiffleball outing this year. Jake has been hitting pitches for about three years, but this year he has been hitting faster pitches and he can now pitch decently himself. So this year's version was a lot more fun than prior years, especially since most times we find ourselves playing against one another.
With Jake's skills improving and him beginning to understand the concept of ghost runners, the game will only get better. This of course means I can try a little harder and I am free to try and display my own game.
Julie was able to snap off a few great shots of potentially the last game of the year. I particularly liked the picture of a very serious Jake concentrating on an incoming pitch. The other great shot is the picture of Jake pitching to me, she caught him just as he released the ball and I am waiting for it to arrive.
Lastly she snapped another photo after I crushed the ball down over the hill. I mostly let Jake win, but every once in a while I like to show him I still got it.
For the record those are gloves on his hands he likes to wear to bat and pitch. I guess from watching the game on TV he has seen both football and baseball players wearing gloves and now seems to think that it looks cool for both sports. We were playing our version of one on one football a couple weeks ago and he was sporting the gloves for that too. He even mentioned that he would like football gloves for Christmas.
I have not pushed sports on Jake, but I have introduced him to the games I love. Tonight he was feeling under the weather and while laying on the couch he asked if he could watch football. Since this was about 4pm, I told him there were no games on. We found a game from 1995 on ESPN Classic and he watched the whole thing. He has even discovered a few sports that I never had the opportunity to play and really would not say I am much of a fan. Last winter he wanted to learn to ice skate so that he could play hockey. So he and dad learned to ice skate and we plan to be back out on the ice again soon. Now that wiffleball season is over anyway.
Zubritsky's Corner Podcast - Update
The Zubritsky's Corner Podcast will return someday. Alex and I are pretty strapped for time with the start of football season. The BDFL podcast runs about one hour per week, which pretty much takes up the time we both allot for podcasting. Once something of note happens that we do not touch on in the Brutal Deluxe Football Podcast or football season winds down we will start doing the Zubritsky's Corner Podcast again.
Please stay subscribed and if you have topics you would like to hear Alex and I discuss, please comment or send me an email. Rest assured we will record again once our schedules permit. I just wanted those that were listening to know that we have not abandoned the idea.
Use Gmail for mailto: Links in Ubuntu
This is a pretty easy tip, and their are loads of different recipes around the Internet that all do pretty much the same thing. Having used Gmail for a number of years, I hate when I click on a mailto: link and the Evolution mail application opens. So some time ago I developed this tiny shell script to remedy the problem, this method should detect your preferred browser.
#!/bin/sh
# gmail - a script that passes mailto links to gmail in your browser
# Version 0.1 10-October-2007
# Scott Buffington (http://scottbuffington.org/)
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Library General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# Find the GPL online at: http://www.gnu.org/copyleft/gpl.html
# Get the default web browser.
BROWSER=`gconftool-2 --get '/desktop/gnome/url-handlers/http/command' | awk '{print $1}'`
# Execute browser with mailing address and strip out mailto link.
${BROWSER} "https://mail.google.com/mail?view=cm&tf=0&to=`echo $1 | sed -e 's/mailto:\(\/\/\)\?//' -e 's/\?/\&/' -e 's/\&subject=/\&su=/'`"
Just paste this code into a text file in the /usr/bin directory and name the file gmail. Be sure to make the file executable. Now, all you need to do is make the script your preferred application for mail.
1.) Select "System" on the taskbar, then "Preferences" and lastly "Preferred Applications".
2.) On the first tab, which should be the "Internet" tab, select "Custom" under "Mail Reader" from the dropdown.
3.) Paste the following command in the "Command:" box
gmail %s and close the window.
The problem I run into is that you can never find mailto: links when you want one. So here is a link to test it -
Email Link.
NaNoWriMo 2007
The
NaNoWriMo website is open to sign-up for this years writing marathon during the month of November. For those that do not know, NaNoWriMo is National Novel Writing Month. Traditionally every November the NaNoWriMo event tracks amateur and professional novelists who try and write a 50,000 word novel in one month. I signed up for the fourth year in a row and am currently trying to decide what story I will try and write this year. I successfully completed NaNoWriMo in 2004 and 2006, I was most proud of my 2006 Novel,
Danger is Awesome.
I was thinking of doing a sequel to
Danger is Awesome but I am unsure if I can come up with enough new content for a complete novel. I am kind of attached to the lead character, Ryan "Danger" Awesome and even some of the minor characters I created. In 2005 I kind of attempted a story similar to last years, but not as well thought out. I quickly lost interest and fizzled out after the first week. Last year I had a lot of notes jotted down and a lot of other ideas came flowing as I continued through the story.
If you have ever even thought of writing a novel, I encourage you to take part in NaNoWriMo. What else are you going to do during the month of November? Plus it is fun when others I know take part, that way we can share progress reports and help cheer each other on.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Slashdot's CmdrTaco Rob Malda Looks Back at 10 Years of 'News for Nerds':
I think the crowd at Slashdot is generally more intelligent than the Digg crowd. I am not a Digg fan but I respect Slashdot, fantastic achievement!
tagged as: geek, web, slashdot, news - More On PHEAA:
Wonder if they included the money for PHEAA's tshrits, bags and private party they had for themselves?
tagged as: pheaa, stealing, pennsylvania - York Barbell:
Phil details the poor care and condition of the Weightlifting Hall of Fame.
tagged as: York, Barbell, weightlifting, hof - Atari 2600 Turns 30:
I loved my Ataris. I played a lot of Atari 2600 and 5200 during the early to mid 1980's. These systems spawned my interest in how computers work.
tagged as: gaming, history, atari - Willey Running Scared:
Wonder if a certain VP of IT who does not know what CPU means will be next? Or perhaps a VP of security who orders employees to lie to auditors? Hmm...
tagged as: pheaa, crooks, lowlifes - Sputnik - 50th Anniversary:
Interesting read.
tagged as: history, space
Founders Breakfast Stout = Heavan on Earth
Founders Breakfast Stout is the beer we modeled our very, very good homebrew breakfast stout after. Before this past week I had only tasted this fine beer while sharing a bottle and comparing it to our own version. In my opinion the word fine does not do this stout justice. I will say that our homebrew breakfast stout did a fair job of imitating this beer, particularly after we left it in the bottle for a while. That being said, I think I have tasted Heaven and it is Founders Breakfast Stout.
You have to enjoy coffee to like this stout, and if you have visited this website for any length of time you know I like coffee. Sumatra and Kona coffee is used to flavor Founders Breakfast Stout along with chocolate and oatmeal. The other night I first sat down with a glass of this beer and slowly drank it while relaxing after a days work. Each sip was pure tasty goodness with a chocolate finish that is just perfect. There is nothing better than a well done stout and this hard to acquire beer is a well done stout.
A big thanks goes out to my brewing mate Deuane for getting me three bottles of this beer. I am about to enjoy my second bottle while watching the LSU versus Florida game. There are some beers that we have brewed and I have had that I truly hate to drink the last bottle. Founders Breakfast Stout is one of those beers, the last bottle will go in the beer cabinet in the basement for a later date.
Ubuntu Linux 7.10 - Gutsy Gibbon Countdown
I have been using the Gutsy Gibbon for a few months now, since one of the first releases. It has actually performed quite well for me, I even ran a Windows XP VMware virtual machine for the
BDFL draft. The biggest issue I have been battling is that I have a widescreen and an ATI graphics card, so I have been doing some editing of my xorg.conf file over the past month to keep both the widescreen display and Compiz-Fusion working. This of course is probably more the fault of ATI than Ubuntu. All that being said, I think this latest release of Ubuntu is going to be fantastic. I am already impressed with the software included with the release. Check it out if you are looking for an operating system to re energize your computer.
Yahoo Search Bettering Google?
ADDENDUM: I owe Google an apology, Google was being blocked by my free DNS provider. I did not ask why, I only asked them if they were blocking Google. They responded that the sites were no longer being blocked. Perhaps to cut down on traffic maybe? Apparently the Yahoo crawler was not blocked. I left my original text below in tact, perhaps it will help others if they notice similar symptoms. I am actually glad I was wrong about Google not including me for some other reason, I am a fanboy after-all. :)
I have to admit, I am a bit of a Google fanboy, but that might be changing for at least their search engine. First off I love the things I hear about their company, secondly I love Gmail and I have always preferred their search. Recently however I noticed something about their crawler that has me baffled. Google refuses to crawl the websites I host from my home, claiming that the domain name cannot be resolved. Yahoo search, has no such issues and many topics I wrote about on CPUUG shows up in Yahoo searches. So am I asking this question just because I am being shunned by Google? Partly, but mostly this got me thinking.
I think the reason Google is refusing to crawl my privately home hosted domains is because of my dynamic IP address. Which is just stupid in my opinion, perhaps someone else can let me know if this is the reason or if it is something else, perhaps my DNS provider. I would guess this is Google's way of trying to stop some type of abuse, but if so, dismissing this type of website could be dismissing a large percentage of valid search results. The best example of this is the instructions I wrote for Compiling Apache, MySQL and PHP on AIX 5.3, which are the best instructions for accomplishing this task. I know, because I helped plenty of people do it and plenty of others used pieces of the documentation I wrote. Keep in mind, this is my second writing of instructions, the first post was over a year ago. On Yahoo, my post is the number one search result, just as it should be. On Google, my website does not appear, and I have submitted it to Google.
All this got me thinking, if I have good documentation out there and Google's crawler or their rules do not allow them to include it, what else is Google missing? I certainly cannot be alone in this, so I will most certainly have to start checking Yahoo first and only using Google if I do not find what I need using Yahoo. Better yet, I hate all the Yahoo clutter, so I can just use AltaVista, which is minimalistic like Google but uses Yahoo's search engine.
Perhaps I am missing something obvious, so what gives with Google? Anyone? I am certainly no expert on Google's rules of engagement and why they will not include my privately home hosted domains.
The Phightin' Phils
I have to admit I am really stoked that the Phillies found a way to pull out the National League East. Quite frankly they deserved to win it, they have been spanking the New York Mets all season. It is probably also fitting since the Phillies made headlines earlier this season for passing the 10,000th loss, a milestone no one wants to have on their resume. In the Phillies defense, in the last half century they have been a consistently competitive team. The majority of those losses were a long time ago. Never the less, I have found myself disappointed season after season as the Phillies fell a few games shy of the playoffs.
All this being said, the Phillies have an entertaining lineup that can put up some serious runs. However, they also probably have the worst pitching staff in the playoffs. Their bullpen is horrible overall and their starting pitching has not been particularly deep. They might be a lot of fun to watch though and who knows, perhaps they will shock the baseball world.
It has actually been a struggle to remain a fan of this franchise through the years and they are the only Philadelphia team I would ever root for. They were the baseball team I saw the most on TV as a kid and I just became a fan of the team, not knowing any of their history. I barely remember the 1980 World Series win and remember being upset about the 1983 loss. Worse was the 1993 loss because I absolutely adored that gritty team. Actually, Chase Utley is a throwback to that 1993 team and this years team resembles that team in more ways than one. Lots of runs but little on the pitching side of things. Good luck to this year's version of the Phightin' Phils.
Zubritsky's Corner Podcast 0009
Alex and I recorded another Zubritsky's Corner Podcast Tuesday night. We talk quickly about some of the news items over the past couple weeks. We kept it short, both because my voice is not fully podcast ready and also because most of our sports attention is BDFL related.
Credits: - Mixed, edited and mastered by Alex
- Music: "Look and Feel Years Younger" by Brad Sucks.
Number 756 To Be Asterisked
I yet have hope for the baseball fan. Today Marc Ecko
announced that fan voting has decided the 756th homerun that Barroid hit would be permanently branded with an asterisk. If I had the resources Marc Ecko had, I would have done a similar thing and I thank Mr. Ecko for allowing us the opportunity to decide the fate of the homerun ball. I would have been happy with launching the ball into space also, but I feel putting it in Cooperstown with the asterisk so that no one forgets that yes Barry did cheat, is the right thing to do.
No doubt those that voted for the ball to be sent to Cooperstown without the asterisk were mostly the morons in San Francisco that cheered for a guy that wants us to believe he was too stupid not to realize what he was putting in his body. Just as Mark McGwire admitted his guilt by not talking, the fact that Barry Bond's friend is sitting in jail because he is unwilling to tell the truth, that Barry's best friend has been a needle is all we need to know.
Branding the ball is a victory for all
REAL baseball fans. Thank you Mr. Ecko for allowing the public to speak. I look forward to seeing the finished product. Hank Aaron is still our homerun king. Cheating does matter and it needs to be punished.
Solaris 10 Server Experience
For the last month at work I have finally had the opportunity to get into
Sun Solaris 10. With Sun being a business partner of my employer the move to Sun Solaris equipment is finally happening. For the past year I have been working with HP-UX, which has been an interesting experience as well. Prior to this past month the only Sun Solaris experience I really had was prior to year 2000. Even then I was a junior sysadmin and really did not get to delve into the operating system. It is fun learning how things are done differently on Sun Solaris from AIX, and I have some thoughts.
Sun Solaris 10 on the server level is a very stable operating system. I had recently played around with Sun Solaris 10 as a desktop operating system and been less than impressed. But Solaris on Sun architecture performs much better and is solid as a rock so far. From the planning stages of laying out my filesystems I noticed some differences from AIX. Even the configuration of the network is a different experience. In my opinion to be successful with Solaris one has to be much less attached to administrative tools and be ready to delve into the system files. This is a good thing, but in my opinion could be hurting the operating system as from a competitive level.
The biggest difference with setup of the server from a system administrators point of view is the Logical Volume Manager. I am using the Solaris shipping LVM, not a third party tool, which seems to be popular in some Sun shops. After mirroring all the vital filesystems I have to say that you have to be a lot more comfortable going deeper with the operating system than what some people might like.
While all this digging into the Solaris operating system and setting up all the servers has provided me with some awesome experience. I have to say that if not for price, I have been less than impressed from an administrative point of view. Solaris is impressive from a performance point of view, but has a long, long way to go as far as administrative polish. For the record, I feel the same way about HP-UX, both Solaris and HP-UX have some growing up to do. Quite frankly I have been more impressed with the LVM I used with SuSE Linux and that operating system is certainly more competitively priced if you want to get down to it.
Perhaps some would think I am biased, but if you have never worked with the newest AIX offerings and you are a UNIX systems administrator, you really have no idea what you are missing. While I enjoy learning what administrative tools are doing in the background, I can easily do this in my spare time with AIX while quickly performing server setup using the wonderful and quite powerful SMIT. Before you say something about a GUI, all my experience with SMIT has been with a standard VT100 console, no GUI. SMIT is just as powerful from the command line, and SMIT has a more powerful out of the box LVM than what HP-UX or Solaris has. At least you can mirror your filesystems on Solaris without purchasing an extra piece, something that HP-UX requires.
If HP-UX and Solaris want to continue to compete, I would start with their LVM and building a better administrative command line tool. YaST on SuSE Linux and the LVM on SuSE are the closest tools I have seen to matching the power of SMIT. It would do Solaris and HP-UX good to look more closely at such tools and build their own pronto. Thankfully I get to use AIX on my own time being a business partner with IBM.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Halo 3 - Almost Here
Since Kurt Albin of Baltimore Banyanator fame (BDFL) and I worked our way through Gears of War coop story mode, we have been looking for a new game to coop with over Xbox Live. Finally we are within a week of having a replacement. Beginning September 28th, late night Friday and Saturday gaming will be back. I think, but am not positive that up to eight people will be able to coop in the same story mode game. If true, we might be looking into recruiting some platoon mates for Friday and Saturday night games.
No Zubritsky's Corner Podcast This Week
I was just starting to get a cold two podcasts ago and although I am finally feeling some improvement, I cannot get a sentence out without coughing. Turns out Alex is sick too, and if you ever heard the podcasts, I talk entirely too much to be coughing the entire show. Too bad, I had some words I will save for the next podcast for Donovan McNabb, Belicheat and whatever else comes up. If you are really bored, goto your command prompt and type the following command.
telnet towel.blinkenlights.nl
It does not matter what operating system you use, you will be treated to Star Wars in all it's ASCII animated beauty. We should hopefully be back next week to share a beer and some sports talk with you.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Filezilla FTP Client:
Wonderful opensource tool that is now available on Linux, Mac OSX and Windows.
tagged as: linux, mac, windows, ftp, freeware, opensource, utilities - Alta Vista - Search Engine:
Uses yahoo as the backend but very lightweight like Google. I currently might try this over Google.
tagged as: search, altavista - Open Source Mac - Downloadpedia:
tagged as: opensource, freeware, mac, osx, software
Zubritsky's Corner Podcast 0008
Alex and I recorded another Zubritsky's Corner Podcast Tuesday night. We review some of the sports news that occurred over the last week. We talk a little Fantasy Baseball, MLB, NCAA football including the Notre Dame vs Michigan match-up, NFL football, and a little about men's tennis and the Williams sisters attitudes.
Credits: - Mixed, edited and mastered by Alex
- Music: "Look and Feel Years Younger" by Brad Sucks.
OpenDNS
A couple weeks ago I switched my router over to start using OpenDNS and I have to sing the praises of the free service. The most simple way to explain DNS is that it translates the URL that you type into your browser into the IP address of the web page that you are visiting. I am a Comcast customer and I suppose I was so used to the delay while Comcast's DNS resolved the hostname lookup of the web page I was visiting that I grew used to waiting. Recently I started to really notice this delay had worsened and wondered if a change in DNS would make a big difference. For me the change with the speed pages loaded was noticeable immediately after switching to OpenDNS.
Several years ago I had set my DNS to not be Comcast's slow DNS servers, at that time the servers seem to just go AWOL now and then. Along the way I changed routers a couple times and lost the DNS servers I had been using. I ended up just using the default for the past couple years and really did not give much thought to changing my DNS. A while back I heard about OpenDNS but just never looked into using the service. When I noticed web pages were resolving very slowly as of late, and since it seemed to be the resolution of the web pages name I was pretty certain it was a DNS issue. The first thing I really liked about OpenDNS, there was no need for me to signup. The setup and DNS server IP addresses were right there for me to grab. With family members sometimes using my computers, I liked the idea of the phishing protection.
I encourage anyone on Comcast especially to give OpenDNS a try. If you use another ISP, you may not notice any speed increases. Comcast has been notorious for having bad DNS and obviously from my experience they have not improved. By the way, if you are considering trying OpenDNS, just make the change on your router, not on every computer you own. Really the only way there is an advantage to changing the DNS directly on your computer is if you own a laptop and are always on the go using different networks. I would be curious to hear others opinions who have tried OpenDNS or perhaps another DNS service.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Zubritsky's Corner Podcast 0007
Alex and I recorded another Zubritsky's Corner Podcast Wednesday night. We review some of the sports news since we last recorded. We again talk a little Contender, NCAA football, NFL football, MLB baseball and even some HDTV early on.
Credits:- • Mixed, edited and mastered by Alex
- • Music: "Look and Feel Years Younger" by Brad Sucks.
Jake's 1st Day of School
What a long strange trip it has been. Seems like yesterday I posted this. This past Monday Jake started Kindergarten. That is him climbing on the bus with the Spongebob backpack.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Buffington Curse? Maybe Not
Is there really a Buffington Curse related to quarterbacks I draft first overall in the Brutal Deluxe Football League? I decided to take a closer look at the stats rather than trying to remember the disappointments of season's past. It turns out that at least two of the five years were not really that bad, but let's look closer and you decide. The other three years more and made up for the two decent years.
2002 - Kurt Warner:
Prior Year Stats - 375 Completions, 4830 Yards Passing, 36 TD's and 22 Int's
Buffington Stats - 144 Completions, 1431 Yards Passing, 3 Td's and 11 Int's
2003 - Drew Bledsoe:
Prior Year Stats - 375 Completions, 4359 Yards Passing, 24 TD's and 15 Int's
Buffington Stats - 274 Completions, 2860 Yards Passing, 11 TD's and 12 Int's
2004 - Trent Green: Stats big, but mainly in a chunk of games.
Prior Year Stats - 330 Completions, 4039 Yards Passing, 24 TD's and 12 Int's
Buffington Stats - 369 Completions, 4591 Yards Passing, 27 TD's and 17 Int's
2005 - Matt Hasselbeck: Brutal Bowl - best year of his career.
Buffington Stats - 294 Completions, 3459 Yards Passing, 24 TD's and 9 Int's
2006 - Matt Hasselbeck: I kept him and he sucked.
Buffington Stats - 210 Completions, 2442 Yards Passing, 18 TD's and 15 Int's
The inaugural year for the league that turned into the BDFL was 2002. Kurt Warner was number one on everyone's draft board. I do mean everyone's, I received accolades for drafting Kurt Warner number 1, this was a no brainer. Right from the start Kurt Warner had some mysterious thumb injury, or did he, no one was ever able to say for sure and Warner was never the same after being drafted by me. Keep in mind, he was fine in the Super Bowl the prior season.
When 2003 rolled around it was a priority for me to draft a guy that could earn me some points. I had just struggled through a season with scrub quarterbacks. Bledsoe had a fantastic fantasy year in 2002, so again, this pick was a no brainer, if anything the Buffalo Bills were predicted to be a better team in 2003. There were many owners jealous that I had Bledsoe and I was again left with a guy who hit a mysterious wall, Bledsoe was never the same after being drafted by me.
It is difficult to complain about 2004 and 2005, but 2004 there were some quarterback hiccups. Despite the numbers I was left with several single digit weeks from Green. Including two weeks in which he scored four points to start the season. So you can see how I still wondered if there was some sort of curse. In 2005, Hasselbeck was pretty consistent with good numbers. Looking back he played really well and threw less than 10 interceptions. I made it to the Brutal Bowl and lost. I actually think I had a better team than Mike Amoroso who won that season, but I was decimated with running back injuries. I somehow made it into the championship game despite losing workhorses Curtis Martin and Brian Westbrook right at the start of the playoffs. So 2005 cannot be considered a curse year in my book.
I decided that having a quarterback that routinely scored in the teens and a guy that does not throw interceptions was the key. Look back at the Warner and Bledsoe seasons, I suffered through weeks where I had negative points at the quarterback position. I wasted a keeper in 2006 on Matt Hasselbeck who paid me back in spades. I was left with a hole in my lineup I tried to patch the entire season. Do not be fooled by Hasselbeck's padded stats in 2006, he was one of the worst in the NFL. Most of those touchdowns occurred in three games, mostly Hasselbeck spent the season turning the ball over and throwing incompletions or making excuses.
Superstition in sports, I suppose I succumb to this. I will often times be unable to watch my favorite teams when they are playing in big games. I feel I will jinx them, I am especially guilty of this when it comes to football. So let's put this Buffington Curse thing to the test. There is no other team in sports that I despise more than the Dallas Cowboys. They appear to have one of those quarterbacks that come out of no where and is a star in the league. Sure the guy "Romoed" a snap last year to cement the Cowboys fate in the playoffs, no worries, Romo is cocky and I can see it. If the Cowboys are going to win with this jerk, I am somehow going to benefit from it, so here is your chance Tony Romo. If you are that good, you can overcome the Buffington Curse and having "Romoed" a snap to cost your team last year. About the only way I can lose is if Romo is Trent Dilfer and the Cowboys roll to a championship on their running game and defense. There is no way that can happen with a guy like Tony Romo and To (Terrell Owens - that "o" is lowercase on purpose) on the same team.
Zubritsky's Corner Podcast 0006
Alex and I recorded another Zubritsky's Corner Podcast Friday night. We review some of the sports news since we last recorded. We again talk a little boxing, NCAA football, NFL football and MLB football. Andy comes through with a logo. If you wanna hear Alex and I talk a little beer, check out the Brutal Deluxe Podcast too.
Links:
Credits:
- Mixed, edited and mastered by Alex
- Music: "Look and Feel Years Younger" by Brad Sucks.
This Week's Del.icio.us bookmarks
Shared bookmarks for del.icio.us user Scott Buffington.
- Weight Training Workout Sheet « Corrie Haffly: I mostly prefer old tablets or at this stage of my life I know what weights to use but this could be useful for motivation.
tagged as: weights, weightlifting, free, tracking, lifehacks - Apache 2.2.4, MySQL 5.1.20 and PHP 5.2.3 on AIX 5.3 - AAMP: Compiling Apache, MySQL and PHP on AIX, more detailed than my previous how to.
tagged as: aamp, aix, apache, mysql, php, unix, howto - Roast Coffee in Popcorn Popper: I think I linked to something like this years ago. I first heard of this several years ago, but these instructions are better.
tagged as: coffee, howto, roasting
Camden Yards?
Believe it or not, I am sitting in the stadium at Camden Yards in this picture. Last night Julie, Jake and I took in the Orioles vs Rangers game at Camden Yards from the comfort of one of their skybox suites. My business partner hooked us up and we parked beside the players at the stadium, feasted on Maryland Crab Cakes and Pit Beef while drinking some Yuengling Lager all on the house. To top it all off we watch
Erik Bedard tie the Orioles team record for strikeouts with his 218th of the season.
This was a fun evening, the suites are nicely outfitted with a Plasma TV in each private room. Although we really were only inside while filling our plates or refreshing our beverage. With it being an unseasonably cool and rainy night, we could not have picked a better way to watch the game last night. Comfortable wheeled seats that you can roll right up to the wall and underneath the upperdecks to keep you dry. You can view some other pictures of our evening
here. It was dry before the game started, so I was able to show Jake Eutaw Street and watch the players warmup from the outfield. Unfortunately there was no batting practice due to the wet conditions. It apparently did not affect the Orioles who jumped out to a 3 run lead to start the game. Jake really enjoyed the game and I witnessed something interesting. I have never heard the Oriole fans boo a player consistently, not saying it does not happen I just have not heard it personally. Sammy Sosa was jeered and booed about steroids every at bat. Something I have noticed about Sosa is that he does not respond well to negative crowds and he went 0-4 with three strikeouts. Jake had fun counting balls and strikes and cheering and really paid attention and took in the game. The Orioles easily won a 6-2 game and we all had a wonderful time.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- DailyLit: Read Books by Email or RSS:
Via Jaboobie - read small parts of books via a daily email or RSS. Always wanted to read, The Art of War and now I am.
tagged as: books, reading, time - Vista is the new Millenium Edition:
I first said this to my friend Shane. I tested the resource hog Vista for a friend and yuck. I know I will get slammed by MS fanboys but Vista really does suck.
tagged as: microsoft, vista, millenium, windows, windoze - Mystere - Cirque Du Soleil:
I starred in the show - 8/8/2007 - Las Vegas. That's right, I was right up there on stage, starring in Mystere.
tagged as: cirquedusoleil, mystere
Zubritsky's Corner Podcast 0005
Alex and I recorded another Zubritsky's Corner Podcast Friday night. We review some of the week that was in sports, including the loss of a baseball great, another milestone in baseball and we talk a little mixed martial arts and boxing.
Credits: - Mixed, edited and mastered by Alex
- Music: "Look and Feel Years Younger" by Brad Sucks.
Memories of Von Hayes
Growing up we all had sports figures that we looked up to, admired and of course mimicked while playing neighborhood ball. When I played football it depended on my mood, I might have been any of a long list of 1970's era Pittsburgh Steelers or even a random player from the 1980's NFL. I remember in Junior High while playing playground football I would often call out Lynn Swann or John Stallworth as I caught a pass from my friend Jon Brown who was Terry Bradshaw of course. Later Brown went on to be one of my old High School's best quarterbacks, starting as a junior. When playing baseball I was usually Steve Carlton when pitching, unless I was throwing knuckle balls, then I was Tommy John. When batting and playing the field I was Pete Rose, Mike Schmidt or a less famous ball player that many of you probably do not remember,
Von Hayes.
I have these vivid memories of Von Hayes coming through in the clutch while growing up in the 1980's. It is funny, looking back at his career stats now the guy certainly did not have Hall of Fame numbers. But as a kid you really do not think of things like the Hall of Fame or careers you think of the now. Back when many of us if not all of us still had twelve or thirteen channels and we still turned a dial to change the channel, we grew accustomed and romanticized the things we saw and heard on those channels. While growing up in my hometown there was Phillies, Orioles and later of course Braves baseball when TBS showed up across the nation. In football there were the Colts until 1984, the Steelers and the Eagles and then there was Penn State football. Much like those who grew up in the radio era, watching these teams even in non-sports families is what you did. Whether you were interested or not you were exposed to it. Well, I chose my teams out of all these that I could watch and the teams that most engrained themselves in my memories and I grew to root for and love were the Steelers, the Phillies and Penn State football. There were no other teams, what I knew of the others came from the
newspaper,
This Week in Baseball and when those other teams played my teams.
For whatever reason Von Hayes came to my mind last night as I played wiffle ball with Jake in the backyard. Jake is tall and thin and for some reason he made me think of Von Hayes. In my memories Von Hayes was always getting the big hit, always scoring the winning run and hitting homeruns. I remember thinking when I was growing up that if the Phillies had more guys like Von Hayes they would win the Pennant. Looking back over his career Hayes only batted over .300 once and the most homeruns he ever hit was 26. It got me to thinking about some players that have that intangible. I figure Hayes was pretty much the ultimate team leader, so much so that as a kid I picked up on it through the television. It kind of goes to show you that for some guys, they are your hero because of the way they play the game and not just the numbers. I know I was not the only one thinking this way about Von Hayes, because my best friend would be right there with me imitating Schmidt or Hayes as we played a game of homerun down at the local playground. I suppose in the Scott Buffington Hall of Fame, Von Hayes is a long time member.
Zubritsky's Corner Podcast 0004
Alex and I recorded another Zubritsky's Corner Podcast Sunday night. We review some of the week that was in sports, including the homerun milestones this past week along with a pitching milestone we may never see again.
Credits: - •Mixed, edited and mastered by Alex
- •Music: "Look and Feel Years Younger" by Brad Sucks.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- In case of Zombies / Break Glass:
This is a good idea to keep around.
tagged as: zombies - Jaboobie on Cereal:
I have to hand it to Chuck, I have thoughts like this but I rarely if ever write to the companies. I particularly like the "I am not a kook" sentence.
tagged as: cereal, marketing - Official BDFL/Cygweb/Nitevilla Yahoo Fantasy Football 2007 Groups!:
We have been doing this for something like 5 years now. Join in the fun!
tagged as: fantasy, football, sports, NFL, NCAA - VMWare Fusion Coming 8/6/2007:
I already preordered for half the price those who waited will pay. Even the Beta outperformed the competitors.
tagged as: virtualization, vmware, fusion, mac, osx - Professional Sports:
Phil posted this cartoon which depicts how adults and kids feel about the pro athlete. These guys are not role models and cannot even be a kids hero anymore.
tagged as: sports, cartoon
Zubritsky's Corner Podcast 0003
Alex and I recorded another Zubritsky's Corner Podcast Friday night. We review some of the week that was in sports and I rant on baseball fans and how to put an end to cheating in sports.
Credits: -
- •Mixed, edited and mastered by Alex
- •Music: "Look and Feel Years Younger" by Brad Sucks.
My Podcasting Setup
Recently I took my podcasting hardware up a knotch, well quite a bit more than a knotch. This was mostly spurred by
Alex mentioning how he would prefer we record the podcast so that we could put out a better product. Considering we have been podcasting for four years, always just talking over Skype with Alex capturing the conversation. This style of producing content for a podcast is a big upgrade. With my new setup I am now recording my voice and sending the recording to Alex who
mixes it.
I decided that since my Mac Mini is doing little more than sitting their serving some rarely visited web sites, that I would use it has my recording machine. I use a Macbook for the Skype conversation, using it's internal microphone to talk to Alex while using the
Behringer C-1 Microphone to record my side of the conversation. This way the Mac Mini is on light duty, only recording rather than having to also handle the Skype conversation. The Behringer C-1 Microphone is plugged into a
Behringer Xenyx 802 mixer which is attached to the Mac Mini via a
F-Control Audio FCA202 Audio Interface utilizing a firewire connection.
I do have to sing the praises of the Mac and OS X as far as their support of this hardware setup. I did not have to install any drivers, the first generation Mac Mini picked up the compressor and I was able to choose the setup inside any software I chose. For our initial podcast with this setup I used
Audacity,
but I may start recording with Rezound (I can do this successfully with the latest Audacity) as I can export the recording directly to FLAC format, which is the format Alex prefers for his engineering of the podcast.
Mostly I have to sing the praises of Behringer, as you will mostly find that audiophiles sing the praises of their affordable equipment. Also a big thanks goes to Alex for steering me toward what a professional podcaster needs to record a good sounding podcast. I will likely snap a picture of my setup and post it with this weeks podcast and be sure to tune in. I have some thoughts based on first hand experience with the typical fan that shows up to MLB baseball games. I will be looking forward to other's thoughts on my opinion.
Zubritsky's Corner Podcast 0002
Alex and I recorded our second Zubritsky's Corner Podcast Friday night. We tweaked our overall setup, spawned by a massive change in equipment on my end. I will post more on my recording setup in the future, but the result is that we are producing a much better sounding podcast.
I was at Camden Yards last night watching the Orioles and Yankees. So I was delayed a little in publishing the announcement. I also created a feed for the the podcast:
Zubritsky's Corner Podcast Feed
This Week's Del.icio.us bookmarks
Shared bookmarks for del.icio.us user Scott Buffington.
8th Annual System Administrator Appreciation Day
Zubritsky's Corner Podcast - Better Late Than Never
Alex and I got together and recorded what is hopefully the first of many episodes of a new podcast. After trading a few emails we decided to do a Friday or Saturday night podcast on the week that was in sports. The podcast, Zubritsky's Corner Podcast, is named after the once and sometimes still popular board at the forums. I would like to encourage those who listen to the podcast to post their comments for discussion in the forum.
Our recording levels were a bit off on this podcast, but we will improve the setup on our next recording. I think it is time for me to update my recording equipment if I am going to be doing this on a weekly and sometimes biweekly basis. The idea of improving our over-all podcasting setup will be an additional benefit of doing the Zubritsky's Corner Podcast. This podcast was recorded Friday, July 20th, 2007 but we had a little communication breakdown that delayed posting.
If anyone (Andy?) has an idea for a logo for this podcast, I would be interested. By next week I would like to stadardize the post like we do with the Brutal Deluxe Podcast, but in this case I just wanted to make it available.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Entrepreneurship
Our equipment arrived for our business a couple weeks ago and last night we all managed to get together for the official unpacking ceremony. We will be developing on an IBM p5 510, which we are partitioning into four logical AIX partitions with perhaps an additional Linux partition for testing purposes. Our first goal was getting everything in place, including our VPN access and at least starting the setup of our p5 server.
One of our team worked on the network and VPN setup while myself and another member of the team began to setup the Virtual I/O LPAR. This was my first experience with partitioning without a Hardware Management Console. So our goal was also to get a working version of the Integrated Virtualization Manger, which runs on the first logical partition, which will be your VIO Server. All our initial goals were met, so our next goal will be setting up a web server and a Subversion server. We might actually start coding by next week sometime.
There was a lot of excitement about finally having the equipment and starting our setup. While we are not ready to talk about the details of the project at this time, we are hoping to have some results from our work in about three to six months.
Sports Coverage Sucks
This is probably a realization that I came to a long time ago, but recently it has been so bothersome that I am actually turning the channel. All the big media sports coverages are nothing but love fests for the overpaid and pampered athletes and it is just plain sickening and rather unentertaining. They follow these guys with cameras when they are doing some charity event and then act as if that is a typical day in the life of this star Every time Barry Bonds is shown they flat out refuse to state the obvious and act like the guy is someone to be admired. ESPN needing to fill 24 hours with sports is the most guilty with their Barry Bonds countdown and show after show trying to repair his image. All this worshipping of athletes makes me think I am watching E! and not ESPN. You can only watch so much of someone kissing another group's behind.
ESPN has been running a "Who's Now" tournament with today's big stars and it is the most boring and idiotic thing I have ever seen. Hey I was as thrilled to hear that Amanda Beard was going to be in Playboy as the next guy, but when ESPN is using that and pointing out that Serena Williams has her own clothing line to make them competitive in some weird junior high popularity contest, that is just lousy programming. Am I wrong or is this weird? Who comes up with this stuff? Are the people who come up with these ideas really collecting huge paychecks? Worse, now that ESPN started it, they have to actually finish this thing.
The downfall of actual news coverage was when ESPN signed deals with the NFL, MLB, NHL and the NBA. ESPN is now incapable of providing actual coverage of these leagues and barred from being critical of the leagues or the leagues so-called stars. ESPN actually covering MLB or the NFL would be like if the movie critics had a deal with the movie industry and the movie theators. Every movie would be at least 4 out of 5 stars.
Do not get me wrong, there has actually been some good programming ideas on ESPN, like PTI, although that idea was stolen. The PTI show is about the only show where their is some true critical review of the athlete and sports news. Otherwise, the station is full of ego-boosting slang that is so overused that it has become tiresome. Thankfully I can check the box scores on the Internet without having to watch an excerpt of how great a person Shawne Merriman is. Shame on you GNC for mixing steroids with his vitamins.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Nate Myers and the Aces:
Saw Nate Myers and the Aces July 14th at a private event. Incredible talent, very entertaining show.
tagged as: music, band - Text Based Adventures:
I spent countless hours at my brother's house playing these games. I wish I could remember the name of some of those games. I believe we played them on an Apple and I remember one had a werewolf and vampire.
tagged as: games, history, gaming - The First Moonwalk?:
If you thought Michael Jackson did it first, watch this video. Pay attention to the end.
tagged as: dance, moonwalk - Prince Giving Away Album:
Way to go Prince, screw the Record Industry.
tagged as: music, riaa - Speedball II Comes to Xbox Live Arcade:
This is coming in August, I cannot wait.
tagged as: brutaldeluxe, speedball, gaming, xbox - Galaxy Zoo - the project which harnesses the power of the internet - and your brain - to classify a million galaxies:
Seems interesting...
tagged as: astronomy, science - Hero Pit Bull Saves Girl:
Pit Bulls do not hurt people, stupid people with dogs hurt people. Much like guns, owning a dog requires intelligence folks.
tagged as: dogs, pitbull
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Open Letter From Peter Moore:
Microsoft extending Xbox 360 Warranty to 3 years. My console is currently being repaired and this news makes me feel a little better about my investment. I love the Xbox 360, but am miffed that after a few months the console broke.
tagged as: Microsoft, gaming, xbox, warranty - The mainframe lives:
I am proud to say that throughout my career I have worked on the mainframe in the traditional environment as well as administered Linux on the Big Iron.
tagged as: mainframe, linux, nostalgia - Frequent N.H. speeder wants limit raised - Yahoo! News:
I do not know if I totally agree with the speeder, but Dave Hilts, the assistant attorney general is a flat out liar. Of course speeding tickets are mostly so townships and the State can make money. They should have to report how much they make off traf
tagged as: speeding
UPS Sits On Packages
In the last couple years I have been noticing more and more that
UPS will purposely let a package sit in a warehouse a few miles from your house rather than deliver it early. I rarely will pay for the most expensive shipping, it would almost have to be an emergency and this used to serve me quite well.
A few years ago, when less people shopped on the Internet, I would commonly order items from Amazon and choose free shipping, only to have the package show up the next day or the day after that. I always watch my packages via UPS Tracking and noticed a couple years ago that UPS seems to be purposely not delivering packages until later. UPS will also not update the tracking system so that you have no idea that your package is sitting a few miles away. In my opinion this is obviously a ploy to try and force people to pay for the more expensive shipping.
Last weekend I ordered something and actually was not even given an option on shipping. Seems the Home Shopping Network just uses standard UPS. Fair enough, I would have chosen the free or cheapest shipping anyway. I noticed the package shipped on July 2nd and left California on July 3rd at 1:24am. The remainder of the week there were no updates to the tracking system. The package seemed to be enroute, somewhere in America. I did not expect updates on July 4th, Independence day, but Thursday and Friday passed with no updates. This entire time the delivery date was listed as July 9th and the package was marked ontime. But I had no idea where the package was, that is until this evening.
Mysteriously the tracking information popped up with an update this evening. Seems my package has been sitting in Harrisburg since July 3rd at 4:25am. Had they updated this, I could have drove over to the warehouse and picked the package up myself. But it is in the best interest of UPS to keep me wanting my packages more without another option so that I feel the urge to pay for the more expensive shipping. I am on to you UPS!
Sys Admin Magazine Ships Last Issue
I received the August 2007 issue of Sys Admin Magazine today and upon opening the cover to read syslog I was officially informed that this is the last issue. I have been getting Sys Admin, the journal for UNIX and Linux systems administrators in one form or another for quite a while and often found fantastic articles. I was not totally surprised by the news, the magazine does cater to a small demographic and many print publications have fallen on hard times.
I heard rumblings last month that the magazine might be ceasing publication. I will probably show my thanks by purchasing the CD-ROM with every issue dating back to 1992. There is some real Perl gold on those old issues. There is really no other print publication out there that is tailored toward the UNIX System Administrator, lots of Linux magazines but most of those are geared toward desktops. It was a fun ride Sys Admin Magazine, thanks for providing me a wealth of information throughout my career.
Kudos to Go Daddy
I have been a customer of
Go Daddy for some time. Not only have I found them to provide excellent service, but I give them big props in honoring the American Holiday's. So many American companies glance over the sacrifices made my our forefathers or just blatantly ignore it. Go Daddy without fail sends me a link to something like this for
Independence Day. Over the years I have received links for the various armed services birthdays and always for holidays like Memorial Day and 4th of July.
I think it is refreshing seeing a web company that makes a lot of money realize they have this ability because they live in a free country, a result of a lot of sacrifices both now and throughtout the history of this great country. Just a little something for me to keep in mind each time the thought of registering a domain comes to mind. Happy 4th of July!
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Feud brews between Capital, Bud:
In the immortal words of Psycho Phil - Anheuser-Busch sucks. Besides, they are just afraid Americans will figure out the truth.
tagged as: beer - Rubber Duck Armada:
If you search on the ducks on Wikipedia, it is interesting to see articles proclaiming an end to the Armada 4 years ago.
tagged as: fun, science
Danger is Awesome - Published
I finally did it, I published one of my NaNoWriMo Novels. I decided to publish my latest work, mostly because I never reached the end of my story for my first NaNoWriMo Novel. My first novel was based on the 2004 season of the BDFL (complete with a murder mystery thrown in), I wrote the novel in November 2004 and passed 50,000 words around a week before the NaNoWriMo Deadline, but the BDFL season was not over yet. So to officially end the novel, which I was basing on the season, I had to wait. Well, I never really got around to wrapping it up officially, so Brutal Deluxe, Season Tickets sits unfinished. However my 2006 novel, Danger is Awesome, is complete with an ending intact and some possible openings for sequels, or at least the furthering adventures of our hero.
Earlier this year I discovered
LuLu and I liked what I read about their publishing service. What really pushed me toward publishing is that I could choose from a gallery of covers, so I did not have to try to design my own. My graphic skills are just not up to my own standards, so choosing from a gallery is a much better option.
Unpacking Danger is Awesome from it's shipping box was very exciting for me, and seeing the cover with my name printed across the bottom was a cool experience. Even though I self published the novel, my tinkering with writing has already eclipsed my original goal. My original goal? I just wanted to be able to interrupt boring braggarts at parties by saying something like, "When I wrote my novel (insert something more here)". Not only can I interject this kind of comment now, but I can point to the bookshelf as well.
I am surprised it took me so long to finally publish something in book form. Going back nearly three years ago,
Mark published his blog in written form. I remember being quite excited after reading about his experience, so why so long? It all goes back to my lack of being satisfied with a book cover. In my limited time, I have been unable to devote enough effort into becoming little more than a frustrated artist when it comes to graphics software and actually creating something I am remotely happy with.
My lack of being satisfied with anything I do graphically is kind of strange, since I am very aware that the writing that makes up my novel is horrible. Still, I guess the fact that the front and back cover does indeed contain a story and actual words makes it okay in my mind.
Since receiving the book, I can now say with certainty that I will indeed be doing NaNoWriMo again. Having your writing in book form is somehow more real and inspiring, knowing that many years from now I can pick this up again and see what I created. Having a digital text file on a hard drive or flash drive sitting around just dangles the potential loss of all your work right in-front of your face. But having a book in the book case lessens the risk of loss and I think it will be quite interesting to look back on some of my past writing.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Father's Day
The kids got me a book that I recall hearing about before, perhaps over on
Phil's blog. The book,
The Dangerous Book for Boys sounded like my kind of book and has a host of items to share with your son or daughter. I can already hear the idiots out there complaining about the book title, get a life.
Anyway, I thought the gift was perfect and I plan to use the ideas in the book for many a weekend activity. Best of all, there is a lot this dad will learn from the book as well. Happy Father's Day to all you dads out there.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
VirtualBox by innotek
There seems to always be more and more players in the virtualization game, but I always give a slight nod to those that offer a free for home use alternative. I have played with various X86 virtualization alternatives and always found
VMware Server to be the best. That is until I decided to try
VirtualBox.
I admit I was skeptical, but there is a lot to like about this software. VirtualBox runs on Windows, Linux and Macintosh hosts and is Open Source. Since I wanted to primarily use it on my Linux machine, I could install VirtualBox through the repositories and get updates to VirtualBox through the standard Ubuntu update manager. For those using Ubuntu, this is a nice perk, VMware has several steps to perform each time you update VMware Server and you have to manually do the updates.
The real test would be installing Windows XP and seeing how it runs compared to my Windows XP installation under VMware. The user interface is actually similar to VMware, at least I thought so and installation of Windows XP went without a hitch. I built a virtual Windows XP machine with 1 gig of memory, just like the virtual machine under VMware. Unlike VMware, there are no additional tools to install on the Windows guest operating system. The VirtualBox virtual machine ran well as soon as it became active, and I left all the traditional Windows XP eye candy active for the moment.
I decided to do my non-scientific test with the software I use to process stats for the football league. I made sure identical installations and league files were on both machines and I processed a weeks worth of stats. Now I was not concerned so much with what was happening on my host operating system, just on the speed of the guest operating systems. To my surprise, even with the Windows XP extras still turned on, the VirtualBox machine processed the league stats slightly faster than the VMware machine.
I think for at least a while I will try out innotek's VirtualBox and see how stable the guest operating systems are as compared to VMware. But I have to say, at first test I think VirtualBox might be a winner. I do think that VMware might have major advantages if you have multiple guests running at the same time. I cannot confirm it, but it appeared that the memory allotted to the VirtualBox machine was held by VirtualBox, while I think VMware may only take the memory if it is needed. I might be wrong, but the system monitor seemed to report that VirtualBox did indeed have all the memory, all the time.
For a someone like myself who will only ever run one virtual machine, that is not a big deal. Obviously in the business world this is a different story, the purpose of the virtualization is to get the most from your hardware, allowing other machines to use maximally what is not in use by others. However, my machine has 3 gigs of memory and if a gig is given permanently to my virtual machine when it is running, that is fine in my situation. If anyone else tries VirtualBox, let me know what your tests show. I will be trying VirtualBox on the MacBook at some point as well.
Backup Power Rules!
I pulled into the development after work today, followed by my neighbor. I noticed that the entire area appeared to be without power. I really have no idea how long the power was out before I got home, but I can only assume it was a few minutes since the storm had just started. I pull into my driveway and hit the garage door opener, up goes my door, neighbor tries to hit their opener, the door does not move. I pull into the dry garage as the down pour continues and I do mean down pour. I notice the power light blinking on the garage door opener, seems the battery backup on the garage door opener is paying off, the entire area is without power.
I come into the house, I hear the UPS beeping. I check my email from my MacBook (it is running on battery) and surf to the websites hosted from the Mac Mini, all available, of course the router and cable modem are all running on the UPS too. I decide to leave the Mac Mini running, thinking that it, the router and cable modem are not pulling that much power. Let's see how long they can keep running. I sit down and fire up a game on the Nintendo DS and await the return of power. While waiting I also decide to Vacuum the upstairs, so I hit the remote on the Roomba. Love being productive while awaiting the return of our power.
Around an hour later I hear the air conditioning kick on, well there is the power. I check the Mac Mini, and indeed the router, cable modem and Mac Mini made it through the longest power outage we have experienced since living here.
cooper:~ scotbuff$ uptime
17:55 up 45 days, 19:21, 2 users, load averages: 0.00 0.00 0.00
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Nuns show hops are good for you - Yahoo! News:
Yet more evidence that yet another of my favorite beverages produces magic healing powers!
tagged as: beer, brewing, homebrew - The Games That Defined The Nintendo NES - racketboy.com:
I had every one of these games including the honorable mentions except Duck Hunt, but I played it at a friends. For the record, I could knock out Mike Tyson everytime and I had it on VCR tape, along with me beating Gannon on every difficulty.
tagged as: nostalgia, games, gaming - Recipe Database - Home Brew Forums:
Thanks Phil.
tagged as: beer, brewing, homebrew - Main Page - Home Brewing Wiki:
Thanks Phil.
tagged as: beer, homebrew, brewing - IBM Unleashes World's Fastest Chip:
At 4.7 GHz, the dual-core POWER6â„¢ processor doubles the speed of the previous generation POWER5â„¢ while using nearly the same amount of electricity to run and cool it.
tagged as: virtualization, ibm, technology
9th Annual Mid-Atlantic Summer Technology Show
Wednesday I will be attending the
9th Annual Mid-Atlantic Summer Technology Show with two of my business partners. Should be fun.
----------------
Seminar Schedule
----------------
8:00am - 11:00am
Microsoft Exam Cram - Small Business Specialist
11:15am - 3:30pm
UC500 - Cisco Smart Business Communications System (SBCS) Workshop
11:30am - 4:30pm
Microsoft Certification - Small Business Specialist
2:00pm - 3:00pm
Introduction to Voice
(Co-presented by Linksys & Cisco)
3:00pm - 3:30pm
Explore Digital Home Opportunities and Basic Networking Potential
(Presented by Bedrock Learning)
3:30pm - 4:20pm
Small Business Servers: Making Real Money Selling Real Servers
(Co-presented by Microsoft & Intel)
3:45pm - 4:15pm
Digital Signage: Finding Your Revenue Opportunities
4:30pm - 5:00pm
Increase Your Revenue with Lenovo Products and Programs
(Presented by Lenovo)
4:30pm - 5:00pm
HDTV: Where It's At, Where It's Going.Practical Answers You Can Use
(Presented by Philips)
5:15pm - 5:45pm
NAS Storage and the Connected Office
(Presented by Linksys)
6:00pm - 6:45pm
An Introduction to Network Cameras and Applications
(Presented by Panasonic)
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Home Automation
Home automation is something I have been interested in pursuing for sometime. Having read quite a bit on home automation and being interested in projects that entail the turning on and off automatically of lights and appliances as well as internet connected devices tied into home automation. I messed around with X10 and nearly dove headfirst into home automation a couple years ago. Having big plans and knowing that I would be moving in a year or so, I decided to put my plans on hold. Well, after being in the new home for almost a year now, I have decided that I am finally going to move forward.
After living a year in a home and experiencing the various seasons, one can get a good idea of what should and should not be automated. The idea of home automation to me is much more than just turning lights on and off automatically and although I enjoy the geek debauchery of tinkering with this as a fun project, I believe it should be a luxury and not a hindrance. Otherwise Julie, the kids and visitors to our home could be inconvenienced. The best method is to move in small steps, but with a big plan in mind. For automation of lights, appliances and that sort of stuff I am going to move forward with the Insteon technology as opposed to X10 to build my powerline mesh network. Some of the other items that I am looking to include in the home automation is automatic notification of important emails, weather alerts and comments to my blog. Some of you may have noticed that I initiated a new RSS feed for the blog comments, or perhaps you did not. For those who take part in the BDFL and use RSS Feeds to keep abreast of what is happening on various websites, the comment feed is something I will create for that website as well. The use of feeds is going to be a key feature in keeping me updated without me having to be by the computer.
As I begin to add features and get things rolling I will post some more details, along with what works and what does not work and why. Just as I post this, one of my first automation tools have arrived.
My Feelings on Barry Bonds
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Linksys Router Fun
Last Summer during an electrical storm I lost my router. If you look through the comments you will see some discussion on the series of Linksys routers that allow for their firmware to be updated. Linksys actually released the WRT54GL, a return to their old skool routers that were highly hackable. After researching various routers I decided on the WRT54GL with the specific intent of putting the DD-WRT Firmware on the router. For whatever reason I never got around to actually doing this.
The Linksys WRT54GL worked great for me right out of the box and it mostly met all my needs. The most notable piece lacking was an option for static DHCP, the method of DNS I prefer to use. This way I can easily have friends access my network by just plugging in their machine, while having most of my machines assigned a permanent lease so that their IP addresses are always the same. Last night I was on baby duty, so I figured that as long as I was going to be awake most of the night, I might as well be productive.
I expected a few minor issues after reading through the DD-WRT wiki, but to my surprise I really did not have any problem. I set the Linksys back to factory defaults and proceeded to update the firmware using the Linksys web interface. I think most of the problems the folks encounter on the wiki is that they fail to disconnect and reconnect their computer to the network. Remember, your network when starting is connected via the Linksys firmware, as soon as that fails to exist you need to get a new connection and lease from the new firmware. I merely disabled and enabled my network and I was able to access the router via telnet or the web browser. I of course disabled the telnet and enabled SSH, now my Linksys router is an accessible very small Linux machine.
Lately I wanted to do a lot more with my internal DNS and those wants spurred me to move forward with finally updating the firmware on the Linksys router. When I found that DNSmasq was the software powering the DD-WRT DNS functionality, I knew that it was time to move ahead with updating the firmware. My internal network is now a lot more robust and it operates a lot more like I think a network should. I can also get a lot better idea of the load on my Linksys router, most of the command line goodies are here. The web interface is far better than what comes with the Linksys as well, with a host of fantastic status information to go along with the plethora of new features. I highly recommend the Linksys WRT54GL and DD-WRT, especially if you enjoy digging into how your hardware is performing and functioning.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Emma Lyn Buffington
Emma Lyn Buffington was born May 18th, 2007 at 13:35. She weighed 7.11 pounds and was 20.5 inches long. Both mother and daughter are doing well and resting comfortably.
Rsync
In the spirit of sharing, I thought I would share a utility that I have used recently and found to be particularly awesome. Rsync is a utility I became aware of a number of years ago and for some reason I just never looked at using it for anything. Early on I was using secure copy in scripts to back up whole blobs on a regular basis. Having an ever growing music and programming development library it was time to look for a better option.
I was looking for a better way to backup my data over my network than my current solution of using tar and secure copying blobs of data on a regular basis. Each time I thought about getting or building a better solution rsync came to mind, but I assumed I would have to install client and server pieces and troubleshoot the whole thing working over multiple operating systems. While you can go this route, I discovered that for someone who has ssh enabled, a simple shell script with a few rsync commands all initiated from my Ubuntu Linux box could easily handle my backups in a much better way. The great thing was, rsync was available by default with Ubuntu Linux and I believe all Linux flavors. My Ubuntu Linux box has a huge hard drive, mostly unused, so I created a directory for all my backups and entered this command from the Ubuntu Linux box command line to backup everything in my MacBook's home directory.
rsync -avz --delete scotbuff@growler:/Users/scotbuff/ /Backup/growlhome
Flags I used (courtesy of man pages):
-a : It is a quick way of saying you want recursion and want to preserve everything.
-v : Verbose, a single -v will give you information about what files are being transferred and a brief summary at the end.
-z : With this option, rsync compresses any data from the source file(s) which it sends to the destination machine. This option is useful on slow links. The compression method used is the same method that gzip uses.
Note this this option typically achieves better compression ratios that can be achieved by using a compressing remote shell, or a compressing transport, as it takes advantage of the implicit information sent for matching data blocks.
--delete : This tells rsync to delete any files on the receiving side that aren't on the sending side. Basically, if the file no longer exists at the source, get rid of it at the target. I like this option but others might not want to use this.
Why is rsync so awesome? Once your initial backup finishes, additional executions of rsync copies only the diffs of files that have actually changed, using compression and using ssh if you desire, which I do. Even the initial backup of about 5 or 6 gigs completed in less than an hour. If I had watched the whole thing I could give you an exact time, but I walked away for an hour.
Because only actual changed pieces of files are transferred, rather than the whole file, updates are very fast. The pieces of the diffs are then compressed on the fly, further saving transfer time and reducing the load on the network. I use secure shell in my rsync command, so the stream from rsync is passed through the ssh protocol to encrypt my backup solution. Rsync can be used locally as well, so if you have an external drive plugged in you could use rsync as your solution to quickly keep a mirror of your data.
The Zen of Shoe Polishing
I have always found polishing shoes to be a relaxing experience. The act of polishing my shoes has never seemed like a chore to me, but rather something I actually enjoy doing. I came to this realization this past weekend after purchasing polish and the tools so that I could renew my brown leather shoes.
Before the move to business casual I used to polish my shoes very regularly. After the move to business casual I moved to a shoe that required water proofing but not polish. Recently I moved back to a casual shoe that does require polishing and I like the shoe a lot more. I love having a shoe with a nice shine.
For me polishing shoes seems to summon the same feelings as one would get from wood working and other hand crafts. I am not a wood worker, nor did I stay at a Holiday Inn last night, but I did some wood working and metal working during my High School years. I found working with my hands enjoyable and building projects elicited feelings of pride, much the same as I feel while polishing shoes.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Congratulations Alex and Family
Congratulations Alex and Family! Podcasting partner Alex and wife welcomed
Zachary Franklin Harden this morning.
More Experimentation With Physics
Well, nearly a year
after the Jeep was involved in an accident another careless driver has again landed our Jeep in the body shop. This accident was far less violent and caused far less damage, lucky thing too since Julie was driving and she is 9 months pregnant. Other than being shaken and angry that the Jeep was damaged again, she was fine. We did have to spend four hours in the hospital while they monitored the baby. Julie was the only one in the car, so everyone else is safe as well. So what happened? Earlier this week while she was running an errand, a teenage driver who was not paying attention made a left turn in front of Julie. She tried to avoid her, but the right front side of the Jeep caught the rear bumper of the Jeep driven by the other person. The impact knocked the bumper clean off the other vehicle.
This go around, our Jeep is completely drivable, with the exception of the turn signal that was broken in the collision. So far, our experience with State Farm has been better. The difference is that the driver at fault is not a State Farm customer. State Farm has been on the other insurance company like white on rice thus far and we have an estimate and are probably a day away from the parts being ordered for the repair. I will be closely scrutinizing their handling this time around, if they even bobble the ball I will be searching for a new insurance company.
At least this year we are not right in the middle of a move. We are however on high baby alert. Julie's due date is the 14th, I am not sure we are going to make it through the weekend. So our second daughter will be here anyday now.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Kobolds Ate My Baby:
The beer and pretzels role playing game.
tagged as: fun, games, rpg - Tech news blog - New Spinal Tap film available free online | CNET News.com:
tagged as: music, metal - Beer maker, scientists to create energy - Yahoo! News:
Beer can save the world, just give it a chance folks!
tagged as: beer, energy - 09-f9-11-02-9d-74-e3-5b-d8-41-56-c5-63:
tagged as: favorite hex number - Dell picks Ubuntu for Linux PCs | CNET News.com:
Love it, give Ubuntu a try folks. This flavor of Linux is the real deal. More stable than Windows XP or Vista and free. Mac OS X like desktop, that in some ways is superior.
tagged as: linux, ubuntu, dell - The Dangerous Book for Boys:
Recommended by PsychoPhil
tagged as: books, kids, hobbies, fun
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
I Need A Better Bag
I am looking for a bag to carry all my stuff. In the last year, the amount of items I want to carry with me has increased. I have been looking around and I am unsure if I want something like a messenger bag or a backpack. There are times where I may need to carry two laptops as well as countless other things. Perhaps a multi-tool, pens, manuals, a cell phone, an iPod and whatever else might come up. I know many, many of you carry bags, so I thought I would see if any of you can recommend various bags.
Things that might sway me one way or the other would obviously be price and/or how functional and cool the bag may be. I really, really do not want to pay an arm and a leg, but would consider paying a little more if the bag were well worth it. Any suggestions?
Caffeine and Coffee
I like caffeine and I like coffee and I always had the misconception dark roasted coffee had more caffeine. While dark roast does have a stronger flavor, dark roasted coffee does not have more caffeine. A French roast has less caffeine than a light roast coffee such as a Breakfast blend which is my light roast of choice. As the coffee beans are roasted the caffeine is being roasted out of them. On average a light roast will have about 10% more caffeine than a dark roast.
Caffeine content in coffee can vary greatly, depending on the bean, the roast and the brew. Average caffeine in brewed coffee (8oz) is 100-150mg.
Troegs Brewery Tour
This past Saturday, April 21st, 2007, I toured
Troegs Brewery with my friend Tom Steck, of
BDFL Hated Legs fame. We tried to take in the tour a few weeks ago but could not make it. Going this past Saturday instead turned out to be a really good thing.
I am a big fan of Troegs beer, mostly because it is local and they brew some wonderful beers. Troegs
Nugget Nectar and
Naked Elf are two of the best beers I have enjoyed. Lucky for us, there was some Nugget Nectar still on tap, so I enjoyed a few tastes of the Nectar along with some of Troegs regular offerings while waiting for the tour to begin. Tom found that he enjoyed the smooth taste of the
Troegenator Double Bock. The tour was very well attended, a lot more people than I expected. Though since the brewery pleasantly offers up taste after taste of free beer, I should have expected, no matter the Saturday, that a lot of folks were going to be there.
Right before the tour started, the gentleman giving the tour informed us that we were going to want to bring a glass along. Halfway through the tour we were going to have the very first taste of the very first 10th anniversary Scratch Beer from Troegs. Right out of the fermentation tanks they filled several pitchers, Tom and myself both managed to have two full tasting glasses of a wonderful Steam Beer. I mentioned to Tom on the drive over that a special scratch beer was going to be released soon, but never imagined we would be among the first to taste it.
We were informed that bottles of the Scratch Beer #1 would probably be available on Thursday the 26th of April. Right now I plan to split a case with my brewing mates, giving me a six pack. The tour was really enjoyable, it was a lot of fun hearing about the start of the brewery and the Friday and Saturday boxing and bottling adventures of the breweries early years.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
No Victory For Brutal Deluxe Brewery
I am not going to cry the blues, but it was a little disappointing to hear we did not place in the
ABC Homebrew Contest. All the same, I did not feel so bad when hearing that 117 entries were in the contest. As you can imagine, as varied as beer tastes go, it was probably anyone's contest to win. I have certainly achieved my goal of brewing, and that is brewing my own quality brew that myself and many others have enjoyed. If I get the opportunity, I would like to taste the winning entry. However, a Coconut beer would most definitely not be something I would drink much of. Here is the email we received:
Dear Beer Lovers:
I would first like to thank all of you for your efforts in entering the First Annual Home Brew Contest at the Appalachian Brewing Company of Camp Hill. The response was fantastic with 117 entries and we all deemed it a great success. All of you should be congratulated for a job well done. We tasted a lot of great beers that were very unique and different than your everyday beer. It made judging very difficult and tedious with the quality of your hand-crafted beers. So without further ado, these are your winners:
Grand Champion: The team of John Stotterback and Fred Rogers of Ashland, Pennsylvania with their entry of a Coconut Porter.
2nd Place Finisher: Donald Root of Carlisle, Pennsylvania with his entry of a Weizen/Weissbier
3rd Place Finisher: Ben Seiber of Harrisburg, Pennsylvania with his entry of a Honey Ginger Ale.
Again I would like to thank everyone for their efforts and hope for an even bigger response in 2008. Start developing your winning recipes now!
Thank you,
You're Friends at ABC Camp Hill
Craig, Justin, Melissa, Phil, and staff
Perhaps next year we will give it a go again. We have a wonderful Belgian Triple that has been in the bottle for a month now and another batch just bottled. This Sunday, provided we do no have an early arrival of the next Buffington, we will be conducting our last brewing get together before the new baby arrives.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- The Gros Michel is not extinct:
I was once told this banana was the best, but was extinct, wiped out by Panama Disease. Apparently it is not extinct, wonder if I can possibly find this banana.
tagged as: fruit, banana - Political Correctness Hits the BDFL:
Team to no longer offend witches and pagans.
tagged as: satire, football, bdfl, humor, fantasy - top beers:
I have had some of those listed. Would love to hear Deuane's feedback on this list. (he is a brewing mate)
tagged as: beer, lists - 100 Million iPods Sold:
I love my 30gb video iPod. Podcasts and just about the only music I listen to is in iTunes and on my iPod. It just does what I need it to and it does it well.
tagged as: apple, hardware, news, ipod - Gaim is Now Pidgin:
Seems AOL is being a bully. Whatever, I would sooner use one of these combined clients anyday.
tagged as: gaim, im, opensource, software, chat, freeware
Chip, Leopard and Getting Dissed
UPDATE - 4/13/2007 -
Now that it is official, there is probably no way I am going to wait 6 months for a new MacBook. Sounds like a nice plan, but my lifestyle demands a portable computer.
Recently I have been spending a lot more time on Solaris 10 at work, so I have added a new Virtual Solaris 10 installation to VMware. Chip is my Solaris 10 installation, which I will use for all things Solaris. I doubt this virtual machine will get much use, but there are times where the need to test something out on Solaris comes up. The installation of Solaris 10 on VMware went without a hitch, no surprise there.
I am looking forward to testing the virtualization options available on Mac OS X. Late last year I decided I would be adding a MacBook to my arsenal,
but I also decided I was going to wait for Leopard to be released. When I bought the Mac Mini, I did not wait for the release of Tiger and I later ended up handing out the cash to upgrade the OS. After hearing originally that OS X Leopard would be released possibly in March I thought I could easily wait. Of course now rumors are rumbling that the release might be pushed back to October. I figure there might be a refresh of the MacBook's hardware when Leopard is released, so that is another factor in holding off on ordering a MacBook right now.
While on the subject of Apple,
Keystone MacCentral, a local Mac Users group seems to have decided I am unworthy of joining but they saw fit to accept my members fee. I guess that is what happened because my membership payment check was cashed a few weeks ago but I have not received a welcome email or snail mail and my inquiry emails remain unanswered. Although the group seems to be active, I seem to have been voted out for membership. I have thought about just showing up for one of their meetings, but why go out of my way for a group that does not seem to want me? Because they took my 20 bucks is why! I thought perhaps joining the group might allow me access to some Apple discounts (at least they advertise that on the website) and also because I thought it might be good karma for
CPUUG. Having a user group with no welcome email is a bad idea.
I am Number One
That is right, according to PC World I am among those finishing first for owning the worst PC of all time on the list of, The 10 Worst PCs of All Time. This article was forwarded to me by my friend Shane, he and my friend Kurt all, proudly (?) owned Packard Bell computers during the 1990's. For us, the magic of owning a Packard Bell began around 1993, Kurt owned a 486 and Shane a Pentium 75Mhz. My 200Mhz Packard Bell was purchased in 1995 or 1996 at Sears, I do not remember the exact year but it was running Windows 95.
#1. Packard Bell PCs (1986-1996) When PC World decided to name the ten worst PCs of all time, it was a virtual lock that a Packard Bell machine would grace the list at number one. The only question was, which model? It was an impossible choice.
Part of the problem was Packard Bell's strategy of selling nearly identical systems under different names, depending on where they were sold. So the Packard Bell Legend 406CD hawked at Circuit City was more or less the same as the Axcel 467 on the shelves at Staples or the Force 480CD sold at CompUSA, making apples-to-apples (or in this case, lemons-to-lemons) comparisons impossible.
But in other ways Packard Bell was maddeningly consistent. Between 1994 and
1996 the company was a perennial bottom dweller in PC World's reliability and service ratings. One out of six Packard Bell machines sold at retail was returned by dissatisfied customers--more than twice the industry average.
And odds are good that if you bought a new Packard Bell system in 1994 or 1995, at least some of its components had been previously owned. The company was sued several times for selling used parts as new, ultimately paying out millions of dollars in settlements.
After Packard Bell merged with NEC in 1996, things got a little better. But when Packard Bell exited the US market in 2000 to focus on selling machines to European consumers, few users on this side of the pond shed any tears.
Shane, Kurt and myself must have all been lucky, because I do not remember any of us having problems with our computers until well into their lifespans, and my issues were more Windows related, not hardware. My Packard Bell was retired sometime in 2001 when the harddrive finally died, at that point it was not worth fixing the machine as I was not fond of poking around inside the Packard Bell, I do remember that. Otherwise the machine served me pretty well and spent it's last few years running Linux. My Packard Bell was the first computer I installed Linux on, a fond memory.
For the record, my 1993 purchase of a Comtrade computer, a Pentium 66Mhz, was a far worse purchase in my experience. Pretty much right away I spent my time replacing CDROM's and memory to name but a few. Shane seems to be my computer historian because I could not remember the brand name of this computer and he emailed me with the name.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Guitar Hero Killed The Air Guitar Star
I am not sure if yesterday was the official release day, but it was the day that I picked up
Guitar Heroes II for the Xbox 360. I never played the game before, but I had known about it. I think it is one of the many games that are changing the traditional gaming industry. Plus, if you are an old hair band fan like me who grew up in the 1970's and 1980's, it is just fun to relive the old songs in a manner such as Guitar Heroes allows.
In my opinion the game does a pretty good job of mimicking the playing of a real guitar. But at the same time it allows a person who cannot play a guitar to pick up the game fairly easy, at least on the easier difficulties. Before you know it you are swinging your guitar around your back and rocking out like Angus Young, or at least your alter-ego in the game is. Next thing you know the crowd is calling you out for an encore.
No doubt the popularity of the game spells doom for the Air Guitarist. I mean who wants to pretend to play an invisible guitar anymore to music when you can use the Explorer or the SG on the Playstation version to totally rock the house. My air guitar days are done, and I think the game may inspire me to find a little time for my real guitar.
Old Skool Coop
Last night was the first time I set Jake up to play a video game on XBox Live. I of course monitored the gaming session, as I have played with folks a few times who were out of control with their language. The game is an old skool favorite for Jake, TMNT 1989(Teenage Mutant Ninja Turtles). He first played the 4 player coop version at Chuckie Cheese, probably because of the ease of control the very old game still remains at the back of Chuckie Cheese in our area.
I of course played the game back in the 1989 era and enjoyed playing the old side scrolling coop fighting game. This is a genre of game that I always enjoyed and would still enjoy if these were made any longer. By the way, TMNT 1989 was not in the same league with some of the better side scrolling fighting games in my opinion. I was thrilled when I saw that XBox Live Arcade was releasing the old game, especially since the games XBox Live Arcade releases are identical to the games we all played in the arcades. So I knew Jake would recognize the game and totally love it!
Jake and I have played entirely through the game two separate times in two sittings, it is pretty easy. I decided that he needed something to make it a little more enticing and since he only played the game in two player coop, I thought it would be cool to see if we could get him into some 3 and 4 player coop games. Luckily there were some cool gamers online who kept their comments on the General Admission level and Jake had the opportunity to play in several 2 to 4 player coops and even outlasted a few of the other gamers who I am sure were much older than 5 years old.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Free Online Photo Editors:
tagged as: software, web, graphics, pictures - JPL.NASA.GOV: News Releases:
Interesting. tagged as: science, space - AppleTV Hacker: Mike's Hands on Report: Step By Step How To Rip DVDs for AppleTV with MediaFork:
Interesting if I decide to take the Apple TV plunge. tagged as: osx, apple, TV, reference - Password checker:
Kind of cool. tagged as: tools, utilities, passwords, for:aharden, for:psychophil - Tolkien Jr completes Lord of Rings Story:
tagged as: books, fantasy
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- PA Legislature considers redraft of beer regulations:
courtesy of Phil. tagged as: beer, pennsylvania - Apple TV Projected To Surpass TiVo And Netflix - Yahoo! News:
Via Alex also - I am leaning toward Apple TV but EyeTV will find it's way into my home first and EyeTV recommendation is via Scott Wood. tagged as: apple, appletv, tv, movies, music - The Toolkit I Carry With Me:
Saw Alex pointed to this and something similar. Sorry but free portable apps can't be beat, no requirement for certain brand thumbdrive. tagged as: tools, freeware, work, usb, gadget
Hosting Provider In A Box
No I am not going to tell you how to install all the software you need on a single machine. There are dozens of tutorials out there that tell you how to do this if you are interested. For me the time has come to move all my existing websites to my home for multiple reasons. I have no complaints with my web hosting company, I would highly recommend them to anyone who is looking for a good hosting company. From my testing, I just feel I can match the response that visitors receive now hosting the websites myself. Advertising earns me enough each month to cover my web hosting costs, however I would rather pocket that money than pass it to someone else. Perhaps the biggest reason, I want full control over the machine hosting my websites.
For about a year or so I have hosted
UNIX Odyssey from my home, using the space to test ideas and basically post things I did not feel were relevant Nitevilla. A week or so ago I started to seriously think about moving all my websites to my home, though I was somewhat worried about how much I would have to recode to get everything to work. For years my scripts have been running on servers with PHP4, my Mac Mini is running PHP5 and I probably have things a little tighter on my Mac Mini than my hosting company does. Also at this time I do not have much interest in running my own DNS service. I decided that the first website I would test would be
CPUUG, this would be like moving a mini-Nitevilla.
CPUUG uses the Buff Blogging Engine, as well as the same forum release that I use at Nitevilla. The site gets less traffic and a lot less people would notice if I ran into severe issues that caused functions not to work for several days. It turned out that moving CPUUG first was a good choice, because the forum was a bit of a challenge. Once I began correcting the issues with CPUUG however, I became more confident that I could succeed in hosting all the websites from home.
The next website that will be making the transition will be
Brutal Deluxe, which has it's own share of challenges to overcome. The Buff Blogging Engine is unique on Brutal Deluxe, being a multi-user version that I wrote specifically for that website. Thankfully the chatroom used on Brutal Deluxe can just be reinstalled, it is in need of tweaking anyway.
The last website to move will be Nitevilla, the forum and blog database are the largest by far of all those that I need to move. Believe it or not, over the past couple years I have actually thought about discontinuing Nitevilla. A year or so after starting the website I was not very attached to the domain name choice any longer and maintaining the forum at times has been a real pain, do to software upgrades and spammers. Unfortunately or fortunately, depending how you look at it, Nitevilla is the domain name that pays for the hosting, so shutting down just the forum would mean that I lose money. Hard to believe, but the deal made for advertising necessitates that I have Nitevilla and it's forum live on the web. So Nitevilla is a love hate relationship, I am not crazy about the domain name, but it has become a website that is synonymous with my name. So I have tried to bend it to follow my interests and focus on my hobbies as best I can.
Now the geek factor, I feel with an Uninterruptable Power Supply and a lower energy consuming Mac Mini that I can keep the websites live through most problems. Plus I can run the websites with a combination of Shell Programming, PHP, Perl, Python or even Apple Script to name a few if I decide. I love the idea of a Mac Mini being the machine behind the websites. The Mini has a very low power demand, I can put the money I pay currently for hosting into a fund so that if I need to I can buy the latest Mac Mini to provide more processing power to my websites down the road. I do not think for one moment that I can achieve the uptime that I have received from my host, but I do think I can do well enough. Unless my ground cable actually goes out, I should be able to keep the cable modem, router and Mac Mini powered through most power outtages. Knock on wood, but this home has not seen any outtages that went for extended periods, having all your wiring underground is a benefit when it comes to winds. I am going to setup a wordpress.com site soon in the event that I would lose connectivity or hardware for an extended period at home.
Buff's Pub - Saint Patrick's Day
I spent a nice weekend at home with family, but I still managed to get my share of beer tasting and enjoying in on St. Patrick's Day. The advantage of being a homebrewer and having brew mates that travel the country bringing craft beer back to Central Pennsylvania for me to sample, is that there is always a nice supply of quality brew in the house. I decided on Saturday that I would sample the last three beers that we brewed that have reached maturation. For my own records I like to snap a photo of each so that I can compare color when we brew them again. The beers pictured are the Oatmeal Breakfast Stout, the Cherry Vanilla Porter and the Red Rye Ale.
The first beer pictured and the first I enjoyed was our Oatmeal Breakfast Stout. This is actually the first pint of this beer I have enjoyed all to myself. This beer might be one of my favorite recipes we have done so far, in addtion to the obvious ingredient of oatmeal, a generous amount of malt, both dark and sweet chocolate was added at the end of boil. But the other ingredient that fits myself and a big part of what Nitevilla has been about was the addition of Kona and Sumatra coffee after boil. Since tasting this beer the first time, I am amazed how the beer has matured. A mild chocolate taste greets you on the initial taste, followed by a mild coffee aftertaste. This has become my favorite stout beer of all-time.
Our 2006 Christmas beer is the next beer pictured, I realized I never took a picture of this beer or talked about how good the recipe came out. I had so many Christmas and Winter brews this year, courtesy of my brew mates, that I kind of forgot to give this beer the credit it is due. I poured this beer a little soft, so there was not much head in this photo. Do not let that fool you, this beer poured more roughly works up as nice a head as any beer. A Cherry Vanilla Porter was the style of choice and for some of my brew mates and some others that have tasted it, this beer rates among our best. Unfortunately we had to go with frozen cherries in this recipe, but it obviously did not take away from the flavor. This is the only porter I have ever brewed and judging from how well it turned out it will certainly not be the last. That being said, I imagine myself and my brew mates will probably select a different style of beer for next Christmas, this porter was so good though we might have to find a way to keep it in our brewing rotation. As are most Christmas or Winter related beers, our porter is a full bodied beer with a nice warm finish. An absolute perfect choice to relax on a cold Winter night.
The last beer pictured is one of our latest recipes, a Red Rye Ale. I really liked the California IPA we brewed at the end of Summer, so much so that I only have one bottle left that I have purposely saved. I think our Red Rye Ale has replaced the California IPA as my favorite as far as a hoppy style of beer that we have brewed. At first taste a perfect hop bitterness is the first thing you notice, followed immediately by a spicy finish. The finish is courtesy of Amarillo hops, this Red Rye is a perfect beer in my opinion.
Another reason I chose these beers to feature is because we are entering all three into the
ABC Homebrew Contest. If we are so lucky as to have one of these brews win the contest, we will observe and assist with the brewing of the winning beer at ABC’s Camp Hill location on May 19, 2007. No idea if they will actually bottle the stuff, I doubt it, but those local will have the opportunity to taste one of our craft beers. Wish us luck!
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Brewing Night News
Tonight we held a brewing session and along with brewing a Biere de Garde, we spent the evening sampling a variety of beers including those within the styles that we have attempted to imitate. We officially tasted our Breakfast Stout and our Red Rye tonight and everyone was impressed and happy with the outcome.
Along with tasting some of our brews and of course overseeing our current product, we listened to
The Beer Guy, who interviewed two of my brew mates on his show. The Beer Guy is a fairly short and to the point podcast and if your listen to the show entitled
Brew-centric Tourist you will hear two of my homebrewing companions. The Beer Guy is out of Asheville, NC and I know at least two of my loyal readers are from that part of the country. Deuane said he regretted not mentioning a few more of the fantastic breweries located in the area, but they became kind of side tracked with the weird laws we have here in Pennsylvania.
We also decided to enter three of our beers into the
Appalachian Brewing Company Homebrew Contest. We entered our Cherry Vanilla Christmas Beer, our Red Rye Ale and our Breakfast Stout. I just realized that I never followed through with a picture of our Christmas Beer, I promise that will be coming soon. Now that we have equally split the bounty amongst the brew crew, I will be sure to post pictures of each in the coming weeks.
Derek Jeter Topps Card
Apparently there is a new popular baseball card out this year. I do not really collect baseball cards, but I enjoy baseball cards that contain errors or are in some way special. The Derek Jeter Topps card this year does not so much contain an error, but a gag.
"Somewhere in between the final proofing and its printing, someone at our company -- and we won't name names -- thought it would be funny to put in Bush and Mantle," said Clay Luraschi, a spokesman for Topps in Tuesday's edition of the Daily News.
I found out about the card from an old friend of mine, who has acquired the card from a friend of his and as luck would have it is going to send it to me. My friend knowing about another baseball card I own said he immediately thought of me after receiving the card. The Derek Jeter card will be a nice addition to my mini-collection. Apparently Topps is going to correct the card and it will not appear in the sets that will be sold. If this is true, and I hope it is, that means the card might actually have a little value associated with it. I would not part with the card anyway.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Fantasy Baseball and March Madness
It is that time of year again, time to get silly about fantasy baseball and those March Madness brackets. Join the gang here at Nitevilla and help us fill out the Brutal Deluxe Fantasy Baseball League and the Brutal Deluxe NCAA Pickem. Join one or join both, all are welcome.
If you would like to spend your baseball season with us, you can find all the sign-up information here.
If you would like to amaze us with your prognostication abilities and fill out a March Madness bracket, sign-up information is located here.
Coffee Mug Monday
I have not forgotten about this old nitevilla practice, it is just that I do not run into that many unique or new mugs that often. I make no promises that every mug I have featured or will feature is a great find, but this one rates up there as the most unique so far.
As far as I can tell, this is a proof of concept mug only. The Mugnum comes complete with a grip and a sight on the other side of the mug. I can only imagine that the United States Post Office should give these out to all employees, the color even kind of fits. All kidding aside, this is the perfect mug for anyone's Monday morning.
If anyone out there knows if this mug is actively being made and sold, let me know, I would love to have one. I might be back next Monday with another mug. I received a nicely designed mug from my current employer that I had intended to feature, but there was no way I could pass this one up.
Making Ubuntu Linux My Own
On the computer I am configuring for my son, I compiled my own kernel of Debian/Ubuntu Linux. Giving me my own geeky badge of honor.
jakebuff@labrat:~$ uname -a
Linux labrat 2.6.17.14-ubuntu1.bufflinux #1 Sat Mar 3 15:38:41 EST 2007 i686 GNU/Linux
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Return of the Old Microsoft:
Incase Microsoft wonders why people like myself look to rid themselves of their Operating System and products. Behavior like this exactly why, that and the opponents are better. tagged as: vmware, microsoft, virtualization - Anchorage leads nation in coffee shops - KTVF Webcenter 11 - Fairbanks, Alaska:
It makes sense, it is Alaska for crying out loud. But... I would have never guessed this. tagged as: coffee, Anchorage, Alaska - Dunkin Donuts Coffee Coming to a Super Market Near You:
I think I have good taste in coffee and I have to give Dunkin Donuts credit, their coffee is very good. Soon you will easily be able to treat yourself at home. Good move. tagged as: coffee - Dave Winer on Blogs:
Late on posting this, but I liked the Dave's post. I wrote something on nitevilla saying some of the same things a while back. tagged as: blog, writing - Beer Launching Fridge:
I need to work with these geniuses on a model that will launch a bottle as well, for my homebrew. Sure it is slightly more breakable, but I have hands like Art Monk. tagged as: beer, gadget, technology, humor, fun
Linux + VMware + Windows = Chunk
For some time I have been planning the semi-retirement of Windows from my household. Throughout the past week I have been actively backing up the
BDFL website and associated league database in anticipation of making the little used machine known as
brutal a full blown Linux machine.
This computer is easily the machine with the best hardware in my home, but I have rarely used it over the past two years.
The computer has long been relegated to running the Windows only software that does the scoring for the Brutal Deluxe Fantasy Football League. This meant that I used the computer for about 15 minutes a night throughout the season to make roster moves and on nights the NFL played games it happily processed automated scoring every 20 minutes during the games. During the off season, the machine mostly sat idle or turned off. I have tried dual booting over the years and I would rather have my computers devoted to a task, which is why I never dual booted brutal.
Some months ago I decided that I would instead install Linux on the computer and incorporate a wonderful and free
VMware Server to carve out a partition to install Windows XP Pro to the host operating system. Literally, in a matter of minutes I was able to install a slipstreamed full patched Windows operating system that I can power on and off in a matter of about five seconds. I have named the new virtual machine that will be piece of the processing power behind the BDFL website,
chunk.
I can now run my preferred operating system, Ubuntu Linux on the machine for my day to day duties and host chunk, which is as simple as starting an application in order allow chunk to perform it's duties. These duties were far more CPU intensive than memory intensive and tests have confirmed that those duties have not slowed one bit on chunk. I am a huge fan of virtualization and this consolidation has given me the feeling of having a shiny new computer in my home, as well as releasing me from the shackles of wasting a machine running Windows. Thank you VMware!
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Video For Stupid HOF Voters:
This is the video made for Pro Football Hall of Fame voters. Apparently they do not actually watch football and need refreshers. tagged as: monk, hof, football, nfl - The Czabe on another Art Monk Snub:
Those who have votes year after year demonstrate their lack of knowledge of the game. tagged as: NFL, Monk, football, hof - 81 Reasons Art Monk is a Hall of Famer:
Already a Hall of Famer off the field. tagged as: Monk, hof, football, NFL - Art Monk Belongs in the Hall of Fame:
Had Monk dropped a TD celebrating or been a bad citizen perhaps the HOF committee would recognize him. tagged as: Monk, hof, NFL, football - Art Monk:
While I am not qualified to vote for who goes in the Pro Football HOF, apparently the voting committee is not either. tagged as: NFL, Monk, HOF, history
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Penny Mystery Solved
In May while inspecting the home we purchased, we noticed pennies above all the door frames. I
posted about this discovery and received suggestions on the meaning. These suggestions ranged anywhere from locks to a gateway to Hell to good luck charms.
Seems the meaning of the pennies is function rather than luck. No they are not locks to a gateway to Hell. But they fit perfectcly in the key crevices that unlock each of the internal doors to the house. After discovering our downstairs bathroom door had been locked and closed, I noticed that the keyholes were nothing more than slots for a flat head screwdriver or the like. Pennies work perfectly and the door can easily be unlocked. Seems the prior owners had problems with locked bedroom doors and their solution was a penny above the door frame.
Guitar Hero II Coming to the Xbox 360
There really are no details yet, but plenty of pictures of the forthcoming Guitar Hero II box can be found. I have been out of the console gaming loop for a number of years and I only heard about Guitar Hero in the last year when I saw commercials. I had long decided I was going the route of the Xbox 360 but I was intrigued by Guitar Hero II. Some retailers are saying March 1st, 2007, whenever it is Guitar Hero II will be a must get.
Rock the Rhythm, Lead, and Bass Guitar tracks in the follow-up sequel to the Best Music Game of the year of 2005. Form your guitar duo and shred riffs cooperatively or go head to head in all new multiplayer modes. With over 70 tracks to rock out to, you'll go from Guitar Hero to Guitar god in one press of a fret button. Choose from multiple rock characters and jam at concert venues that grow in size as your rock career progresses! You will start your rock career playing small clubs and bars, but if you play well you will work your way up to stadiums and arenas.
For those who are not familiar with Guitar Hero, you can use a replica guitar like controller in a bundle with the game. Anyone who has played some air guitar can find enjoyment from this game. No doubt with Xbox Live the Xbox 360 version will feature downloadable tracks and perhaps venues.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Two Kettles Rolling
Tonight the home brewery will have not one but two kettles of beer brewing. We are brewing two recipes as well as sampling our Chocolate Oatmeal Breakfast Stout for the first time. Our crew will be manning two Propane burners and managing the recipes for our first batches of 2007.
I will definitely try to get a picture of the two separate turkey fryers not frying turkey but brewing wonderful homebrew. This is a first for us and it may get kind of hectic, so I will see if I get a moment to snap some photos.
The sampling of the Chocolate Oatmeal Breakfast Stout with dark and sweet chocolate as well as Sumatra and Kona coffee additions is definitely something we are all looking forward to.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Linux Kernel in a Nutshell:
tagged as: books, free, howto, reference, linux - Tagliabue, Thomas among 17 Hall finalists - NFL - Yahoo! Sports:
Will Thermal and Monk finally get their due? tagged as: nfl, hof - NSLU2 - Wikipedia, the free encyclopedia:
tagged as: linux, hardware, storage, networking
Christmas Booty
I really have been side tracked since just before Christmas, a combination of Internet connectivity issues and probably a little boredom. Trying to break the silence, I thought I might post some of the items I received for Christmas.
Of course a few years back someone obviously reading the website noticed I am a fan of zombie movies and gifted me Max Brooks book The Zombie Survival Guide. Julie gifted me Max Brooks newest book, probably soon to be a movie, World War Z.


I have always been a fan of the movie, A Christmas Story, based on Jean Shepherd's novel. Thanks to Julie, I now have the novel.


Having an interest in the mysteries of math, I thought the following book sounded interesting. I will now be able to find out if it really is interesting.


I received three homebrew recipe books that I will definitely use for research on my own recipes as well as try a few of those in the books. All three books have awesome information and some very interesting recipes. One of the books I received from Julie's parents and the other two Julie gave me for my birthday, which was earlier in December. Here is one of the books I received.


This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Dads Against Overpackaging
My hands and fingers are still healing from the countless plastic and cardboard cuts, mainly from Fisher Price toys. I have to say that the twist tie market must be the most lucrative business in existence. Invest in the companies that make twist ties now.
Would someone please explain to be what is up with the insane amount of plastic, cardboard and for the love of God twist ties on toys, particularly Fisher Price toys. As a parent, the primary parent who ends up unpacking this stuff, it really turns me off toward the the companies that do this. I actually unpack most of the toys for my kids prior to Christmas and the reason is because of the packaging. What kid wants to wait 15 minutes for their toys to be unpackaged?
I cannot even tell you how many twist ties and layers of plastic concealed some of the items. Of particular confusion was the apparent bondage fetish that Fisher Price seemed to display with their packaging of some baby dolls. You read that correctly, they not only binded the dolls inside the packaging but also binded the ankles and wrists of the doll together. Um... Why?
For the record, the Hess Truck was probably one of the most sensibly packaged toys. Although some might point out that they could replace the styrofoam with cardboard, the toy is easily unpackaged and repackaged. Most toys you could never do this with, and considering the vast majority of the Hess trucks go to collectors, the packaging is likely saved.
I saw a news report on the excess garbage after Christmas, the overpackaging of toys is a big reason for this, not so much wrapping paper.
Internet Down update
Some time on Christmas Day I lost my Internet, but I will be back soon. I actually lost it for several hours on Christmas eve as well. So if you were wondering, I will be back and I have several back posts to share once I get things rolling again at home. Hope everyone had a Merry Christmas, Merry Xmas or whatever the plethora of other names used for this time of year are.
Update: We will be offline until Friday. Comcast has such great customer service.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Mini Christmas Tree
I picked up this mini Christmas tree a few weeks back. I thought it would do well in our sun room and it has. I did receive some care instructions for it, but nothing in the way of telling me what kind of tree it is. I snapped a quick photo of it with my Razr camera phone. I tried doing an image search on conifers with white needles, and pine with white needles but so far I have not had any luck finding out what kind of tree it is. Does anyone have any idea? The tree or shrub has fuzzy white needle like leaves.
After Christmas the care instructions say I should transplant the tree to a larger pot and move it outside to a bright location that does not fall below twenty degrees Fahrenheit. I think instead I will transplant the tree and keep it in the sun room. The room gets pleasantly cool during the evening and I certainly do not think it would be good for the tree to continue to bring it inside if we experience a cold spell and then put it back outside. Instead I would like to keep it inside until we get past the coldest months and then move it outside to the patio. I would like to find out more about the tree and hopefully some more care instructions.
Xbox 360, Color Me Impressed
This Christmas I decided that it was time to bring a gamesystem back into the Buffington household again. Sure over the past few years I have enjoyed gaming classics with emulators on the computers. But I have not owned a gamesystem since the
Sega Dreamcast and I gave that system to a friend of mine for his kids back in 2001. I was basically fed up with gamesystems that failed to support those who purchased the systems.
I perused the gamesystems this year, deciding Jake is now to the point where I could sit down and actually play some coop games with him. Plus whether Julie will admit it or not, she likes some games as well. This is a gift we can all enjoy, especially me. ;) I absolutely refuse to pay the price that Sony is asking for the PS3 and I cared even less for their shortage crap at release. I love what I see from the Nintendo Wii, but I have this fear that it might be another Dreamcast. So I decided to get an Xbox 360, because although it is a little pricey, it is a DVD player, can accept my iPod via USB to play music and actually be functional within my entertainment system. All for about $300.00 less than a PS3 and the gamesystem has been out for over a year with an impressive library.
One thing I really like about these new gamesystems, wireless controllers. Gamesystems always looked messy with those controller cords wrapped around the controller or stuffed in an entertainment center. I decided that I would hook up the system before Christmas, because I will have enough to do that night without climbing behind the entertainment center messing with connections. The other reason is that I can put the controllers away and Jake will not even notice the unit sitting inside the entertainment center.
Last night I decided to turn it on figuring there would be some setup needed for Xbox Live. I wanted to make sure the network connection worked and I also wanted to try out the daddy only game,
Dead Rising, a game based on the classic tale of zombies and a mall. Let me just say, "WOW", and I only played for about 20 minutes. The rest of the time was spent playing the classic arcade version of
Gauntlet, which was available for a few dollars for download from Xbox Live. The XBox Live interface, system and services are all impressive.
Another old gaming buddy of mine who lives in Frederick, Maryland also recently purchased an Xbox 360, so that was a factor in my decision as well. He and I talked about eventually deciding on a game, probably football, to play online in coop mode. Even toying with the idea of entering a tournament or two, they have those on Xbox Live.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Christmas Shopping 2006 Finished
In recent years it seems that it has become a tradition that the final gift I purchase is the Hess Trucks. It seems I have written this exact post before. For those that live elsewhere and are not privy to the Hess Toy Truck, the company has produced a toy truck for Christmas every year since 1964, except for 1973, 1979 and 1981. I have been getting my son two trucks every year since he was born. If you watched the Macy's Parade this year you might have seen the Hess Toy Truck float in the parade. I get two trucks every year, one to give him as a collectors item that never leaves the box and another that I put under the tree. This will be his 6th Hess Toy Truck and he still plays with all of them.
This year I made the Hess employee happy when I entered and asked for two trucks. She informed me that my purchase was the 99th and 100th for her store in the last three days. Apparently Hess was running an incentive program for this weekend for any store that sold 100 trucks. My purchase earned the employees of that store a holiday bonus.
This years model has 32 lights on the tractor trailer, the most ever that have actually been lit. There have been models with more lights but not that many actually lit. The toy trucks are really well made, every one that I have purchased still works and not a piece has fallen off. Looking back through the years on Hess Toy Truck dot com I was surprised to see that a tanker truck has not been made since 1990. I remember growing up and seeing the commercials, a lot of the models in those days were tanker trucks. It almost seems we are long overdue for a return to a tanker truck, at least for one season.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
It's Beginning To Look A Lot Like Christmas
Over the past couple weeks I have been accumulating some official seasonal brews. I have already enjoyed at least some of all of the beverages you see pictured here and none of them have disappointed. Having no idea what the Christmas season has to offer me yet, I can only say that this has been a very nice start.
Each year I enjoy
Starbucks Christmas Blend, and I can say that I always find it an enjoyable brew. We have actually been enjoying it here since before Thanksgiving and we drank several pots of the Christmas Blend last weekend. Most of the Winter and Christmas beers that my friend Deuane hooked me up with I have not tried before. I have had
Weyerbacher's Winter Ale before and have always enjoyed all the offerings I have had from Weyerbacher. The other seasonal I have had before is
Troegs Mad Elf, which is a massive beer. I like the Mad Elf a lot and because of the 11% alcohol by volume it is an excellent candidate for cellaring. I will be saving some of the 2006 Mad Elf for Summer tasting and at least one bottle for Christmas 2007. For the record, Troegs had a single batch beer called Naked Elf without the cherries and honey and I liked it even more than the Mad Elf. Hopefully they will brew Naked Elf again this coming Summer.
The rest of the beers that I have for this Christmas I have not had before. We start with
Sly Fox Black Raspberry Reserve. I actually have two bottles of this interesting beer and I have not opened either of them, I will probably drink them for Christmas dinners and perhaps one for New Year's Eve. While visiting Seattle earlier this year I visited Pyramid Breweries and I have now had pretty much all of Pyramid's regular offerings. Over the Summer I had their Summer seasonal beer and now for the first time I have had
Snow Cap Pyramid's Winter seasonal. I have had one of these and I enjoyed the beer, having had their Weizen beers this was a big change from what I am used to from Pyramid. Deuane was pretty excited about
Anchor Brewing's Christmas Ale which even if I had tasted it before it would not matter. Anchor has been brewing a Christmas Ale for 32 years and they change the recipe and they also keep the recipes a secret. I would like knowing a little bit about the beer, but I can respect tradition. Anchor's Christmas Ale for 2006 is good and it is dark, so it is right up my alley. The final Winter beer I currently have in my beer cellar is
Tommyknocker Cocoa Porter Winter Warmer. I have two bottles of this and I have had one of the bottles so far. I was not sure what to expect from this Winter Warmer and the taste surprised me. The best way I can explain it is that it has a chocolate sour taste to it. It was not difficult to drink, but the taste definitely let you know it was there each gulp.
I am sure I will stumble across a few more Winter beers, especially since Winter does not start until later this month. Also, tonight marked two weeks in the bottle for our Christmas homebrew. So in another week or so you will no doubt be seeing a photo of a refreshing pint of our Christmas Porter. We also brewed our Oatmeal Breakfast Stout last weekend, it is currently racked in secondary. I will be bottling that interesting beer next weekend and with real coffee and chocolate in the beer it might pick you up as much as it knocks you down.
Airport Express Opening on BUFFNET
Julie received the birthday gift she had ordered for me the other day and rewarded me with the gift early. This years gift is an Airport Express, which is a gadget I have been eyeing for some time. The benefit of presenting the Airport to me early was that I had an opportunity to set it up for the Christmas Holiday.
Though I unpackaged the Airport a few days ago, today was the first day I had an opportunity to sit down and configure the device. I added it to my existing network, "BUFFNET", adding the Mac Address of the Airport to my Mac Filter list. Once I decided how I was going to configure the Airport I had it up in a matter of minutes. We had an official Airport opening and I was able to access and stream music to the Airport via any of the iTunes incarnations on my network. I walked into the family room and with a push of a button had Christmas tunes flowing through our powered speakers.
What is nice is that I can constantly keep random music streaming on a computer on the network. Whenever I feel like it, I push a button in the family room and we have music to listen to from our libraries ripped to the computer. If I want to change anything, I can do it with any computer attached to the network.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Danger is Awesome So Far
I am running down hill on my
NaNoWriMo Novel. All the main characters are developed, their adventure setting has been laid out and the plot has been pretty clearly defined. At this point I am heading toward the finish of the novel. No doubt I will need to add a couple extra surprises here and there so that I do not wrap things up too quickly. But do not worry, I have a few more ideas for some cameo appearances that will no doubt add to the super stardom of my novel.
Here are some of the highlights so far, our main hero is a guy named Ryan "Danger" Awesome, hence the title of my novel. My title and character are sort of a play on the Bourne Supremacy movies. So if my hero survives, perhaps there will be a sequel, "Danger is Still Awesome". Some other highlights of the novel are, a talking pet crow named Daemon, Undead Marine Sysadmins and Beer Ninjas. I do not know about you, but all this sounds like a great movie to me!
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Out Numbered
I thought it was time I make the annoucement here on the website. Julie and I are expecting our third child in May, we will officially be out numbered. We were pleasantly surprised to learn that
Alex and Melissa are expecting their second child in the same time frame.
We will wait until after we find out if we are having a boy or a girl before we do any nursery decorating. Actually, we will be waiting until after the holidays now that I think about it. So the new baby will have the first newly painted and redecorated room in the new home. Thankfully that bedroom is a mostly empty room, only two bookshelves and a small desk. So some simple items to move and we will have an empty canvas to work with.
NaNoWriMo Week One So Far
For the past five days in my free time I have been pounding away on the keyboard and racking my brain and imagination in my quest to complete
NaNoWriMo 2006. If you view the counter I have on the right side of the page you will see I am doing quite well, averaging well over the 1667 words you should write per day to complete the challenge. I am also using my homebrew, to borrow a term, text editor
BuffEdit.
Although I will be the first to tell you that my novel sucks, yeah it sucks but I am writing it in 30 days for crying out loud. I must say though that I think it is better than my 2004 novel, the experience of the past two years is a big reason for that. First I realize that a weak idea will only get you about a quarter of the way toward your goal and secondly because I realized no preparation will only get you 1/10th of the way toward your goal. This year I based my main character on a real person and I took notes. I also used subjects that I find entertaining and have thought about before. For more details, I might tell you if you email me, though talking about the full plot prior to completing the goal is kind of a no, no.
Using my own text editor has added a new dimension to the challenge. I am finally giving BuffEdit a real workout and what I am finding is that it has some issues. I have not found anything that I would classify as major, just minor items that can be fixed and/or improved after November.
I am starting my new job tomorrow so that was another reason I wanted to get a good start. I am not sure what demands as far as after hours work, if any, that the new job will entail. If I finish this years NaNoWriMo challenge, does finishing two novels officially make me a novelist? I think so, it at least solidifies my ability to spew words down on paper for 30 days straight. How are the rest of you doing NaNoWriMo making out?
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- HP-UX:
Another Unix varient for Scott? Maybe... tagged as: HP-UX, unix
NaNoWriMo Again
We are nearing the end of October and it is
NaNoWriMo time again. For the third consecutive year I signed up, but with all the stress related to finding a new job I was not sure I was going to actually participate. Yesterday the burden of finding a new job was lifted, you can email me for details if you are interested. So I am going to continue with the planned novel for this year,
Danger Is Awesome, an action, horror, comedy.
The first time I participated in NaNoWriMo, in 2004, I completed the challenge. Last year I planned very little about my novel and I failed miserably. I have a few notes jotted down for this years novel and if I get a good start, I can probably make a good run of it. The start is the key, and also getting around the first real roadblock when you realize all your ideas barely get you a quarter of the way to 50,000 words. I managed to slay those demons during the 2004 NaNoWriMo and I actually finished the novel early. Last year the start was horrible, and by the middle of week 2 I gave up.
If any of you are going to take the NaNoWriMo challenge this year, I would love to hear from you. At least keep me updated on your status and I will do the same. I will most certainly know by the end of the first week whether I have a real shot at completing this years novel.
Pumpkin Ale 2006 and Brewing Get Together
Sunday evening saw my
my brewing partners and myself getting together once again to sample some beers and of course brew our next batch. The full crew arrived this time around, much like the night we brewed our West Coast IPA. That means in addition to the aforementioned folks, Brett and his brother joined us and even brought some Pumpkin Ales along. The highlight of the evening was the official unveiling of our own Pumpkin Ale that has been in the bottle for about five weeks.
The beer we are brewing this time around is a Christmas or Holiday Porter. Some of the interesting ingredients in this batch is the addition of cherries to the primary fermentation, maple syrup and vanilla extract. While brewing we sampled Michigan Brewing Screamin Pumpkin Spiced Ale, which is a tasty light Pumpkin Ale and Weyerbacher Brewing Company's Imperial Pumpkin Ale, the mother of all Pumpkin Ales.
As mentioned, we chilled some of our own Pumpkin Ale and we all tasted it while the Holiday batch was boiling. All I can say is wow, what a fantastic Pumpkin Ale. Complete with a great scent, good pumpkin taste and a pleasant bitter finish to let you know the hops are there. Our rendition of a Pumpkin Ale rates up there with the best I have ever tasted, and the way it finishes with hops while still presenting a pumpkin flavor is a nice testament to the effort we put into producing a great Fall beer. Producing a beer like this is the reason why I enjoy Craft beer and why I wanted to homebrew in the first place. We did not just make beer, we made an interesting and very tasty Pumpkin Ale that I would be proud to offer to those who appreciate good beer. That is if I did not want to keep as much as possible for myself.
Once I move our Vanilla Cherry Porter to secondary, I will be sure to post pictures. Since a decent amount of 100% pure cherry juice will find it's way into the beer, it will be interesting to see the coloring produced. For the record, the next beer we are planning is a Breakfast Stout, complete with oatmeal and real coffee.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
I No Longer Need MS Windows
OK, so it was even easier than I thought. For some time I have thought about permanently moving all my home machines away from MS Windows. There was very little reason why I still needed it in my home. I mostly use a Mac Mini for most of my computing, and over the past year I have become a big fan of
Ubuntu Linux. I kept Windows around to use
FFLM for the
Brutal Deluxe Football League and I basically created a few other reasons so that I did not feel badly about having Windows on my fastest desktop.
Truth be told, I never even tried running FFLM using
Wine. I tried Wine a few years ago with a much more advanced Windows application and I never managed to get it to work properly. So what spurred me to finally try it? I just got to thinking that FFLM used just the standard Windows API and would probably run just fine. I was right, I simply installed the application by executing the installer with Wine, walked through the install just like it was running on Windows and then executed the application with Wine. After transfering over the league file and template changes that I have made over the years, the application worked like a charm. I will be executing the live updates from Linux this weekend, and if all goes well, Windows will have worn out it's welcome around these parts.
I mentioned above that I have become a very big fan of Ubuntu Linux. This distribution is so impressive. When I downloaded the FFLM installer, the file was automatically associated with Wine. Sure I knew what to do with the file, but it was nice not having to do anything but have Wine execute the file. The more I use Ubuntu the more I am impressed with all the little features that I find. A few months ago I turned a friend on to Ubuntu, he had never used Linux before, but I would classify him as a Windows poweruser. That being said, he now has two or three computers in his home converted to Ubuntu.
Do not be fooled by the screenshot, it might look like a Mac, but it is Ubuntu, it is just another great feature of using Linux. With no added utilities, I can easily theme the desktop to look exactly like I want.
Why I Am Cool And Chicks Dig Me
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- BD Podcast: Week 4:
tagged as: f, ootball, podcast, sports, fantasy, NFL - BuffBrowser Beta:
A simple web browser for Mac OS X tagged as: cocoa, software, freeware, osx - Linux.com | Keep your Web site online with a High Availability Linux Apache cluster:
tagged as: apache, howto, linux, unix, cluster
California-style IPA
Tonight myself and my
brewing partners got together for an impromptu tasting of our California-style IPA. Since they were here, we also tasted a small sample of our Pumpkin Ale, which has only been bottle conditioned for one week. After letting the IPA breath, I think we were all happy with the outcome. As far as the Pumpkin Ale goes, I stand by my initial thoughts, it is all natural and a decent Pumpkin Ale. We will see how it matures in another few weeks.
The California-style IPA is pictured and that was the beer that I was most looking forward to tasting. Nugget, Warrior and Yakima hops flavor our IPA and the hoppiness was noticeable in the scent and taste of the beer. As the beer warmed a bit, the flavor really settled in and stuck to the tongue and we all finished our glasses excited with the outcome.
Deuane and I happy with the hop flavoring talked about potential additions of more malt the next time we brew our IPA and also talked about a holiday beer brewing get together later this month. Great minds think alike, because prior to meeting Deuane I had wanted to do an IPA, Pumpkin Ale and a Holiday beer. Early thoughts on the holiday beer have a variation of vanilla and cherries in the mix. Definitely a bold but exciting undertaking.
The best part about all this brewing is that the Buffington Beer Cellar is becoming more and more stocked with a nice variety of beers. Once the Pumpkin Ale bottle conditions for another few weeks, I will post a picture. It will be fully ready just in time for Halloween.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Vietnamese Coffee
Usually on Fridays the guys at work and I go out somewhere. Most days we all eat at our desks, so we try to get out of the office at least one day a week. For today's lunch we decided to visit a local Vietnamese restaurant that we eat at from time to time. Every time I have eaten there, I have always gotten the food to go. But today we decided to sit down and eat at the restaurant. Wow, am I glad I did, because I had the opportunity to enjoy a new coffee experience.
One of my co-workers only lives a couple blocks from the restaurant and visits it often. His first words to me when we decided to stay and eat was that I had to try Vietnamese Coffee. Never one to shy away from coffee, I was game. When the coffee arrived at the table, I had to admit I had never seen this method before.
Atop my clear cup sat a Vietnamese coffee filter, A Vietnamese filter is a small coffee pot. It looks like a hat and sits upon the top of a coffee cup. Inside is a chamber for coffee and room for hot water. The Vietnamese filter seemed very basic, simple and best of all it made a wonderful cup of coffee. On the bottom of the coffee cup I saw what looked to be a heavy cream, the coffee was slowly filtering through and looked to be dark and strong. The cream was actually condensed milk and typically contains sugar and is heat processed with steam. Steamed milk has different physics from non-steamed milk and tastes better when used in coffee. Basically the water slowly drips into the cup and when it stops your coffee is ready.
I decided to stir up my Vietnamese coffee, but some drink the coffee and save the condensed milk for the end. From my reading, either is fine, it all depends on your taste or style. If you ever visit a Vietnamese restaurant, which I urge you to try, you have got to order a Vietnamese Coffee. You might find yourself going back for just the coffee!
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Happy Early Halloween To Me
Tonight I bottled the Pumpkin Ale, two cases of Fall brew. I have been anxiously awaiting the opportunity to bottle this brew, having had a fantastic Disaster Recovery Test at work and returning home early, tonight was the night.
While bottling I decided tonight was also the night to attack the growler filled with my American Honey Wheat. I also received an additional treat when I reached the bottom of the bottling bucket. Only enough beer was left to half fill a bottle, certainly not worth capping that bottle. So I decided to try the non-carbonated Pumpkin Ale, and WOW am I happy that I did. We of course used fresh roasted pumpkin and a host of spices you generally associate with pumpkin pie. The beer tasted very smooth and there is a perfect pumpkin flavor to the beer. Many pumpkin ales come across with a fake almost artificial pumpkin flavor, common especially with cheap pumpkin ales.
Judging by my taste tonight, and this is unbiased, our Pumpkin Ale may very well be the best tasting Pumpkin Ale that I have tried. It certainly makes using all fresh ingredients worth it. I have no doubt that my
fellow brewers will be happy with the outcome.
The Other Scott Buffington
From time to time I view my webstats, usually to amuse myself with the various search terms that result in folks finding themselves here. I noticed a jump in the amount of searches for Scott Buffington in the past few weeks. There sure seemed to be a lot of folks looking for my website, or myself I thought. So I did a quick Google search and found that there is another
Scott Buffington in town.
Not just another Scott Buffington, but a musician and artist to boot. I checked out some of Scotty's music courtesy of
CD Baby and was impressed. I know we have some independent music fans around here, including myself. Be sure to give Scotty a listen.
Not only am I jealous of Scotty's artistic abilities, he has a lot more hair than I have too. Scotty is an extraordinary gentleman too, he dropped me an email and
bought me a drink when finding my humble abode. It is obvious his new website was the cause of the jump in folks looking at Nitevilla via the Scott Buffington searches. Welcome to the web Scotty!
Pluto
My entire life Pluto was the mysterious planet furtherest from the Sun in our solar system. Last month some blow hards from the International Astronomical Union (IAU) formally downgraded Pluto from an official planet. I think they should leave Pluto alone, so I signed the Pluto Petition. You should form your own enlightened opinion, and read the facts from the real experts. Stop messing with our planets IAU!
UPDATE: Shortly after publishing I read a lot more on the subject and the downgrading of Pluto makes some sense, but I am still not on board. Pluto is a dwarf planet for now and is part of the Kuiper belt and hey, Pluto is still cool. I am still excited about the New Horizons mission. I still support those in favor of keeping Pluto a planet, because in the grand scheme of things, what is the big deal. Besides I have a magnet from the Air and Space Museum that says 9 planets.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Linux Gamers' Game List:
I am using Linux a lot more. Some good free entertainment. tagged as: Linux, games, gaming - THE BEST ZOMBIE FILMS OF ALL TIME:
I have seen many of these, but there are a few that I will have to add to my Netflix queue. tagged as: movies, zombies - What you used to use to check other users "blog".:
I occasionally fill out my .plan and .project at work and my blog has always had a throwback name associated with the Finger_protocol. Some people get it, I sometimes receive emails from people mentioning my reference to my dot plan. tagged as: unix, linux, finger, .plan, .project - ArmchairGM - 2006 Version of Tecmo Super Bowl - Sports Wiki, Sports Blog, and Sports Resource:
Who did not get into these? tagged as: football, gaming, games, sports - Is PHP The Cure For The 'Broken' Web?:
I really like PHP... I have tried Ruby on Rails and as a beginner, felt like I lost some control over my application. For now, I still wave the PHP flag for web development. tagged as: php, programming - Brutal Deluxe Football Podcast, Week 1:
This is our sixth 2006-season Brutal Deluxe football podcast. Alex and I look at the BDFL after our first week of regular season games! We also review the various NFL pre-game shows, the week 1 NFL games themselves, and our picks for week 2. Of course, we tagged as: football, fantasy, NFL, podcast, sports - super OS X menubar items:
tagged as: osx, apple, tools, utilities, mac, software
My American Honey Wheat Ale
This brew has actually been ready and actively consumed for several weeks. Those at the
BDFL draft were treated to it. Since I have not really blogged any brewing photos for a while, particularly shots of the finished product I thought I would share one with you.
I actually have the West Coast IPA ready ready to drink in bottles as well, but I want to wait for the guys who helped brew it to be available before I try it. Problem is, I am going out of town on Wednesday and may not return until Sunday. So you might be waiting a while for a report on how it turned out, we are expecting it to be very
hoppy with a decent kick. Then of course, come October, we will have our very own Pumpkin Ale to consume. The beer cellar is going to be full for the holidays. That is not a bad thing.
Schaefer Beer Lighted Sign
A few weeks ago Julie's dad brought this old lighted beer sign over for the "Guy Room". He has been keeping an eye out for older and obscure beer signs and antiques. I am sure some of you have heard of Schaefer Beer and others may even still grab it in 30 packs.
I cannot say that I remember Schaefer beer at all. In the first half of the 20th Century it apparently was the world's best selling beer. The spot was relinquished by the 1970's to Budweiser. Schaefer beer traces its beginnings back to the 1840's in Wisconsin. The demise of Schaefer seemed to occur somewhere in the 1970's and 1980's as Schaefer tried to take on Budweiser and the other big breweries in the advertising wars. Schaefer also at the time made the mistake of doing what the other big breweries did and adding additional adjuncts to replace traditional grains, to make their beer lighter-bodied or cheaper. This was a big mistake that probably cost them a large portion of their loyal customer base.
Schaefer was purchased by Stroh's Brewing in 1981, Pabst purchased the Schaefer label when it bought Stroh's Brewing Company in 1999. Schaefer beer is now the beer for those on a beer budget or perhaps if you want a trip down memory lane. I have not tried Schaefer beer and I am not even sure if it is available in the Harrisburg, PA area. Since I have become a sort of beer geek, I cannot imagine I would enjoy a beer loaded with adjuncts. All the same, I do enjoy my Schaefer Beer lighted sign proclaiming my guy room the "friendliest place in town".
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Clock - Free Online Alarm Clock - onlineclock.net:
I could use this in Hotel Rooms when I travel for work. Beats fiddling with the ones in the room. tagged as: clock, alarm, utilities, time, tools - BD Podcast: Preseason 4:
Our final preseason podcast, we benched the review of preseason games and talked about our sleeper starters. We're ready for the regular season! tagged as: podcast, football, NFL, fantasy - College Football Stats:
Streeter turned me on to this site. tagged as: sports, college, football, statistics
Warrior Needs Food Badly!
Today at work one of our young additions to the sysadmin group uttered a phrase that I assumed only a few of my friends and I used in general conversation, "Warrior needs food badly!" Many times when my buddies and I use a catch phrase from the classic arcade game
Gauntlet I thought that just about anyone hearing us would not understand the reference. How silly of me, it seems according to the wikipedia article and other references abroad that others remember the classic phrases echoing the halls of the 1980's malls.
Throughout the years whenever hungry after football, golf, tennis or whatever, we would be cruising somewhere to get something to eat and someone would utter something like, "Warrior needs food badly!" or "Blue Wizard is about to die!". I think I even remember a time when someone knocked over food or beverage and a friend saying, "Elf shot the food". The narrator's voice in the game could always be heard around and near arcades in the mid 1980's.
One of the game's features was the narrator's voice. It would frequently make statements reiterating the game's rules, including "Remember - don't shoot food!" and "Warrior needs food badly!" Occasionally, the narrator would encourage (or mock) the players in the thick of battle by saying "I've not seen such bravery!" or "Let's see you get out of here!" A memorable statement of the game occurred when a player's "life force" points dwindled to the point where he or she was in jeopardy of dying permanently: "Your life force is running out" or "Valkyrie...is about to die"!
Those were great times, Gauntlet being a four player game, is one of those great games that would be cool to have in one's game room. I even played most if not all the Gauntlet iterations that were available for the various home gaming consoles. They were all fun if for nothing else but to travel down memory lanes and those Friday nights shoveling quarters into the various arcade games.
Stomping Grounds Natural Expresso Lattes
Can a cup of coffee embody the spirit of a special place and time? I do not know about that, but I do know that for an instant espresso concentrate, Stomping Grounds have embodied the taste of a proper espresso latte. About a week ago
Stomping Grounds contacted me about trying their product and sharing my thoughts with my readers. I am certainly never one to turn down a cup of coffee. I will admit though, that initially I had my doubts on whether I would like "The Worlds first first pre-packaged espresso".
The samples arrived today from Portland, the standard Espresso and the Vanilla flavor were the samples I received. My expectations rose when I looked at the ingredients on each container. Both contained actual coffee and espresso and the ingredients were indeed all natural. Ever look at the ingredients on most instant style coffees?
I followed the amazingly
simple preparation, which requires your choice of milk only. The concentrate poured nice and black, instant coffee as a liquid, who would of thought.
(That was a hint to other instant coffee makers.) If you are going to do instant coffee, Stomping Grounds has the right idea. Julie, who only likes sweetened coffees, such as lattes or your standard cup of coffee with lots of half and half and sugar tried the first cup. I added no sugar to the drink, just a 1/3 of the mug filled with coffee concentrate and the rest of the mug filled with milk. A beverage cycle in the microwave and it was ready to drink. Julie loved it!
I made myself a serving and I have to say that I love Stomping Grounds Espresso Lattes from concentrate. I would compare the taste to just about any latte I have ever had at your local coffee shop. Seriously, folks, it is that good. I imagine that enjoying it cold would be similar to the cold, sweetened coffee beverages by that coffee empire that you find on every city block. As most of you know, my standard coffee preparation is black, no additives. But for a special treat I do enjoy lattes on occasion and Stomping Grounds concentrated lattes fit the bill. Though they mention sweetening to your taste, I really urge you not to bother.
Stomping Grounds also asked me to share the following FREE offer to the first ten of you to take them up on the offer.
We will also be happy to send a free box to any of ten of your friends. All they have to do is send an email to sip@stompinggrounds.com and mention your weblog -- oh and send their snail mail address.
So there you have it, send them an email, mention Nitevilla and of course include your mailing address(snail mail address). It is worth mentioning, this is an honest review, I received free coffee to sample, just as I am offering ten of you, nothing else. As always, the review is from the stomach, err, heart, not my wallet. Check it out and try it for yourself, and do not say I never gave you anything.
Still Blown Away
I decided to unearth my long lost text editor that I have been developing in
Cocoa for about a year or so on my Mac. As I opened
Xcode I realized and cursed again how difficult it was to develop on the Windows platform. Before I go off and sound like a fanboy, hear me out.
Back a few years I decided that I wanted to do some programming on
my computer. Being what I consider pretty darn computer literate, I was dismayed and frustrated how difficult it was to get the tools I needed on Windows. I ended up going with a compiler that I downloaded somewhere for free that was missing all the bells and whistles that the Microsoft compilers had. But they were not free, and actually in my opinion were outrageously expensive, especially for someone who was only looking to do hobby programming. Sure I could do it with the open source alternatives, and for the most part I could probably get by. But it got me thinking, there is no way your average run of the mill computer user was going to easily get started and this difficulty was probably destroying some kids dream of programming out there. How many programmers never were because Microsoft created such a difficult environment to begin programming with?
In their defense, I believe Microsoft somewhat realized their mistakes and we see
Coding4Fun. Still though, for the most part I have to say that getting the tools and getting up and running with programming has been so easy on the Mac. They have won my support, at least in the short term with Xcode, a FREE full powered development tool. It is a nice feeling when I feel like I am encouraged to write applications for my operating system, rather than struggle with finding the development tools I need.
How Scott Spends His Weekends
Julie works the weekends, so I have to find a way to entertain myself and the kids at the expense of the three Chihuahuas that I inherited. Not manly enough for you? Don't knock it, the losers are barbecued up over an open fire. Julie's are pretty fast, so far I have not had to explain why any of them are missing. Before you ask, it tastes like chicken and turns out surprisingly tender.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Another Season Scrambling For Live Stats
The first season of the
BDFL saw us using one of the online resources,
NFL.com I believe. We left that service when for one or two seasons they offered no free fantasy football. Judging from them now offering free leagues I can only assume that they lost most of the folks that started playing on NFL.com. Since that time I have mostly enjoyed building the Brutal Deluxe Football League, adding many features that the other resources out their offer, but not usually done very well. Probably the biggest feature we are missing is the live drafting feature, but with that missing, the draft has become more social than it would have ever been otherwise.
Since going solo with our league I have used the
FFLM software to produce the statistics and scoring for the league. I have been pretty happy with this software, the yearly fee has remained the same and the software just works. Yet I have not seen any improvement in the software and it lacks a feature that the publisher of FFLM seems intent on not adding. The feature is is an automated update and upload of the statistics as they are updated every 20 minutes or so. There used to be third party pieces that handled this for you, but each season the third party pieces have been left stagnant and end up not working with FFLM. Once again this season I have hacked together an alternative so that I can automatically update scoring without me having to even be at home.
I really feel the reason that FFLM does not add this feature and others is that they are trying to pressure their users to start using their
My Fantasy League service. I play in a league on this service and I have to say I am not really impressed. Plus, I enjoy writing and maintaining the backend of the Brutal Deluxe website. As far as I can tell, the owners seem happy with the Brutal Deluxe website in it's current incarnation. Each season I try to come up with ideas for new features so that we somewhat keep up with the Jones.
While I would not want to go backwards in what I currently offer on the Brutal Deluxe website, I cannot help wonder if I could get the NFL stats live, just as the folks at FFLM, Yahoo and so many others, if I could code the engine to process the stats. Since I would only have to code them for our rule set, rather than dynamically for all sorts of different scoring systems, I think it would be an interesting challenge. I assume the aforementioned services pay a fee to get the statistics live, I wonder how expensive it is to get this information.
I think it would be a fun challenge in number crunching to see what I could come up with, using either
C or perhaps
Python. It is fun to toss around the idea, but so far I have come up empty finding easy access to NFL live stats in something like
CSV format. Doing so would also free me from the need of using a Windows only application. I am not kidding myself though, keeping track of all NFL players, and listing all the numbers as nicely as FFLM does the job would keep me busy for probably the entire off-season with no guarantee of successfully reproducing the same quality output. It would still be a cool
Open Source project, that's right, I would Open Source my work. I imagine making it Open Source could speed development some.
UPDATE- Scratch this idea, access to live NFL stats updated after each play in a game comes in at an estimated cost of $2,000 to $3,000. IMO, that is just sad. Inspirational Sign
Play Like A Champion Today sign. This is the sign that hangs in the staircase leading to the Notre Dame tunnel. Traditionally, ND football players touch the sign for inspiration and luck before taking the field. I love the traditions of college football, and I view the tapping of the Play Like A Champion Today sign along with Howard's Rock at Clemson to be two of the coolest traditions in college football. I thought having something like this as I enter my home gym, basement, guy room and/or beer cellar would be really cool. Most basement stairways look painfully plain.
But, alas, I am a Penn State Nittany Lions fan, and there is just no way I can put something related to Notre Dame in my home. I respect your history Notre Dame, but I just cannot do it. Putting a rock at the top of the basement steps also came to mind, but I really do not think Julie would like a rock on a pedestal sitting in the kitchen. Actually, as cool as Howard's Rock is, I just never seriously considered this, it just does not belong in the house. So, I had to make my own inspirational sign.
I think I originally had such an idea for a sign many years ago, but I really was not sure how on Earth I was going to make the sign I had pictured in my head. Something simple, just like the sign at Notre Dame, but something durable that would last a lifetime. Today of course, with a plethora of clipart at my fingertips and many Internet businesses willing to print and ship such a sign, the decision and work on my inspirational sign all came together in a matter of hours. Since I also ran the idea of decorating the stairway to the basement with vintage tin signs by my significant other, I felt the idea even more fit the decor I was going for. I give to you, my
Buff's Gym, Train Like A Champion Today sign. The sign arrived today, and my new inspirational sign came out just as I had pictured it in my head. Now that the sign is hung, I will have to give it the first test run tonight and schedule an evening workout to see if I find the inspiration and luck of the college football traditions that inspired the idea.
I took a closeup of the sign and a picture of the sign from the top of the steps. I wanted the sign to take up a good portion of the width of the stairway and be in a location perfect for slapping one's hand on as they descend into the depths of Buff's Gym. If I may borrow a quote from our current President, and this statement carries more weight when I use it. "Mission accomplished."
What Has Scott Been Brewing?
I have not blogged about any of my brewing experiences lately. The last brew really mentioned here was my American Style Honey Wheat, which seems to have quite a following already. Believe it or not, I have been busy with my new homebrew crew. Do your recognize the guy in
this photo?
Two weeks ago I got together with the crew and we brewed a very hoppy California Style
IPA. I will be bottling our IPA Tuesday night.
That is not all though, we got together tonight and brewed a beer type that I have wanted to brew since I began homebrewing, a Pumpkin Ale. I was reluctant to try a Pumpkin Ale on my own, the preparation involved is a lot for one person. What I love about the beer crew is that great minds this a like. Let me tell you, the smell coming off this Pumpkin Ale after adding the spices made it good enough to eat. I cannot wait until October!
Next on the agenda is some type of Oatmeal Stout and perhaps a Christmas beer. Like I said, great minds think a like. I love Stouts and I not only wanted to do a Pumpkin Ale but I wanted to do something for Christmas as well. I will let you know how the IPA and Pumpkin Ale (made with fresh roasted Pumpkin and all the spices) turnout.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- IE7 and Standards:
I remain unconvinced. Besides, I am so entrenched in using other browsers, I wonder if I would want to use this, even if they somehow make it just as good as the competition. tagged as: browsers, standards - BD Podcast: 2006 Preseason 2:
This is our third 2006-season Brutal Deluxe football podcast. Alex and I review this week's NFL preseason games. We continue to size up the fantasy landscape and look forward to this Friday's BDFL Draft! tagged as: sports, fantasy, football, podcast
Ted Murphy of PayPerPost

I have been doing some reading on Ted Murphy the founder of PayPerPost and his
ads on blogs business. I can only imagine that this guy has to be a part of the
Illuminati or
Freemasons intent on using the blogosphere for their purposes. Better yet, maybe he is a renegade from one of the aforementioned organizations using advertisements on the blogosphere to give subtle hints on the secrets of said organizations. That is my theory anyway and I am sticking with it.
Your 2006 Hanover Hellions
Of course, as mentioned earlier, last night was the
Brutal Deluxe Football League Draft. With reduced roster sizes this season the league should have plenty of parity and plenty of chances for those who start off slowly, at least an opportunity to rebound mid-season. Many seemed surprised when I chose Reggie Bush as my first pick. Hey, it is a keeper league, you need to think about the future as well. Plus, I think he is gonna light it up this season! Besides, the Seattle Defense is going to be the pick that carries me to the championship. The Hellions lost in the championship game last season, just like Seattle.
Hanover Hellions
QB: HASSELBECK,MATT SEA
RB: BROWN,CHRIS TEN
BUSH,REGGIE NO
JOHNSON,RUDI CIN
TAYLOR,FRED JAX
WR: BENNETT,DREW TEN
MOSS,RANDY OAK
ROBINSON,MARCUS MIN
WALKER,JAVON DEN
TE: FRANKS,BUBBA GB
WATSON,BEN NE
PK: BROWN,JOSH SEA
Def:KANSAS CITY KC
SEATTLE SEA
Your 2006 Middletown Brewers
Today was the draft for the pay Fantasy Football League that I play in each year and usually lose rather badly. This year I decided to make a new start and along with changing my team name, I tried a little different drafting strategy. I will probably lose (a lot) but it really is more about the fun right?
Middletown Brewers
Cutler, Jay DEN QB
Hasselbeck, Matt SEA QB
Roethlisberger, Ben PIT QB
Brown, Chris TEN RB
Gore, Frank SFO RB
Portis, Clinton WAS RB
Taylor, Chester MIN RB
Bennett, Drew TEN WR
Givens, David TEN WR
Johnson, Andre HOU WR
Moss, Randy OAK WR
Walker, Javon DEN WR
Troupe, Ben TEN TE
Watson, Ben NEP TE
Brown, Josh SEA PK
Giants, New York NYG Def
Brutal Deluxe Revival
The September numbers from the start of last season and this years August numbers (so far). We held the draft earlier this season, so the numbers are already climbing during August. I suspect August and September will be high this season with a fall off after that. Traffic is always high early season for folks searching for Fantasy Football information. Of course the best course for them would be to subscribe to the
Podcast.
There are two teams that participated in the BDFL, one now has a different name, that garner the majority of the searches to the site. In the last year the searches have fallen drastically, probably because neither have been in the public eye as much. They are,
The State University of California-Malibu Adjacent Gamecocks and the
Pottsville Maroons who became famous for Jurevicius Gate. Rumor also has it that former owner Gary Rada was a key character in
Brutal Deluxe, Season Tickets, the yet to be released novel written following a season in the Brutal Deluxe Football League. If you thought Desperate Housewives was scandalous, they have nothing on the BDFL.
Homebrew Equals Good
How do you know when you are making a good homebrew? It usually becomes evident when you offer your guests a quality brewed beer, lets say Samuel Adams in this case and your guests drink four times as much of your homebrew as they do the Samuel Adams. When do you know that they are not doing it just to be nice? It is when one of the guests drinks it as his first beer, then enquires about the beer while continuing to only drink the homebrew on every trip back to the cooler.
Oh yeah, the American Honey Wheat is a big success and received rave reviews on this go around. I guess I could say that I even received a request for another type of beer tonight for this persons next visit.
Now I just have to figure out what I am going to do with all this store bought beer, Lord knows I do not want to drink it unless my homebrew is gone. I guess I am going to have to plan another get together.
That being said, we had our
Brutal Deluxe Football League draft tonight. It was a lot of fun, but it would have even been better had another owner or two showed up in person. You really have not experienced the fun of the league until you have joined us here at the headquarters. I might be biased, but I would describe the experience to be something like going to the Pro Football Hall of Fame or visiting the Baseball Hall of Fame. For those who have been here for the draft, am I wrong? I don't think so.
In Search of Garage Poster
I need to find the perfect poster for the garage, something to kick start the decor of my garage. I am very close to having nearly zero clutter in the garage. Every guy needs to have a "guy poster" or something to claim the garage. Sure I have my "Guy Room", but the garage needs something too.
The guy room is more of an extra family room, but the garage, that is where things get fixed. Where tools hang lovingly from the peg board, where my implements of weed destruction and lawn and garden building reside. It is even at times a place where a guy might hangout and tinker around with various projects.
Just a week or so ago I was hanging out in my neighbor's garage. He has a variety of sports and car tin decorations and posters. I have considered one of the traditional beer posters with the babe as a good start, but I am kind of anti-Anheuser-Busch. I make better beer than they do, they just make a whole lot more. ;) Any suggestions from the gallery on what direction I should go with the garage decor?
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
William Shatner DVD Club

If nothing else, William Shatner is a businessman. I noticed this offer to "
Get Your Free Sci-Fi Movie From William Shatner!" and I had to check it out. Turns out William Shatner recently launched a DVD-of-the-month club, showcasing the best sci-fi movies that did not come to a theater near you.
While I am unsure I really want to own all the underground hits that no one else has, I am a Sci-Fi fan. At $4 a DVD this might be just worth trying for the Sci-Fi movie buff, pun intended. The club is fully backed by the actual William Shatner and does also include the horror and fantasy genre including underground hits, genre classics, and even some pulled from the far reaches of independent cinema.
While a lot of garbage horror films seem to make it to the movie theaters, one thing is certain. Rarely do Sci-Fi and fantasy films get a fair chance to ever make your local traditional theater. There have been a few exceptions recently, but all those films were backed by big Hollywood. I suppose a club like this would enable you to discover the Blair Witch or even a movie like Memento, which I really dug. I noticed one of the movies featured on the club website is The Butterfly Effect, which was in your theater and a pretty decent film too. So it looks like all the films are not incredibly obscure, which is probably a good thing.
Internet Speedtest
PsychoPhil linked to this, stating that the interface was cool. He was right, it is cool.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Retro Computer Peripherals
Almost three years ago Logitech announced it had sold 500 million pointing devices. We talked about it on the Nitevilla forums. During the discussion I mentioned that I used a very old Logitech trackball. A testament to how well this device was made, I am still using it today as my main pointing device.
To be exact, the trackball I own is a first generation Logitech Trackman Marble Trackball, the first optical trackball on the market. This device uses a PS/2 connector and I am able to use it with my Ubuntu desktop and Mac Mini by using Synergy. Since the Mac Mini only has USB connections, I would need an adapter to use my favorite computer peripheral without using Synergy.
I have no idea when I bought this Trackman Marble, but I know it was pre 2000 and that I bought it as soon as it was released. This peripheral never misses a beat and goes down as the best designed and built computer peripheral I have owned. Do you have a mouse, keyboard or other peripheral that has seen many years of use?
Bodybuilding.net

Over the years I have been mostly a lurker on lots and lots of weight training sites. Some contained quality information and some contained little to no quality fitness information. Before discovering
http://www.bodybuilding.net in recent weeks I had not discovered a resource that seemed to have it all.
Do not be put off by the term "bodybuilding", there is loads of quality training and diet information no matter what your goal. Many of the members have been training for many, many years and all the material posted on Bodybuilding.net is peer reviewed.
Also worth mentioning is the quality design and layout of the Bodybuilding.net. No doubt with the quality of detail put into Bodybuilding.net, along with the quality of the training and diet information, this is a resource worth bookmarking and visiting often.
The Art of the Guy Room Slash BDFL Draft Warroom
We all need one and I am putting not what I would call the finishing touches but the final touches toward being useful. The plan all along was to set up sort of an additional family room in the basement, but when
Alex suggested the basement as a place to hold the BDFL draft, well let's just say my mind opened to something even more. I took a corner of the basement and started my guy room.
You see, there is an art to building a guy room and I intend to point out a few of the features.
The Key features are as follows:- Commemorative bottle of your first homebrew (With Label)
- Photo of yourself at Myrtle Beach golfing
- Over-sized boxing gloves. (For resolving conflicts)
- Street sign for favorite college team
- Mattel Electronics Football and Baseball
- AC/DC bottle opener (For homebrew)
- CD Player and TV of course
- Football on TV (Optional, but must be sports)
- Original Futon and Recliner from bachelor days
Yeah, everything checks out for now. In case anyone gives me a hard time on the basket, it holds my weightlifting chalk and notice the Olympic weights. Otherwise, check the over-sized boxing gloves above and meet me outside.
What you do not see here is the access to the Internet(Internets?) all ready for those who join us via the magic of the
Brutal Deluxe chatroom and Skype. Am I ready for some FOOTBALL? Oh yeah, I am ready.
Are You Ready For Some Football?
With the first football game of the NFL season taking place tonight, the Hall of Fame Game, it seems as good a time as any to round up all those fantasy football fans. Other than the BDFL, which is a private league, we host a few others each year. The we being, Alex who took the bull by the horns and got things rolling on Yahoo this year. If you would like to compete against your blog mates, see this forum post which Alex has been updating as the various games become available. This post has the sign up link for our annual weekly pickem which has been popular as well as Fantasy, Survival and Salary Cap. In addition to the Yahoo leagues and games that we normally setup, I am testing a league on FleaFlicker.com this season. Sign up is easy, just your email and a password, if we can fill the league we can see what FleaFlicker has to offer. This league will be a good introduction for any of you that thought you might like to try fantasy football. If you want to give the FleaFlicker League a try, Sign up Here. The password to join the league is - brutaldeluxe.
Solar Landscape Lighting

We currently have a few solar walkway lights at our new home that have seen better days. We get lots of Sun and the solar lighting easily stays lit the entire night. I have been shopping around for replacements and these
Solar Lights caught my eye. The selection for solar lighting has definitely improved since I last shopped for solar lighting, probably 6 or 7 years ago.
The
Low Profile Accent Lighting looks like an attractive addition to one's landscaping. I have never seen this particular type of solar lighting in action, but it looks as if it throws off a lot of light while being mostly hidden. Of course the traditional tiered lighting in both stainless steel and copper is quite eye catching as well. While I am at it, I should pickup one of those alligator head lights to throw in the local pond.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Beer Shortage No Longer
I managed to put aside an hour or so to bottle the honey wheat beer I brewed a couple weeks back. I filled my growler before starting on the two cases of empties I had available. I wanted to post a photo of the two full cases, the final sixpack being the growler, but alas the camera memory card was full. So a real picture of my growler will have to wait until tasting day.
I have thrown around the idea of bottling more of my homebrew in growlers, just to speed the bottling process, but I have to make sure I will either have help emptying the 2 liter bottle, or that the beer is sufficiently an easy drinker. This honey wheat beer should be a Summer guzzler, meaning after a good workout or some hot yard work I should be able to handle the growler myself on a free evening in late August. Or I could pull it out for draft night in the
BDFL.
I was running dangerously low on my homebrew supply, but those worries are nearly over. Myself and a new homebrew friend will be teaming up to brew what I believe will be an American India Pale Ale in about two weeks.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
SysAdmin Day 2006
July 28th, 2006 is
System Administrator Appreciation Day, quite simply, if you are reading this, thank your sysadmin. Since 2001 I have been pushing for large scale acceptance of the one time of year when sysadmins should be recognized. Some ways to say thanks:
SysAdmin Day @ Thinkgeek
SysAdmin of the Year
My profession happens to be that of a sysadmin, and most times I feel that I am a very lucky person who loves the type of work I do. During the tough times or in the middle of the night fixing a problem I may not always feel that way, but truly I love being a sysadmin working with the technologies I do.
The sysadmin profession inspired me to create Nitevilla,
Brutal Deluxe and
CPUUG. I suppose I owe the profession much appreciation more so than I seek appreciation. Plus, it is kind of fun having a day of the year mentioned in your honor, even if it inspires a chuckle in the people we sysadmins work with and even in our own ranks. Happy System Administrator Appreciation Day my fellow sysadmins!
Coffee Mug Monday
Wow, yeah I still do this, Coffee Mug Monday that is. It has been seven or eight months since I featured a coffee mug on Monday, but I stumbled across this beauty over the weekend and had to post it. Most folks would not even know what this mug is referencing, but if you are a UNIX guy, you know. For the rest, this mug is referencing my favorite text editor,
VIM.
I am definitely picking up this mug at sooner than later, without a doubt. If any of you are looking to reward your sysadmin this Friday, because it is
System Administrator Appreciation Day, this is THE perfect gift.
The Mug of VI is a bargain and a must have for any VI user. It is 12 ounces of pure VI goodness. What are you waiting for, grab your VI mug now and never again forget that "J" combines the current line with the next.
Adventures In Honey Beer Brewing
The
American Honey Wheat Beer I wrote about last week is still in it's primary fermentation container. As of last night the beer was still releasing air bubbles about one every six seconds and the foam level on top was only slightly lower than what showed in the picture that I posted. This morning I peeked at the airlock and it was bubbling once every two seconds, but the foam was nearly gone. So I am thinking that the fermentation is about finished.
None of the beers I brewed have remained active for so long. I can only guess that it is the honey, or perhaps the wheat. Last night was exactly 7 days since I brewed and I had hoped I could rack the beer to secondary, but there was still too much activity. Perhaps now with the foam dissipating from the top the fermentation is about complete and the bubbling will subside. The sooner I get this beer in secondary, the sooner I can get it bottled. The whole reason I chose this recipe is because it had a relatively short ageing process. I generally like to give the beer three weeks in the bottle before trying it. You can usually taste it with carbonation by two weeks, maybe sooner, but I like to go with three weeks.
I do not think I mentioned that I keep the carboys covered with a cardboard box and the picture I took is with a flash. So it is much darker in that section of my basement. Since I mentioned about light being an enemy of beer I wanted you to know that I do indeed have the carboy protected from light.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
The PHP Hobbyist
I would describe myself as a programmer hobbyist and one of the languages that encompasses this hobby is PHP. Though I once held the programmer job title and I am still sometimes listed as a systems programmer, I am a system administrator and spend much more time with those duties. Those duties often require I write a shell script or even a Perl script now and then but lately have not required anything involved hardcore logic.
When I first decided to code the various scripts on Nitevilla and
Brutal Deluxe I was getting quite handy with PHP. I would say that last Fall I was probably feeling the most confident as I completely rewrote a lot of the backend of the Brutal Deluxe website. Most of that functionality is only viewable to the fantasy football team owners who have logins to the website. Since that time I have for the most part done next to nothing with PHP, I actually had little motivation do any hobby programming. With no real immediate programming tasks at hand my skills became a little rusty. Except for the aforementioned scripting at work and a little at home.
With the fantasy football season coming up, I promised a couple more features to the owners on Brutal Deluxe and this weekend I decided to finally do the coding. This was somewhat delayed as I was also assigned two PHP projects at work over the last month, one that involved using the
PHP GD Library, which I had only played around with minimally before. After starting to design and code the work projects I realized how my skills and knowledge had diminished. I was equally shocked when I began work tonight on adding the additional functionality to Brutal Deluxe.
Overall I was impressed with the functions I had created for building the backend at Brutal Deluxe and once I refreshed my memory how I did it, I found it will be quite easy to add the additional functionality. But as a whole this past month's experiences have set off some alarms.
What all this amounts to is that I need to find a
fun way to keep my skills sharp. I find this difficult, because this really is mainly a hobby and when I am unable to think of something fun, I really stray from doing any coding. Thankfully I have encountered few problems with any of my websites functionality over the years, but if I do, I can see that it will take me a while to debug the code. As more functionality gets added, the code just becomes longer and longer(obviously). Any suggestions on how to keep the hobby skills sharp?
American Honey Wheat Beer
It has been a while since I brewed a batch of beer and I must admit I was chomping at the bit to get started on my latest recipe. This past Saturday night I started on the inaugural beer of the new Buffington Tavern and Brutal Deluxe Headquarters. I chose an American Honey Wheat Beer recipe as my latest batch for two very good reasons.
Those reasons being, the recipe will be in a very drinkable state 6 weeks from brewing, and the two other recipes I am considering before trying my hand at repeating past recipes are beers that have to be aged anywhere from 3 to 6 months minimum. So in other words I wanted a beer that would be ready before the end of Summer and something that would replenish my diminishing supply of homebrew.
I was already emailed a name suggestion of "The 13th Warrior Honey Beer" back before I made the move. I really need to get some labels going for these brews again. The picture you see here is of the honey wheat beer during primary fermentation. That airlock was bubbling away at just about 1 bubble every second or two. The rate has fallen in the last day or so to about a bubble every 6 seconds. So fermentation is slowing down and I am looking forward to racking the beer to the secondary carboy you see right behind the beer. Despite the heat the new basement has been maintaining a perfect temperature in the upper 60 degree Fahrenheit range, perfect for beer. Plus the basement keeps the beer safe from another major enemy of beer, light.
For those who are wondering, the beer will not be sweet, despite the addition of about 1 pound of honey to the recipe. All the honey is eaten by the yeast during fermentation, which should leave me with a light, crisp and sparingly hopped beer, great for Summer drinking and relaxing.
Isn't That Terry Something?
That is the question I was greeted with as we began watching the movie
Failure to Launch. At first I thought the question was a joke, of course then a credit flashed and of course the name came to her. Yes, that is indeed
Terry Bradshaw.
Why did such a question seem like sacrilege? Well I have only been a Steelers fan my entire life and spent probably my entire childhood either receiving bombs from a friend posing as Bradshaw, myself being
Lynn Swann, or myself dancing in the pocket heaving a Bradshaw long bomb to a friend whom in my eyes was Swann or perhaps
John Stallworth. It never occurred to me that anyone would not know who Terry Bradshaw is.
Then the end of the film came, and a scene in which Bradshaw's character states he will show a youngster how to throw it long, which spurred a comment from me saying yes he could indeed show him. That is when I heard, "Why, was he a quarterback?" To which I thought she was kidding, then I was asked, "Who did he play for?" Honey, I love you, but please click on the links above. ;)
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Ted Stevens Fan Club:
Be sure to look the space over well and checkout the Daily Show clip... Who the f**k is Ted Stevens?
tagged as: humor, politics - Wired News: MySpace Kills Internet Tube Song:
tagged as: copyright, freedom, politics - Improve Skype Sound Quality | creativebits:
This is worth a try, I use the same technique for other services. I wonder if the quality is noticeable.
tagged as: howto, mac, router - Wired News: The Cult of Leia's Metal Bikini:
Why not...
tagged as: leia, scifi, starwars - Solving Problems In Your Sleep - Health Site:
I have done this so many times that I now turn to solving problems in my sleep as a viable alternative. This has worked especially well for logic based problems for me.
tagged as: dreams, lifehacks, sleep - 100% Free Fantasy Football:
This looks very interesting. I realize one day it might benefit our league to use one of these resources.
tagged as: fantasy, football, games
Podcast Listener Survey
Alex and I are trying to get an idea of our listener base as well as get an idea how well our podcast is meeting our listener's expectations. We placed a link to the survey on the
Brutal Deluxe website, but we realize this time of year traffic is relatively low to the fantasy football website. We are encouraging any listeners to take a few minutes and take the
Listener Survey.
On the subject of the podcast, the NFL pre-season is quickly approaching and I anticipate once the NFL news heats up some more, that Alex and I will kickoff the 2006 season. This is the perfect time to make sure you are still subscribed to the
Brutal Deluxe Football Podcast Feed.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- YouTube - sunday bloody sunday rx2008:
George Bush does Sunday Bloody Sunday, quite well too. ;)
tagged as: U2, bush, humore, song, video - Electronics: An Online Guide for Beginners - Introduction:
tagged as: electronics, reference - On July 14th, one del.icio.us user will win $100. Enter this contest.:
It is free and worth a shot.
tagged as: del.icio.us, free, games, money - Wired News: Better Bikes Than Lance's:
I personally support limiting technology in sports. I would love to give comparissons across generations but in sports like cycling and tennis with the changes in the equipment used it makes this impossible.
tagged as: cycling, technology - Tour de France - Live Google Maps Tracks:
This is a very cool use for Google Maps to track the Tour.
tagged as: maps, sports, tourdefrance
Declaration of Independence
I would like to join
Phil at this time in bringing attention to the
Declaration of Independence. I like to read the Declaration a couple times each year, just to remember the words and to remind myself when, how and why our Country came to be.
So well written a document, I still get chills during certain passages as I read them. Thanks to our forefathers and to all veterans for making this Country a free place where we are permitted to agree and disagree as we see fit. There are still many places in the World that are not afforded such a luxury.
New Home Ownership
It seems to me that no matter what, when you first move into a new home that you are greeted with all kinds sudden emergencies. You know, suddenly the furnace does not work, a window leaks or the hot water heater suddenly go kaput.
When I purchased my first home in 1998, the hot water heater stopped working. The move this time saw us weather a lightning strike. Thursday evening just after arriving from work I thought I would see if I could get the lawn mowed. No sooner had I return from filling the gasoline containers and a storm rolled up. Scratch that, I guess it will have to wait. Julie and I are sitting in the family room and suddenly there is a loud boom outside the window. I actually saw a flash of lightning accompanied immediately by the very loud noise. All our wiring is underground, but I clearly could tell that something had happened, I could smell electrical burning in the air. All the coffee pots were without power, but the power was clearly on. All NO! I lost both my coffee pots!
I checked the breakers on the electrical box and they all looked good. It suddenly occurred to me that our electrical outlets have reset switches. I pushed them and the power returned to the coffee pots. I had to do the same thing for the outlets in the bathroom. Disaster avoided right?
Wrong! We noticed the garage door opener light came on and would not go off. Also the smell of electricity was heavy in the air. The garage door opener was just buzzing and would not function at all, something was fried. So I climbed up and disconnected it. Well, I suppose that is not too bad, a very close strike and all we lost was a garage door opener. Well, the story does not end there.
I have surge protectors on most of my electrical components. The computers booted up fine, but something seemed wrong. I could not connect to my Mac Mini. The desktop was up, but no network. The light on the card was not lit and the connection on the router was dead. I switched some cables around but to no avail. It seems my network card inside the Mini had also fallen victim to the lightning strike.
That being said, I think I am going to price having the Apple Store do a repair. The downfall of such a small computer is getting replacement parts and the pain it is to open the case and work with the small parts. Since the computer only cost $500 roughly, I certainly am hoping the bill is not too outrageous, if it is, it might be better to just try the repair myself.
A neighbor who was away during the storm said that they came home and their computers that had been powered off were actually turned on! So that confirmed that indeed a close strike occurred and we were probably very lucky that we did not lose any other electrical components. I will also be looking for surge suppressors for the cable line so that such a loss does not happen again.
UPDATE - Scratch that, it seems the Wireless router and a few of my cables have been fried. A connection directly from my modem to my Mac Mini resulted in success. I guess I am looking for recommendations for a new Wireless Router. A much cheaper and less painful alternative than a Mac Mini repair.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Moved In and Exhausted
Rest assured, I am still among the living and we are officially moved in. Though we have a boat load of unpacking to do, we are making progress each day. I want to give a shout out to Tom of the Hated Theismann's Legs,
Alex and Jennifer (Julie's sister). All of your help is greatly appreciated and I owe you more than a simple thank you can say. I will spare the readers the long version of the moving adventure and provide just the Cliff Notes.
The move was pretty grueling as I have what others can probably attest, heavy furniture. Tom enjoyed sharing day two's move of my two thousand pounds plus of free weight equipment. This of course meant moving it twice, first onto the back of the truck and then off the truck. I did manage to save us a long walk by moving the weights from the basement to the garage door a week in advance. Still, I can honestly say I felt like I participated in a triathlon by Saturday morning.
By this point we have many of the rooms in usable order and have placed a lot of the furniture (but not all). The schedule of our move was less than convenient and we thank you guys so much for helping us out. We look forward to settling in during the next couple months and of course spending some time relaxing and recovering.
This blog will soon resume it's normally scheduled posting and I will hopefully resume brewing in the next couple weeks. I have been enjoying reading
Phil's frequent updates on his homebrewing. BTW, Alex and Tom both enjoyed some Red Dragon Red Ale during the move, a beverage that could have been enjoyed much more minus all the work, rain, humidity and power outages.
Why Blogging Is Really A Good Thing
Have you ever just surfed random blogs? It is amazing to me the amount of folks out there that blog, and I often feel that when mainstream media reports on blogs that they miss the most amazing part of blogging and websites in general.
While doing some general
web searching I will often be tempted to click on links, not unlike the
LXG&L to your right. Often I discover blogs that I would have never discovered otherwise and though sometimes the content is of no interest to me, I realize that to others the content being published is good or even great. Now mind you I am not saying that they are well written, who am I kidding I realize my writing is probably atrocious to some. At the same time judging by the comments and mentions of others in the writing the blogs mean something to some people. In my opinion, this is fantastic and I love hearing statistics about the huge amount of blogs that start everyday. Sure many fade away, but many others do not.
Pretty much any self help book or English teacher (mine all did) will tell you to keep a journal. Seriously, I can almost guarantee you that any self help book ranging from Deepak Chopra to Tony Robbins have probably mentioned the value of keeping a journal and I would bet that they each really do keep a journal. Many great minds of human history have kept journals and written things down, think Albert Einstein or Benjamin Franklin.
Where am I going with all this? Has there ever been a time in human history where more people just write, and I do not mean their signatures, but truly write and even more so continue to write into adulthood? I would bet I could accumulate a list of millions who's only writing would be when applying for loans, writing your signature or jotting down phone numbers if not for blogs. For most of us, when our school slash college days are over, and we are not faced with Sociology papers we simply no longer just write. Our days of writing current events and book reports stating our opinions of the latest book we have read simply end. Mine most certainly would have and I know they would have.
How can I be so certain? Because I tried keeping journals prior to my website days and I simply lost interest in them. I am not certain if the realization that I am actually publishing my writing or if it is because my webpage is sitting there staring me in the face keeps me coming back, but something does. Notice I said publishing, because on the web your writing has a better chance of reaching a broader and bigger audience than in any newspaper, magazine or book.
Speaking of books, even more impressive than just writing blog entries, the Internet and blogging has seen more people, including myself
write a novel in a single month. Something myself and just about everyone involved would have NEVER done. Greater yet, some of the aforementioned writers actually saw their novels published in the traditional sense.
Yes, these are indeed golden times for writing. You have at your disposal the most vast amount of creative writing that this World has ever seen and I believe this is a very, very good thing.
Before There Was Feed Syndication...
While having a conversation with another systems administrator, it occurred to me that many, many folks, even those in a tech field are not aware of the use of
syndication or
web feeds in relation to keeping up to date with various web resources. Whether those web sources are blogs or news websites, web feeds are everywhere. But a large majority of the folks on the web are not really informed or do they care to be informed of the use of web feeds. Quite simply, it is not that they do not see the use of the technology, they simply do not want to have another application or another website where they have to setup an account.
When I inquired as to how this person keeps up to date on websites that they have an interest in, they said they surf out to the website occasionally or they subscribe to an email digest. Of course, everyone that uses the Internet uses email. Even those that rarely touch the Internet have an email address at work.
A couple years ago,
Shane and I had a newsletter we were emailing out. Life got in the way and we did not continue with the newsletter. Not because it was not successful, it was actually relatively well received. Even though many declared newsletters dead, I really think there is a large, a very large host of people out there that still prefer the email digest.
Anyway, where am I going with all this? Once I heard this gentleman, who was younger than myself by 5 years tell me that he preferred email updates of websites he visits, it dawned on me that I do not offer such a service. Even though I know I have a few of regular visitors who might prefer the email update method over the
RSS feed. Well, now I do. Thanks to FeedBlitz, if you so prefer, you can subscribe to Nitevilla using the form in the sidebar entitled, "Email Updates".
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Coke Blak:
I did not think Coke Blak was that bad, but I did question the idea and whether there was a real nitch for it. It is still in stores, but I will be surprised if it lasts more than a year or two. Check my coffee archives for my review.
tagged as: beverage, coffee, soda - Beer Ingredient May Fight Prostate Cancer:
Heard this on the radio this morning. Hops Rule!
tagged as: beer - Big Trouble in Little China:
Perhaps one of the most underrated movies of all time, at least in my mind. It certainly contains one of the greatest movie heroes ever, Jack Burtan. Watch the preview, I dare you not to laugh.
tagged as: burtan, jack_burtan, movie
Happy Early Tech Father's Day
I received some early Father's Day gifts yesterday, one very cool gift in particular. As a tech guy and a podcaster, it might seem kind of strange that I was still not the owner of a portable mp3 player. Actually, I was not even listening to podcasts very much, because I really only had the option of downloading shows to my work laptop. Since downloading mp3's at work is taboo, and due to the fact that I rarely open my work laptop at home, I rarely synced shows and thus ended up not listening to any.
Thanks to Julie, that all changed yesterday. I arrived home late and chose a couple podcasts and synced them to my newly acquired iPod and today I started listening. Very cool, I am learning the finer points of the user interface for my particular iPod and find it to be a very well built piece of equipment. I will definitely be more in touch with the podcasting community now, as I can very easily listen to many of the podcasts at work or even in the car, easily syncing up the shows each evening to the iPod.
I have not tried viewing any videos yet on the iPod, but I am expecting that to be a fun experience as well. Thank you so very much Julie and the kids ;) for the fantastic Father's Day gift. Jake also picked out a very cool
retro Spider-Man t-shirt that he was proud to give me.
All this means I do not have to hope that I get one of those Free iPods that I could never seem to actually get from one of those websites that required five other people agree to be spammed without mercy. All the same I can proudly say I did help a few folks out there get their free iPod.
Those who are already listening to podcasts, how about recommending podcasts that you like. Currently I am trying out some of the tech related and podcast related podcasts, but I am open to any variety that you find to be quality shows.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
My Beers
I admit it, I have been suffering from brewing withdrawal. Just another thing that has been placed on the back-burner as a result of the upcoming move. BTW, I have saved some Red Ale and Stout for the moving days for those that help out to sample. I picked up a variety pack of
Victory Beers to hold me over as well as to provide my moving mates an alternative. I will be sure to save some Victory Lager for each of you.
The good part about me having to put my brewing on hold is that it has allowed me a long time to think about the types of beer I want to brew next. I probably would have quickly chosen a recipe or two without much thought had I not been forced to wait. The next two recipes I brew will be a Barley Wine and a Honey Wheat Beer. The Barley Wine will not be ready to drink until after Christmas, but the Honey Wheat Beer will be my Summer brew. I really want to stick with about 6 recipes and then try to perfect them, so other than those mentioned I have my eye on an India Pale Ale recipe and a Fall Spiced Beer that will go nice with the Holidays.
All that being said, I have absolutely fell in love with my Imperial Stout, meaning I may skip one of those mentioned in favor of the Imperial Stout. Because of the extended ageing the Barley Wine and Imperial Stout require, brewing those will require I increase my carboy stock.
Brutal Deluxe Brewery Beers (So far)
- Red Dragon Red Ale
- Anesthesia Imperial Stout - "By which we endure the operation of life" - courtesy of Andrew Bolin
- Buffzilla Barley Wine - All Barley Wines have monster names it seems.
The Honey Wheat Beer is yet unnamed and I am unsure if the other recipes will come to fruition. It depends on how quickly the others disappear. ;)
Like A Neighbor From Hell...
State Farm has not been there. Ten days ago I
posted about our little mishap, ten days later we have gotten nothing from our auto insurance company. Oh yes, this insurance company routinely shows their agents arriving at the crash scene and shows their paid actors claiming to be happy customers. But alas, this is one customer who has nothing but bad things to say about State Farm's handling of our accident.
Quite obviously, and the police report agrees, we were the victims of this crash. To try and say we were not the victims would be like you taking your car out, aiming it at a tree, running your car into the tree at 30 miles per hour and then blaming the tree for growing there. Yet ten days later, we are reminded almost daily by State Farm that they do not intend to pay anymore than they can weasel out of.
Initially we were treated like we were at fault and repeatedly told it did not matter what the police said. Now I remind you, we were not moving and were hit from behind sitting in traffic. Then we were told that we may have to hand out a few thousand dollars because State Farm was not sure they wanted to pay the entire amount. All because the guy who hit us is another State Farm client and he was allowed to only carry $5,000 on collision. Finally after State Farm realized we were not going to bend they reluctantly agreed to allow our coverage to pay for the damages, hmm, that is why one carries insurance right? Of course they made sure to let us know that we would have to pay the deductible and that they were not sure they would pay for a rental car during the three weeks we will be without the vehicle.
We questioned why the deductible is not charged to the liable party and after stalling they reluctantly said they could try, but we would have to pay it first and we might get reimbursed when we are dead.
Oh yeah, "Like a good neighbor, State Farm is there", not sure what kind of neighbor State Farm thinks is a good neighbor, but I got news for them. "This AIN'T it!"
Right now I highly recommend any other insurance carrier other than State Farm and I welcome State Farm to try and explain this one. The thousands of dollars State Farm has received from us over the years and when you are a victim of someone else's neglect this is the service you get. It makes one wonder why they carry insurance in the first place. The bottom line here is that if you get in an accident with someone who carries the same insurance, be prepared to watch them dance around and stall as long as possible before they hand out one red cent to you.
This Week's Del.icio.us bookmarks
Shared bookmarks for del.icio.us user Scott Buffington.
- Signatures rolling in to support Rock brewery: Will this make a difference? Probably not, Anheuser-Busch is pretty much incapable of making a good beer.
tagged as: beer - AAMP - Nearly There With The Newest Releases: Since deciding to see if I could get an Apache, MySQL and PHP setup on AIX 5.3, I have made a lot of strides. I have Successfully compiled Apache 2.2.0, PHP 5.1.4 with MySQL support while still exterminating bugs with MySQL 5.0.22.
tagged as: MySQL, aix, apache, php, reference - IT eBook Home: Not a big fan of reading books on a computer screen, but still there might be some gold on this website.
tagged as: free, reference, technology
Proving The Laws of Physics
Pictured here you see what happens when two objects meet. The one object a 1992 Chevy Lumina is a lighter object, and sitting lower to the ground. The object was also moving at 20 to 25 mph and applied no breaks, so I applied them for him. While running a quick errand with the family, we were sitting at a dead stand still in traffic, the guy behind us did not seem to notice and shortly there after his bumper was glued to my rear tires. We were knocked back in our seats pretty good and pushed into the car in-front of us. It was kind of freaky and after surveying the accident I realized the bump we felt was after he was under our new 2006 Jeep Liberty that was only two months old. His bumper hit our rear tires dead center and that is when we were pushed forward.
Though the young gentleman claimed to have applied his breaks, myself and the police on the scene could not seem to find any skid marks. Thankfully everyone was OK, which was my biggest concern. I looked at Riley first and she was secure in her child seat, Julie got her out of the car quickly and I proceeded to check the car which was now solidly lodged under our truck. I half expected the worst, to see someone through the windshield, thankfully they had their seatbelts on. Julie knocked her head on the door frame, but otherwise the seats padded us pretty well.
In the second picture you see the muffler and his bumper smashed into my rear tire. Not sure if it was the gas tank being pushed in or the muffler being crushed into the back tire or some safety feature, but the Jeep would not start back up.
Julie took these pictures and a
few more with her camera phone. I never even had to pull my phone out, the people in the houses nearby called the police in like 1 minute and others offered Julie and Riley refuge from the 90 degree heat. We are expecting no problems getting the Jeep repaired, the guy openly admitted fault and with three local police officers and a State trooper stopping by as well as the fire company around the corner it was pretty much unanimous. It was quite a scene, with his antifreeze all over the road and his bumper smashed into my gas tank, they did not wait to long to call the fire company in, they were right on the corner anyway.
It was pretty wild to see the Jeep lifted off the ground like that. They had to jack up our Jeep and then roll his car out from underneath. To all those people we held up on busy Simpson Street in Mechanicsburg, sorry about that, it was out of our control. Thanks to Tracey (Julie's friend) for the ride back home.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Chuck Norris Facts:
This one is for you Streeter. When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris. Chuck Norris does not read books, he stares them down until they give him the information he wants
tagged as: chuck, chuck_norris, facts, humor, norris - The Answer to the Question of the Ages:
Hmm... OK then...
tagged as: chicken, debate, egg - Sneak Out of Work Right Now - Forbes.com:
I routinely eat lunch while working, but I make sure that I leave my laptop at work when not oncall. I work with European offices and offices in India and can attest, our hours and workdays are much longer. Work to live, do not live to work.
tagged as: work
Penny Superstitions
If you find a penny nailed to the door frame of a building you live in - or run a business from - leave it. You have inherited someone's good luck!
Has anyone heard of this superstition or something similar regarding pennies. I only ask because I noticed that three of the four bedrooms in the new house has a penny placed above the door-frame. Initially I thought it was only above the one bedroom, but we noticed it above two of the other bedrooms today during the home inspection. The closest reference I could find is the one above.
Desert Island Media Player on Random Meme
Alex called me out and posting has been light with the home buy/sale. So here goes:
1. Porcupine Tree | "Lips Of Ashes" | In Absentia
2. Ryan Adams & The Cardinals | "Dance All Night" | Cold Roses
3. AC/DC | "High Voltage" | High Voltage
4. Porcupine Tree | "Arriving Somewhere But Not Here" | Deadwing
5. Bruce Springsteen | "My City Of Ruins" | The Rising
6. Coldplay | "A Whisper" | A Rush of Blood to the Head
7. Dire Straits | "Walk Of Life" | Brothers In Arms
8. Porcupine Tree | "Lazarus" | Deadwing
9. Four Horsemen | "Let It Rock" | Nobody Said It Was Easy
10. The White Stripes | "Seven Nation Army" | Elephant
Now I suppose I have to tag 5 folks. I really need to add a few more folks to the League of Extraordinary Gentlemen. Anyway, here goes...
Chuck,
Craig,
Phil,
Paul and
Mike.
Here are your instructions:
1. Turn on your favourite media player and turn your shuffle feature on.
2. Hit "play" and keep track of the next 10 songs that come up. (If you have iTunes, you can make a smart playlist that will automatically list your most recently played selections.)
3. Post your 10 shuffled songs, along with these instructions. You are not allowed to lie, omit tracks or otherwise try to make your musical taste seem hipper than it actually is.
4. Tag five people on your friends list to do the same.
Buffington Home, Est. 2006
It is pretty much official now except for the huge mound of paperwork and the actual act of moving. We settle on June 23rd for both homes, which means I will be moving on a Friday, not extremely convenient for finding help. I already acquired a 26 foot UHaul Truck and might see if I can pick it up the night before. That way I can load it up as much as possible the night before.
This is the home we will be moving into, located in Lower Swatara. It is going to be a very, very busy month but all of us are excited. Jake is really having a tough time understanding why we are moving from our current house and he is a bit concerned on whether the new owners will be getting his toys. The whole waiting for a few weeks before moving seems to perplex him too. But once we get there and he sees that all his things survived the move, I am sure he will be excited to explore the new house.
The next week or so will probably involve me getting all the utilities in order.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- How to Brew Beer in a Coffee Pot:
Another way to try homebrewing without dropping cash on the real stuff. Personally, I think you should just go get that starter kit and like PsychoPhil, drop some money on the Turkey Fryer too. You might as well jump all in, you know you want to.
tagged as: beer, homebrewing, howto - MySQL Cheat Sheet:
This could be handy.
tagged as: MySQL, cheatsheet, database, reference, sql - Patriots QB Flutie announces retirement:
Thanks for the memories. See forum discussion on http://www.nitevilla.net
tagged as: NFL, football, sports
The House Is Listed
Update - SOLD
The House was
listed today and we already had one showing. At about 6:30pm, just as I was cleaning the basement up some I received a call that someone wanted to take a look between 7:00pm and 8:30pm. So we quick put the dogs away and packed everything and everyone up for an evening drive. We went over to
Boiling Springs Children's Lake, which is just around the corner and watched the ducks.
The first photo of the home in the listing was taken a month or so ago before the Maple trees sprouted their leaves. I uploaded the other photos taken to a
Flickr Set and I will no doubt try and get another photo of the front of the house before I leave her behind. This is/was my first home, and I did spend about eight years here so I want to remember it.
There is already another showing scheduled for tomorrow afternoon and an open house on Sunday. My homebrew will be well hidden so do not get any ideas. But by all means if you are interested in buying, or know someone who is I can provide directions. ;)
It has been a good home, lots of memories.
Home For Sale - Early Bird Special
Update - SOLD
As of Thursday (May 18th, 2006) or Friday (May 19th, 2006) my home will be on the market. Julie and I found a home we like and now we must sell quickly to secure the offer on the new home.
If you know anyone who is looking for a 3 bedroom split level with hardwood floors and a big back yard in a quiet and safe neighborhood, put them in touch with me immediately. The home is located in Mechanicsburg, PA, as soon as the listing goes live and shows up on the Internet I will post a link to it. But in the mean time, you could get in early. If you or anyone you know is interested, just contact me and I will give you any specifics you are curious about.
Free Skype Calls Until 2007
Wow,
Skype just
announced today free Skype calls to all landlines and mobile phones for the rest of the year.
Alex and I have been using Skype for a number of years now for our Brutal Deluxe Football Podcast, so I have the software loaded already. I can certainly use the free calls out to save on cell phone minutes since I ditched my land line years ago.
That reminds me, I just got a new Cell Phone number when I made the post last week about getting a new phone. If you need my updated number, contact me via the contact link to the right.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Home Roasting Coffee Beans:
I really, really want to try roasting my own coffee beans. I need to find a local supplier of green beans though, and get an old hot air popcorn popper.
tagged as: coffee, howto, roasting - Solving The Cube:
This is the method I use to solve the Rubik's Cube. Quarter turns and in layers, not sides.
tagged as: cube, howto, puzzles, reference, rubiks - Cool Tool: Forearm Forklift:
Hmm... Might make my future move a little easier.
tagged as: gadgets, moving - Tiny Houses:
I could just buy a small piece of land and drop one of these on it.
tagged as: architecture, design, housing
'la la' Is Very Cool
WebJones was kind enough to invite me into the
la la beta, and I come to find out that
Alex is a member too. Very cool, la la allows you to trade in those old CD's that you have not listened to in years for perhaps a new or old CD that another member either does not like or has grown tired of. Best of all, la la, does it cheaply and still manages to send 20% of it's revenues back to the artist. Something that makes me feel good, since many of these artists live modestly or have seen better days.
I do not have any invites yet, but when I get them if you would like an invitation, just post a comment to this blog post. Perhaps WebJones or Alex can hook you up if they have any spares. I have already unloaded 3 or 4 CD's in just one day of membership and have some CD's that I wanted on the way. The price is $1 a CD. Pretty reasonable when services like iTunes charge $1 or more per song. If not for a service like this one, I would not be getting any CD's with my current budget. But $3 or $4 dollars is certainly not breaking anyone's bank.
Oh, and thanks for the latest shipment
Streeter, I have received it and am currently utilizing it in my commute. Because of many of the tunes you turned me on to, I have a ton of music on my
want list over at "la la". I like to prove the RIAA wrong by buying music that has been shared with me in some form or another if I enjoy it. Plus, since most are independent artists you send me I really like to give back.
Blue Mountain Breweries Scotch Ale
The great thing about homebrewing is that you begin to build relationships with other homebrewers. This results in them wanting to let you try their homebrews, and that is just what I got to do tonight after mowing the lawn and hitting the home gym. After a long day at work and long yard work followed by a quick workout, nothing tastes so good or is as refreshing as a cold, cold homebrew.
Co-worker Mike was kind enough to bring me a
Scotch Ale and I now owe him a Imperial Stout. Mike calls his home brewery the Blue Mountain Brewery and this is the second homebrew Mike has let me sample, the other being a Pale Ale, not quite as potent as this Scotch Ale, but just as smooth. Mike has been extremely proud of his Scotch Ale and received many compliments from others who have put a dent in his homebrew supply and I see why. You would be hard pressed to drink a smoother better tasting beer.
You can see from the picture that this Scotch Ale is a good dark color. This is complimented by a great aroma, easy taste and finishes with a nice alcoholic warmth. A variety of Pale Ale is next on my list of homebrews and Mike allowing me to sample his has only solidified my decision.
Vim 7 is Ready
Today marked the release of
Vim 7 after years of development. Vim is my text editor of choice, I do use
one other text editor which I like because of it's small footprint. But being a UNIX guy, I like the editor that is found on every Unix-like operating system. I have found that Vim is an even more powerful text editor on desktop systems, all the keyboard shortcuts along with the mouse means power and speed.
A few of the many new features include:
• Spell checking support for about 50 languages
• Intelligent completion for C, HTML, Ruby, Python, PHP, etc.
• Tab pages, each containing multiple windows
• Undo branches: never accidentally lose text again
• Vim script supports Lists and Dictionaries (similar to Python)
• Vim script profiling
• Improved Unicode support
• Highlighting of cursor line, cursor column and matching braces
• Translated manual pages support.
• Internal grep; works on all platforms, searches compressed files
• Browsing remote directories, zip and tar archives
• Printing multi-byte text
I have an idea for NaNoWriMo this coming year and am thinking of writing it entirely in VI(Vim) just to say I did it. VI has a long history and has survived because of the great folks working on the software and because the software is extremely powerful. All my webpages are written in VI, mostly on my Mac.
Russian Imperial Stout
My as yet to officially be named Imperial Stout was ready Friday night. Julie and I were out of town so I had to wait until late Saturday night for the taste test. I poured my first one a little rough as to work up the head to show it off. Very frothy, very thick and very dark, it is indeed a Stout.
The taste comes across as a coffee or chocolate tone with a flavorful first taste. I really think this Stout will be an excellent candidate for
cellaring. The Red Dragon Ale I brewed first is really tasting better and better each time I have a bottle. Homebrew can and almost always does get better with a little more ageing. If you think it tastes good on that first taste, pat yourself on the back, because in another few weeks it only gets better. I think my Red Dragon Ale is a beer that would appeal to more palates than a Imperial Stout. I like them and have tried quite a few and I rate the taste of mine right up there.
I always describe a Stout as smooth beer, with little or no aftertaste. The only time I really notice this changes is that if it is something like a Raspberry Imperial Stout, then the taste might be a little bit bigger. Not sure if everyone would agree with my description but that is how they always taste to me. I always notice the malt taste, but it ends quickly. Now some of the Stouts I have had are special brews with additions that of course can change this taste. Almost always with the Stouts I have sampled this just gives it a bigger taste and I enjoy it.
Tasting these homebrews just keeps the fire lit, I am really enjoying the process and always thinking of things I want to change on my next recipe. After tasting my latest batch I cannot wait to try the next recipe, at the same time I have over three cases of beer sitting in my basement. So I am going to try to hold off before brewing another batch. I have decided that rather than using a primary fermenting bucket I am going to get another carboy and use that for the primary fermentation. Being able to fully view the full chemical reaction will definitely be cool. Also
Phil's setup and my co-worker Mike have me thinking of getting something to help speed up the brew process. Regardless, I am looking forward to hearing about Phil's brew and I know Mike has a few batches lined up ready to go. It is fun to talk homebrew!
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Make Beer:
This is cool for the photos. But buy a kit, you get everything you need and higher quality items. Still, this is a cool post showing all phases, except I really recommend secondary racking. Make sure you store your beer in the dark.
tagged as: beer, homebrew, homebrewing, howto - What's In Your Beer?:
One of the main reasons I brew my own. I know what my beer contains, and it really is only four main ingredients. Homebrewing rules!
tagged as: beer, health, news - Season Three of the Brutal Deluxe Football Podcast:
With the NFL draft podcast released, we have officially started our third season of podcasting.
tagged as: NFL, fantasy, football, podcast
This Week's Del.icio.us bookmarks
Shared bookmarks for del.icio.us user Scott Buffington.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Iron Game Longevity
I have not posted much over the years in the weight training category, I usually keep this discussion on the
weight training board, but after emailing an old friend last week it got me thinking. I was asked if I am still lifting weights, and after telling them yes I make sure I train some each week, they said how they wished they would have been able to stay with it. I thought about how strength training has been a part of my life as long as I can remember. Because I have seen quite a few fitness clothing racks over the years, I knew that having the equipment at home had little to do with my ability to continue training.
The reasons most fail in continuing with strength training usually boils down to a few reasons:
• Loss of motivation following plateaus in strength.
• Just plain boredom.
• Lack of reasonable goals.
All these are pretty much related and many feed off the others. Who am I to be pointing them out? Just a guy who has seen so many training partners come and go over the years that I have learned a few things. And no these training partners did not disappear because I smell or they suddenly developed a dislike for me, some actually moved away. Just kidding, actually my current training partner (That is you Steck) has been in the picture longer than any of the others, 5 years plus now. Most of the originals were back in my high school days, my home gym was always packed in those days. Most teenage boys are looking to impress the girls and quickly catch the weight lifting bug. But the real challenge comes when real life begins. You know girlfriends, partying, jobs and then a family.
So what is the answer, how does one stay motivated. The answer is not rocket science, but it might motivate, assist and even open the eyes of some. The first thing, those early strength gains that come easy, they are not real. Seriously, they are mostly neurological and are basically your body learning how to move a weight from point A to point B. So be prepared to break the boredom now, and you do this by really mixing it up and setting many mini goals. My key over the years is that I took a real interest in the skill of moving weight from point A to point B. Also, my latest training partner having stuck around so long proves my theory of mixing it up.
Tom and I really have changed things up over the years. At one point we were training a lot of different body parts in one session, then we changed to concentrating on one area during a given workout. Later we concentrated our training on a particular lift, and no not just the bench press or bicep curls. Eventually we returned to training the whole body again. There is no set method, the best gains are achieved by making sure you show up and keep working hard. There are so many great lifts out there that are as fun as the bench press or the arm curl if you give them a chance. Like what? Start by reading this
wikipedia article then you will have enough of an idea to keep you busy for a while. Incorporating variations of weightlifting movements into my training was the single best decision I ever made. You can spend months practicing the
snatch and then just as you get bored, throw in a variation by using dumbbells instead of a bar.
When all that gets boring, you go back to your old favorites, or take a break from the weights and get out and play some tennis or ride a bike. I once spent a month doing nothing but chin-ups and pushups. Try a month of nothing but bodyweight exercises, see how many bodyweight squats you can work up to. Just make sure you come back to the iron at some point, and come back with a new mini goal. Recently the guys at work and I have been setting some
grip strength goals. Grip strength? Yep, it is actually quite fun, some of the real difficult hand grippers can only be closed by a relatively small amount of people in the entire World. Nothing quiets the department loud mouth quicker than after seeing you close a hand gripper, then they give it a try and barely move the thing. Not only that, but you are remotivated in finding ways to supplement your grip and your motivation to get in the gym suddenly comes rushing back.
The bottom line is that you have to realize making real strength gains takes hard work and time. Do not rush it, enjoy the journey and set a very long list of achievable goals. Along the way you will find more and you might even be able to keep the hangers off of the bowflex in your bedroom.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
My Red Dragon Ale
The official unveiling of the "Brutal Deluxe Breweries" first beer took place tonight in a private ceremony. It was a glorious event that saw the Breweries second beer, an as yet to be named Russian Imperial Stout, be racked in a carboy for a secondary fermentation cycle. As you can see in the photo, I relaxed and enjoyed a fully carbonated homebrew while racking my Stout.
Homebrew definitely has a slightly different taste and feel than a traditionally prepared beer. The carbonation is lighter or just different, this is the second homebrew I have sampled and in both cases I noticed the difference. The taste is more pure and less manufactured. I can definitely see the attraction and why so many catch the homebrewing bug. Some of these feelings are undoubtedly because I am all to aware that I brewed the beer I am enjoying while I type this. Rather than just thinking about the first few tastes, you analyze each mouthful, and compare it to other beers you have had.
Initially while waiting for my first real taste over the past few weeks I nervously questioned whether I would want anyone to taste my beer. Now after nearly finishing my second frosty mug, I welcome others to try my Red Dragon Ale. I named this Red Ale after the
Red Dragon Tavern board on the Nitevilla forums.
Last Saturday I brewed a Russian Imperial Stout recipe and tonight I racked that homebrew for secondary fermentation. Let me tell you, the Imperial Stout has a lot of malt and is a dark, dark brew. This beer is as dark as coffee and I nearly talked myself into trying a small mug of it uncarbonated tonight. I love Stouts and I am really looking forward to my first taste of this dark coffee like beer. The primary fermentation was so aggressive that the foam had risen high enough to touch the lid of my container. I am taking suggestions for a name to give to my Russian Imperial Stout.
I have more than enough of a beer supply to last me a while, and my next planned beer will likely be an
IPA recipe that I found. I have found that I like beers that have a lot of
hops and that spurred me to search for an IPA recipe. My plans after the IPA is to perfect the three recipes that I have and perhaps try a seasonal brew or two. A Pumpkin Ale and maybe a Winter Ale will likely be the seasonal brews I attempt. Then again, I have been reading about
Porters and this might mean a fourth beer will be added to the Brutal Deluxe Brewery in place of the Winter Ale.
Carbonated Fusion Beverage
Well, Julie successfully acquired me a couple containers of Coca-Cola Blak. My thoughts? A risky choice by Coke for sure. I can only imagine that whoever makes the choices at Coke to try this type of product had the same thought process as I did after trying Coca-Cola Blak.
I like Coca-Cola Blak, it is lightly carbonated, not nearly as carbonated as traditional sodas. The flavor is somewhat like a coffee ice cream flavor, along with a hint of caramel. I did not detect an aftertaste, the flavor leaves as quickly as it arrives. That being said, I just cannot imagine this product being successful, I hope it is but I just do not think this taste will appeal to a wide variety of folks. Which I can only imagine that Coke executives came to the conclusion that it
will appeal to a lot of folks.
The main reason that I feel this way is that a lot of people that drink coffee, do not really drink coffee. They drink the sugared concoctions that you find at Starbucks. Real coffee drinkers will be seen ordering a black coffee at Starbucks, walking out the door with no additives. I like coffee, but what I have realized is that those that do not like coffee usually really like soda. The taste of soda appeals to a wide variety of people. My son is the only person I know who does not like soda. The mixing of coffee with soda on paper sounds like a good idea, but is it really?
I consider coffee, beer and wine to be acquired tastes. Very few people drink any of these the first time and think they are the best beverage they have ever had. Overtime though, as our tastes mature we acquire the taste for things other than sweets. We may like bitter or citrus tastes more and we actually enjoy the sensation these tastes bring. But people who acquire these tastes want them pure. I like Coca-Cola Blak, but I would not choose it over a good hot cup of coffee. If I were just walking off the 18th green on a hot Summer day I would choose a cold Coca-Cola Classic or a quality cold beer over Coca-Cola Blak. What does this mean? Just where is this drink supposed to fit?
Unless this generation chooses it as a fad drink or they invent a mixed drink from Coca-Cola Blak, I just do not see a nitch. And if it does indeed find itself being a fad, how long will that last? I do not think very long at all. Interesting idea Coke, but not sure it will work.
Blizzard's Diablo Series (Trip Down Memory Lane)
With a move coming up I am trying to go through all sorts of items to see what I can dispose of. I went through some old
Zip disks that I never use anymore looking for files I might want to keep. That is where I found these
Diablo II screenshots, taking me back to pre 2002. BTW, yes my Parallel port Zip Drive still works.
The Diablo games were online gaming fun at it's best. There are rumors circulating about Diablo III, but nothing confirmed yet. When myself and a close knit group played Diablo II we only played what was called Hardcore, meaning if you died, you had to start that character all over again. All these screenshots were from those Hardcore games. We were a very, very good group and had extremely high level characters that maintained top 10 spots on the Hardcore Ladders many, many times. Many of these shots are from before the Expansion Pak that made leveling easy.
I actually think I may have been
THE expert on Paladin play at the hardcore level. I think the Paladin had the most uses and the most styles of play available. Some were very difficult, especially in the Hardcore environment. There was not a style of Paladin I did not play and not a style I was not successful with. Of course to be truly successful at this game, particularly at the Hardcore level you needed to have a good team and play as a team.
What is funny is that this website's name came about from the name prefix that I chose for each of my game characters and by the time this website started, my Diablo days were pretty much behind me. I really am not a true gamer either. I grew up with video games and enjoy them, but I do not currently have a game console (the last for me was the Dreamcast) and I do not play any game regularly, except
Urban Dead.
I often think of moving my website to a new domain name, something like scottbuffington.com, but then I decide not to. Sure the name is kind of corny or weird but it has become my online home.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
Home Shopping Adventures With Buff; Part 1
Well, after discussing it a lot throughout the past nine months, tonight we took the first step toward selling my current home and finding a new one. The Realtor came by this evening with the Comparative Market Analysis and the initial news is looking good. Indeed early reports look like I will be putting this home behind me with decent money in my pocket.
This was probably the part of selling the home I was most worried about, for many reasons. Primarily most of my time I have lived in this home I would not categorize as easy times. So I fully expected from the start to the finish that this home would kick and fight me causing me yet more grief. But, things are looking good, though I will not get my hopes too high yet. But it looks like homes in this particular market are moving like there is no tomorrow. Many of the homes in this market moved in one to six days after being put on the market and the longest one was only three months.
Of course I have a few items I want to take care of before the home starts being shown, but they are relatively small and should be able to be taken care of in the next week or so. Now the fun part comes, we can start looking. We can make our wishlists and start checking items on and off and generally have visions of a home in the clouds dancing through our heads.
It is exciting to be in the home buying market again. Last time I did this, I only had a website on
Geocities, and let me tell you, it was way lame. I wish I had accurate screen shots from the pre 2000 days, but I could never bring them back in their full animated gif glory. I digress, anyway, I had no way to truly announce to the masses back then. Now I do. My guy wishlist:
1) Big two car garage. (There is always something to do in the garage)
2) Home office slash datacenter. (Somewhere to put my computers aka servers)
3) Dry relatively comfortable basement. (I have about two tons of free weights, meaning a basement is a must)
Everything else is gravy, we know what we need and the details will work themselves out. We are looking for four bedrooms and of course a nice kitchen and family room. Though we enjoy entertaining,
BDFL Draft night anyone? We are looking for comfort and usefulness over glamour. No living room where you cannot sit on pieces of furniture and no formal dining room. Livable space is what we want, we plan to be there for a very, very long time.
Oh yeah, remember those two tons of free weights. I will be taking volunteers to help move those. Last time I moved if I remember correctly I used one day of moving to just move those. The steps and so forth are a killer 100lbs at a time. It is like a whole months gym membership in a day, some places charge you $30 plus for this opportunity. My gym is free and I provide refreshments. Perhaps I can even provide some homebrew to do a little carbo-loading.
Coca-Cola BlaK
Has anyone tried
Coca-Cola BlaK yet? I heard and mentioned it here on Nitevilla some time ago, and it was released in the US market on April 3rd, 2006, but I cannot seem to find it anywhere. If anyone in the local area has seen it (or tried it), please let me know where I can find it.
I have to think that some of the marketing for this product is intended to be silly. Maybe it is just me, but when I go to the website and hear the silly tag lines I cannot help but think someone at Coca-Cola has a sense of humor. Personally, I would have called the product, Coca-Cola Soul, or perhaps Coca-Soula. But that is just me and what the product marketing says to me.
Anyway, I am really hoping to try the
Coke effervescence and coffee essence. Hopefully I get to try it before the product tanks. Something just tells me it might tank. Especially considering I have been to three different stores and have not even seen a mention of the product. Had the release date been April 1st I would have thought it was an April Fool's Day joke. Just remember Coca-Cola, you cannot pull an April Fool's Joke after April Fool's Day, otherwise that makes you the Fool.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- April 1, 2006 - Wikipedia, the free encyclopedia:
Wikipedia documents April Fools Day 2006.
tagged as: humor, reference - Lost Map (from 3/29/2006 episode):
This is why Tivo is great, it allows folks to go back and get high quality images from great shows like Lost.
tagged as: Lost, TV, map - The Smoldering Ruins of Centralia:
This is well known in Central Pennsyvlania. Well, it has been well known to me since I was very young. I actually passed close enough a few times over the years to see smoking ground, at a safe distance of course.
tagged as: centralia, history, pennsylvania - T E X T F I L E S D O T C O M:
Some of the old BBS posts... Those were the days.
tagged as: archives, bbs, history, reference - VI / VIM tips and cheatsheet:
Excellent resource for new users and even veterans. World's most powerful editor!
tagged as: reference, vi
Time to Bottle the Homebrew
Tonight is the night, the night I scheduled to bottle my first batch of homebrew. After cleaning everything and setting it out in an orderly fashion I prepared my priming sugar and devoted a good hour or so to moving my homebrew to the bottling bucket and bottling the beer. I now have to wait a minimum of two weeks to enjoy my first carbonated homebrew. Following the recommendation of
The Complete Joy of Homebrewing, I syphoned a frosty mug full of some of the beer. Of course it was flat, but no mistaking the taste of fresh beer and it had a wonderful red ale color in the mug. I officially, "relaxed and enjoyed a homebrew".
I ended up with nearly two cases of homebrew, bottling was made relatively easy with a bottling wand. However, it is a process that could progress much smoother with two people. I filled five to seven bottles at a time and then capped. The tools available to the homebrewer are really slick. I was actually a little worried about capping the bottles and I did not have one issue.
My homebrew
mentor was kind enough to hook me up with a bottle of his last batch, a Pale Ale, earlier this week. Of course, that was chilled and consumed the day he gave it to me. No worries, Mike and I split a case of
Tröegs Nugget Nectar, a seasonal beer, so I had a quality beer to sip while getting everything situated.
I like a big tasting beer, while a lighter ale is fine sometimes, I usually like to only have one or two beers with a big hop taste. That being said, I already decided that the next recipe I am going to try is an
Imperial Stout. My ultimate goal is to find three or four recipes that I really like and then try to perfect them to my taste.
Buff Improvement
Deceiving title for those that know me. The improvement I speak of is the improvement of the site CMS engine. I added a few features that I saw elsewhere that I liked, or that I felt made features more usable. The improvements were basically stat changes that some might find interesting. The first change I made is viewable in the lower right corner. What is interesting about this feature is that this site has existed for almost five years, and the post count is relatively low. Probably due to the existence of a forum.
I have made 266 blog entries, an average of 0.14 entries per day. I average one blog entry every 6.6 days and have collected 559 comments.
While experimenting with this piece of code, I came across a question that I could not find a good answer for. Perhaps any MySQL folks who come across this post might be able to enlighten me. Is this the best way to obtain a count of entries from my database, meaning is this the least resource intensive?
// Query the database and get the post count $result = mysql_query("SELECT id FROM buffsdatabase"); $num_rows = mysql_num_rows($result);
The other feature change I have made is the creation of a tag or category cloud in this case. After much thought I have decided for my blog that I prefer categories over tags. But I do like the tag clouds that you see around the Internet. Now when viewing my archives you will see the categories listed in what is called a cloud format. You may have to refresh your window to get the new CSS. I like the cloud format because there is less whitespace, rather than having the categories listed down the left side of the page, they are grouped and marked on how many posts exist for each category. Of course all this is relative, what I think is an improvement is merely a change for most. I have to find something to do while waiting for the homebrew. ;)
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Best way to learn guitar:
Once I get my guitar working, perhaps I can spend some time following these steps
tagged as: guitar - CPUUG WebMail Powered By Gmail:
CPUUG has been chosen by Google to beta test Gmail for your domain. If anyone would like a username@cpuug.org account, powered by Gmail. Visit http://www.cpuug.org and click the contact link.
tagged as: email, webmail - Ubuntu enterprise version due June 1st:
I am looking forward to this. Though some of my mates hesitate to give Ubuntu a fair shot, I have used many distros and I love what I see from Ubuntu. I am particularly interested in the server version. I believe within a year nitevilla.net may be runn
tagged as: linux, unix - Lambda Calculus:
tagged as: math - Wired Blogs: Listening Post: Ryan Adams: Vengeful God:
This bothers me a bit. I am not a diehard Ryan Adams fan, but I respect the way he reinvents himself and I have purchased some Ryan Adams CD's, after a friend introduced me to him by... OMG... Burning some of his music to CD. Ryan should rescue these g
tagged as: copyright, music - The Weather Underground:
My preferred weather website. They even have blogs for different areas if you look around. The weather PHP app I wrote years ago used XML from this website.
tagged as: forecast, weather
Brutal Deluxe Brewery First Batch
I proudly cracked the lid on my primary fermentation bucket tonight and was greeted with the scent of... BEER! Yes, my first batch had finished
primary fermentation and was ready to move to my 6 gallon carboy for secondary fermentation. I uploaded photos from the various stages to a
Homebrew set. The next photos you see in the set will be when I bottle the beer. I cannot wait, from that time on I will have a two week wait before I can have my first taste.
I could have actually bottled this weekend had I wanted to have the beer sooner, but from everything I have read, secondary fermentation is the way to go. If you want truly great homebrew, the best beer that can be made, you have to do secondary fermentation. I am unsure how long I will allow the secondary fermentation go, it will depend on whether I see any activity with the beer over the next few days.
Opening the lid on the primary fermenter and actually smelling a pleasant beer aroma provided a great feeling of accomplishment. As anyone who knows me can attest, I enjoy brewing coffee. Indeed brewing a great batch of coffee is wonderful. But with all the effort and time that brewing a batch of beer involves, the feeling of realizing you have done it and are nearing the finish is much greater than making any variety of coffee drink. Coffee may be king, but beer rules!
My Mentor
As I continue along the process of finishing my first batch of homebrew, I thought I would give a shoutout to my fellow UNIX Systems Administrator and Brewmaster Mentor. Mike (who is a father to be) uploaded some photos while preparing his last batch of homebrew, a
Pale Ale.
Mike is the guy who finally got me fired up enough to give homebrewing a try. Which is nice on many levels, because I have someone to run questions by as well as another guy who can point me to great resources, such as
The Complete Joy of Homebrewing. The whole process seemed kind of overwhelming at first, but as the book says and Mike likes to repeat, "relax and have a homebrew". Now there are some words to live by. Here are all his
Brewing Photos.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Great Unix Article:
This is a great article on unix and why I was not worried at all about the Mac switching chips.
tagged as: aix, linux, osx, unix - Heckle Me!:
Yep, you can really heckle me. Currently you will just have to take my word for it, my computer really says what you type to me. Just something I am messing with while working on future home automation.
tagged as: speech, web - The Survivorman - Les Stroud:
My new favorite show. You learn something every episode and something about true survival. Great show!
tagged as: TV, survival
Happy Saint Patrick's Day
I got to this a little late in the day and this should probably be a beer drinking mug, and I suppose it could be. But mostly it more resembles a coffee mug. This nice looking Leprechaun mug holds about a pint of beverage, which is always just about perfect.
May the luck of the Irish grant you at least a taste of an Irish drink, Happy Saint Patrick's Day. I am home with my two Leprechauns tonight, so my drink will have to wait until after bedtime.
Think Big
Anyone recognize
this guy? Looks like a future linebacker to me.
Where The Magic Happens
I finally received my
(fancy sounding) French Press. Well, I received it while I was visiting Seattle, but I was crushed to find that the French Press was broken during shipping. I had hoped to enjoy a pot right after arriving home Friday night, instead I settled for a quick four cup brew via my
Mr Coffee, which I would still recommend. A new French Press was shipped to me within two days for no charge, so I cannot complain.
Pictured here in the French Press is one of the varieties of coffee I brought home with me from my Seattle trip, Mount Reiner Blend. Smooth, a nice medium blend coffee. The key to any French Press is good coffee, freshly ground and finding just the right amount to make that perfect pot. Of course, tastes vary and with a French Press you have just the right tool to exact the taste you are looking for. I prefer a French Press, but opinions vary and some folks really do prefer other methods.
What He Said
I know I have recently collected a few more readers (lurkers) and in case you did not know,
Alex and I do an NFL fantasy related podcast. Like Alex said,
we are recording a special free agent edition soon.
Official Brutal Deluxe Website (Or click on the BDFL badge in the upper right corner.
Official Brutal Deluxe Football Podcast RSS Feed (Subscribe and never miss an episode)
March Madness Tournament Pickem
There has to be some folks out there that like to fill out brackets. Alex has the Pickem all setup and so far Alex and I are the only ones signed up. I know we are both just passing fans of NCAA Basketball. In other words we see the headlines and maybe catch a little of a game here and there. So even someone that has no knowledge of NCAA Basketball has just as good a shot at winning, and it's free and fun.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Official Villa/BDFL/Cygweb NCAA Tourney Challenge:
Come-on, give it a shot. None of us are College basketball experts. Sign up and fill out a bracket and earn bragging rights.
tagged as: basketball, sports, tournament - Manny's Pale Ale:
I enjoyed Manny's Pale Ale at varius establishments in Seattle. All they do is brew draft beer and it is a fine beer.
tagged as: beer, brewery, seattle - Pyramid Breweries:
Pyramid is a must visit.
tagged as: Seattle, beer, brewery - Mac and Jack's Brewery:
OK, OK, I enjoyed a lot of the beer in Seattle. Mac and Jack's Brewery brews some fine beer. Check it out if you visit Seattle
tagged as: Seattle, beer, brewery - Cool little Irish pub that I enjoyed while visiting Seattle:
I mostly drank Guiness while relaxing here, but they had a Kell's Ale that was quite good too.
tagged as: Seattle, beer, pub - Pike Brewery Co.:
Ok, so I spent some time here too. Excellent India Pale Ale, I had a few or 10 or more of these as well too.
tagged as: Seattle, beer, brewery - Red Hook Brews:
I drank one or two or ten or more Red Hooks while visiting Seattle.
tagged as: Seattle, beer, brewery - Pumpkin Spice Beer Kit:
Once I get a little more experience under my belt I would love to try a Pumpkin Ale.
tagged as: beer, recipes - Welcome - Ubuntu Linux:
My Linux of choice. I have been using Ubuntu for about a year and I really like this distro. Live CD and easy install for beginners as well.
tagged as: Linux, distro
More From Share
What a week at
Share, Share has always been predominantly an IBM Mainframe conference, but with Linux and
Java becoming so popular on the Big Iron, even System Administrators like myself can find a lot to fill our days.
Though I am more a proponent of various scripting languages (Shell, Perl, PHP, etc..) I have always been more of a
C fan as well, but this week having had my fill of Linux I decided to take in a few Java classes. Over the past few days I have installed
Marist Linux, the first Linux distro to run on the mainframe and recompiled the kernel, and taken in a few Java hands on labs while at Share. This has easily filled my afternoons and provided a vast amount of knowledge, hopefully giving me a better understanding of the folks whom I support on my systems.
We finished the evening tonight walking down to the
Space Needle, eating a great steak dinner and enjoying a few beers. This is the first night that I did not eat seafood. After dinner we wandered back to the Public Market area and enjoyed some Celtic Music by Liam Gallagher. Liam sang one of my favorite tunes, a Australian folk song,
Waltzing Matilda. I will have links to the various pubs and microbreweries on Saturday's linkdump.
One last thing, as far as coffee goes, the best coffee in Seattle is
Caffe Vita. If you like coffee, real coffee, find a place that brews Caffe Vita, Starbucks and Seattle's Best is the same as you can find anywhere, nothing special.
Live From Share
This is my official live post from
Share in beautiful Seattle, Washington. So far we have enjoyed visiting, shopping and eating at the
Pike Place Market, drinking some beer at an Irish pub as well as enjoying a few local brews and of course I have lost track of the amount of Starbucks, Seattle coffee houses and various little coffee stands we have visited. It is little wonder that I have not slept that well since arriving on Sunday. I have also been impressed by the amount of alternative fuel transportation alternatives in Seattle. We arrived in a natural gas powered taxi and each street has electric powered buses. All this produces noticeably cleaner air within the city as compared to some of the other cities I have visited over the years.
Back to Share, I have taken in numerous sessions related to
Linux on VM, quite a few on networking in general and an excellent session this morning on
IPv6 which finally has me convinced that this is the way we will be going with networking. I was skeptical a couple years back, mainly because I saw no one really moving ahead with it. But I have been noticing a lot more support recently.
Time to let someone else use the Internet access booths. One last note, the Seattle natives are great people. Even while sporting my Super Bowl Champion Steelers t-shirt I have only received good natured ribbing. Seattle gets two thumbs way up from me. Way to stay classy Seattle!
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Coloring Book - Colorings:
Nice collection of coloring book pages for the kids.
tagged as: art, images, kids - Burning Questions - The Official FeedBurner Weblog: And There Was Much Rejoicing: New FeedBurner Statistics:
I am a big Feedburner fan, though quite a few folks subscribe to my other feeds I really like what Feedburner offers me. Now it is even better.
tagged as: feedburner, feeds - Mac Geekery - All About launchd Items (and How To Make One Yourself):
I need to educate myself further on the workings of launchd.
tagged as: cron, launchd, mac, osx - Regular-Expressions.info - Regex Tutorial, Examples and Reference - Regexp Patterns:
This website is worth a look. Does not include all the tools I use regex for, but still worth a read. To really experience the power of most programming languages, you should understand Regular Expressions.
tagged as: java, perl, php, programming, regex
A Clean New Look
This might be a record, this is the first website design change I have made in well over a year to Nitevilla, and it came together easier than any of the prior designs. This design is so clean that it even works in Internet Explorer 7, at least at the time of this writing. I believe this is something like the 7th different design since 2001. Not too bad considering that the initial few designs had relatively short life spans.
Mark inspired this design change, actually he inspired it some time ago but I decided to stay with the original for a while longer. After testing IE7, I decided to see if I could put together a design that looked relatively the same in IE7 as it does in the advanced browsers. Having always admired Mark's clean design I decided to mimic it on a darker level. OK, it is different, but I feel I captured the clean part. I have kind of become known for the old photos and decided to work them into the design. I even want to add a few more related to what I write about here.
Since the first incarnation of Nitevilla I wanted a look that fit the "Nite" part, meaning I always wanted a darker feel. Many times I really did not achieve this, and even now the design would not really be labeled dark, but the darker blue background hopefully brings in some darkness. In many ways I miss the 1990's dark background and light text, and every time I do a redesign I think about doing some kind of throwback design. I can just never seem to pull anything together that looks like what I want. It would be refreshing to see someone pull this off though (nicely, many have done it but not nicely). It certainly will not be Yahoo or Google.
I wanted to make the sidebars be less of a clutter and actually inspire surfers to check out what is over there. In other words, I wanted to feature those I link to better. It all works for me, I hope it works for you too and you find the Villa easy to navigate.
Central PA AIX Users Group
Today I attended the first ever Central PA
AIX Users Group meetup at IBM's Technology Parkway, Mechanicsburg offices. Imagine my surprise when a month or so ago I was contacted by IBM via email to take part in an AIX Users Group here in Central Pennsylvania. Especially after posting a few months back about
HUUG, which has been renewed but still lies dormant. Though I have not mentioned it on Nitevilla, other than the the link in the enclosures section, I decided to have a go at forming a
community. There are two reasons why I did not mention it sooner, not a lot of Central PA UNIX Users visit Nitevilla to my knowledge and secondly I wanted to wait until the content increased.
IBM did a nice job at offering a location and pointing out that they did not want the group to be IBM's, because it would end up being a sales pitch. My boss and several others from various Central PA organizations spoke on various subjects, all related to
LPARs and hardware mostly. Not exactly what I was looking for since we are already hot and heavy and knee deep in LPARs and with my boss having one of the biggest presentations, I did not get a lot of new information. The IBM reps attending were pushing all of us for content for the meetings and asking what would benefit us the most from a user group perspective. Funny, it was not long before the subject of Linux, user profiles and a forum came up. I was tempted to mention
CPUUG at that point but withheld, not wanting to use the podium for pimping a side project. But let's be honest, I have the environment all setup for networking with other UNIX professionals in the area. I think I want to see just how serious those who attended are first and I also do not want CPUUG to be CPAIXUG.
I actually contacted the gentleman who founded HUUG and who still owns the domain several months ago. He responded, but when I brought up the idea of rekindling the group, hinting I would be willing to get it started if he were too busy, he simply did not respond. Not wanting to push the issue and not exactly being thrilled with what I see with other user groups in the area, I decided to try out CPUUG. I had the option for an additional domain on my host and decided I would post tips now and then and see what happens. Only time will tell, but I still feel the best idea would be a combined user community, catering to a larger group of users and IT professionals, thus opening a larger local networking community.
Latest Coffee Contraption
Meet the Bialetti Red French Press, my latest coffee contraption. I previously mentioned the French Press we have at work and how much myself and my coworkers were enjoying it's brew, so I decided to bring the fun home. I was going to go with an insulated model, but decided to go the traditional route first, mainly to see if I have a real need for an insulated Press.
Surprisingly it seems that quite a few people break their French Presses, at least that is the impression I got from reading the numerous reviews. There was even a model deemed unbreakable, that someone boldly claimed to have broken. Having only had exposure to one model so far, a rather cheap Ikea French Press, I am surprised by the seemingly brittle nature of most French Presses. Or so I would be led to believe.
I mean I do see how one would break a French Press, I just do not quite understand how it seems to be so prevalent. So I will certainly report back on how sturdy the Bialetti Press is. Like most reviews, I tend to believe that the majority of the French Presses that are claimed to have been broken under normal use is probably more along the lines of a faulty or clumsy user. I certainly have seen my share of various devices purchased over the years that I found quite good, only to be reviewed poorly by others. Sometimes when reading reviews I am perplexed as to what the user was actually doing with the device.
Legend of the Green Dragon
I thought I would have a little fun and set up my own
Legend of the Green Dragon server. Anyone that enjoys this sort of thing, have at it.
Why Digg is Starting to Suck
I am pretty close to unsubscribing from
Digg's feed. Two reasons really, first off everything I see there I already get with
del.icio.us and second of all del.ico.us is minus all the mindless comments. I have another pet peeve with Digg also, the link in their feed takes you to the article on Digg rather than to what they are referencing in the article.
By subscribing to a feed or two on del.icio.us I can get everything that Digg comes up with and more and minus both things I hate about Digg. Just about every article posted on Digg is met with someone saying the link is "Old" and rarely anything else. Meaning, instead of the comments being relevant to the article, all they are basically saying is that the "web genius", aka expert already knew of the site or article. Who cares if you already knew about it, most of us have jobs that do not entail us surfing the web for every waking moment. I sometimes spend an entire day at work, working on servers mind you, and I do not have the opportunity to surf at all. I depend on websites like Digg to keep me informed of technical websites I may or may not know about.
I have always had a problem that their feed links go to their website rather than to what they are writing about but I managed to look past this. I realize this is so we are exposed to their advertisers, but that does not mean I have to like it. Long ago I unsubscribed from Slashdot, just because of the mindless comments, but Digg may actually be worse. I know I could click through Slashdot's links to referenced material for instance.
Sure I could just stop reading comments, but I was actually hoping that they would be relevant, maybe even pointing me toward other resources. I have thus decided that I might as well subscribe to not just the
Popular Feed (which pretty much has everything Digg does) but a few other choice tags, which I already do with
UNIX thus giving me some sites that do not necessarily show up in the Popular Feed. Thank God for a site like Del.icio.us, the links go right to the relevant links, rather than forcing you to pass through Del.icio.us first and best of all, no web heads comments telling me how much more informed they are than I am. Yeah, it is official, I talked myself into unsubscribing from Digg's feed, thanks for listening. Social bookmarking rules!
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- CNN.com - 'Hulk' Lou Ferrigno now a sheriff's deputy - Feb 14, 2006:
Ferrigno is fighting crime for real. Way to go Lou!
tagged as: Hulk, news - Technical books online:
Interesting source for many online electronics books.
tagged as: books, electronics, reference - The NEW SpikeTV.com > Shows > Pros Vs. Joes:
I would love to give a show like this a try. Hitting the pitchers would be the toughest challenge, but certainly not the toughest physical challenge.
tagged as: TV, sports - Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0):
Finally a way to interface easily with my coffee pot.
tagged as: coffee, humor, web - Projector Keyboard - I Want One Of Those:
This is a very interesting looking gadget.
tagged as: computers, gadgets, keyboard, technology
Brewing Time Nearing
Looks like I will be able to begin brewing my first
homebrew just after returning home from my trip to Seattle. Two cases of empty bottles will be available and I can begin brewing. I plan to document the process via Flickr and my blog, though since I need to age the beer during multiple phases of the process the photos will be spaced out a bit.
Play Sudoku
Sudoku from SudokuPuzz.com
Sudoku - I Blame Streeter
Growing up I always kind of liked puzzles, but never really found a puzzle that held my interest enough that I would routinely enjoy challenging myself with. At least not on a daily basis, that is until our friend Streeter introduced me to
Sudoku.
Sudoku (Japanese: 数独, sūdoku), sometimes spelled Su Doku, is a logic-based placement puzzle, also known as Number Place in the United States. The aim of the canonical puzzle is to enter a numerical digit from 1 through 9 in each cell of a 9×9 grid made up of 3×3 subgrids (called "regions"), starting with various digits given in some cells (the "givens"). Each row, column, and region must contain only one instance of each numeral. Completing the puzzle requires patience and logical ability. Although first published in a U. S. puzzle magazine in 1979, Sudoku initially caught on in Japan in 1986 and attained international popularity in 2005.
Now, on almost a daily basis I will at least mess around with the puzzle game online or offline. Thanks a lot Streeter!
Apparently I am not even close to being the only one enjoying Sudoku. Although folks like Streeter have known about the game much longer, the real craze in the US is fairly recent and it is big. "Sudoku" was 7th most popular web search in 2005.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Urban Dead - A Massively Multi-Player Web-Based Zombie Apocalypse:
What can I say, I like to see how I make out after reading "The Zombie Survival Guide". Lookup "Ash Buff Williams". I just started this guy, he's a consumer and is only level 1.
tagged as: games, mmorpg, zombies - US Brewery and Pub Maps:
This is probably the only map I would ever need.
tagged as: beer, maps - www.donbecker.org - Unnamed Hockey Podcast 001: The Beginning:
Don and Alex are doing a Hockey Podcast. I know nothing and I mean nothing about Hockey. I know I liked Gordie Howe and Super Mario, the player not the game character. I somehow stumbled into this podcast, that will not happen much, unless I educate my
tagged as: hockey, podcast, sports - Tecmo Bowl:
Wow, I remember loving this series, particularly the 1991 edition. This game along with I believe John Madden 93 rates among my favorite football arcade games of all time. Of course, I loved John Elway's Quarterback, the standup cabinet edition that was
tagged as: NFL, football, games, nostalgia, sports - Torus Trooper - Games - Action & Adventure:
Very sharp looking Mac version of a retro shooter.
tagged as: free, freeware, games, mac - reaction_version5.swf (application/x-shockwave-flash Object):
Are you a cheetah?
tagged as: flash, games - Livermore's Centennial Light Live Cam:
It is not just a saying, it is fact, they do not make things like they used to. Why? Because then you would not have to buy another one would you?
tagged as: "built, bulb, last", to - Whatever: Writing Tips for Non-Writers Who Don't Want to Work at Writing:
This could be useful for NaNoWriMo, if I can ever make time to do it again. Note to self, get Brutal Deluxe: Season Tickets printed.
tagged as: writing - Project IP - Your IP and More:
I had a page on Nitevilla years ago that told all this information. Was surprised someone registered a domain just to show this. Then again I just socially bookmarked it. Heh, heh.
tagged as: IP, browser - What's in Scott Buffington's Bag:
Chuck inspired me to do this. http://flickr.com/photos/jaboobie/98463876/
tagged as: whatsinmybag - What's in Chuck's Bag:
tagged as: whatisinyourbag, whatsinmybag - moleskin notebook mods:
Gotta love great moleskin modifications.
tagged as: hacks, moleskin
Buff Linkdump Del.icio.us Plugin
I have been contemplating adding a link dump from
Del.icio.us for some time. But I really thought it would end up being a waste of space, as hardly anyone would even notice it. Or I figured they would forget about it and who wants to subscribe to another XML feed, even if I pointed it out. At the same time, I often discover items I do not feel like blogging about or posting on the forum. I actually stopped using Del.icio.us for a while. I like the idea of social bookmarking but again, who really would take notice. So how could I incorporate my social bookmarks here?
I noticed on a few Wordpress blogs that folks were routinely blogging their Del.icio.us bookmarks. I actually liked the idea and have enjoyed more than a few folks bookmarks. Around these parts I do things my own way, and that being said I did not have the ability to use any fancy Wordpress plugins. So today I went to work on what I would label as my first Buff Plugin.
Rather than post bookmarks daily, because I doubt I will bookmark much each day, I went to work using the Del.icio.us API to access posts for the past 7 days. By easily parsing the excellent XML generated by Del.icio.us I am easily able to retrieve the weeks bookmarks and initiate a post with all the entries, provided there are any to post. If there are none, nothing is posted. All I had to do is crontab an entry to
curl the password protected PHP script every Saturday night and I have my Linkdump in a nice blog post, fully automated. Sweet! Eat your heart out fancy Wordpress users.
I enjoy scripting (programming) and this past week I had the opportunity to hone my PHP skills at work. That motivated me to do a little work on one of my home projects.
This Week's Del.icio.us bookmarks
Shared bookmarks for
del.icio.us user
Scott Buffington.
- Ben Roethlisberger - Official Blog:
tagged as: Ben, NFL, Steelers, football - How to Take A Caffeine Nap:
tagged as: coffee, fatigue - Art Shell back again. Thankfully Ken Whisenhunt was wise enough to know this job was not for him.:
tagged as: NFL, football - Ben's Official Website:
tagged as: Ben, NFL, Steelers, football - Beer logos in vector format:
tagged as: beer, logos, vector - Gaming Steve: Rumor: Diablo III On the Way? You Better Believe It! - This Could Be Awesome:
I was a big Diablo series fan. tagged as: games - Brutal Deluxe Baseball League - 2006 Fantasy Baseball Season:
Sign up now! tagged as: MLB, baseball, fantasy - Gmail for your domain - If you have a userbase, why wouldn't you try this?:
tagged as: email, gmail, mail
Super Bowl XL Commemorative
It could be another 26 years or more before I get to see this again, so I figure I better take care of this issue. It is funny, I remember checking out the old issues of Sports Illustrated at the library when I was a kid so that I could read the articles on the Steelers other Super Bowl victories.
Julie saw this Super Bowl XL Commemorative issue of Sports Illustrated and was kind enough to pick it up for me. I need to pick up some of those plastic covers that you usually see comic books in so that I can keep this baby mint, if anybody can recommend a particular type of protector please post a comment. It really is a great issue, tons of articles all about the Steelers of yesteryear and the current team.
The photos are just fantastic, there are some great shots of the original Steel Curtain and that original fantastic star studded offense. A lot of the old photos I cannot recall ever seeing before. The photos of the current team during Super Bowl XL are amazing. From field level and from a perfect location the photos give you the feeling of being right down on the field. I love the shot of Willie Parker blowing past the Seattle defense and heading toward the endzone, the shots of the terrible towels waving are just amazing.
Official Beer of the Nitevilla Forum
Ever interested in brewing the best coffee right in my own home, I have always been interested in trying my hand at home beer brewing as well. Obviously home brewing beer involves a lot more effort, but the pay off is worth it.
Having recently received my home brewing kit, I am now working on collecting the 48 plus quality bottles that I will need for the bottling process. Sure I could have bought the bottles, but it is far more enjoyable to go out and pick a quality micro-brew and empty those bottles on your own. I am halfway toward my bottle goal and going strong, having been slightly derailed this week by a nasty cold.
In the mean time, while working on my bottle collection goal, I thought it would be fun to design some labels for the red ale that I will be brewing first. Not to mention that before even attempting this task I want to read through the instructions many times. When the Brutal Deluxe Brewery rolls it's first Red Dragon Ale off the line, I will be sure to update you on my success. From everything I have heard and read, home-brews are far superior in taste to commercial equivalents.
Steelers World Champions
Myself and so many others have been waiting so long. I have seen three dynasties pass me by while waiting. I have had near championships for the team I have followed all my life. All the times I talked about the what ifs. Sure, it was one of the ugliest Super Bowls I have watched in recent years. But who cares, we beat all the NFL's top seeds on the way to the title.
Hines Ward, the absolute classiest player in the NFL. A player who is all about team and a player who shed tears worrying Jerome Bettis would retire after last seasons loss in the AFC championship. It does my heart good to say that Pittsburgh played relatively bad in this game and still won by 11. There is no doubt they were the better team. They overcame all their mistakes and still won going away.
Finally, after so many years. ONE FOR THE THUMB! HOW BOUT THEM STEELERS, the best fans in the NFL are Steeler fans. No one travels like the Steeler fans!
French (Freedom?) Press
Recently at work, one of our new Unix admins unveiled his
French Press or Coffee Press. I had always heard that the French Press was the absolute best way to enjoy a cup of coffee and it is fairly convenient as well.
All you need to enjoy a perfect cup of coffee is the coffee, the Press and hot water. This makes it ideal for my workplace, that has a ban on electric coffee makers and quite frankly, I am glad they have the ban, otherwise I might have waited longer to try the French Press. For those of you who camp, a French Press is the way to go, no filters to carry along and have to dispose of and a French Press is very portable.
Why is coffee made with a French Press so good? With the water being in direct contact with the grinds and only filtered through a mesh filter, the essential oil is not filtered out, but left behind in the liquid coffee. You end up with a slight cream or head on the coffee. I would say overall, with good quality coffee you use less of the coffee as well. The mesh filter leaves a lot more flavor through than a paper filter could ever hope to, which equals a less scoops.
My coffee drinking may be soon taking a turn toward the French Press at home as well. It is relatively easy to make a small amount with the French Press and again, this is the absolute most affordable way to drink the coffee you enjoy.
Super Bowl XL Chat
This coming Sunday, February 5th 2006,
Alex and myself will at times be live and chatting in the
Brutal Deluxe War Room. The chatroom is open to anyone, just choose a name and click on Login.
I am trapped at home this Super Bowl year with both kids, so I will be away from the keyboard at some points. But I will definitely be checking in to chat about the very big game. So if like myself, you find you have some free moments during the game, surf on out and check us out.
Alex and I will be in the pro Steeler camp, but we welcome Seahawk bandwagon jumpers also.
Broken Sun Swag
For some time now I have been on
Sun Microsystems developer mailing list. I read blogs by some Sun folks and I graciously accept Sun's emails. I have even tinkered with Java over the years and I am a fan of the
Solaris Operating System, just as I am all
Unices.
That being said, how bad is it at Sun when they offer you swag in exchange for your email address and they send you broken items? If the mug had been broken in shipping I could understand, but this mug was obviously broken before they even sent the thing. The box was entirely taped shut and the broken piece and or some part of it should have been in the mug or even in the box. But it was not, this mug was obviously broken before being packaged. Come on! Sure I admit it, I work predominantly on AIX and I know IBM and Sun are not the best of friends. But I have downloaded Solaris 10 and I have had good experiences with Sun in my past. I wish I had more access to to a Solaris machine, I would probably sing more praises. I even link to the
UNIX guys at MLB who use Sun. If they choose Sun for baseball stats, you know they have a good thing going. Just because my employer chooses to be an IBM shop does not mean this poor sys admin deserves to be shipped broken swag.
How I yearn for the halcyon days of the past when swag was routinely given to IT guys. I just seem to be in the field at the wrong time. I have received very little swag through the years and now the vendors have stooped to the level of actually sending out broken mugs.
One More Win To Go!
We just finished watching the Pittsburgh Steelers defeat the Denver Broncos 34 - 17 and it seemed to me to be the least stressful of the three games on the road to the Super Bowl. We had Riley decked out today in something besides pink and I just wanted to wait until it was official before I uploaded any photos. Just happened to notice that in one photo Riley was reminding the Steelers that they have one more win to go.
I feel equally uneasy about either the Carolina Panthers or the Seattle Seahawks. It is just that the Steelers have been here before, and I have been waiting since January of 1980 for another Super Bowl victory. How sweet it would be to win one with this being the final season for Jerome Bettis.
I have said it before on the forum, I think Jerome Bettis is the best big back to ever play in the NFL and I think late in his career he has only solidified that. He has handled his career with class and if anyone deserves a Super Bowl ring, Jerome Bettis certainly does. He is the greatest big running back I have seen play in the NFL since Earl Campbell.
I never lost faith in the Steelers having a real shot at winning the Super Bowl this year, even after the mid-season loss in Indianapolis. That being Ben Roethlisberger's first game back from injury, I expected some rust. But in the second half of that game, I noticed that the Steelers seemed to figure something out. Even though they lost a close one the following week to the Bengals, I just thought this was their season. It was nice to see them avenge the losses to Cincinnati and Indianapolis, particularly after the experts were picking against them the whole way through the playoffs. It was a rocky road through Indianapolis and with everything that happened in that game, a Super Bowl victory would be sweeter than ever.
Mike's Sports Memorabilia
Previously I promised some photos of Julie's dads sports memorabilia. Well, on our last trip I took a
few photos, that really do not do the collection justice. There are so many cool pieces to the collection, that it is difficult to capture the vastness in the photos. What makes the collection different from many sports collections, is the meaning behind so many of the pieces. A large portion of the collection are from family and friends of the family.
Mike told me he sold most of his professional uniforms to pay for the remodeling of the rooms where he displays his collection. The large collection of uniforms are uniforms his kids and other members of the family used. Other pieces of the collection are from Mike's own past, like the ticket booth window and pieces from when Mike coached youth football for two years in Japan. Of course there is still as lot of pieces that have ties to professional sport, but the touches related to local and amateur sports are what makes the collection so interesting.
What I did not fully capture is the usability of the rooms. I mentioned in the forum about the gym, but what I did not capture here is the large screen TV and comfortable couches. Instead of being museum like, the rooms are more like guy central. An enjoyable place to not only catch a workout, but to sit and watch the big game.
Two Down... Two To Go.
This is the t-shirt I will be wearing to work this Friday. Julie's dad gave it to me yesterday and it is appropriate following Ben Roethlisberger's big game yesterday. Not only was he great on the pass, but his tackle following a fumble saved the game for the Steelers. The Steelers overcame a lot,
check out our discussion on the poor officiating. For a while there, it appeared as if the officials were set on giving the Colts every opportunity they could to win the game. I was wondering if Referee Pete "Archie Manning" Morelli was on the phone with the NFL and they were telling them, "We do want Indianapolis to win". In the end though, the better team overcame and won.
In my opinion the Steelers have their toughest competition coming up, all the remaining teams have very complete teams. I felt Indianapolis was weak on defense, an overrated defense in my opinion, and that Manning lacked a quick enough release to overcome the Pittsburgh Blitz, if the Steelers defense played the way they were capable. Manning is good, but he never seems to be able to beat a real pressure type defense along with a team that can hold onto the ball, thus keeping the Colts offense off the field. From what I could see, not only did Pittsburgh burn the Colts defense passing the ball, but by playing more man coverage on defense than normal they rattled Manning early. The game was over in the third quarter without the help of the officials, as the Colts nine man front could not get the Steelers running game off the field.
I felt the Steelers got snubbed by the Pro Bowl this season and that too many Colts defenders were chosen, I think my feelings were backed up by yesterdays game. Go Steelers!
A Little Piece of Sports History
Julie's dad, Mike Sr., received a Christmas gift from her brother Mike Jr. and his family who live in St. Louis. The package was labeled, "A Little Piece of History". Turns out that her brother Mike was able to procure a piece of
old Busch Stadium, which was torn down beginning in October.
This piece of old Busch Stadium will be added to Julie's dad's rather impressive sports memorabilia collection. On our next visit I intend to take some photos of the small museum that is housed in the refinished basement of her parent's home. Mike Sr. has created the ultimate guy room, complete with big screen TV to sit and watch sports while surrounded with sports history ranging from pee wee through professional sports.
Mike also has a classic piece of iron history, he has a commercial
Universal Gym which is in fantastic working condition. I was able to take in two workouts while visiting this past weekend. While I prefer free weights, a Universal Gym cannot be beat for convenience. Plus being able to do cable curls, pressdowns and use a leg press is a nice change of pace.
I will be sure to publish a host of pictures of all the memorabilia from our next visit. It seems every visit I see a new piece that I did not see before, like the seats from
Comiskey Park.
PA Fighting Pike - 2005 PPBL Champion
Surprisingly, at least to me I had the opportunity to win two fantasy football league championships this weekend. I really wanted to win the
Brutal Deluxe Football League, though the team I have in the BDFL is not very good or deep. It somehow is more fun to win when you are an underdog and a surprise than it is to run away with the league. Alas, it was not to be, I lost in the Brutal Bowl, 101 - 91 to now three time champion, The Steel Curtainites. This season was my first year to play in Pixel's Pro Bowl League and I was able to draft many of my favorite players that I expected to have big seasons. Pixel's Pro Bowl League also featured defensive players, which added an interesting twist to the league. Your big scorers are still offensive and as in the BDFL defensive team scoring. I led from beginning to end in Pixel's Pro Bowl League and despite being challenged in my final two playoff games, I won rather handedly. Both leagues were head to head leagues, my preference.
The PA Fighting Pike of the PPBL has to be the best fantasy football team I have ever fielded.
My final roster for the PA Fighting Pike 2005:
C. Palmer - (Cin - QB)
M. Hasselbeck - (Sea - QB)
S. Alexander - (Sea - RB)
L. Jordan - (Oak - RB)
C. Dillon - (NE - RB)
L. Fitzgerald - (Ari - WR)
A. Toomer - (NYG - WR)
T. Houshmandzadeh - (Cin - WR)
D. Mason - (Bal - WR)
B. Finneran - (Atl - WR)
T. Heap - (Bal - TE)
S. Graham - (Cin - K)
J. Feely - (NYG - K)
Cincinnati - (Cin - DEF)
Tampa Bay - (TB - DEF)
N. Vasher - (Chi - DB)
N. Clements - (Buf - DB)
A. Henry - (Dal - DB)
C. Hope - (Pit - DB)
T. Parrish - (SF - DB)
A. Schobel - (Buf - DL)
D. Johnson - (KC - DL)
I lucked out in a few areas of the draft. First off, though I expected a huge year from Carson Palmer, I expected him to be drafted early while I was drafting running backs. So my quarterback chosen in the third round was Matt Hasselbeck, never expecting that in the 18th round I would get Carson Palmer. That is right, the 18th round! Anyway, Carson Palmer became my starter for almost the entire year and he and Shaun Alexander single handedly won many, many games for me. Another good move on my part was picking up Amani Toomer who solidified my receiving core through the end of the season.
This was actually the first fantasy football league I have ever won outright. Now under my Yahoo Sports profile I have a fantasy baseball championship and a fantasy football championship. Still I cannot help but have a sour taste left from getting so close to a BDFL championship and not being able to pull out the win. The BDFL is the crème de la crème to me, as I look at that league as having some of the most football savvy owners. I am not the only one either as Kurt Stambaugh of State University of California-Malibu Adjacent Gamecocks fame offered his condolences and responded to my Pixel's Pro Bowl League championship with a, "So what?"
Coffee (Egg Nog) Mug Christmas
I have a two mug set of this particular mug which I primarily use just for display. But these Santa mugs would make excellent egg nog mugs. Pictured along-side the mug is some Malibu Caribbean Rum, Coconut Flavor. Obviously not only do you have to like egg nog, but you would need to enjoy the taste of coconut also. If you do, I highly recommend this rum for your egg nog mixture. I presented a mug last Christmas and I wanted to post a picture of this mug before Christmas was over, so here it is.
Julie and I have all the gifts nestled under the tree and just finished watching both A Christmas Story and It's A Wonderful Life. So that pretty much wraps up our Christmas Eve festivities and it is time to get some rest for a very busy Christmas day. Merry Christmas everyone!
Santa Claus
Well, in some parts of the World December 25th is already upon us and Jake and I have been
tracking Santa via NORAD. I regularly read
Ask Dave Taylor and earlier this week he was asked, "Is Santa Claus real?" I thought
Dave's response was fantastic. Particularly for all those that seem to relish coming up with all the negative reasons not to celebrate a Holiday that among other things is supposed to teach you to practice good will toward one another. Part of Dave's response:
...we live in a world where the idea of someone rewarding good behavior in this life, rather than the next (or at the door to the Pearly Gates) sounds darn nice, and particularly for children, is a good reminder of the rewards of thrift, virtue, compassion and honesty. And those are sorely missing attributes in our modern world, if you ask me.
Last Christmas I posted
The classic "Yes Virginia there is a Santa Claus" which I do feel still answers the question today as well as when it was originally written.
Coffee Mug Monday
For those who long for the halcyon days of 8 and 16 bit game systems, I present the Turbo Grafx 16 mug.
Phil sent these photos to me and it immediately brought back memories of the days when the Turbo Grafx 16 was still alive and well. Here is the text Phil sent with the photo.
Found this while digging through some of my older video game system boxes in the basement. One of the last survivors of a ton of swag I received while I managed a Software Etc. way back when. A promo mug for the game Legendary Axe II on the Turbo Grafx 16 system.
Now I am not an expert in video game history, but I do have fond memories of the hours spent playing video game consoles with my friends while growing up. Feel free to correct me if I am wrong, but I believe the Turbo Grafx 16 was the first video game console in the United States to have to have their games on CD.
Regardless of the short history the video console had in this country, this mug is a cool mug to own, if not for any other reason than as a conversation piece. I am probably not stretching too much as to say I bet there are not many Turbo Grafx 16 coffee mugs floating around out there. I know much of the swag that shows up in offices either ends up broken or eventually trashed during a move to a new desk or workstation. Nice find Phil!
Escape From Harrisburg
This is post is a bit late, as it is referencing my adventures leaving work from 7th Street, Harrisburg PA on Thursday, December 15th, 2005 at 3:30pm. At that time I was assigned the task of getting across the Harvey Taylor Bridge.
My adventure started out simple enough, leave work and drive home, all while a mild winter storm bore down on the city. Once leaving the safety of the parking lot I realized that my journey was not unlike
Snake Plissken's challenge to get out of New York and L.A. While Snake may have had to battle "The Duke of New York" I had to battle the "Northeast Duke and Duchess of Rudeness". Though I was born above the Mason Dixon line I seemed to be close enough to it that I was granted with the ability not to be rude and block intersections during light changes. I suppose I just realize that everyone has waited a long time and that I should follow the law and not pull into and block and intersection when there is obviously no room on the other side of the intersection for my car.
Anyway, I have heard just about everyone complain about Harrisburg's lack of snow removal so far this season. The real problem in Pennsylvania is too many roads, too many narrow roads (lack of enough multiple lane roads), too many motorists for the narrow roads and on top of that, a very high percentage of inconsiderate drivers. All and all, I managed to escape after over 3 hours of adventure, despite the acts of the "Northeast Duke and Duchess of Rudeness", I still managed to get home all while practicing good manners and not blocking intersections. ;) I kid because I care.
Coffee Mug Monday
I discovered this classic original Star Wars mug in a box in the garage this past week. I was out there getting the snow shovel ready and noticed a box packed for the yard sale. The mug was tucked on the side and I am not even really sure where it came from. No way I could let this mug be sold at a yard sale, it is a classic! Plus it is yet another mug that fits excellent on my Senseo.
I am a fan of the original three movies, especially the first two movies, which I consider to be far superior to the new trilogy for many, many reasons. A quick Google search showed that my mug must be somewhat rare, but then again with the new trilogy being released over the past few years the market is mostly flooded with mugs themed towards those movies.
Like the Universal Studios mug I posted a few weeks ago this mug's design wraps entirely around the mug and not only features the main heroes but also the
Death Star and
TIE Fighters along with an
X-wing. A very cool design! I imagine it must have been part of a collection but cannot be sure.
Are You An Action Figure
CafePress finally offers a black t-shirt, so I thought I would come up with a design. Though I admit the price seems a little high for a t-shirt. Still, having a t-shirt with the words "Action Figure" on it is just funny. I give to you,
The Black Action Figure T-shirt. So, if you are a true
Action Figure, show it off!
Hopefully my
BDFL team can find someone to step up and be an Action Figure and save me from a terrible hit. I lost two running backs for the season last week as I just squeaked into the playoffs. Though I admit Brian Westbrook and Curtis Martin have not exactly lit it up this season, their few points here and there sure beats a guaranteed zero. Short of a miracle the Hanover Hellions will not last long in this season's playoffs.
Christmas Comments? All Welcome
The Secret
OK, I will bite. I like conspiracy theories as much as the next person.
Chuck clued me in and this certainly looks like a Masons, Da Vinci Code type thing with more holes than a brick of Swiss cheese. Maybe the TV show will actually be interesting, but most likely it will probably be old news.
Riley Grace Buffington
Born November 30th, 2005 @ 17:06, weighing 7.96 lbs and measuring 20 inches. Both Riley and mom were working hard the past 9 to 10 months, but the last 24 were particularly difficult. All is well and we will be arriving home on Friday.
See more Riley here. What Is Missing?
Do you know what is missing from my neighbor's nativity scene? Now, I know you are thinking that the missing part was stolen, but if it were, it was not this season. This is how it was put out and each night the lights are turned on. Perhaps this is one of those new religions or cultural holidays that somebody makes up each Holiday season. Maybe I am just not in the know, I mean that is possible. I never knew of the last one that showed up the past few years that apparently was invented like 30 years ago.
Julie thinks the giant blown up Grinch that they have in the other part of their backyard stole it, but I am still leaning toward a newly invented holiday. Did
Festivus have anything to do with shepherds, wise men and farm animals?
I know of another theory, but the woman in the scene is clearly not pregnant, so that guess does not count. I know what a pregnant woman looks like and this woman is not it.
Coffee Degree?
McHenry County College has a
course devoted to coffee. I am not totally surprised, well I am not surprised at all. I am just kind of bummed that I do not yet have the opportunity of taking such a course.
I can picture it now, Doctor Scott Buffington, yeah that's right, I have a PHD in coffee. I cannot imagine that could be that difficult to earn, but it sure could be fun. Really, I can confidently say that I could learn everything there is about coffee if I spent my days taking college courses on coffee. Then I would travel the World drinking coffee here and there, just like this guy.
Food science professor Masssimo Marcone is the Indiana Jones of coffee. He came here in search of the legendary Kopi Luak bean, a coffee that sells for up to $600 a pound. To find it, first you have to locate an Indonesian Mongoose. Spot one and the coffee's right behind.
How cool would it be to be called
The Indiana Jones of coffee? Yeah, that is cool, I need to award myself with a title like that.
In-case you never heard about it, the coffee bean that Indy is looking for is a bean that is collected from the animals poop, cleaned, roasted and made into what is supposed to be the best coffee in the World. I have never had the opportunity to verify the claim.
Coffee Mug Monday
Updated 11/15/2005: Tough Crowd
Today I am proud to present my most prized coffee mug. If you are anything like the majority of the english speaking World, you cannot get enough of
alexharden.org/blog/. I usually visit Alex's blog a few times a day and hit the refresh button hoping for some fresh content. Sometimes, I am actually rewarded with some of Alex's whimsical and informative writing. I cannot think of a much better day than opening my browser to my start page, alexharden.org/blog/, first thing in the morning and seeing that Alex has posted. Each day I casually look at my RSS reader and my day gets a little better when I see that bold text informing me that one member of the League of Extraordinary Gentlemen has made a blog post. Excitingly I click to see if it could indeed be a new post over at alexharden.org/blog/.
Imagine how pleasantly surprised I was when I saw that I could get a coffee mug from
Alex's Store. You too can be the envy of your office and sport one of these Cygweb coffee mugs. I even picked up some T-shirts for dress down Fridays and the last time I checked there were still two days in the weekend in which I have the opportunity to show off all of my Cygweb swag. When you purchase your mug, I recommend only drinking and carrying the mug with your left hand. Although I like seeing Cygweb and the url coming at me as I sip some coffee, I love rubbing it in the face of all those who do not yet have one of these bad boys. Supplies have been limited, so I had to hold off featuring these mugs. Get yours now!
Choice... 83 Browsers and Counting
I have actually tried other web browsers for the Mac than just the standard Safari and Firefox browsers. But I had no idea there were this many browsers. Of course there are more too, like my never to be released, Buff Browser. Granted, these are not all stand alone web browsers, but still, there are more than enough browser choices for even the most picky user.
Choice is a great thing!
Speaking of the list, the Shiira Project is very interesting to me and I have actually thought of giving this browser a chance. Check out the screenshots, scroll down and look at the page transition effect. How cool is that? The bookmark integration is cool too, recognizing both Firefox and Safari.
If you are using Windows and you are still using Internet Exploder, you need to click on the button at the top of the page and download Firefox now. When I see people surfing with IE, I really realize how much functionality they miss. Not to mention that webpages just look better in Firefox.
Happy 230th USMC
We here at the Buffington household appreciate the freedoms we have. November 10th marks the 230th Birthday of the United States Marine Corps. A special salute has been put together by GoDaddy.com. We like saluting those in our armed services and give to you a salute to the USMC.
Happy 230th
Birthday to the United States Marine Corps!Mmm... Coffee Beer
Perhaps I should multi-categorize this under coffee and beer. Nah! I have a rule, if it does not have alcohol, then it is not beer I do not care what the manufacturer claims. I hesitated to post anything about this, but I suppose I have to. I do want to say up front, my thought on the whole thing is, what is the point?
A drink somewhere between coffee and beer may hit the market, though I would not be surprised to see this one fizzle out in Europe and never reach the States. According to
New Scientist:
Nestec, part of the Nestlé empire in Switzerland, has filed patents in every major market round the world on a "fermented coffee beverage" that pours and foams like beer, but smells of strong coffee and packs a concentrated caffeine kick.
The beverage is made in a similar way to beer, but fine-tuned temperature control stops the formation of ethyl alcohol. So the new drink could go down well with people who want a long tall pick-me-up while driving.
Nestlé admits it was tricky to preserve the characteristic coffee smell in the production process. Coffee beans are roasted normally, and the chemicals containing the natural aroma collected in a cryogenic condenser, before being converted into coffee oil. The remains of the roast are then ground to powder, mixed with yeast and sucrose, and fermented for 4 hours at just below 22°C. At this temperature the yeast can still metabolise but does not generate alcohol.
The aroma oil is then mixed in with the liquid and nitrogen is injected to make it foam. Adding a touch of extra sugar also helps trap the aroma until the drink is poured, Nestlé claim.
I am not even sure this is coffee anymore. I wonder if it still provides a boost and if the taste is anything like good coffee? If Nestlé would like to provide me a sample I promise to be open minded and review the product honestly. Yeah, like that will happen.
What Happened to HUUG?
I have been interested in doing some more work related networking lately, as well as hopefully learning some more technology tips and tricks. So I decided to see what was out there as far as user groups for my operating systems of choice. What I was really hoping for is something that would cover all the Unix and Unix based operating systems.
I already knew of
Central PA Linux Users Group and really did not follow this route initially because I use a lot more than just Linux. In fact, I really have not turned on my Linux machine at home since acquiring my Mac Mini. The Mini gives me all the Unix tools I need and more, not to say I could not find a use for Linux, I could. I use
Ubuntu Linux at my desk at work and we have
SuSE Linux on the
Big Iron. I also work with
AIX on SP2 and
p5 595. So when I stumbled upon
Harrisburg Unix Users Group via a Google search, I thought I found what I was looking for. But, HUUG has not been touched or scheduled an event since November of 2000.
The only thing I could think that might have happened is that the local Linux user group absorbed them. Which for someone like me does not make a whole lot of sense. My problem with Linux user groups is that Linux is usually all these folks talk about or work with. A local Unix users group would be much nicer, one in which you could talk about Mac OS X, Linux,
BSD or
Solaris.
With the HUUG domain expiring in the coming year, perhaps I will look at trying to revive it if I can grab the domain name. I have not decided if I will go that route, we will see what happens. I might check out one of the Linux user group meetings and see what they have to offer. I also noticed
Hershey Apple Core, the Central PA Macintosh users group, but that really limits what I am looking for, but still they are a possibility. I just doubt I could do much work related networking via the Mac user group route.
I was a bit surprised to see none of these groups have an active forum. Only the Mac user group has a forum and it is completely dead. Kind of surprising really, you have a population of people out there that are looking for an online home with a local flavor. What a great way to support your local user group by having an active forum with lots of help information. I did drop in the local Linux group's
IRC channel, which surprisingly was full and active. Which I found kind of cool, I was even greeted in a friendly way, which was a breath of fresh air. I was even briefed on the upcoming meeting, which unfortunately I cannot make.
If anyone can offer any insight into whether these user groups are good, bad or other and perhaps what happened to HUUG, it would be good to hear your thoughts. I sent an email to the address on the contact link on the HUUG website, but have not heard anything.
Halloween Tale
When the spooks have a midnight Jamboree
They break it up with fiendish glee
Ghosts are bad, but the one that's cursed
It's the Headless Horseman, he's the worst
That's right, he's a fright, on Halloween night
But when he goes a-joggin' 'cross the land
Holdin' his noggin in his hand
Demons take one look and groan
And hit the road for parts unknown
Beware, take care, he rides alone
And there's no spook, like a spook who's spurned
They don't like him, and he's really burned
He swears to the longest day he's dead
He'll show them that he can get a head
They say he's tired of his flamin' top
He's got a yen to make a swap
So he rides one night each year
To find a head in the hollow here
Now he likes them little, he likes them big
Part in the middle, or a wig
Black or white or even red
The Headless Horseman needs a head
With a hip-hip and a clippity-clop
He's out lookin' for a top to chop
So don't stop to figure out a plan
You can't reason with a headless man
Now if you doubt this tale is so
I met that spook just a year ago
No, I didn't stop for a second look
For once you cross that bridge, my brook friends
The ghost is through, his power ends
So when you're riding home tonight
Make for the bridge with all your might
He'll be down in the hollow there
He needs your head, look out, beware
With a hip-hip and a clippity-clop
He's out looking for a head to swap
So don't try to figure out a plan
You can't reason with a headless man
(C) DISNEY
Coffee Mug Monday
Been a while since I featured a coffee mug for Monday morning, and I wanted to feature this Universal Studios mug for a while. My son Jake gave me this mug sometime this past Summer and I use it all the time. The mug fits perfectly in my Senseo coffee machine and is a rather unique mug. I actually looked around on the Internet when I first received it, and I did not see another one that matched it at the time.
This is easily the most colorful mug I own and features some of both Jake and my favorite animated characters. Spiderman, SpongeBob, Shrek, Donkey and the Hulk are all their in all their glory. The artwork blends them all together into a very sharp looking coffee mug.
My coffee mug cabinets are pretty full, so I have no idea when I will be featuring the next Coffee Mug Monday. I am always on the lookout for other coffee mugs to feature, so if anyone out there has recently come across a cool coffee mug or perhaps acquired a cool coffee mug, send in a picture! Remember, we are all just one cup of coffee away from being brilliant.
I Still Got It
I saw this over at
Chuck's Blog. Also, note in the upper right hand corner of Chuck's webpage, Chuck is showing off his Championship Trophy from the
BDFL. I face Chuck's team this week in BDFL action.
You Passed 8th Grade Math
|

Congratulations, you got 10/10 correct!
|
Scott's Jack-O-Lantern
A shot of my glowing jack-o-lantern smiling away on my front porch. I am kind of proud of my carved jack-o-lantern and even received some compliments on Thursday night during trick-or-treat.
Batman Begins
Julie, Jake and I went to Halloween Hershey last night. Jake had a blast riding the rides and getting some candy. In an otherwise rainy weekend, our Sunday was gorgeous. Hershey continued the trend of being rather stingy with candy yet again this year. I actually thought they had more stands last year and they were adamant about only getting one piece. They marked Jake's hand to make sure we did not go through the Halloween trail more than once. Not a big deal, because we would not have, but still, this is a company that makes candy. It is a little disappointing to see this trend continue year after year. Still, at least admission was free with the exception of paying for parking.
Programming and Apple
Lately I have been feeling the urge to dig into some coding. I am not relegating my coding to Apple, more on this in a later post. Basically I have felt the need to get back to creation. Remember how great BASIC was back in the 1980's, you could create these games / applications in a language that the major applications were created in on your home computer. Not that I had a home computer, my computer time was restricted to use at school. But my friends had computers and I remember them creating games. I remember
Shane showing me a game or two he created on his Commodore 64.
I digress, the reason for this post and the reason I
LOVE my Apple computer is that after feeling the urge to write some code in today's various languages, Perl, Python, C, Cocoa, shell programming etc... I just type out the code and sure enough, under /usr/bin is everything I need. No installs, no goofy windows or applications need be executed. I simply open my terminal window and type in the code and bingo.
Just for the record, BSD and Linux give you some of these same options. But the advantage of the Apple is that I can pretty much run any of the popular media and webpages without additional software. Do not get me wrong, I am not dissing BSD or Linux here, I like them as well. But with the ease at which I could compile C code or play with Perl and Python without having to install anything extra than my computer came with. Damn it Microsoft, why are you not including this functionality. This functionality is what made computers so much fun as a kid. It is my main complaint about Microsoft, give me the ability to build applications right out of the box. I should not have to search and install countless pieces of software that is only partially activated to create on your OS.
As I said above, I am planning a later post on some of the items I am playing around with, for fun of course. I just had to say how difficult Microsoft makes it to do these things, even though they are seeing a little bit of the light. I am not an Apple fanboy necessarily either, I have been frustrated by various things with my Mac, but they certainly get it much more than Microsoft. If you want it bad enough on a Mac, you can code it yourself and it is not impossible or expensive either, all the development tools are there.
Unix Mages
Unix for the Beginning Mage was released on October 9th and I wanted to give it a look to see if I would recommend it to beginning Unix users and I would. For anyone who follows the geek news websites, I am sure they already heard of the book. Unix for the Beginning Mage puts an entertaining wizardly spin on learning Unix which makes it a little more fun for anyone remotely entertained by fantasy fiction. Despite the fun approach, the book has a lot of good info and does a good job of showing some of the power of the command line. If you use a Unix (Solaris, AIX, SCO, etc...) or Unix like OS (Linux, Mac OS or BSD) and you think you do not need to know command line Unix, YOU DO NOT KNOW THE POWER OF THE COMMAND LINE.
Even a casual home user can benefit from knowing some command line Unix and Unix for the Beginning Mage is an excellent introduction. One of the best since Unix in 24 Hours, by Dave Taylor. I plan to watch the Unix Mages website to see if they come up with any other fun literature. Oh, I forgot to mention, the book is free in digital format.
My New Coffee Maker
Our standard coffee maker had seen better days, so we were in the market for a new coffee maker. I have tried countless coffee makers over the years, including a Krups that ground my coffee beans and the whole nine yards. My experience with the Krups was not very good, first a latch broke that forced me to set weight on the lid to get the grinder to work. Then the grinder broke, and I picked up a new grinder, a short while later the hot plate stopped working. I paid over $100 bucks for a Krups coffee maker that broke after about two years of use.
Though I have heard mixed reviews on
Mr. Coffee over the years, my first coffee maker was a Mr. Coffee and always worked well for me. Contrary to what some coffee snobs will tell you, a decent Mr. Coffee coffee maker can make a good cup of coffee. A key to getting a good coffee maker is that the hot plate works properly. My last coffee maker was a carafe, with no hot plate. The reason being is the temperature was perfect and the carafe kept it perfect for many hours. I decided to give a more traditional coffee maker with hot plate a try this time. All that being said I chose a very, very cool looking
Mr. Coffee 12 Cup Coffee Maker.
This particular coffee maker is not listed on Amazon, but similar ones are, with mixed reviews. So far, I am very happy with the coffee maker. The coffee maker we purchased for just under $40 at Walmart makes a fabulous pot of coffee. A very cool feature of this coffee maker is the adjustable warmer plate. This assures you will not burn your coffee, we drank a pot that we kept warm for 4 hours today and the coffee flavor was fantastic start to finish. Over the years most of the bad coffee stories you hear from home coffee makers is that the hot plate either gets too hot and burns the coffee or is not hot enough, leaving you with bad cooled coffee.
Features:- Brushed Chrome Accents compliment today's kitchen trends
- Brewing Pause 'n Serve lets you pour a cup of coffee while the coffeemaker is still brewing
- Removable Filter Basket lifts out of Brew Basket for fast and easy filling and cleaning
- 2-hour Auto Shut-Off keeps your coffee warm for 2 hours and then automatically shuts off
- Delay Brew allows you to set your coffeemaker up to 24 hours in advance to begin brewing at a specific time
- Fresh BrewTM Timer lets you know how long your coffee has been waiting for you
- Special Cleaning Cycle makes cleaning your coffeemaker quick and easy
- Brew Strength Selector lets you choose to make your coffee stronger
- Adjustable Temperature Warmer Plate lets you decide how hot you want to keep your coffee
- Dual Water Windows show the amount of water in the reservoir for accurate filling
- Audible Ready Signals alert you when the coffeemaker has finished the brewing or cleaning cycle
- Cord Storage safely stores excess cord to keep your countertop neat
- Water Filtration removes up to 97% of chlorine for better tasting coffee
Retro Gaming Fun
I have been weighing the idea of getting a gaming console for a while now. I have not owned one since the
Sega Dreamcast. I was thinking of diving back in with the release of the new XBox, but with the price tag I am currently hearing, I do not think I will be getting an XBox this year. Particularly since my interest in games is limited to when I can share the fun with someone. I simply do not play games much if I cannot enjoy the fun with a friend.
After talking to Shane last week, I decided to revisit the world of
ROMs. I tried out ROMS, probably 5 years ago or more and was unimpressed with the game controllers on Personal Computers. Back in those days, there really were no USB gamepads for the Personal Computer and every game I tried seemed to suffer from the same problem, a slight delay between when you pressed a button or moved your controller to when the game responded.
Last night I installed emulators for the
Sega Genesis,
NES and a
SNES. Again thanks to Shane, he saved me some time in collecting some of my favorite games from these console systems. I stopped by a computer store today and picked up an eight button USB gamepad and gave the following a whirl today, Super PunchOut, Ring King, Spider-Man Maximum Carnage, Kung Fu, Rampage, Joust, Galaga, Gauntlet and of course Speedball 2. Let me just say, the USB gamepad makes a huge difference, each and every one of these games was just like playing it on the original console. Jake was having a great time trying the games as well, his favorites so far are, Spider-man, Galaga, Rampage and Kung Fu.
There were so many great games out for these systems, I am wondering what great games I might be missing. I would love to hear some of your favorites, and if you list something like Madden, just list the best year and the game console you enjoyed the game on. It really is fun discovering these games once again, and without having to pay for them again or hooking up any hardware to a TV.
All that being said, I will probably give a console system a try someday, maybe another year after I have an idea how the gaming market turns out. I have a sour taste in my mouth from gaming consoles, particularly if you choose a console that ends up not being popular. Then you are left with a system that is not supported by game developers. Though, I might be willing to take
this risk, if it is true.
Weyerbacher Imperial Pumpkin Ale
Being that it is now October and that I have been thinking of picking up a Pumpkin Ale since the thought of October came to mind, I decided to head out and see what I could find today. I saw
Weyerbacher had
Imperial Pumpkin Ale out and having liked many of Weyerbacher Brewing Company's other beers decided to give it a try.
I like the spicy pumpkin flavor that this ale has. Cinnamon, nutmeg and cloves are detected in the taste, along with pumpkin. When I think of pumpkin ales, this is the type of flavor I am looking for. Obviously that is not the case for everyone, but when I think of a beer for the autumn months, this is what I think of.
Google Moving Fast

In recent weeks Google seems to be releasing a new application of some sort every single week. Interestingly the amazing amount of web space and the continued look, feel and use of Gmail is starting to make more sense. Today I gave Google Reader a try and although initially I was a little confused by the user interface, I see value and potential in the product. Google basically mimicked a lot of features from Gmail, which I absolutely love and geared it towards an XML feed reader. So far it seems a tad slow with the updates, but it has to be absolutely getting pounded by others testing it out. A few feature I like but have not really fully tried yet, is the "starring" of posts from your feeds. How many times have you seen a post which you were interested in, and want to read later, only to forget about or somehow lose the post? That happens to me, now I can star the post and easily find it later. With the announcement this week of Sun and Google planning some type of browser based Office product. I could finally see why Google was continuing to give you all that free web space, and who is providing them with the massive about of machinery and storage. Most likely, Sun, with a you rub our back and we will expose your product to our massive customer base. Google Talk came onto the scene a few weeks ago, and anyone with a Gmail account was auto magically on-board and the rumors continue to fly around about a Google OS. It seems they, meaning Google, have nearly provided folks with the most popular tools that are used by standard computer users in this day and age. While I probably will not love everything Google does, they are displaying some amazing innovation and a lot of the whys of what Google has been doing with Gmail are being answered. Love them or hate them, you have to give them credit, and I imagine some folks in Redmond are more than worried, especially with the price tag currently on their big Office application. Things are certainly getting interesting. BTW, when I heard of the Google/Sun Office, it made me think of this post regarding Earth Day and Sun Ray. You see, Sun already has experience at distributing a desktop, like they say, where ever Google works, perhaps that was a clue of things to come.
NaNoWriMo - 2005
Last year I discovered
NaNoWriMo or National Novel Writing Month and on my first try
I actually completed the challenge of writing a 50,000 word novel in a month. I am going to give it a try again this year, but of course with a new daughter on the way, I will have an additional challenge. Still, it was fun writing throughout the month of November last year, even though the ending product was just, well it was bad and the story is yet unfinished. The NaNoWriMo website opens for registration later tonight for this years month of writing challenge.
If you have ever wanted to write a novel, for whatever the reason, this is your chance. Besides it is just nice to be able to say you wrote a novel. I need to stop saying how bad my novel was and get the thing printed over at CafePress, just so I have it for my bookshelf. Let's get signed up for NaNoWriMo people, then we can all talk about our writing stumbling blocks as November rolls along.
I have decided that I am going to use October to finish last years novel. That should be a good warm-up for this years run. Before you ask, I have no idea what my novel will be about this year. None, zip, zilch, so I am taking any and all suggestions.
15 Minutes of Local News Paper Fame
Chuck,
Alex and myself were interviewed a couple weeks ago by
The Sentinel for a piece they were doing on fantasy football. Well, the piece is complete and we were mentioned in three articles on the
4-1-1 section of their website. No idea if their will be anything in the actual news paper, but the articles are kind of cool as they touch on our league,
The BDFL, and the podcast Alex and I do weekly.
Football fans gobble up numbers
Local man hosts own league
Life was tough for early fantasy sports fans You Know What Old Jack Burton Always Says?
I received my "The Pork-Chop Express" T-shirt from
The Wing Kong Exchange and I know I will be getting lots of wear out of it. The shirt is of fantastic quality, and I wore it out today when Julie and I went to dinner. For those who do not know, The Pork-Chop Express is Jack Burton's truck in the movie
Big Trouble in Little China, easily one of my favorite movies of all time. If you never saw it, see it, the movie is a riot!
I have been hoping for a sequel since first seeing the movie in the late 1980's and though John Carpenter and Kurt Russell have wanted to do a sequel, their just is no backing from the folks in Hollywood. Ashamed, because the first movie is hugely under-rated. I mean, you have a John Wayne wanna be trucker, a Jackie Chan like side kick and lots of bad guys that run right up to our heroes ready to be beat down. Of course leading the bad guys is three guys that no one can beat, and a ghostly demon who cannot be killed. Well, at least until he becomes human and our heroes drink some magic potion. I doubt they need the magic potion though, because it is all in the reflexes.
Oh yeah, you want to know what Jack Burton always says, old Jack always says, "What the Hell".
The Future BD Site
Over the past two seasons the
Brutal Deluxe website has been mostly unchanged. The design also revolved around a screen capture from
Speedball 2: Brutal Deluxe, and really did not clearly communicate that American football is what the website is focused on. I also have been wanting to protect lineup submissions and news submissions(this already is) from those that are not members of the website.
Design of a site that accumulates quite a bit of tabled data is more of a challenge than a standard blog. You are relegated to staying with a two column design, which is not so bad in itself. But with the aforementioned data getting quite wide by seasons end, I decided to try a design that used all of the browser window, rather than the popular centered bordered two column look that is extremely popular.
I have a mostly working
New Brutal Deluxe Website running, with a new user authentication system. Some of this will be changing further before this design will be official, but I think what I am building here will mostly be what next season will look like. The biggest change of course is the new league logo and more color in general. When this new design becomes official at seasons end, owners will need to be logged in to get to their submit lineup page and see the submit news link and perhaps some other tools will be available to owners as well.
I encourage any owners that would like to try out the new site engine and see how it works to do so. I also want to point out that the site looks the best in the
Firefox web browser. If you encounter any bugs, besides the chatroom not being setup yet, let me know. One of the features is a password reminder page. I am hoping this feature will encourage more owners to use the Buff powered blog on the website in the future.
Nerf Footballs and More
With Fall coming I thought I might look into getting a safe football for Jake and I to play around with this Fall and Winter. We have a really soft rubber football that my friend Tim got us when Jake was around 1 year old, he will be four in October. But I wanted something closer to the real thing. The first thing I thought of was Nerf, but the Nerf footballs I remember had a rather short lifespan here in the Northeast. With wet winters, and a lot of football played on the concrete they just seemed to soak up the wetness and get hard and brittle.
Then I saw the
Nerf Weather Blitz Football, which is supposedly designed for wet weather. Although some of the other Nerf footballs with all kinds of wings and such hanging off the back might be interesting to pass around occasionally, nothing beats a traditional football shape.
While surfing around I noticed the
Passback Football, which looks really cool if you have a big brick wall to throw against. Check out the videos on the website, the Passback Football looks like it works pretty well.
Getting back to Nerf, man did I ever have a lot of fun with Nerf Basketball. I remember a buddy and I had a whole basketball key set up and we would play for hours. We used to make our own tournament brackets and play the whole tournament between the two of us. We had rules set up where you shot from the outside and rebounds had to be retrieved and shot from the air, otherwise possession changed. We invented our own games for just about every sport, perhaps I will let you in on some others later.
Fantasy Football Fame
Sean Smyth stopped by the website this morning to recruit myself and other locals for a story in the Carlisle Sentinel on fantasy football. I am going to call Sean tomorrow morning and answer some of his fantasy football questions and pimp the Brutal Deluxe Football League and a few of our crazy team names and some of my teams in the other leagues. Like the PA Fighting Pike, who at this time are winning big.
Any other local fantasy football folks who take part in my league over at Brutal Deluxe or the other leagues I take part in, check Sean's post out for contact info, he needs to hear from you by Wednesday.
Synergy - 1 Keyboard and Mouse, Multiple Computers
Earlier this week I began experimenting with Synergy, a cross platform software that allows you to share a keyboard and mouse across multiple computers. I wanted to free up some desk space, while still maintaining both my displays.
Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It's intended for users with multiple computers on their desk since each system uses its own monitor(s).
Redirecting the mouse and keyboard is as simple as moving the mouse off the edge of your screen. Synergy also merges the clipboards of all the systems into one, allowing cut-and-paste between systems. Furthermore, it synchronizes screen savers so they all start and stop together and, if screen locking is enabled, only one screen requires a password to unlock them all.

Synergy is a KM solution not a KVM (keyboard, video, mouse) solution. However, future versions will probably support KVM. I am now able to use my wireless Mac keyboard on my Windows machine just by rolling my trackball off the side of the monitor right onto my Windows desktop. One of the coolest features is doing a cut from my Mac or Windows box and pasting the output on the other machine.
Hopefully if a Synergy KVM solution comes to fruition you will have the option on whether you want particular machines to share the video. Judging by the current configuration file, I would guess that you will be able to specify this feature. That would enable me to drop the VNC solution I use on the Linux and BSD machines I have in the basement and instead use this excellent software instead.
If you have two or more sweet displays or perhaps a laptop you would rather use your desktops keyboard and mouse with. I highly recommend giving Synergy a try, it is network based, so a router is necessary. This is also a nice option if you have multiple displays and do not want the cost of a KVM switch, Synergy is free.
Yep More Fantasy Football
Our Yahoo salary cap and Yahoo pick'em leagues are filling out. Both have eight participants now and our returning pickem champion is one of those who joined us. Some of the others I can only guess have joined as a result of us mentioning it on our podcast. I am the Middletown Menace in the salary cap league, I looked at my lineup again tonight, I like the way it looks. I cannot list the lineup as of yet, it would be giving away my strategy, perhaps later this season. With the unveiling of the Middletown Menace helmet, it leaves only the PA Fighting Pike helmet as yet to be displayed. That would be my only complaint with Yahoo, they need to allow you to upload a logo or helmet.
• Play Yahoo! Salary Cap Football with us! Our group info is here.
• Pick the upcoming season's games with us in our Yahoo! Pro Football Pick'Em group! Details here.
Brutal Deluxe Football League Keepers 2005
The gang over at
Brutal Deluxe are beginning to check-in with their keepers for the 2005 season. Everyone needs to have their two keepers submitted by tomorrow night. Every time I start to wonder if keepers in a league is cool and whether there will be someone to draft, I start to look at the rosters and some of the players that are being let loose for the draft. There are some horses out there, particularly when you look at last years
Top 100.
Alex pointed out that defenses score well in the BDFL, but look at Quarterbacks. Overwhelmingly it appears last year was a great Quarterbacking year, and not just from Daunte Culpepper and Peyton Manning. The BDFL is kind of different, get a great Quarterback and it can be just as valuable as a great Running Back.
What amuses me most about fantasy football is that a particular player you have can be on an 0-4 team, the individual player might be having a great year. All the sports analysts are talking about what the team needs to change to start winning and all you can say is, "I hope they do not change anything". Fantasy football has totally changed the way America watches football. You will purposely sit there and watch two bad teams play and be completely happy if the game involves a player you have on your fantasy team or your opponents team.
The BDFL draft is next week (September 6th) and it looks like we will have 6 to 9 of the owners hopefully over here at the house. Where we will be drinking some Foster's Lager, eating wings and whatever Julie ends up adding while selecting our teams. Are you coming over
Chuck? Not bad for an internet league with owners in three States. One of these years we need to figure out a way to get everyone together for a party err meeting or something.
Distant Thunder Football League
The
Distant Thunder Football League had their draft today. I use the same team name in this league, but I use a different team logo. This league is very different from many of the other leagues I am in. The best bonuses are given to Wide Receivers and Quarterbacks on long TD's. So I draft differently for this league than I normally would. The
Brutal Deluxe Football League is more Running Back favorable, as are most league. Here is my draft for the Distant Thunder Football League. Watch out I am here to play this year!
Brees, Drew SDC QB
Collins, Kerry OAK QB
Arrington, J.J. ARI RB
Dunn, Warrick ATL RB
Faulk, Marshall STL RB
Johnson, Larry KCC RB
Pearman, Alvin JAC RB
Burleson, Nate MIN WR
Moss, Randy OAK WR
Wayne, Reggie IND WR
Williams, Mike DET WR
Crumpler, Alge ATL TE
Edinger, Paul MIN PK
Hanson, Jason DET PK
Cowboys, Dallas DAL Def
Panthers, Carolina CAR Def
Early Fantasy Football News
My Yahoo league (Pixels Pro Bowl League) had their fantasy auto-draft and my preranking yielded me the following lineup so far. I am in the process of picking up a Defensive Back. I think I have a good shot, but the rules with the advent of all the defenders will make the league interesting.
M. Hasselbeck (Sea - QB)
N. Burleson (Min - WR)
T. Houshmandzadeh (Cin - WR)
L. Fitzgerald (Ari - WR)
S. Alexander (Sea - RB)
C. Dillon (NE - RB)
Da. Clark (Ind - TE)
T. Heap (Bal - TE)
D. Mason (Bal - WR)
L. Jordan (Oak - RB)
C. Palmer (Cin - QB)
K. Colbert (Car - WR)
P. Price (Atl - WR)
S. Graham (Cin - K)
J. Scobee (Jac - K)
Tampa Bay (TB - DEF)
N. Clements (Buf - DB)
W. Bacon (Ind - DB)
A. Schobel (Buf - DL)
T. Bua (Mia - DB,DL)
K. Jenkins (Car - DL)
De. Smith (SF - DL)
I have a draft on Saturday morning in the Distant Thunder Football League, a league I notoriously do awful in. I will be traveling with my friend Todd over to the draft at the commissioners home. I will post that roster when it is set and ready to go. What I am most looking forward to is
the BDFL draft, September 6th!
GRRR!!! iTunes Directory What Do You Want
UPDATE 8/21/2005 13:09 - I managed to get the feed to work, I removed a comment from the feed and altered the rss tag as follows.
Was this:
<!-- generator="Buff v6.3" -->
<rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.00">
Now this:
<rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
Kind of picky if you ask me and it was my last ditch effort, in my opinion Apple needs to review it's validation check. It seems to stumble on either comments or version info. We will see if this manages to get Alex and I anymore listeners.
Original Post - August 20th, 2005, 21:13
I spent some time over the past couple days cleaning up the
Podcast RSS Feed for
Brutal Deluxe. The feed
validates as well formed RSS. I even used FeedBurner to add the iTunes tags and have tried time and again to submit the Podcast
Alex and I do to the iTunes Directory, to no avail. Each time I get an error that says
"Error parsing feed: Invalid XML", of course there is no way to tell exactly what it is having issues with.
Strangely, I use iTunes as my Podcast listening software and am subscribed via this very feed which works fine. I guess I am hoping someone out there will stumble upon this post and give me some pointers. I have tried the feed with and without the iTunes tags and there are many, many folks using
Feedburner for this exact same task, apparently with no problems.
The whole process is extremely frustrating when every other podcast directory out there that the feed has been submitted to processes the XML with no issues. I was a little put off by Apple's additional feed tags, which they do say do not need to be used, from day one. I am now equally put off that the only way to submit a podcast is via a screen inside of iTunes in which it spits out unexplained errors. Particularly when the feed validates according to standards.
Buff's Gym Heir
Jake joined me in the gym tonight and demonstrated his overhead lifting form. Not bad for three years old and counting.
Listen to Einstein
We are only three weeks and a few days out from the start of the NFL season and we are in full swing here at Nitevilla and over at Brutal Deluxe. Alex set up an NFL Pickem League for us, get all the signup info here. We also still have some openings in our salary cap league, signup now! The pickem league was a lot of fun last year, Paul won, but it came down to the final weeks between three of us. Signup for the salary cap league and the pickem league is free, so listen to Einstein's lesson plan and join us for some football fun.
Holy Drivey Hits
So I am sitting here installing
Tiger on
Cooper and I decide to look at my referrer logs. I notice a huge amount of hits via Google for searches on
Drivey. By the way, a new version was released by
Mark recently. I have played with it a little, and it is a blast.
Well, it seems our friend and fellow extraordinary gentleman, Mark Pursey, has been
Slashdotted and Mark is fighting to keep his sites online. This is a very cool geek honor for Mark and I wanted to make sure I congratulated him. Hang in there Mark and congratulations on your geek fame!
BTW, cooper's web server (http://unixodyssey.com) will be out of commission for a while until I find the time to configure the web server again.
Ready For Some Football
We are quickly approaching the first week of NCAA Football and NFL Football. Which of course means Brutal Deluxe Fantasy Football and other fantasy football fun. For those who are looking for the Yahoo NFL Pickem League we had last year, it is coming mid-August. Hopefully we will have the same turnout we had last year. Our first Brutal Deluxe Podcast of 2005 has already taken place, with another planned for this week, tune in, it is a blast.
23.4MB 64kbps Stereo MP3 51m 16s
I spent some of my spare time over the past week getting the BDFL ready for it's fourth season. This included finalizing some minor rule changes, setting this seasons schedule, setting the draft date, selecting the draft order and setting up some RSS feeds for various league items. I am hoping to have over half the league owners over at my house for the draft this season, many of the participants have never met. Two owners from the Baltimore area have expressed interest in joining the draft party via Skype or similar technology. Prior years the draft has been done with the majority of the owners taking part via the chat room that runs on the Brutal Deluxe website with a few owners here at BDFL Headquarters. This marks the first year that we may all be hooking up via conference call and in person.
In local news Alex and I will have to find a new spot for any future Cygweb-Nitevilla Summits. We met on two occasions last year over at Croc'n'Berries for the 1pm Sunday games and I watched the Steelers vs Jets playoff game with Jake's uncle Aaron there as well. Well, Croc'n'Berries closed with a mere 3 days of notice this week, and the former location will be yet another Union Deposit steak house (Charlie Brown's Steak House I think). Um, I think three steak houses in one location is overkill, but whatever. So we will need to find a location that has good wings (preferably a location that allows you to order buckets of 50 plus wings) and a lot of TV's to watch Sunday Ticket. Of course I am looking forward to seeing a game in High Definition at some point on the Harden Family's HDTV. ;)
Happy System Administrator Appreciation Day To Me!
After begging for so much as a free cup of coffee from my employer for the past six years, someone finally recognized System Administrator Appreciation Day. But, just as in the past, my employer continued ignoring our efforts. Along comes my wonderful girl, Julie bought me a thick beef ribeye steak, and I do mean THICK!
So after a day of not even a thanks at work. I came home, played some tennis with fellow Sysadmin, Scott Wood of
Shady Spring Tiger fame and am now cooking the steak on the grill while sipping a cold Foster's Lager.
Julie also bought me some cupcakes and left a nice card wishing me a Happy System Administrator Appreciation Day. What a woman! Note to my employer, a thank you and a freakin' treat to some pizza for lunch would be a nice start! In case you are wondering about the shirt pictured here, I think I am going to get
this for dress down Fridays at work. GO STFU!
Custom Vans (As In Sneakers)
I actually discovered
Custom Vans a while ago, but I believe only slipons were offered originally. They have since added some rather cool additional features. Checkout the official
Hanover Hellion Vans I created, complete with skull and crossbones on the tongue.
What are you waiting for? Go design your own sneaker.
The System Administrator Song
Finally, someone gets it and puts a song to music. I just posted about System Administrator Appreciation Day and what do we have, a guy singing it in from Vegas. Personally I would have added a few UNIXy type references, but the great thing about the song is that anyone who has ever used a computer can get it. Give your sysadmin a pat on the back. ;)
Riley Grace Coming This Winter
It is official, Julie and I will have a girl late November or possibly early December. So there will be a little lady joining the Buffington clan late this year. We hoped to announce this two weeks ago, but the baby was not cooperating. This week made it official, which means it is time to start painting the nursery and so forth.
System Administrator Appreciation Day

Friday, July 29th, 2005 will mark the 6th annual
System Administrator Appreciation Day, of which I have been mentioning it for the last three years. Speaking of which, I just noticed today that the nite website has been around for over four years, very cool. Though
Brutal Deluxe has a shorter lifespan, the initial league that spawned the current incarnation started three years ago, this being the fourth year of BDFL football.
I point out System Administrator Appreciation Day each year, because one thing is for sure, Hallmark or your local flower store will never mention it. ;) Feel free to get something cool for your System Administrator, heck even a cup of coffee would be appreciated over what we usually get. :)
The Sysadmin Day website could really use a makeover, not to mention it does not even load quite often, but I really like the
Russian Chapter, way to go guys. I have actually given thought to registering a domain for a US Chapter just so I could give the United States something similar. Perhaps someone with more time will take up the challenge.
Father's Day
I received
X&Y by Coldplay and
Words & Music by John Mellencamp from Julie for Father's Day. I am currently listening to X&Y for a second time as I type this. I really like X&Y, good album. I know I will like Words & Music and everything I have read about the compilation has been positive.
I have been noticing that more and more CD's are being distributed in some type of cardboard foldout, which I like as opposed to the CD cases that always end up cracking. Words & Music is packaged this way, and the remastered
High Voltage by AC/DC and
Live from the Union Chapel by Damien Rice is also packaged nicely in this manor.
Happy Father's Day to all you other dads out there. :)
Update : Jake gave me Mocha Cinnamon Swirl and French Vanilla coffee pods from
Java Podz for Father's Day. Thanks buddy!
TGIF Beer Mug
I have not done a Friday beer mug in a long time, but all I could think about today was pouring a cold one in the smaller version of the
mugs I keep in the freezer. I know, it is baseball season and all, I am even watching the College World Series, Nebraska versus ASU, but this Steelers mug is just a great beer mug. I picked up some
Weyerbacher Raspberry Imperial Stout and filled the frosty mug for a very cold one, or two or three.
Might as well take the opportunity to catch up on current events. Paul provided me some
good news for my fantasy baseball team. Good thing too, because I have been hovering in the basement all season long, but do not count me out, I came out of no where last year too.
I had lunch with
Alex and
Jonathan on Tuesday of this week. It is always good to get out of work and hangout with some of the guys. Jonathan was kind enough to hook me up with a
Macally RFKey Wireless Keyboard. I just set it up tonight, fantastic Jonathan, thanks! It is nice to have a Mac keyboard to go with Cooper.
Mattel Electronics Football 2
I was going through a box in the garage and I came across what I would say is my favorite handheld game of all time. Mattel Electronics Football 2 is a prime example of what is wrong with so many of today's games. I pulled this game from the box, threw in a new 9 volt battery and started to play, not having played the game in probably 10 plus years. I instantly understood what the object of the game was, without having to read a lengthy how to booklet. Sometimes simple is just better and this game is still a lot of fun.
I had intended to pickup
Classic Football 2 when it was released a few years ago to go along with my
Classic Baseball which I keep handy. Though I have read a few reviews that it has a few flaws compared to the original. The new game uses LCD with a red filter as opposed to the LED display of the original, which really does look great. The new game does not have a second half kickoff, it does not even change possession if the team who received the opening kickoff has the ball. Also, apparently throwing the ball away does not work properly on the new game. I think if I were minus my original I would still pickup Classic Football 2. I could live with those couple flaws for the pure simplicity and enjoyment of the game.
Looking at the back of my Mattel Electronics Football 2, it is hard to believe but obvious this game was made in 1978 (The date is stamped on the back) and still functioning. The sound is a little funny when turning it on, but works just as remembered once the game starts. All the LED's are bright and work great, they just do not make them like they used to.
I Survived Order 66 T-Shirts
Last month I made a reference to Order 66. In the comments Ray "aka Streeter" mentioned that "I Survived Order 66" would make a cool t-shirt. I thought it would also, and now you can get yours in the store. There are six variations to choose from and all are being offered with no markup, whatever Cafepress charges is what you pay. Let's be honest, this was not exactly difficult to do.
Kind of geeky, but I think it is kind of funny too. Get them while they are hot!
Update - I threw a little something on the back of the shirts. The value t-shirt only allows a front image. So if you would rather not pimp Nitevilla, that is the shirt for you.
I Care More About Potato Chips
Over the last week or so I have heard so much about Apple switching to Intel. At first I wondered if this was such a good idea, but then I relaxed and thought, I did not buy a Mac because it ran on an IBM chip, I bought it because it is a Mac. I am with
Dave, I bought a Mac because of an incredible OS that allows me to do what I want on my computer, with the added perk of a UNIX like OS base. Apple's attention to detail is why I knew I was getting a quality piece of equipment, not the IBM chip under the cover.
I do feel that Steve Jobs perhaps is putting too much emphasis on the 3 GHZ speed. But, I also see a tremendous chance for prices to fall. Perhaps even providing a chance for PC makers like Dell and Gateway to jump on board as far as selling affordable Macs.
My relationship with my Mac computer has been the most pleasurable computer experience I have ever had, and I had already decided that my next personal laptop or desktop will again be a Mac. So the announcement of the chip means little more to me than that I might be able to afford that next computer a little sooner.
I imagine all other Mac users feel the same as I do once they think about it, after buying your Mac you rarely think of the hardware. You just know you have an amazingly customizable OS that is stable, secure and powerful. So to get right to it, eat more
Utz Potato Chips!
Bronze Award Earned
Today I passed 20,000 points in the
President's Challenge. Monday I realized I was in reach of the bronze award and planned a busy weekend earning the points I needed.
Chuck posted earlier this week about me having over 20,000 points, but it was not until today that I earned 20,000 award counting points. There is a cap of 750 or so points possible a day. This seems to be a good thing, obviously put into place to encourage daily activity rather than just weekend warrior type binges. My next goal is to see if I can earn 25,000 points in the next two months earning silver award status.
Porcupine Tree At The Troc
I was waiting for
Alex or
Don to post something, since they could provide much better insight on the show than a newbie to
Porcupine Tree like me could do. Now that Alex
posted, I thought I would mention how much I enjoyed the show at
The Trocadero.
Most of my experience with seeing music artists has been in bigger venues. I have to say, I really enjoyed the intimate setting of seeing a very, very talented band in a theater/club. The whole show was incredible, and I want to thank Alex for inviting me to join him.
I picked up a copy of
Deadwing which I will be enjoying on my trips to and from work.
Execute Order 66
Execute Order 66.
Musical Baton
Passed to me by Extraordinary Gentleman,
Matthew.
Total Volume Of Music On My Computer...
I really do not keep much on my computer, I rip and stream through
ICYG. So only about 1 GB exists on my machine. I am old skool, I listen to CD's.
The Last CD I Bought Was...
Ryan Adams, Demolition.
Song Playing Right Now...
John Mellencamp, Pink Houses
Five Songs I Listen To A Lot, or Mean A Lot To Me...
•
Bruce Springsteen, No Surrender - For friendship.
•
Bruce Springsteen, Glory Days - We all miss them.
•
Jimi Hendrix, Voodoo Child (Slight Return) - Cause I hear Jimi.
•
AC/DC, It's a Long Way to the Top - If you wanna Rock!
•
Alice in Chains, Rooster - Cause being called "Rooster" is so John Wayne.
Five People To Whom I Am Passing the Baton...
Alex
Chuck
Paul
Phil
JonathanTightVNC, Brutal Deluxe and Word PHP
Since getting my Mac I had not been on my Windows box. I only have one monitor these days and my various machines are at different locations in the house. So my KVM switch has done me little good. This week I decided it was time to fire up the Windows box so that I could start making some early preparations for the Brutal Deluxe 2005 Season. FFLM only runs on Windows, and it is updated so frequently I am stuck keeping my Windows box as is and available. I decided to install TightVNC Server on Windows so that I did not need to keep it near my monitor. TightVNC is very cool and works fantastically in a web browser, enabling me to make league updates from my Mac through my web browser.
In addition to adding new owner, Daniel Yohe and his team to the website, I wanted to work out the league finance page. This being the second year for the BDFL being a pay league, I needed to add logic to compute league dues after taking into consideration money carried forward. I simply wanted to provide some automation to let the team owners know how much they owe for the 2005 season or how much they have in excess. Once again this season you can mail me your dues or use PayPal.
While mucking about with PHP code I discovered a neat little conditional expression for the Scrambled Word of the Day game. If memory serves me correctly, Streeter pointed out the lack of printing correct plurals for tries at guessing the word. I remedied the problem with this simple bit of code.
print "You got it with $guess " . ($guess == 1 ? 'try' : 'tries') . '!'; Depending on how many guesses it took you, you are greeted with either: You got it with 1 try! or You got it with 3 tries!
Being only a hobbyist programmer, I find simple little solutions like this quite interesting. Not that I could not have corrected this in other ways sometime ago, I could just never muster the enthusiasm. Upon discovering such a simple conditional expression, I just had to fix the issue.
Mark's Drivey Screencast
Mark provided a screencast
several days ago. I finally remembered to bring my Windows laptop home so that I could listen and view Mark's screencast on his thoughts and experimentations with
Drivey. Apologies for stealing your post image Mark, but I felt the image fit your screencast so well.
If you have never viewed a screencast before, a screencast is basically a video of what is going on, on a computer screen while the broadcaster narrates. Since I have been following Drivey for quite a while, I have seen Mark post quite a few screenshots and describe what he was experimenting with. This made the screencast more interesting to me, since I could finally see the screenshots in motion. Mark points out in his screencast that he would like to see Drivey be different, not just in appearance but also that the game is more about a relaxing driving escape rather than a challenge. I found some of the aerial views particular interesting, as I always wondered how Drivey's tracks were laid out and if they actually went anywhere, so to speak.
As with podcasts and any other type of recording done by those who have websites I read regularly, it is always nice to put a voice with the face. While I am mentioning Drivey, if you would like to try a lite text editor for Windows, checkout
JujuEdit.
Coffee Mug Monday (sort of)
This is not exactly a specific mug, but something for that mug that you are about to throw away. Mug Boss allows you to organize whatever you need on your desk, right at your fingertips.
I am picking a Mug Boss up for my desk at work, no way I am replacing my home organization mug. From what I have heard about the Mug Boss, it works best on thinner and/or smallish mugs.
It has been a few weeks since I featured a coffee mug and even longer since I featured a beer mug. Remember, I take submissions, meaning if you have a favorite mug at work or a favorite frosty mug in your freezer, send me a photo.
Fantasy Leagues and Fitness Militias
My fantasy baseball team has not been performing up to expectations so far this season. As you can see from the picture I am hovering near the bottom of the league. To make matters worse, I am on my way to another bad defeat this week. I still feel I have a very strong team, I just need them to start producing.
Believe it or not, some folks just finished up their fantasy baseball draft. Like our
Systems Group friends at MLB.com, love the picture of the brew and wings.
In fantasy football news, it is official those kittens from Arlington will be replaced by a new team with a new owner. Of those that contacted me in the off-season, I contacted them in the order they contacted me. The person responding first received the open spot in the
BDFL. Daniel Yohe is the new owner and his team name will be unveiled when I finish with his logo. Welcome to the league Danny!
Last night I decided to take
The President's Challenge, which put me in mind of the physical fitness tests they administered in grade school. I totally kicked butt on pullups! Anyway, I signed up at the behest of Chuck Hoyes and his call to duty of
Jaboobie’s Healthy and Free Militia (Group ID number: 29215).
Technology and Conservation
Last Friday was Earth Dayand this morning there were some articles I read that could directly correlate to energy conservation and wastefulness of our technology resources. Chuck pointed out that it is TV Turnoff Week, the intent is for families to find other activities to entertain you this week. Very good idea, and spending some time being active should be a big part of this week, and every week for that matter. Jonathan Swartz points out the waste that his company Sun sees throughout the world in datacenters. This all got me thinking about my home computer technology and my past and current work technology.
The first thing I thought about when I read Chuck's post was that we should include computer turnoff along with the TV turnoff. I log many more hours infront of a computer than I do infront of the TV. So this week, I will be spending less time infront of the computer, it would be nice if the weather would cooperate.
After reading Jonathan's post it spurred some thoughts I have had through the years. When I first started in IT, a computer at each person's desk was rare, usually the desk just had a CRT connected to the mainframe. Once they started to rollout computers to each desk, I many times asked why. A lot of folks who do call center work have no need for Internet access, word processors or any of the other tools a personal computer gives them. All they need is a direct link into the application running on a server or mainframe somewhere. I had also read through the years that companies were working on ways to distribute a personal computer like desktop across a company from one central powerful computer. Everyone would share this desktop, hmm.. Multi-user computing environment, sounds like UNIX and Linux. Jonathan points out Sun's product, Sun Ray, advertising it yes, but it is an excellent solution for a large majority of companies, saving lots of wasted computing power.
Last week I had a technical rundown of IBM's Power5 eServers of which we have the P5 595 Server, a server that looks more like a mainframe than any before it. The reason this machine is so amazing is because you can Micro-Partition, something you cannot do with Intel Partitioning or countless other partitioning solutions. You can have partitions as small as 1/10th of a processor. In layman's terms, this is big conservation of computing resources, because you undoubtedly have servers sitting around nearly idle for the majority of the day. With a machine like the P5 595, you can run up to 254 micro partitions on one machine. All with dynamic movement of resources to meet processing requirements for processors and/or memory. If you were wondering, our P5 595 is replacing our SP2 that I mentioned in this post.
Without even thinking or trying I have conserved resources at home also. The Mac mini I recently purchased, uses less energy and runs significantly cooler and quieter. I have not thrown out my old computers though, they are excellent Linux or BSD alternatives, those Operating Systems require much more modest hardware requirements than Windows does. That being said, a co-worker of mine is switching all of his home computers to Linux. His family surfs the net, checks email, uses word processors and chats via instant messenger. All tasks that Linux can do right out of the box. He has simply grown tired of cleaning spyware and adware off his computers at home. Never mind the extended use he will get from these personal computers being able to run a Linux distribution on them for years to come.
Wiffle Ball
Jake and I took advantage of the nice evening to go outside and work on his wiffle ball game. I wanted to see if I could get Jake to throw some pitches and get him to take some pitches himself. Anyone that has ever tried this with a three year old knows that even mild success is kind of impressive.
The picture you see was my first hit of the season, for one brief moment I was Roy Hobbs as I made solid contact and the ball shattered into the pieces you see pictured. Yes this really happened and my first thought was the scene from
The Natural in which Roy Hobbs gets I believe his first hit of the season by shattering the ball, literally knocking the cover off the thing thus making it unfieldable. Design flaw in the plastic of the ball? I think not! Sweet powerful swing? I think so!
As cool a moment as shattering a ball was, the highlight of the evening was Jake hitting some nice line drives that I pitched to him. He was really turning on the ball and hit more than a few nice shots. Surprisingly he batted for about 10 minutes, never losing interest even when he was not getting hits. He also showed some great sportsmanship and that he is far from being cocky about his achievements, as we finished up he said...
"Dad, we're number 4!" I kid you not.
Assorted Entries
While visiting
Mark's site I found myself reading some of his older entries thanks to Mark implementing links to random entries along his sidebar. When Mark first implemented these links to prior entries I thought it was a great idea. Of course just like many websites, I keep up with them via
Bloglines. As they say, out of sight out of mind, and until I surfed over to comment recently I had forgotten about Mark's assorted list of posts.
Well, today while Jake was playing I decided to sit down and quickly code the same feature for Nitevilla. I thought, just as I was lured into reading some of Mark's prior entries by the feature, perhaps some of my visitors can find some entertainment from some of my prior entries.
Geeking Out on Mac OS X
What have I been up to since acquiring my Mac? I have been doing all sorts of things that UNIX geeks do, messing with the network, fooling around with
Apache,
PHP, Objective-C, Cocoa and X11 to name a few. There is so much I have wanted to delve into that it took a while for me to get to Cocoa, and once I did the first application I built was buffbrowser, my own web browser.
You can view
Alex's blog in the screenshot displayed in buffbrowser (I am not very original in my naming), as well as XGalaga (Jake's favorite X11 game, it is like Star Wars he says) and a bittorrent download. For those that are really observant they may have noticed I altered the graphic at the top of my blog to "Made on a Mac" which links to
my Mac currently running an Apache webserver. If I were not paid three years in advance I would consider moving my websites to my Mac. Yes every time you visit my Mac you will get a new UNIX fortune, that too is installed and running on my Mac. No idea if I will keep all these things as is, but it has been fun playing with all the toys.
Off topic, but for those that missed it,
Chuck finally
received his trophy and Alex recorded the outing into a
podcast. Despite me being a tad loud in the beginning (give me a sip of beer and I am happy), it is an amusing conversation.
Back on topic, I suspected before owning a Mac with OS X that I would enjoy the experience and that the addition of a UNIX like OS would be
the bomb and I was right. I can do anything and everything that I could do with Windows and so much more. I even downloaded the
Trent Reznor single in GarageBand format to play around with. Oh, by the way, I have not turned on my Windows machine since the morning of April 7th, why bother. ;)
The Announcement
Some of you have already received the news and others may have guessed by now. I still have some family to notify and give them the surprising news. I felt it was time to post something here. Julie and I are expecting her first and my second child late November.
This was a bit of a surprise to us both to say the least, but we are both very happy and already feeling some excitement about our future and our babies future. As I said, we were both surprised, this was not planned, but we have been moving along in our relationship wonderfully. This of course is kind of out of the standard order we had envisioned for ourselves, but that does not diminish the happiness.
Thanks so much to those that were in the know for the prayers and well wishes. We will keep you posted as the pregnancy moves along.
Cooper Is Here
Actually Cooper (as in Mini Cooper), the Mac mini arrived on Thursday. I had prior engagements and only really had time to plug everything in. I expected small, but it is tough to imagine just how small the Mac mini is.
My initial experiences, the desktop and interface is simply beautiful. I am experiencing a learning curve, but a pleasant learning curve. My USB keyboard and USB Microsoft trackball both worked great when the system booted. The most amusing thing about this is the Microsoft trackball is barely functional on a Windows XP machine before you install drivers. There was nothing that needed done for two buttons and the scroll wheel to work great under OS X. One of the first things I would do on a Windows machine is enable clear type fonts, something that requires setup. On the Mac, the fonts look fabulous. I have installed Firefox and installed my favorite extensions and as of right now have turned off my Windows machine for a long Summer's sleep.
I intend to spend some time this weekend digging deeper into the OS and gathering some of the tools I want to explore further. Overall I am very pleased and look forward to discovering many more of the cool features of the Mac OS X system.
Random Bytes
Now that we are safely past April Fools day I thought I would throw a random post out here with some items I stumbled upon since my last post. Google's April Fools day gag was full of information on why Google never takes any of their software out of the beta stage. Dave Taylor fielded the question by referencing the Google gag.
Speaking of Google, I had thought Gmail was pulling my leg on April 1st when they announced they were increasing the space from one gigabyte to two gigabytes. I had noticed that throughout the day on April 1st that the space available was growing steadily. Meaning it did not jump immediately to 2 gigabytes, I saw at one point it was 1.4 gigabytes then 1.6 gigabytes and finally I have this now.

I have also been seeing about getting Mr. Chuck "Jaboobie" Hoyes his Brutal Deluxe Championship Trophy. I had a minor issue with the trophy which is being resolved, I actually did not notice the error immediately. Tom "Theismann's Legs" Steck pointed it out as we were prepping the trophy.
Over the weekend I stumbled upon some crazy patents. Makes me wonder what crazy stuff I should have tried putting a patent on.
Lastly, a little coffee related item, did you know where the phrase Cup of Joe comes from?
According to the June 2004 issue of Sea magazine (volume 96, no. 6, page 22): When Josephus Daniels became secretary of the Navy in 1913, he prohibited alcohol aboard all U.S. Navy vessels - making coffee the strongest drink that could be served on board. For that reason, sailors started referring to a mug of strong coffee as "a cup of Joe".
I am Switching
Switching to a Mac that is. For sometime I have wanted to switch to a Mac, but price was always a stumbling block. With the release of the
Mac Mini I decided to finally take the leap from the dark side over to the forces of good. The main factor in this decision, besides the
many happy Mac users I have met, is when the Mac OS became
UNIX based. To me this not only made the Mac OS X rock solid, but was a genius move giving you almost limitless power over your OS.
The wait for my new mini-machine will be about two weeks, but I am already looking to read up on the new tools and toys that will be available to me. I am excited and I expect to be blown away by a superior Operating System and a superior user interface. Though I have to be honest, being a
sysadmin I am most looking forward to using the command line as well. I was going to wait until I actually received the new machine before posting anything, but I was hoping that some of the experienced Mac users could point me to the best Mac related websites and some good resources for Mac newbies.
UPDATE: I am taking suggestions for a name for the new mini machine as well... And there will be some other
bigger news of a personal nature coming in a few weeks.
Coffee Mug Monday
As some of you who have been visiting my website for some time may have noticed, I have an interest in histories great minds. Sir Isaac Newton, Ben Franklin and Albert Einstein are just a few of the folks I admire. While at the Smithsonian, Julie picked this coffee mug up for me at the museum store while my attention was elsewhere.
Start your day with a cup of Einstein. This mug features a picture of Albert Einstein sticking his tongue out on one side and "If A equals success, then the formula is A = X + Y + Z. X is work, Y is play, Z is keep your mouth shut" on the other side.
What more can one ask than to be reminded of the formula of success from none other than Albert Einstein each morning while enjoying your cup of coffee? How appropriate to feature an Einstein mug after featuring a Homer Simpson mug previously.
Deep Blue Meets Scott
This past weekend, myself and my girlfriend Julie visited Washington, DC to check out some of the Smithsonian Museums. If you have never traveled to DC to do this, do it! But eat outside the museum or bring a lunch with you, the food inside is not that good and is very expensive, think 6 bucks plus for a Big Mac. Otherwise, the museums are free and are very, very cool! I could have very easily spent the entire day within the National Museum of American History, but I also wanted to visit the National Air and Space Museum.
One of the highlights for me, was seeing one of the Deep Blue Chess Computer towers. The reason being, is that I work on three towers like the one seen in the museum at my place of employment, and Deep Blue is powered by the AIX operating system, of which I am a System Administrator. Deep Blue is known for being the first computer to beat a reigning world champion chess player in a regulation match.
The iteration of the Deep Blue computer that played Gary Kasparov was a 32-node IBM RS/6000 SP high-performance computer, which utilized the then new Power Two Super Chip processors (P2SC). Each node of the SP employs a single microchannel card containing 8 dedicated VLSI chess processors, for a total of 256 processors working in tandem. Deep Blue's programming code is written in C and runs under the AIX operating system. The net result is a scalable, highly parallel system capable of calculating 100-200 billions moves within three minutes, which is the time allotted to each player's move in classical chess.
That is me in the photo standing in front of the black tower with dark blue base, just as the three towers at my place of employment. The photo is kind of dark, I know Julie will laugh but we will have to get a better photo next time. Deep Blue was thrilled to meet me. ;)
Some other cool things I saw at the two museums, some of which you can view if you peruse my Flickr photos, the puffy shirt from Seinfeld, Voyager replica, Lunar Moon Lander replica, Mars Rover replica (larger than I expected), Stan Musial's bat, Ali's gloves, skates from 1980 Hockey Team and so much more. Because we wanted to see the Air and Space Museum we cut our American History Museum visit short at the technology, science and pop culture sections. We will be visiting these museums again and more on our next visit.
Coffee Mug Monday
I was sitting back, drinking some
"Rock and Roll" Coffee from
One Good Woman (Which my one good woman picked up for me) and decided to check
Flickr for a coffee mugs. Amazingly, I noticed this fantastic looking Homer Coffee Mug which I thought looked familiar. I was right, it belongs to
Chuck,
BDFL Champion and I commented on the photo six weeks ago. By the way, the trophy will be coming soon Chuck, my Google Adsense check is finally on the way.
This mug has it all, great color, great shape (resembling Homer himself) and great personality. In the immortal words of Jaboobie:
This is my new coffee mug. The bask says "Just because I don't care doesn't mean I don't understand."
On the subject of coffee, I recently added some silliness,
enabling you to buy me a drink. So if you ever feel the need to buy me a drink for providing you pictures of fabulous coffee mugs, lots of single serve coffee news and various other words of wisdom or lack of wisdom, now you can.
4 8 15 16 23 42
4 8 15 16 23 42
4 8 15 16 23 42
4 8 15 16 23 42
4 8 15 16 23 42
Senseo Linkage
It has been a while since I specifically featured any
Senseo related content. Well I have been saving up and the links include getting a completely free, no strings attached sampler pack of Senseo's new flavors available this Spring here in the US. Included in the linkage are instructions on making your own pods if you so choose, but with the many, many new varieties I will be providing at your disposal it may no longer be necessary.
Get Pods
•
Free Senseo City Sensations Sample Pack (Limited Time)
•
Get your pods at JavaPodz
•
Large PODhead variety
•
Lots more variety from Baronet
•
JavaOne varieties (Supposedly same size as Senseo Pods so a little expensive)
Pods Hacking
•
Create your own pods
•
Make your own pods (courtesy of
WebJones)
Coffee Mug Monday
Totally stumbled upon this mug over the past week and I thought it was very cool. A mug representing the bull in the china shop, but proving that stereotypes can be wrong.
Subtlety is not well known in bulls, yet this cheerful item shows how stereotypes can be wrong. A charming mug with a humorous bovine character who will warm your heart each time that you drink from it. The crisply emblazoned, all original artwork is sure to please people of good taste. Cartoon art by Mark Mitcham.
Cartoon art is some of my favorite and you can get the
Bull in the China Shop Mug for only $6.95, nice! That may be the best deal on a coffee mug I have featured here yet.
Tabletop Football and Various
So what do the guys from the Brutal Deluxe Football League do during the six months between the Super Bowl and the start of the season? Play some extreme tabletop football of course!
Yahoo has Fantasy Baseball open for registration. I registered a league which has 12 openings, so far we have 5 teams, not bad for one days sign-up. Get signed up now and see if you can dethrone the defending champion, Monroe Street Marauders. All are welcome!
League ID# is 64239 and the Password is villa1337.
In web related news, FeedBurner.com had an interesting blog post about the increase in Podcasting in relation to their feeds. This was interesting to me, because my Nitevilla Feed and Brutal Deluxe Feed both use the enclosure feature for the Brutal Deluxe Podcast, which Alex and I recorded over the last half of the NFL season. If you subscribe to any of my feeds, be sure you are using the FeedBurner versions, they hold the enclosures and more goodies.
As I mentioned in this post, I decided to go ahead and transfer my domain names over to GoDaddy. I signed up yesterday and kicked off the transfer of Brutal Deluxe and Nitevilla as well as registered a new domain name for virtually nothing. Basically for half the price as normal I was able to extend both my current domain names for an additional year. Nitevilla for some reason seems to be taking longer to complete the switch and just as I was posting this GoDaddy phoned me to let me know everything was going fine and the switch was just about to take place. I thought that was pretty cool that they had someone watching things like this and took the time to phone me.
I am Pickled and Cancer Safe
Time and again I have posted on the forums and right here on my blog about the benefits of drinking coffee. If you did not notice or perhaps you just ended up here via a search engine, I like coffee. As the title of this post implies, I am pretty much "Pickled" in coffee. So as you can imagine I felt obligated to refer to the news article titled, Coffee May Help Prevent Liver Cancer. I have pretty much read over the years that coffee may prevent all kinds of different cancers. Even skin cancer, making that life long dream of bathing in coffee if it were socially acceptable a reality.
Gmail Love
I have over 150
Gmail invitations. I do not know why
Google does not just open Gmail to the public. If you know anyone, and I mean anyone that would like to give Gmail a try, comment here, or click the
Contact Scott link and let me know who wants an invitation. There is no catch and nothing required from you but to ask.
I really do love Gmail, it is the best web based email I have ever used. Best of all, they give you full access to your email. Meaning, if for whatever reason you do not want to keep your mail nice and safe on Goggle's servers, you have free access to download it via an
email client. Unlike Gmail's competitors who try and make you pay for access to your email, Gmail offers wide open access to
your email. Just the way it should be. Personally, I leave my email on online so that I can utilize Gmail's archive and search functionality. Fantastic!
Coffee Mug Monday (Valentine's Day Edition)
For those of you looking for a last second idea or those needing a reminder, this Monday's mug gives you a great Valentine's Day dinner idea.
Shane submitted a Rainforest Cafe Frog Mug direct from the
Rainforest Cafe in Towson, Maryland.
I have yet to visit the Rainforest Cafe, but as Shane says, "The whole
place is a rainforest complete with thunderstorms and stuff". The restaurant is most definitely on my must visit list. Check out their website, there are locations across the United States as well as International locations.
The frog mug is the perfect color for waking up and having a cup of coffee on Monday morning. Not to mention the perfect mug to get you hopping. (I had to do it.)
Another GeoURL
Another one of the League of XG made me aware of yet another Geo tagging website. Thanks to PsychoPhil I have tagged both Brutal Deluxe and Nitevilla. Check out the new GeoURL.info. Thankfully I had left my meta-tags on both sites and I merely had to ping. They need a better way to update your entries, currently you have to email the guy and prove to him you are who you say you are. Improve that (which should be easy) and you have yourself a winner. But I like it much better than BlogMap which I mentioned earlier in the week.
Websites within 300 km of Scott
Yet another URL with the same Info.
The Ballad of the Kingsmen
I am getting a kick out of
Todd Snider, thanks Streeter! I am not really a country music fan, if that is what this is. Though I confess to have listened to hours and hours of
Johnny Cash in my lifetime. But this guys songs make me laugh and I cannot say that I cannot relate to all the subjects Todd Snider touches on in his songs. Throughout my life I have felt I do not fit in any group and Todd does a good job at blasting every side of every group. The Ballad of the Kingsmen is cool!
The Kingsmen came together in a garage,
They could hardly even play
But they practiced night
And day pretty soon they got to where they could really play that song Louie,
Louie
So, they saved up all the money from the shows,
Went in to one of them studios and gave their version of the song a try
Now, I don't know the words to that song Louie,
Louie and I'm pretty sure the singer for the
Kingsmen didn't know ‘em either,
If he did know ‘em he didn't get ‘em right on the record
Cause on the record they sound jumbled in his jaw? It says,
Me think of me girl oh so constantly
Ahmayaaah makaaaah aahh ooohoooh aaaaah
Well, that last part scared everybody from the PTA to the FBI
You see, the kids had been going kind of crazy lately
And it seemed like nobody could figure out why,
So they decided to form a coalition,
Launch an investigation, you know for the children, they at least had to try
To figure out the words to Louie, Louie
Chorus
It's the feel good hit of this endless summer
It gets these kids out of control
Singin along to that star spangled bummer,
Hail, hail rock and roll
Marilyn Manson's real name isn't even Marilyn Manson,
He's a skinny public high school Kid from Florida,
Not some monster from out of this world and like of a lot other skinny long hair public
High school kids he was sick of getting
Beaten up by the pulling guard all week only to go out on the weekend,
And watch the Quarterback get all the girls so,
He formed a band man
Now' he gets all the girls,
A few years later a couple of latchkey kids go tragically
Mad and everybody's standing around the television store at the mall trying to figure out what went wrong,
This guy says,
You think the life of a kid going to high school could've gotten so bad this other guy says nah,
It's just the words to one of them goddamn Marilyn Manson songs,
You know the one
Chorus
You know, every ten years or so our country and some other little country,
We start firing all of our newest weapons
At each other for some reason or another, right or wrong,
Like it or not, it happens, and when it happens
People get shot and when people get shot,
They show it on tv a lot every night at six o clock
And you don't even have to be eighteen to see it you don't even have to be in first grade,
First grade where they teach the kid pride
They tell him he'll need to thrive,
In a world where only the strong will survive,
So he's taught the art of more
To compare to and to keep score Monday thru Friday while
He stares at the floor til' Sunday they make him go to
School once more only this time they make him wear a suit and a tie
And listen to some guy who claims to know Where people go
When they die tell him that only the meek are gonna inherit the earth Well shit,
By this time the kid doesn't know what anything
Is worth, now brothers and sisters I am only one guy
And I don't even know the words to that song Louie,
Louie but I can tell you right now without batting an eye
That the next time some latchkey kid goes wrong
It aint gonna be cause that Eminem gets to say the word Fag in his song
And I'm not trying to preach to ya either,
I'm just trying to sing to ya too, you know string a few words together
Hey kids...
Lets get it on,
Lets get it on
Thoughts and Stuff
I caught a little slack from a few people about not blogging much in the last few weeks. I had a few things on my mind and thought I could muster up a post out of it. I think I just needed a break or something and have just been motivated to move away from the computer. I still tried to take some time each evening to catch up on the sites I read. As per Ross Notes I tried BlogMap, it is cool kind of, but needs more functionality than just printing out maps to be really cool.

Football season is over and Brutal Deluxe will go into a mild hibernation except for a few posts here and there for the next few months. The Super Bowl and the attached entertainment spurred some more thoughts. My next project will be titled, "Titanic", and it is fantastic title and or label for a project.
Another thing, if I register a new domain name, I am going to use Go Daddy.com (I use Hover now). I liked Go Daddy'shumourous Super Bowl commercial poking fun at our government and their overreaction to last years halftime debacle.
Coffee Care Package
Surprises are the best! This week has been extremely busy and after working late several nights this week including tonight I just wanted to get home and relax. Upon pulling in my driveway I noticed a package had arrived for me. What could this be, I had not ordered anything recently. I took a look at the box and saw via the return address that Ray "Streeter" Vampran of
864 Areacodes fame had sent me something. Very cool!
Upon opening the package I was struck by the most wonderful scent of coffee beans, despite the coffee being perfectly wrapped and sealed, including a double plastic bag I could still smell the pleasant aroma. Ray had sent me some Indie music (which I will go into further on the
forums once I give it all a listen) and two bags of very fresh roasted coffee beans from
Leopard Forest Coffee. Before I go into how wonderful this coffee is, I am enjoying a cup right now, I want to say... Thank you, thank you and thank you!
Ray had noticed an article in a small paper about a small coffee company that was about to startup. Just this past Monday, January the 24th Ray and his wife dropped in on the place. Robert, the owner, took he and his wife on a guided tour, showing off green coffee beans, pictures of family and the coffee farm in Africa. He treated Ray's wife to free samples, "tons of them" Ray said. Ray mentioned he thought of me and picked me up a bag of the Zimbabwean Peaberry and the Dark Roast. Robert suggested a 20 to 80 mix, the 20 being the Peaberry. I took his suggestion and ground just enough for a pot of coffee this evening. This coffee is so good and so smooth, and I am drinking it exactly how a coffee of this quality should be consumed, no additives (black). Easily on par or better than any coffee I have ever tasted. Seriously folks, I may have never had a better cup and the aroma, wow. These coffees are described as follows:
Dark Roast - For those who enjoy full-bodied flavor low in acidity with a blissful aroma.
Zimbabwean Peaberry - A rare bean roasted to perfection, revealing graceful, complex flavors.
Ray continued, Leopard Forest does not want to be a coffee house; it wants to distribute coffee to local coffee houses. They are aggressively seeking small coffee houses and allow the small places to create their own brand using Leopard Forest beans. Robert also said he plans to start selling live coffee trees to the public next year, like a house plant thing. This is very cool. The coffee company is located in a tiny town called Travelers Rest, about 20 miles north of Ray's home and in the shadows of Furman University. Listen up coffee houses, get these coffee beans and you cannot go wrong.
Ray sent a pamphlet along with the beans and it was interesting to read that Leopard Forest is one of many high quality coffee distributors that are environmentally conscious. Since 1965 they have produced coffee out of Zimbabwe and in 2004 they decided to expand their coffee farm to the United States. The decided to place a roasting company in the foothills of the Blue Ridge Mountains north of Greenville, South Carolina. Their tag line reads,
Direct from the Vumba Mountains of Zimbabwe to the Blue Ridge Mountains of the Carolinas, we bring you outstanding coffee to enjoy. I could not agree more. Once again, thanks for the thought Ray. One day I need to get down that way to have a drink with ya.
Sun Blogs Open Letter To IBM
Geek alert! This post may bore some of you, but I felt compelled to post it. Dave Taylor, whom I mentioned before, blogged about Sun Microsystems CIO Jonathan Schwartz's open letter to IBM. Schwartz seems to be upset that IBM has not wholeheartedly jumped on the Solaris 10 bandwagon with WebSphere, DB2, Tivoli, Rational and MQSeries products. Being someone that works closely with all the software mentioned on both AIX and Linux on the Big Iron, I think Dave Taylor makes excellent points, including his response to a commenter defending Sun's complaint. I almost fell out of my chair when the commenter suggested IBM Open Source their WebSphere suite. As I said, I work closely with everything mentioned and it is quite obvious to me that the WebSphere suite is the butter on IBM's bread right now. It is big, big, big. Dave also does not miss pointing out that the blogging software Sun is using is not exactly state of the art. Which I noted the mention of a trackback system, something I have been tossing around adding to my own blogging software. Although I left Solaris with my last employer (Hanover Direct), I might start watching some of the Sun weblogs. Another problem I noticed with the Sun blog and I am guessing here because I do not feel like looking at the source, but I think they are missing meta tags pointing to their XML feed. I did not get the standard Firefox notification that a feed was available to subscribe to.
Coffee Mug Monday (Steelers Edition)
I decided to post the coffee mug a little early and I decided to go with a tribute to my football team. Here is a stainless steel coffee mug bearing the Pittsburgh Steelers logo. This Monday morning I will be raising my coffee mug in tribute to a great season by a great team, definitely one of the best. Unfortunately there were just too many mistakes made in the AFC championship game for the team to move onto the Super Bowl. The Steelers beat themselves falling to the New England Patriots whom they previously had beaten this season.
This steel coffee mug does a nice job of representing the toughness of the Pittsburgh Steelers as well as being a good representation of their name. Fine season by the men from the steel city and next year, the league will be ripe for the picking. ;)
Gravatar Support Added
Mark Pursey introduced me to
Gravatar with
this post. I had thought of adding Typekey into
Buff before, but there was no need. Gravatar on the other hand is a very cool way to add personality and identity to comments without requiring you to sign in to a service every visit.
A gravatar, or globally recognized avatar, is a 80×80 pixel avatar image that follows you from weblog to weblog appearing beside your name when you comment on gravatar enabled sites. Avatars help identify your posts on web forums, so why not on weblogs?
All there is to it is that you sign up on Gravatar's website where they allow you to upload an image to associate with your email address. They have a policy against spam (so no worries), they use your email address because they need something to associate with that you are required to enter on all weblogs. It takes 24 hours for them to approve your avatar, and joining Gravatar is free.
I coded the addition of Gravatar to Buff but their are a host of plugins for all the popular blogging software if you would like to add some personality to the comments on your blog. Mark and myself are the only folks I know of who have commented here that have a Gravatar so far. Those without a Gravatar on Nitevilla will always have the paper bag wearing avatar you see with this post assigned to your comments. All old comments here and on any Gravatar enabled blog will have your chosen avatar associated with it once you sign up and have your avatar approved.
Someone Reads This Stuff
Over the past few years when posting comments and opinions on this website I always wondered if any of those posts on particular folks would ever be read by the person I reference. Yesterday I received an email titled Buff and signed, Coach Rick Buffington. Rick said he had come across a message where I referred to his days in the Arena Football League and asked, "Are you a Buffington too?" I immediately guessed that it must be here on this website and sure enough I searched and found this post. The only thing that I regret is that the post was not worded as flattering as it should have been. I should have said, "sure his record was not so good", or something to that effect rather than how I worded it in the post. Success in the win/loss department depends on the players you have and team ownership, not just coaching. Rick did not seem put off, and seemed to understand what I meant when I referenced his name, because, it is after all the same last name as mine. Which is why I always associated Rick with the Arena Football League. As a sports fan I rarely see the name Buffington associated with any sports figures and Rick Buffington caught my attention back when I saw him on the sidelines. I thought it was really cool of Rick to drop me an email, even if it was just a hello and a question. I also want to say that anyone else I have commented on over the years, particularly Anna Kournikova, please drop me an email. On second thought, Anna you can just drop by the house.
Podcastech.com
Alex Harden has
officially announced the launch of
Podcastech.com. I feel this will be a valuable resource for those in the podcasting community particularly those that are starting or thinking about starting to podcast now or in the future. Alex has always been an audio guy, many of us, including myself are not.
Podcastech.com is a central place to discuss the technology behind creating, delivering, and consuming podcasts.
Coffee Mug Monday
The
Hanover Hellions number one fan,
Craig "Web" Jones submits yet another mug. For all those who wondered what a Hellion is,
Argh! It be a Pirate! This is a great mug and one of my favorite submissions so far.
Jones says, "Whenever I have visitors at the office from out-of-town, I offer them a cup of coffee in that one. They usually look leery".
Get your Monday started right, with a hot cup of coffee. It wakes you up and helps get you moving so you can find your treasure. Yo ho ho!
Los Angeles Discovered
After seven years in transit and 25 years in development, ESA's Huygens probe has discovered Los Angeles. Just kidding, though the haziness in this photo reminds me a little of the smog in LA on some days during my visit there. Well, not really that orange and not that bad. So no hate mail or comments from California please.
The
Cassini-Huygens joint mission between the
ESA and
NASA has been interesting to me. This is the furtherest from earth that we have managed to land a probe on the surface of a solar body. Quite an accomplishment for mankind, but each time we have one of these missions showing phenomenal photos from elsewhere in the solar system I am left wanting more information. Something that will enhance my experience of what the location being visited is really like. Those feelings I suppose are normal for most people and why we have always expanded and explored during our relatively short existence.
These missions leave me wondering what mankind could be capable of if we spent less time fighting amongst ourselves and more time working together. After the failure of the British led
Beagle 2 it was good to see the ESA have a very successful mission that exceeded expectations with the success of the Huygens space probe.
Single Doink and Dead Pull
I watched the Steelers vs. Jets with Jake's uncle Aaron today. It was obvious to most watching that the better team won in the end. That being said, the Steelers did absolutely everything they could to hand the game to the Jets and only some luck from the tough kicking turf of
Heinz Field saved them in the end. Quite frankly,
Doug Brien flat out choked on the second kick. The first kick, well, that could have been Heinz Field. The Steelers' home field has turned into the toughest place to kick in the entire NFL, maybe all of American Football. The field has yet to yield a 50 plus yard field goal and the first kick, a 47 yarder, doinked off the crossbar. Then after a rookie mistake by
Ben Roethlisberger, the Jets again had a 43 yard try as time expired in regulation. Doug Brien, obviously rattled from the first miss, pulled the ball dead left, probably trying extra umph or perhaps over-steering the ball.
Anyway, the Steelers lost the coin toss in OT, stopped the Jets despite a questionable spot by the referees that allowed the Jets to get one first down. The Steelers got the ball back and put together a nice drive where Roethlisberger handled the pressure much better.
Duce Staley carried the ball a lot in OT, and I was shocked that I did not see him on the field until at the earliest the late third quarter.
Jerome Bettis had a great game and despite his first fumble in like 350 carries, which resulted in no points for the Jets but probably cost the Steelers at least 3 points, he played great. I just think the Steelers are better when using both Bettis and Staley. Staley played well and looked hungry when he got in. Ben Roethlisberger would have to be partly at fault if the Steelers had lost. The only Jets touchdowns came as a result of a punt return and an interception return. Roesthlisberger needs to learn that when you throw an interception, you need to make the tackle. He mostly stood watching after each interception, but he is a rookie and the first to win a playoff game.
The establishment where we took in the game was mostly Pittsburgh Steeler fans, but a large contingent of bandwagon New York Jets fans were hiding throughout the crowd. You would never have known they were fans except when it appeared the Jets were going to win. Then they were talking how the Jets were their team and this and that. It was fun to hear them saying nothing as the Steelers winning kick sailed through the uprights. I love watching a game with "fans", bandwagon jumpers are no fun to watch a game with. The better team moved on to the AFC championship game and hopefully comes with their "A" game next weekend.
Coffee Mug Monday
I give to you the
Dunk Mug which enables you to warm some cookies / biscuits while drinking. A quote from the website reads:
"This clever mug is a must-have." Sunday Express Magazine. A witty dual purpose ceramic drinking mug. Designed and manufactured in the UK. Available in right and left handed versions. Colours available: white, black. mint, sky blue and lilac. Dimension: H 10.5cm approx Patent no: GB 2 364 889A.
Though this mug is interesting, I have read some reviews from tea drinkers who did not like the mug. Particularly because the mug was not big enough. But it sure does look cool! One thing I have learned as well, a somewhat smaller mug is not a bad idea, your beverage remains much warmer from start to finish.
Comment Spam Defense
Something happened on Wednesday and Thursday night that has never happened before. My homegrown weblog was figured out by some spambots. I received a total of three comments, that really were not as effective as they are on some sites. Mostly because I do not allow html within my comments and I never will, as I really fail to see the point. So the URL's and so forth that were dumped within the comment field were not as effective as those who wrote the spambots would have hoped. But I do allow those commenting to place a URL within a text field while commenting and this of course translates into an active link.
The lack of the comment spambots hitting me prior to now has nothing to do with any great feat on my end. The bots are programmed when visiting pages to recognize the popular weblogging software. Buff is not popular, so the many spambots that had always previously hit my websites, when seeing no known weblogging software, would leave causing no harm. Comment spam is one of the biggest reasons why I like using my own homegrown software and I have now taken my first simple step to stop it.
I utilized a very simple question and answer method that I first saw WebJones use. So far so good, no new comment spam. While upgrading Brutal Deluxe I added the simple feature on both Brutal Deluxe and Nitevilla.
Coffee Mug Monday
The first coffee mug of 2005 is
Craig Jones' (aka WebJones) mug which fits perfectly on his
Senseo. WebJones also gets bonus points for aesthetics, with his mug matching his coffee maker perfectly. Is anyone else thirsty after viewing that full frothy mug of coffee? WebJones houses his Senseo at work, not only as a coffee maker but also as an executive toy, which is much nicer and certainly more functional than
balance balls in my opinion.
Keep those coffee mug submissions coming. I have a few filed away for future Coffee Mug Mondays but I can always use some more ideas. Actually now that I think about it, I suppose I only ever have one or two ideas stowed away and when I run out, I either wing it or skip it. Happy New Year, may the coming year be both happy and prosperous and here is hoping you find your coffee mug always full.
I also wanted to mention, I have just received a plethora of
Gmail invitations to distribute. Gmail really is a fabulous email service and it receives my highest recommendation. It is without a doubt, the best email service I have ever used, I forward all my email to Gmail as it does a fabulous job of weeding out the spam. If you want an invite, let me know.
The Zombie Survival Guide
No doubt an astute visitor picked up onmy fondness for zombie movies and decided to send me a gift. I say this, because I received The Zombie Survival Guide : Complete Protection from the Living Dead in the mail today. I say someone, because I have no idea who, and I did not even know such a book existed. The book is a parody of a real survival guide written by Max Brooks, the son of Mel Brooks. Well, at least I am assuming it really is a parody, from looking at the seriousness (if you can call this serious) of the book you would assume it was the real thing.
I have no idea who sent me this book and I was a little weirded out when I opened the envelope the book came in. The book is worded like a real survival guide with no initial hint it is anything other than what it appears. I immediately looked up the book on Amazon, and the book has some good reviews, so I think I will get a kick out of it and prepare me for any battle against the living dead.
While on the subject of zombies, I want to second what PsychoPhil blogged and what The Zombie Survival Guide confirms. Zombies do not run and sprint super-humanly! When I watched Dawn of the Dead the zombies appeared to run about 30 miles per hour at times. Not always, but at certain points of the movie. I like zombie movies, because they creep me out and making the zombies run like that, just creeped me out more. Let's stick to the zombie facts! Maybe I need a "zombie" category. So, who sent it?
Yes, Virginia, There is a Santa Claus
Editorial Page, New York Sun, 1897
We take pleasure in answering thus prominently the communication below, expressing at the same time our great gratification that its faithful author is numbered among the friends of The Sun:
I am 8 years old. Some of my little friends say there is no Santa Claus. Papa says, "If you see it in The Sun, it's so." Please tell me the truth, is there a Santa Claus?
Virginia O'Hanlon
Virginia, your little friends are wrong. They have been affected by the skepticism of a sceptical age. They do not believe except what they see. They think that nothing can be which is not comprehensible by their little minds. All minds, Virginia, whether they be men's or children's, are little. In this great universe of ours, man is a mere insect, an ant, in his intellect as compared with the boundless world about him, as measured by the intelligence capable of grasping the whole of truth and knowledge.
Yes, Virginia, there is a Santa Claus.
He exists as certainly as love and generosity and devotion exist, and you know that they abound and give to your life its highest beauty and joy. Alas! how dreary would be the world if there were no Santa Claus! It would be as dreary as if there were no Virginias. There would be no childlike faith then, no poetry, no romance to make tolerable this existence. We should have no enjoyment, except in sense and sight. The external light with which childhood fills the world would be extinguished.
Not believe in Santa Claus! You might as well not believe in fairies. You might get your papa to hire men to watch in all the chimneys on Christmas eve to catch Santa Claus, but even if you did not see Santa Claus coming down, what would that prove? Nobody sees Santa Claus, but that is no sign that there is no Santa Claus. The most real things in the world are those that neither children nor men can see. Did you ever see fairies dancing on the lawn? Of course not, but that's no proof that they are not there. Nobody can conceive or imagine all the wonders there are unseen and unseeable in the world.
You tear apart the baby's rattle and see what makes the noise inside, but there is a veil covering the unseen world which not the strongest man, nor even the united strength of all the strongest men that ever lived could tear apart. Only faith, poetry, love, romance, can push aside that curtain and view and picture the supernal beauty and glory beyond. Is it all real? Ah, Virginia, in all this world there is nothing else real and abiding.
No Santa Claus?Thank God he lives and lives forever. A thousand years from now, Virginia, nay 10 times 10,000 years from now, he will continue to make glad the heart of childhood.
Merry Christmas and a Happy New Year!!!!
Coffee Mug Christmas Eve
The past two years I did a "'Twas the Night Before Christmas" type posts. This year, I hit the the Captain Morgan and eggnog early and decided to take the easy way out. In the theme of the past years though, I have all Jake's gifts nestled under the tree with care and have just settled back for a night full of
A Christmas Story.
Some people leave milk and cookies for Santa, well in the Buffington household, we leave a cup of coffee. Around here tonight, it is going to be below 20 degrees Fahrenheit. If I were passing through the local area, I would take the coffee over the milk and cookies any day. Merry Christmas everyone!
Update (22:22) -
Santa is almost hereSelf Heating Coffee
After reading about the
single-serve self heating coffee I cannot help but question how safe this product is. The article does not do a good job of explaining what happens as the calcium oxide (quicklime) and water mix and heats the coffee to 145 degrees in six minutes — and stays hot for 30 minutes. Call me crazy, but the CEO of the company insisting the product is safe is not good enough for me.
My question, does the calcium oxide dump into your coffee? Or does it dump into a chamber surrounding the coffee. Many times I do not add things to my coffee and even when I do I never recall thinking, "this coffee needs some calcium oxide". I am interested, but not ready to put this in my body until I know how it works. Also, what about the disposal of such a device, how is it ECO friendly?
Hey, I have a
Senseo and I really like the single-serve coffee maker concept. But if indeed a chemical is being dropped into my coffee and even if it is not, this product might be going a little overboard. I believe I heard of a similar product a few years ago that is available in Europe. If anyone has more information on how this works, I would love to know more.
Christmas Shopping 2004 Officially Done
Though the majority of my shopping was done very early, I made my last official Christmas purchase today. I have been getting Jake
HESS Toy Trucks since his first Christmas. I always buy two, one to keep in the box and store away for whatever he wants to do with them as an adult and one for the under the tree Christmas morning.
This year marks the 40th anniversary of the HESS Toy Truck, I would have preferred they went with a tanker truck of some type. Instead they chose to go with a Sport Utility Vehicle and two Motorcycles. After seeing the truck out of the box though, I think it will be a big hit and as usual is a well built toy.
Out of curiosity I decided to take a look on Ebay and was surprised to find people paying double the price of the truck already. The only reason I can think anyone would do this is that they collect the trucks and live where there are no Hess Stations. Otherwise, these people are crazy or addicted to Ebay, there are plenty of toy trucks left at the two stations I regularly visit.
Coffee Mug Monday
A Christmas mug photo sent to be some time ago by
Alex Harden. Being the Monday before Christmas I give you a seasonal mug to hopefully help put you in the Holiday spirit if you are not already there. Here is hoping all your Holiday shopping is done and that you can enjoy the days heading into the Holiday. From me and my family I wish you a safe and a Merry Christmas.
Hacked XMod
When I first got my
XMod I thought it was pretty cool and fast for a small RC car from Radio Shack. I even played around with some of the upgrades, including the motor upgrades that make the little cars even faster. I read articles around the internet on making the cars even faster.
The XMods are powered by 4 triple A batteries, but of course to keep from spending a fortune on batteries you need to buy the Ni-MH rechargeable batteries. These allow decent amount of time and allows for some fun racing. I noticed people were adding battery compartments to their cars, instead of being powered by 4 cells they were powering with 6 and and even more cells. I had to do some cutting of plastic to get two more cells to fit under the car body so I am not sure how they are getting more than 6 cells in their cars. Adding two more cells just involved soldering on a battery compartment from another XMod. So this was a easy hack for the car. The body holds the battery compartment in place so it can just sit atop the car.
Here is my 6 cell Xmod, which my friend Tom Steck can attest is very fast. The car is so fast I cannot race it around my basement like I can the other XMods I have. I am not exactly sure of how fast this car is, but it at least goes 25mph, as I was keeping up with Tom as he left the house one night.
XMods are solid little RC's, I have flipped this car many times on the road and it just keeps running. The only thing is, I am going to have to look for some outdoor tires and metal lug nuts to keep the wheels on the car. The plastic lug nuts and the basic tires that come with the car just cannot hold-up on the blacktop. I have cracked about 8 plastic lug nuts and the tires are visibly worn. You should have seen the neighbors stare when I was keeping up with Tom's Jetta as he left the house one night.
Those that saw some of my prior posts on the XMod will remember me complaining about them not offering any muscle cars. Well, they now offer body styles for some traditional muscle cars.
Real Sports Football
I was checking out some retro game stuff and stumbled upon these screen shots. Real Sports Football was one of the very first games I had for the
Atari 5200 Super System, and I was awesome at this game. Thinking back, I am not sure I ever lost a game, except maybe once, but I am not even sure that was just not an accident. You see, I was so good at this football game, I would let my opponents hang close, sometimes letting them take a lead before winning the game just before time expired.
One of my most frequent victims was my brother-in-law Steve. Eventually Steve caught on, though he never was able to confirm that I would pull this little trick. I do not think he reads my weblog so my secret is still safe. You see, I was capable of scoring over 200 points, maybe more but the memories of winning 239 to 0 are vague after 20 years. Steve was and still is a competitive person and when I would allow him to lose 42 to 35 he would begin talking trash. Well a 13 year old can only take so much trash talking. So I would inevitably unleash the full power of my Joystick Football ability, which was only comparable to
Barry Sanders. I had this wicked spin move that I would pull off just as the defender was right on top of me. It was humorous to watch as my streaking runner would loop around behind the player chasing me causing the opponent to literally go crazy trying to tackle me. I recall the last time Steve played me, I know I scored over 200 points and held him scoreless, this was a day after a slugfest, which I won but barely, so I made it seem.
Coffee Mug Monday
Every Christmas Season I watch
Christmas Vacation. When watching the movie, I always notice the "Marty Moose" mugs, apparently from "Walley World", that Clark Wilhelm Griswold Jr. and Cousin Eddie are drinking eggnog from. Well, if you are willing to pay, and I do mean pay, you can get these
Moose Mugs.
Christmas Vacation really is the best Vacation movie and has probably become a Christmas Classic with a lot more folks than just me. From the opening scene straight through to the end this movie is full of laughs. If you never noticed the mugs before, next time you are viewing the movie, watch the scene with Clark and Eddie talking by the Christmas Tree. Eddie is wearing his black dickie which you can see through his white sweater.
ICYG Presents A Birthday Surprise
ICYG plays all Scotbuff submissions, all night! Very cool!
34 Is A Bore
What age were you when you had to think about it when someone asked how old you were? It was probably the late twenties for me. The last birthday I really fully celebrated was my 21st, since then I cannot recall celebrating any birthdays.
I of course remembered that my birthday was coming up, but I kind of forgot about it when I woke up this morning. I always check my email before leaving the house in the morning and I had about six emails from various sources, most sent by some sort of automated system wishing me a happy birthday. This one feels pretty much the same as all the others, which I guess is a good thing.
This is my obligatory birthday post and I give everyone permission to have a piece of cake, a beer or whatever. This is the perfect reason to cheat on your diet or ruin your upcoming meal by having a snack.
The House of Receding Hair
The
House of Receding Hair will finally have some new content starting tonight. I was motivated last night and submitted some music to the
ICYG music club. Quiet Riot, who no longer seems to have an official website (get something out there Quiet Riot fans), was one of the bands I was exposed to in the early 1980's. Perhaps the iron mask was as much a part of who they were as their music.
I invite anyone interested in music to check out the ICYG website and contact
Alex Harden if you would like to become a member and enjoy all the varieties of music on ICYG. Because my show has a hair band metal theme, I submit that type of music for my show. So come on feel the noise of ICYG and bang your head with the House of Receding Hair. What are you waiting for? Jump in the slick black cadillac because mama we are all crazy now.
Seriously though, there is a large variety of music that is played in the ICYG music club. I also submitted some Mark Knopfler for the regular rotation and I know Alex has been adding a lot of indie artists.
Buff and Brutal Deluxe
With the end of season three winding down in the
Brutal Deluxe Football League I thought it was time to evaluate the technology behind the Brutal Deluxe website. The news publishing engine is in need of an upgrade as it is currently a full version back from what I am using here on Nitevilla. The publishing tool is actually very different and lacks abilities that I feel those who might so choose to publish news would find useful. The database structure with multiple users also differs and requires some tweaks for me to add the full features, which is why I have not upgraded the news publishing engine yet. Here is a list of some features I will be adding after the season and postseason concludes.
• Ability to edit your own news posts. Each time you login you will see all the news items you published.
• Improved
RSS and Atom news feeds. Current feeds work but are ugly and quirky, particularly regarding the date.
• HTML help text and Javascript buttons that will place the tags for you.
• Better XHTML publishing of news so that a large picture accompanied with little or no text will not overlap articles.
• Categories, I see some use for this feature.
• Archiving, somewhat useful as well.
• Pingomatic feature so those using the news feeds will be notified of updates.
For those of you who have used the
Submit News feature this year, are there any features you would like to see added? While the Brutal Deluxe news is mostly colorful satirical posts and league news updates, it would be cool to see some others post other fantasy football or football news that they find interesting. I realize because of the competitive nature of fantasy football that breaking roster moves you would rather keep to yourself. Also, hopefully next season when trades come up, all the owners will feel comfortable enough to post offers in the news. Trades would be one of the categories we will have.
Two Best Sellers
In keeping with the squirrel theme, this is the badge I received for finishing my
NaNoWriMo novel. Even better news,
Streeter also reached the 50,000 word goal. Not bad for a couple of rookies.
In a few years when we are listed on the best seller list, you can say you knew us when, well, when we were not on the best seller list. The writing process was a rewarding one and my only complaint would be the girlie winner's badges. I chose the one that was the most masculine in my opinion and quite frankly, it just is not that manly. I wrote a fictional football novel, I expected something that looked a little more grizzled than some animal badges with little cartoon animals.
I suggest NaNoWriMo go with a theme or genre badge design. You know, horror, mystery, comedy and all the other numerous genres. Seriously, where am I supposed to brandish that squirrel badge? Certainly not as an instant messenger or forum icon. My other choices were, a flower person thing, a cutesy crazy bunny and a dainty yellow bird. As you can see, I had little choice.
Albino Squirrel
This is one of the many albino squirrels that live in my neighborhood. We have virtually no traffic and never will due to the nature of the neighborhood design (built in the late 1960's). The only predators are neighborhood dogs and cats and I have never seen any of the numerous stray cats attempt to hunt the squirrels.
Despite the squirrels not having any natural predators, they do not allow anyone to get that close. I have lived in this neighborhood for 6 years and at times I have seen three or more of the albino squirrels at one time outside my windows. That is not red eye from the camera flash, these squirrels have the albino red eyes. I have another picture of the squirrel
here.
Gmail Holiday Logo
Over the years
Google has become famous for it's
Holiday Logos. Well it looks as though
Gmail will follow in the tradition. Also, if you look today (Thanksgiving Day 2004), the Gmail team included some verbiage to go along with the logo.
As I have said before, I love Gmail. I still use a Yahoo web based email account too that I check about once a week (painfully), but only because there are a few folks who email me at that account. I have to give a huge thumbs up to Gmail for not only allowing forwarding of email to any other account but also allowing POP access to the account. Meaning if you wanted (I do not), you could download your email to your computer.
There is one and only one reason Yahoo and many others do not allow forwarding and downloading of email that belongs to you, they fear you will forward your email and or download it and never again login to your Yahoo account at their website. Gmail has no worries about this, because quite frankly even being only a beta, it easily outshines all the others.
Happy Turkey Day
Taking a moment while awaiting my turkey to cook, I am watching the
Macy's - Thanksgiving Day Parade and relaxing with my son. I have been preparing the turkey, stuffing, sweet potatoes and the pumpkin pudding most of the morning and reflecting on the things I am thankful for.
I will be enjoying my hearty meal around noon and then sitting back and watching
football. While I had a moment I thought I would wish everyone a Happy Thanksgiving.
Helpful Links:
•
Butterball Website
•
Frank's Stuffing Recipe50,023 and Counting
I crossed the finish line early, and I have more to write, but I am mostly at the end of my story.
NaNoWriMo contrary to how this might appear was a huge challenge for me. Having something to base my story on and carry it along in a time line was a help. What I did not expect was how much of a story I would have to add to the story to reach my goal of 50,000 words.
All of this being said, I plan to do a little more writing through the end of the month and I will have to wait until the finish of the 2004
Brutal Deluxe season to complete the story. After that, I am unsure what I will do. Originally I planned to someday post the novel and I think I may still do that but I have a lot of editing to do and I have to attempt to tie up the lose ends and improve some pieces. However I have to tell you, do not get any misconceptions, this novel is so bad I actually feel more like hiding it. I began to lose motivation as I neared the 50,000 word mark, realizing just how bad the novel really is. Correction, I realized the novel was bad before 20,000 words, but I continued anyway, I had a goal, which was finishing.
I would describe my novel as satire, meets the sports page with a mystery thrown in. This was my first ever attempt at writing a story of this length and I can say that I did it, I wrote a novel, a very bad novel but I did it. I may even use
CafePress.com to self publish the novel. Not hoping to sell, just so that I can get a copy for myself in print to put on my bookshelf. How cool would that be? Plus, designing the cover will be a whole lot more fun than writing the novel in one month was. If I do get the novel cleaned up enough to self publish, I will also publish the story on the web too, just incase anyone is curious. I would estimate that it will take me several months to edit the lump of words into something that I would not be entirely embarrassed to have someone read.
All of this being said, I do think I will do NaNoWriMo again next year. I want to write something different, hopefully something better. Brutal Deluxe, Season Tickets is a combination of newspaper clippings noting the goings on around the league. This changed as the story progressed to include a mystery in the middle. I realized I was running short on words and also that I needed to reach my goal before the Brutal Deluxe season ended. So, I murdered somebody, well I did not, but someone in my story did. This move away from the newspaper like chapters toward writing about the interaction of characters made me not like my novel very much. I figure I probably broke just about every rule to story writing that one could break. I may have even invented a few. Give me a break, I wrote the damn thing in a month. Before next year I will research some general rules (grammar included) and hopefully produce a better product.
Coffee Mug Monday
Got Milk? I would love to tell you where to get this mug, but I have no idea. This mug was actually a submission by
Alex Harden. Alex submitted this mug some time ago and if memory serves me correct he was not sure where he and his wife acquired the cow mug.
So have a coffee and get your week started. For those of you in the United States you will have a short week with the Thanksgiving holiday coming on Thursday.
TGIF Beer Glass
Who needs a cold one right now? These
draft glasses have a true geek meaning. But anyone understands "include beer", basically the geek meaning is the same thing. These glasses are so popular over at
ThinkGeek, they are currently out of stock.
How nice would these draft glasses look filled full with Guinness? This week has been a particularly long week for me, and I know I am going to have a few beers tonight.
I have not done the Beer mug or glass thing for a few weeks nor have I done coffee mug Monday for a while. Partly because I have been very busy. If you sent me beer or coffee mug photos, rest assured I will get to them (so keep them coming). Some of them were seasonal and I have been waiting for the appropriate time and also I hate to do gimmicky posts on a regular basis. I would rather have it be unexpected and there be no pressure involved. We all have enough pressure in life than to have to add additional chores to the routine.
Jake Playing Drivey
Actually
Drivey is just a demo proof of concept type executable. LXG
Mark Pursey is the creator of Drivey as well as some other cool applications. I use Drivey as a screensaver and Jake thinks he is playing a driving game.
NaNoWriMo 20,000 and Counting
Week two of
NaNoWriMo has been quite a bit more productive for me than week one. I was out of the gates quickly but very busy at work and I put everything on hold for three days. I then resumed writing last Sunday and pumped out some serious numbers. Then I took another couple days off putting my story together in my mind. This week has actually been a double challenge, I have my son and have found myself needing to wait until he lays down for the night to do the bulk of my writing.
Last night I passed 20,000 words and I have yet to drop the sub-plot bombshell that is going to carry me through. I must say, that during the past couple weeks I find myself chuckling to myself. This is partially because I have become slightly mad by this point. But also because I have really let myself go and am amazed at the items I have come up with to write about. The story turn I am about to execute and have been playing out in my head all day long I did not even see coming when I first started my novel. I had no idea how I would have to grasp and search through the history of my story to come up with 50,000 words.
Before anyone starts wondering about the novel, rest assured, it is bad. But I have come to the realization that you simply have to learn not to take yourself too seriously. When this is all over and I start editing the novel, I really need to find a grammar reference. Never-the-less, I have already written more in the past two weeks than I probably have at any one time during my lifetime. I will be taking pre-orders in December. ;)
Week Two / NaNoWriMo
Today started week two of
NaNoWriMo and I am currently sitting at 11,288 words. I spent a lot of time yesterday afternoon and evening writing and some time today also. The outline that I intended to use to provide me material is working well for the most part, but yesterday I realized that I would come far short of 50,000 words if I do not find some other material to add to my novel.
When I came up with the idea of writing "Brutal Deluxe, Season Tickets" I felt I could easily make it through the NaNoWriMo experience writing weekly roundups of fictional games. I of course am using all the teams and owners as characters in my story and when or if my novel ever sees the light of day, rest assured that my novel is very much fiction. In true Brutal Deluxe spirit I poke fun at all the fictional owners, who carry the name only of the real owners. I of course include myself and poke equal fun at myself in the story. From previous years I had some side stories that I am trying to alter and include to fit this particular season. The problem is, most of the side stories are based on my own team. I am going to need to tap into my imagination to come up with some additional rivalries and explore somewhat deeper the fictional quirks I have given each owner. If any of the owners are at all curious, I can give you some background on what I am doing to the imaginary you.
I only hope some further inspiration comes to me in the coming week. I can see me either falling far short and giving up or I can see this coming right down to the wire with me striving to find that last eight thousand words. Also, if any of the owners have a problem with me using their names, tough. No really if you have an issue with it let me know and I will change the name to something like TD Wilson. Though you have little to worry about as I will most likely be the only person ever seeing anything I write. But... If I actually finish this thing I may publish it in some fashion.
First Cygweb Rosscast or Podcast
Alex Harden of Cyg's Calorie Outlets fame for you Brutal Deluxe and Nitevilla visitors, released his first ICYG Podcast. The Podcast has a very internet (notice the lowercase "i") geek feel to it. Even if you do not have a big interest in some of the geek speak but you want to get an idea what any of us sound like, or hear about all of our websites then you should download and give the Podcast a listen. The Podcast is in MP3 format, so you can listen to it with an audio player on your computer.
Alex and I have talked about doing a sports related Podcast, probably focused on football and perhaps fantasy football at least to start. If that happens, I need to make a note to myself to slow down when I talk. I suppose it was a bit of nervousness, but I thought I talked somewhat fast. Or perhaps I always talk fast, who knows. For those of you who frequent the forum here at Nitevilla, I still do not talk as fast as the guy that Zubritsky's Corner is named after.
Check out the ICYG Podcast and listen to Ross, Mike, myself and Jonathan be interviewed by Alex.
Harrisburg Blogger Meetup
Ross and his girlfriend organized and pulled off rather nicely a local blogger meetup. I had never met Ross, only traded words via the web prior to last night. I of course watched football and met Alex on Sunday. A meetup we had talked about a few months ago and planned a few weeks back. But otherwise I have never met any of the local folks who have websites. In addition to Ross and Alex I also met Mike and his wife who are expecting their first child in May and Jonathan. Hopefully the conversation was not too geeky for the significant others.
Several folks were taking pictures, watching election results come in while snacking and drinking a few beers. Alex actually recorded interviews with each of us for a Podcast he plans to release later this week. I encourage all of you to check it out if you are at all curious about any of the various projects and websites we all maintain.
Cygweb - Nitevilla Summit
I had the opportunity to finally
meet and hang out with
Alex today. We consumed some
Lager and wings while watching the 1pm NFL games.
It was great to finally meet Alex and talk about
ICYG,
Podcasting,
Localfeeds and all aspects of fantasy football. Of course during the course of four plus hours we also touched on family, politics and backgrounds. It was fantastic to get to know someone you know online only, in an offline setting. No doubt the first of more meetings in the future.
The Monster is Coming
Happy Halloween to everyone! Besides watching some football yesterday I sat back and enjoyed some old horror flicks in the spirit of the season. I watched such horror classics as Amityville Horror and Silver Bullet and a few others. So I did my civic duty and got into the spirit of the season.
Of course the monster I am referring to is the
NaNoWriMo writing that I will begin at Midnight November 1st. Each day I will need to find time to write roughly 1700 words a day. All in hope of completing my own Frankenstein monster, my own 50,000 word novel, by November 30th.
Since this will be my first attempt at NaNoWriMo, I have no idea what to expect. Well, other than running out of writing ideas, I have no idea what to expect. One thing is certain, this novel is gonna be bad.
Another Cuppo Coffee Production Done
This past week I completed my first webdesign work in quite some time. The business that employs a friend of mine was in need of a website and I was asked if I would be interested. Previously I did more website backend work, this time it was totally design and layout, at least initially. I really have not pursued any work in quite some time, but this work was dropped in my lap and with Christmas coming and some year end taxes due, I can certainly use the money.
This also motivated me to think more about the Villa. For quite some time I had used a three column layout. When I did my last redesign I moved to a two column layout, quite successfully I thought. Since that last redesign I have come to miss having three columns to locate various content. I have started to redesign Villa for a three column layout and expect to see the change very soon. The amount of content favors moving toward a three column layout and I have also been unhappy with the general location of some of the items on the webpage.
The decision on coloring is always the toughest thing when doing a redesign. Just redesigning without altering color just does not provide the fresh new look that I like to provide to the frequent visitor. That being said, I think I have decided on a final color for the new site. Look for a change some time in the coming week.
Gmail and Flickr Pros
After experiencing a total loss of a harddrive you begin to really appreciate services that offer free storage. Whether that service is for large email storage or photos I am really becoming a fan of the services. I have heard on more than one occasion complaints of lost email and lost photos after a harddrive failure. Housing email and photos with a service whose job it is to backup their customers data is my kind of free service.
I highly recommend you backup locally in addition to using these type of services. Using cloud services as your only backup is just asking for trouble. I specifically use a Gmail or a Flickr because I want an offsite backup of my email and photos in addition to a locally backed up copy. My first hardware crash since using these two aforementioned programs only strengthened my love of both. Do you have other services like these that you use? If so, I would love to hear about those services as well.
Thank You Senseo
I guess there are times when you get things for free. For instance, today I checked my mail and was pleasantly surprised to find that Senseo sent me a package of 36 Medium Roast Coffee Pods. I usually always buy the Dark Roast, but the Medium Roast will go down nicely, especially with it being free. I have no idea how Senseo knew I owned a machine, possibly from this webpage.
Anyway I had an opportunity to try the Sydney and the Vienna Coffee Pods thanks to Senseopods.com now known as ShopForPods.com. If you missed it, I updated my original post the other day when I suddenly received my order. Not only did I receive the order, but ShopForPods.com doubled it for no charge. First, if you order the specialty flavors of Douwe Egberts' Coffee (Vienna, Rio de Janeiro, Milano or Sydney), know that you will only get 10 pods. Despite this, I recommend the Sydney and Vienna varieties.
The Sydney flavor was fresh and made a strong tasting fruity cup of coffee. I liked it and it definitely is better than Douwe Egberts' Mild Roast. For a change of flavor from the Dark Roast, Sydney is worth a try.
The Vienna is the most interesting flavor of Douwe Egberts I have tried so far. It seems to be a combination of flavors, chocolate, vanilla and nutty all at the same time. This currently is my new favorite of the Douwe Egberts varieties. Though I would say the C1000 Spicy which does include the traditional 18 pods is still my personal preference of the new varieties I have tried so far.
Damn You Baseball, Let Me Sleep
All week I have been telling myself I am going to turn in early. But each night I tuned in the various baseball championship playoff games. First the lure of whether the Redsox could actually come back from three games down to force a 7th and deciding game. Then could the Redsox actually win game 7 and take that first step toward breaking "The Curse". Even with the 10-3 blowout Sox win last night I had to watch it. I kept expecting the Babe himself to come out of the dugout and start smacking homeruns out of the park. So I watched the whole game last night.
Tonight I find myself glued to the Houston vs St. Louis Game 7. I need to know whether
the Marauders Roger Clemens can carry the Houston Astros past the Murderers' Row like St. Louis lineup. Will Clemens in some weird twist of fate be facing the Redsox in the Series? Or will the Redsox have to figure out a way to shutdown this St. Louis version of Murderer's Row? The game is too close to call at this point. I want to goto sleep but I have to know. Seventh inning stretch, time to stretch and get ready for the thrilling end.
Senseopods.com now ShopForPods.com
I received my full order today (10/21/2004). Not only that but
ShopForPods.com was kind enough to double the order for no charge. I have no idea if this was because of the extended wait or not. I can only guess that ShopForPods.com has been overwhelmed by orders since they are the only seller of these extra Dutch brands and flavors. The writing on the packages is printed in Dutch, so these are definitely imports directly from overseas.
I am enjoying a cup of
C1000 Spicy right now. Interesting flavor, I suppose it could be described as Spicy, but not in a cinnamon spicy way. Full bodied coffee with long lasting froth. A review on ShopForPods.com says this coffee did not froth as much as the standard pods. Maybe this is true, but the froth seems to be longer lasting, I like the C1000 Spicy.
BTW, one commenter said not to order from a company in Florida that I had not researched. The company was researched and I ordered after a favorable review from SingleServeCoffee.com. When dealing with a company that deals in imports, they are often a slave to their stock and shipping schedules. ShopForPods.com is very new and I feel they deserve some time to adjust to standard growing pains. I also heard they had earlier problems due to the numerous hurricanes. I will review the other varieties as soon as I try them.
UPDATE October 13, 2004: I would stay away from ShopForPods.com for a short time. I still have not received my order and as far as I can tell the order has not even shipped yet. I received an email from them telling me that some of the items were out of stock and that my order would ship Monday October 11th. However I do not believe the order was shipped. I have tried to be patient, but I certainly do not want someone ordering from them because I mentioned them and then they never receive their order either. At least one other complaint similar to mine was posted on another website. I will keep you informed.
Originally Posted October 3rd, 2004:
I discovered
ShopForPods.com today and upon browsing the large variety of Dutch brands/flavors for the Senseo machine I placed an order. The price of the coffee is all but the same as what I pay for the pods at the grocery store and the shipping is minimal. I ordered four different varieties, Senseo Sydney, Senseo Vienna, Senseo Milano and C1000 Spicy. There were a variety of others that included mochas, and the usual selection of roasts to choose from as well.
The wait is stated to be 2 to 5 days, so upon receiving the shipment, I will review each of the coffees for you. I expect that Tuesday or Wednesday the coffee will arrive and I will be enjoying a cup of each. At that time I will let you know how satisfied I am with ShopForPods.com.
Spiderman, Spiderman
Does whatever a spider can
Spins a web, any size,
Catches thieves just like flies
Look Out! Here comes the Spiderman.
Is he strong? Listen bud,
He’s got radioactive blood.
Can he swing from a thread
Take a look overhead
Hey, there There goes the Spiderman.
In the chill of night
At the scene of a crime
Like a streak of light
He arrives just in time.
Spiderman, Spiderman
Friendly neighborhood Spiderman
Wealth and fame
He’s ignored Action is his reward.
To him, life is a great big bang up
Whenever there’s a hang up You’ll find the Spider man.
IPodder / Podcasting Is Very Cool
I first heard of
IPodder and
Podcasting a few weeks ago but I basically ignored it because my first thought was, I need an IPod for that. But after
Alex started
writing about the idea. I say idea, because at this point the name is more of an idea with various Podcast downloading software available, which download MP3 files that contain broadcast shows. Broadcast how? Broadcast by RSS or Really Simple Syndication, the software is notified by the RSS that a new MP3 broadcast is available and downloads it to your computer. Why is it called Podcasting? Because you can transfer the broadcast to your IPod or other portable MP3 player.
IPodder is making the MP3 player like a very cool Portable Tivo like MP3 player. Great talk radio some mixed with music. This would be great for an upcoming band to get heard by thousands of people they would otherwise never reach. Most of these have no commercials, though in a few that were originally recorded on traditional radio there are a few commercials. IPodder to me is like Pirate Radio in it's infancy right now and this is a great time for anyone ever wanting to do any type of broadcasting to jump into the medium.
Rather than rehash more of what Alex said, read more
here and also
here where Alex enlightened me further after I finally started to look into IPodder further. I have found quite a few broadcasts that I like and have subscribed, and there are now a whole lot more than there were on Friday when I first started listening. So no doubt I will be finding yet more broadcasts that I want to give a listen. I am also feeling like I want an IPod or other portable MP3 player more than ever. Currently I am just listening to the shows on my computer while doing work around the house or whatever, just like listening to the radio folks.
New Feed Source Via FeedBurner
I have a new
feed source for anyone who uses any of the syndication methods I have. I am giving
FeedBurner a test drive. Basically so that I can concentrate on providing a content rich feed without having to worry whether every reader will have issues with the feed. FeedBurner is used to make sure the feed can be utilized by any reader, because as I have found out just because your feed validates does not mean it will work the way it should in every reader.
FeedBurner seems like a nice free service and has some nice extra features that I may utilize further in the future, such as using the feed for photo updates. I also want to upgrade
Brutal Deluxe in the coming months and if FeedBurner works well I will be utilizing the service for that website as well.
Marauders Win! Marauders Win!
I was expecting a third place finish in my first ever fantasy baseball league, which I signed up for back at the end of February. I must confess I only sparingly managed my team this season, I did check the team out on a weekly basis. I made a total of three moves all season, swapping out injured players and just deciding to ride out the season with the team I had. I felt I had a strong team and battled my way to finish the regular season in third place in the six team league. I fluctuated between second and third place the entire season. All of us were about 30 games back from the first place team the entire season.
This being my first year of fantasy baseball, I was not quite sure how the games worked and I must confess I am still a little confused at the scoring. The last I checked I was losing my game in the semifinals. Then I sign on tonight and find out that not only did I make the final, but I beat the powerhouse G-ville Goats led by one of the greatest minds in fantasy sports in a thriller 6-5. Not bad for a wiffle ball team playing their first year in the big leagues.
Sure there was some luck involved, Okay, a lot of luck was involved. The league was much smaller than was initially anticipated and I think two of the teams managers got lost somewhere. Not that I did any super managing myself, but I did check for injuries when I remembered. I now look forward to an off season as champion and welcome all comers next year to come and take my title.
100,000 Served and My Novel
On Sunday Nitevilla rolled past the 100,000 served mark. Hopefully most of the 100,000 who most likely are many of the repeat visitors to the website have enjoyed the house brew. Since May of 2001 I have been providing mostly useless information, random coffee babblings and a forum in which every topic under the Sun has been visited. Hopefully I can provide more of the same for the next 100,000 visitors.
If anyone has ever dreamed of writing a novel, or at least thought of starting one. Extraordinary Gentleman
Chartoo posted an
entry about National Novel Writing Month, or
NaNoWriMo. During the month of November, just like Chartoo, I will be attempting to write a 175-page (50,000-word) novel by midnight, November 30. NaNoWriMo stresses enthusiasm and perseverance over talent and craft, and that is a good thing if I am going to be giving it a shot.
I am still throwing around ideas about what I want my novel to be about, I have a few vague ideas, but am missing any real substance that I feel I can write about for a month. I would be highly surprised if I can find the motivation to complete the goal of 50,000 words, but whether I do it or not, I can still do as the website says and throw in the occassional references to my novel during casual conversation. What more can guy ask for?
Scramble For Scrambled Word Hero Status
I am posting to hopefully lure a few random visitors to begin taking part in the Scrambled Word of the Day located to the right of the page. We finally reached the point where 20 individuals have taken part at least once. Now we just need 20 more folks to give it a whirl more than once. I know it is not that exciting of a contest. But hey, where else besides Jaboobie's blog will you get to read the word persnickety and actually care what it means?
Now for those new to the contest, all you need to do in order for stats to be kept on your word unscrambling ability is to start guessing. I use the email address you include on your guess to keep statistics. I need something to tie your statistics to and email addresses are about the easiest and most unique thing to use.
I might as well mention also that I still have a lot of Gmail invitations to distribute. Notify me in whichever manner you feel most comfortable should you want to try Gmail.
Brutal Deluxe Football League
Not only does the NFL kick off tonight, but the BDFL kicks off as well. This is the second season that I will be hosting the fantasy league on my own domain,
BrutalDeluxe.us. I have to tell you, it is a lot of fun and makes the NFL a lot more interesting when playing in a fantasy league. This season everyone is a little more serious as the stakes are higher. Hopefully with a full season under our belts we got all the bugs out of the scoring system and the rules. You can track tonights action via
nearly live scoring, updated every 10 minutes.
Although this is the second year I have hosted the website for the league, it is actually the third season of the league's existence. The Steel Curtainites are
two time defending champions and have to be considered the team to beat this year. Hopefully my Hanover Hellions can have a better start than the past two years. Both seasons I found myself falling behind early in the standings and finishing strongly, but still missing the playoffs by the narrowest of margins.
If you do check out tonight's action, be sure to be a good fan and click on an advertisement or two. All procedes go towards the hosting of the websites, the traveling trophy and if ever there was anything left other goodies. You can also checkout
the store for league merchandise. That is my plug for this month, I promise not to mention any more about advertisements or the store for another month or so.
TGIF Beer Mug
Hey folks, you are more than welcome to send me shots of your favorite beer mug, or post them to the forums. You can attach images in the forum and from there I will post them to the main page on the appropriate day. I know some of you guys gotta have a favorite mug or two or three. I decided to post a shot of a very cool beer mug available over at the Yuengling website. For 10 bucks this mug is a steal, and it features America's Oldest Brewery. I can just see this mug filled full with a cold Porter or Lager, beads of moisture slowly running down the sides. Are you thirsty? I am, so I am going to get out of here, get some pizza and an ice cold brew.
House of Receding Hair is Back!
It has been over a month since I uploaded content for my show, the House of Receding Hair on
Alex's ICYG streaming audio station. This week I again take everyone back to the 1970's and I resurrect Bon Scott from the dead. Not only that, but I bring him to you from Atlantic Studio LIVE on ICYG and he is playing a lot of my favorites. This one all depends on you, it is gonna be rockin' and if you are gonna listen, be prepared to be movin'.
I grew up listening to my brother jam
AC/DC so loud, the house would shake. The great thing about AC/DC is that you always know what you are going to get. Heavy power chords that can make just about anyone bang their head and a high energy guitarist that just rocks out the entire show. No whiney music from AC/DC, just an all out good time! I saw an AC/DC concert once, and let me tell you, it was one of the best damn rock and roll shows I have ever seen. High energy and heavy music, if this show does not get your blood pumping, you are not alive!
If you are not part of ICYG yet, what are you waiting for? By the way, ICYG has a shiney new look, just in-time for the House of Receding Hair to blow the cover off your speakers!
Gmail For You
I have been getting a boat load of
Gmail invitations to distribute lately. I caught up on all the old requests, and I have 12 plus invitations to get rid of. If any of the regular visitors would like an invite, let me know. I think I just about checked with everyone I know that I thought would be interested in a Gig-email account.
If you are not a regular visitor, I will certainly hook you up with an account as well. Maybe you can pay me back by
clicking on this link and buying something from Amazon, or clicking on a Google advertisement along the right side.
I suspect Google is planning on opening Gmail to everyone very soon, perhaps that is why I have received so many invitations to distribute. If you use free email from Yahoo or Hotmail, you really should checkout Gmail. A lot of space and some cool features. One note, if you have a Yahoo account, Yahoo forces invitations to your bulk mail folder. If you request an account, be sure you turn off the bulk mail auto-delete and look for your invitation in that folder. Just Yahoo's way of keeping you with them.
Coffee Mug Monday
Staying with the American Football theme, basically because within the next couple weeks both college and pro football will be in full swing. I give you my NFL Pigskin Mug, of which I use to hold my colored pencils, Sharpies and a few pens. I like to do a bit of cartooning and this mug is home to the tools I use. Although this mug is retired from coffee drinking, it would still make a fine coffee mug if needed.
Hopefully none of you had a "case of the Mondays" and you had a Cuppo Coffee or three to get you through the day. A
big week of NCAA Football is coming up, going right through until next Monday. I have been looking forward to this week for the last 9 months. Next Thursday sees the start of the NFL and thus the start of the
BDFL season. You know what that means, coffee to wake up for pre-game, beer for the game and... TWIIIIINNNSSS!
TGIF Beer Mug
Last night we had our
Fantasy Football League Draft and I drank a few beers to pass the time. I did not break out my famous beer mug for the draft, simply because I was running the thing and did not want to tie one on. But I did utilize a few of the empty beer bottles for this picture. I received this mug as a gift in 1984, it is a classic Pac Man mug capable of holding three 12 ounce beers. I was 13 when I received the mug and I somehow knew the mug would always be with me.
I keep the mug in my freezer all the time. Back in my partying days I used to take this bad boy with me to partys. Now I only break it out on special occasions. You can see from the picture the tall frosty mug awaiting some Friday night action. I have no idea where you could get a mug like this today, I have seen smaller versions but none of the 36 ounce variety.
Coffee Mug Monday, Say What?
Yeah I know, you are thinking, "weren't you doing this on Friday?" Yes I was, but I was wondering what category I should put the Beer Mugs, which I also said I would like to feature. I was not sure what I was going to do, but then Extraordinary Gentleman
Chartoo made a great suggestion. Why not have a Coffee Mug Monday and have a Beer Mug Friday? He's right, Friday is much more appropriate to hoist some beer mugs and Monday we need a coffee kick to recover from all that beer.
Today's coffee mug is a photo that really does not do the mug justice. The Brutal Deluxe Large Mug is available in the
store and has undergone a slight redesign from the mug you see pictured. I moved the image more to the side of the mug, so that if I would snap a photo of the current crop of mugs you would indeed see the handle of the mug. With the
Brutal Deluxe Football League Draft this Thursday night, I thought it only right that I feature this mug.
One more thing, if you ever get to Pembroke, Massachusetts be sure to look up
Charlie's Too! I really want to try some of those World Famous fried clams and fish'n'chips.
Localfeeds Returning
I have been reading
Ross Notes the past few days(commenting is not working on Ross Notes if you read this Ross), and it looks like
Localfeeds is returning soon. This is very good news, I have always thought the Localfeeds service was awesome and miss using the website to find local websites as well as keeping up with those who are posting news and happenings in the local area.
The
initial post on the
Localfeeds Weblog signals that the
Localfeeds Bulletin Board is back too. I really think Localfeeds has a bright and long future whose potential has yet to be realized. Hopefully Ross will have better luck handling the massive popularity of the service this time around.
New Content Management System
I rolled out the CMS that I wrote for
Brutal Deluxe last year, over here on nitevilla dot net. I added a few features that were not needed for Brutal Deluxe and finally took the step. I did not convert every post and I did not convert comments, I will be adding recent comments again in the near future.
A few of the features I added is categories and a better archiving system. The new CMS offers a lot more features, more so features that benefit me more so than visitors. I still want to work further on the archiving and also on the search feature. But overall I am happy with the new system and will probably eventually move the newer version over to Brutal Deluxe. Most likely the upgrade will not occur until the end of the football season though.
If you notice any quirks, please let me know and I will remedy them as quickly as possible.
UPDATE - I believe I fixed the Atom feed now. Article images are not added to the new feeds yet. I want to make sure I do it properly before I add them.
UPDATE - Another update of the feed creation. I downloaded SharpReader and am testing how it displays the Atom feed.
Coffee Cup Friday
This week I chose to display a cool clear mug that you can get over at
ThinkGeek. This week's mug represents everything us true coffee fans love. I love using a clear mug for my coffee, especially with my Senseo Coffee Machine so that you can see the froth with each deep dark cup. The coolest thing about this mug is the caffeine molecule emblazoned right out there for everyone to enjoy.
Coffee Cup Friday
Wow, I almost missed the weekly coffee cup display. I had a long round of golf right after work today and afterwards I hung around to watch the Olympic Opening Cerimonies. Webjones was kind enough to send me a photo of a coffee mug that he has in his possession. I like it! I have no idea where one would get a coffee mug like this, but I know I would have to use it whenever I had guests over to the house. :)
I actually did look around last night for some to submit for this week, but just never got around to posting anything. I was debating on whether I should post my beer mug this week, but decided to save that for display later.
Coffee Cup Friday
I am starting a regular Friday thing,
Coffee Mug - Cup Friday. The
Yoda Mug is the first mug I will introduce. Not that I am a huge fan of Star Wars, at least not the new/old story. But I thought the mug was kind of cool.
I would love to see
your favorites and maybe I will even include some of them in future Friday features. The mugs - cups can be all shapes and sizes. Also the mugs - cups do not necessarily have to be for drinking coffee. The majority of my submissions will probably be of the coffee variety though.
Senseo Is A Winner
I found that Sam's Club, which is basically Walmart carries a Large Reservoir Senseo Coffee Machine. This would be the model I would get if I were buying a new machine. I saw the large reservoir model on Sam's Club website, so you can get it there if no where else. I think the Large Reservoirs will be sold separately at a later time, as I saw them on another European website. Unfortunately that website did not ship to the US.
I am awaiting the reusable filter that I posted about a few days back. I ordered it Friday, the filter ships from the UK to Florida first which takes 3 business days. After that it arrives via UPS Ground. So I am hoping that I will see it Friday. Once I get it and have made a few cups I will give further reviews. I have made roughly 200 cups of coffee with my Senseo Machine and it is working great.
Also
Cafepods.com is supposed to be opening in a few weeks. The website will cater different varieties of coffee pods to the single serve coffee machine market.
Update 7/29/2004 - I received my reusable filter today. Less than a week from the UK. I did not use the finest grind, on purpose. I also pushed the two cup setting after filling the filter, and I have to tell you, I thought the cup was fantastic. It was still frothy, and the coffee was better tasting than when I made the same coffee in my standard coffee maker.
I intend to always keep pods around for convenience, but having the reusable filter makes the Senseo an awesome machine to own. Hopefully some of the others who showed interest will soon have one of their own and can provide further feedback. I have to tell you though, I am loving my Senseo!
Update 7/31/2004 - It has begun.
Aloha Island Coffee is selling
Kona Coffee Pods for the Senseo or from
Amazon if you prefer. The Kona-Pods are very smooth and taste great. Highly recommended!
System Administrator Appreciation Day
Friday July 30th, 2004 will be the 5th annual System Administrator Appreciation Day. This is not the first time I have mentioned the annual event. Despite posting the event on our department intranet site and mentioning it here for three years running, I expect this year will be spent the same as previous years. :)
I decided this year that I would give any visitors that are feeling creative the opportunity to nominate me in the ThinkGeek 2004 Sysadmin Pageant. If you are feeling energetic, feel free to write something creative about my administration of
or
. Maybe after three long years of vying for a free lunch, I will finally have that free lunch, err... Or other geeky prize I have longed for. ;)
I also wanted to point out that Don Becker seems to have a similar experience with System Administrator Appreciation Day.
More On Senseo
A few weeks ago I posted about how much I was enjoying my
with my Senseo Coffee Maker. I decided to search around and see if anyone had come up with the idea of making a reusable coffee filter for the unit that allowed you to utilize whatever coffee you preferred.
Well, they have, but it is a bit pricey for a rather small item. But when you are the only guy in town, I suppose you can charge whatever you want. Wonder if they have this thing patented? Regardless of the price-tag, I am going to pick one of these up very soon. Seems like it would be something that lasts virtually forever as long as you take care of it, and it allows me to brew my own blend.
Why Billy Ripken
I won this Baseball Card on EBay last night. But why? Why would I want a Gem Graded 1989 Billy Ripken Fleer Card? Well, I did, and it is for kind of a funny reason that I was reminded about recently by Scott Wood of Shady Spring Tigers fame.
All I will mention, other than what I have already mentioned, is that the card is famous as an error card. Though I would not say the snafu is an error, just something that got by the editors unnoticed. A little hazing perhaps from fellow players on the day the photo was taken. The card has made Billy Ripken famous for an otherwise quiet career. Envy my Gem Rated 10 1989 Billy Ripken Fleer Baseball Card.
Senseo Coffee Machine
I have been eyeing the single serve coffee makers for a while and this week I decided on the Senseo Single Serve Coffee Machine. Initially I was not sure if I would be totally happy with the coffee machine. I had to switch to a smaller mug as all of my current favorite mugs just did not fit under the dispenser.
The deciding factor for me on buying the Senseo is that the coffee pods are available at my local supermarkets as well as Walmart. Along with the purchase of the coffee machine I was supplied with packages of mild and medium roast coffee. I have since picked up the dark roast and I definitely love the dark roast coffee and recommend the dark roast coffee pods.
After a weeks use, I have to tell you, I am loving the Senseo Coffee Machine. It is extremely easy cleanup, and I love having a fresh, frothy, hot cup of coffee in under two minutes. I am actually enjoying the smaller mug, as I find my coffee is warmer right down to the last drop.
For you coffee lovers who find a lot of times you bypass your coffee because you do not want to make a full pot, you will want to check out the Senseo Coffee Machine. I also read that there will be flavored varieties coming soon for all you Art History Majors. ;)
How To Store Coffee
How should you store your coffee? Roasted coffee starts to lose quality soon after roasting, it is better to purchase only enough coffee for one to two weeks and store your coffee in an airtight container. In addition to time, roasted coffee's enemies are air, moisture, heat, and light, in that order.
Store your roasted coffee in an air-tight container in a cool, dark place. But do not store in the refrigerator or freezer, I hate when I hear so called experts tell people to do this. Coffee picking up odors and moisture is a problem, especially condensation occuring when you put your coffee in and out of the refrigerator.
More Scrambled Changes
Based on feedback and and in an attempt to make the statistics for guessing the Scrambled Word of the Day more accurate, I made further updates and improvements. Now when entering a wrong guess the script will tell you to
Try Again. Though small, I actually had to really tweak the script for that change. I also made some changes so that the statistics are more accurate.
More Scrambled Word Fun
Update: The forum mentioned in this post is no longer active and not necessary for stat keeping.
Well, at the spurring of Alex I have made the Scrambled Word of the Day keep a running record of how everyone does with guessing the word. For your stats to be recorded, you will need to be logged into the forum. If you are greeted with your username by the Word of the Day feature, you are logged in. If not, register or login and your stats will be kept. I am recording both tries and correct guesses.
I am well aware of various ways you can cheat. Well, if you choose to do that, that is your loss. This is strictly for fun and in a few days I will start publishing the stats/rankings. Right now it is pretty boring because only two or three people are listed with one try and one correct guess.
Again, if anyone has any word ideas or ideas in general to make this little word puzzle more fun. Feel free to contact me and let me know your thoughts.
Scrambled Word of the Day
Having the past few nights relatively free, I was messing around with some code and came up with a nifty little script. I have been looking for something interesting to code and after stumbling upon this factoid I decided upon a "Word of the Day" feature, with a twist.
Originally the message of the day feature I wrote was going to be a word of the day. But I decided to go more along the lines of the UNIX fortune. I mean that is certainly more entertaining than a random word from the dictionary.
I also recently bought Wicked Cool Shell Scripts by Dave Taylor and at the back of the book he actually included a little scrambled word shell script. Great book with tons of useful scripts for Mac OS X, Linux or UNIX(AIX in my case). By the way, just incase you were wondering, yes I got a lot more out of the book than a scrambled word script idea. I read Dave Taylor's other book, Sams Teach Yourself UNIX in 24 Hours about 4 years ago or so when I was just starting to administer AIX Servers and loved Dave's approach for making what would seem boring entertaining.
Anyway, all of the above kind of started me thinking and I threw together a PHP script that provides a word of the day, scrambled. But fear not, a clue is given for each word. If you are unable to guess the word, comeback the following day and the previous days word is revealed. All guessed words or revealed words are linked to their definition.
So what do you think? A good way to fire up the brain cells each day as well as add to your vocabulary. Also if anyone would like to ever submit an idea for a message of the day or a scrambled word of the day, just use the Contact Scott button and let me hear your ideas.
Weird Word Stuff
While doing some research I stumbled upon this very interesting fact. Perhaps this is old news for some but I never knew this.
Aoccdrnig to a rscheeachr at an Elingsh uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is that frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit a porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.
Wiffle Ball Spring Training Opens
With spring training opening in the MWBL (Mechanicsburg Wiffle Ball League), many experts thought the Monroe Street Marauders would go head-to-head with the Yankees in an attempt to sign Alex Rodriguez. The Marauders surprised everyone though by signing Jake Buffington, a young Pennsylvania prospect who's wicked one handed swing and strong arm looks to power the Marauders to the League championship.

The Marauders also passed on A-Rod because they have a shortstop that perhaps has more range at the position than any player in Wiffle Ball League history. Hunter Dogg, has amazing stop and go abilities, that some believe he fine tuned by chasing Rabbits of all things.

Local man and Wiffle ball analyst and expert "Dude" Steck has been observing the Marauders as they have opened Spring Training. "J-Buff pulls the ball like no one I have ever seen", said Steck. "He about took the head off of player playing the hot corner today. The guy never saw the ball coming. He's just wild enough pitching the ball to intimidate the batter.", continued Steck. With a Wiffle Ball aficionado like "Dude" Steck thinking that highly of J-Buff, who is the youngest player in league history at 2 years old, how can the kid fail.
Steck also had this to say about Hunter Dogg. "The Dogg is Barry Sanders in a Wiffle Ball uniform, err.. Well in a fur uniform. Amazing range, nothing gets by him", said Steck. Six year old Hunter Dogg is a long time veteran and brings experience to the Marauders. It is apparent the Marauders have plenty of weapons and they are looking forward to moving practice from the basement gym to the backyard.
Rubik's Facts
A high schooler from Los Angeles solved the cube in 22.95 seconds at the Budapest world championship in 1982.
Fourty-three quintillion is 43 million million million. There are only about 30 million seconds in a year. It would take a thousand million years, looking at a thousand patterns every second, to see all the combinations possible with a Rubik's cube.
It took Erno Rubik one month of solid twisting to solve his creation the first time. He was not even sure there could be a method of solving it prior.
Some people can solve the Rubik's cube in 52 moves from any scrambled position.
Theoretically the shortest path to solving Rubik's cube from any scrambled position is as few as 22 twists. So far no one has succeeded in demonstrating this method.
Within a year of launch, Rubik's cube became the fastest selling puzzle of all time.
Rubik's Cube, Doin' The Retro Thing
I have been fighting a cold this week (note to self, flu shot next year) so I decided to solve my Rubik's Cube. I have not messed around with the Cube in about a year or so. I enjoy solving the Rubik's Cube, mainly because I did not accomplish the feat during the hayday of the Rubik's Cube. During the early 1990's I took another look at the Cube and finally figured out out to solve it. With the help of some tips I found online at the time. The main thing to remember is the Cube is solved in layers, not by color. I use a top down approach. The Cube is solved with quarter and half turns.
Before

I can now usually solve the Rubik's Cube in one evening, sometimes faster than other times. I actually have a few cubes floating around the house. Many of you noticed my son giving his Rubik's Cube a turn in the Photo Gallery. I love watching the look on his face as he turns the Cube, you can see the gears churning.
Despite being a tad groggy last night I remembered my turn sequences and solved the Cube in a rather short time.
After

I guess my interest in the Rubik's Cube grew as I always felt defeated by it. Being someone that never liked being beat by anything I set a goal of solving the Cube. I think I will pickup a Rubik's Revenge, which is a 4x4x4 puzzle.
Another interesting thing about the Rubik's Cube is that there was a period in the 1990's where a lot of kids did not even know what a Rubik's Cube was, the Cube disappeared from the mainstream for a brief period of time. Then in the late 1990's seemed to again make a comeback. I liked the part in the movie, The Wedding Singer where the guy tosses the Rubik's Cube and exclaims, "No one is ever going to solve that thing".
Coffee History
In the 1600's, smugglers broke the Arabian monopoly in coffee growing. They took seven seeds of unroasted coffee beans from the port of Mocha to the western Ghats of southern India. In the early 1700's, the Dutch began cultivating descendants of the original plants in Java.
Three Species of Coffee Trees
1. Robusta: This plant is used for the lower grades of coffee. Robusta beans are often used in instant coffees and popular commercial blends.
2. Arabica: They have a much more refined flavor. This is the coffee that specialty roasters search for. It accounts for about 75% of the world production.
3. Liberica is the third recognized commercial variety. It is a minor crop of coffee from Africa similar to robusta.
More Coffee Info
The first drink made from the coffee tree was wine. The wine was made from coffee cherries, honey and water. In fact the word coffee has its origins in an old arabic word "Qahwah", meaning wine.
Coffee Info
Coffee is indigenous to Kaffa (coffee) region of Ethiopia. Coffee was taken to Yeman by the Arabs and cultivated there in the sixth century. The original coffee received its name from the Arabian port of Al Mukkah (Mocca) on the Red Sea. The port became world famous because it was the sole source for the world's coffee. With the opening of the Suez Canal the port was by-passed for Aden at the tip of the Arabian Peninsula.
According to legend, coffee was discovered by an Arab goat herder named Kaidi. He noticed that his goats became frisky after chewing on berries from certain wild bushes.
Monday Night Before Christmas
Twas the Monday before Christmas and all through nitevilla dot net.
Not a surfer was stirring that was my bet.
I had hung a new url full of apps and with graphics to spare.
Hoping the visitors would appreciate the flare.
My son was all nestled snug in his bed.
While visions of trains ran through his head.
I had in hand a cold frosty mug
And had just settled down with Yuengling to chug.
When on my computer there arose such a clatter.
I sprang from my recliner to see what was the matter.
Away to the monitor I flew in a flash.
Oh no! I had forgotten a slash!
There to my wandering eyes were error logs all full.
This web designer felt like a fool.
It is not this week that you will see Deluxe.
Hopefully post Christmas will bring us more luck.
So I wish to you a cold Christmas beer.
I am off you see to visit family so dear.
Have a Merry Christmas and a Happy New Year.
It is to all of you I wish much yule cheer.
National Championship
Who do I think will win the NCAA Football National Championship? Here's a little hint.

If USC wins the title this year, maybe some of my lifting mates will be a bit more jealous of my weight set. I give to you, a photo from my weightroom and my prediction on who will win the National Championship.
Paper CD Case
Recently I have acquired a nice collection of loose music CD's. I was thinking, man I gotta get some cases for these things, but then I remembered.
Paper CD Case to the rescue. I posted a link to this site a year or more ago, time for a revisit and some printing and folding. :)
Electronics Revisited
When I first began working, I almost chose the Electronics Field. I was maintaining video games when I as not moving them for about a 9 month period( I spent more time moving them than maintaining them). An opportunity to begin working and pursuing a IT career then presented itself and I left Electronics in my past.
I have always been interested in how things worked however and deep down I always wanted to know more about Electronics. I recently decided to pursue learning a little about Electronics and recently I procured a breadboard and today I began perusing the manual.
I just finished building my first circuit. A very simple LED flasher with buzzer. Kinda cool, but very elementary. :)
Bluto - Animal House
What? Over? Did you say "over"? Nothing is over until we decide it is! Was it over when the Germans bombed Pearl Harbor? Hell no! And it ain't over now. 'Cause when the going gets tough . . . the tough get going. Who's with me? Let's Go! Come on! AAAAEEEEEGGGHHHH!! What the fuck happened to the Delta I used to know? Where's the spirit? Where's the guts, huh? "Ooh, we're afraid to go with you Bluto, we might get in trouble." Well just kiss my ass from now on! Not me! I'm not gonna take this. Wormer, he's a dead man! Marmalard, dead! Niedermeyer--
A Little Song
This song is sung in a favorite movie of mine. I think you will all recognize it.
Show me the way to go home,
I'm tired and wanna go to bed,
I had a little drink about an hour ago,
And it went right to my head.
No matter where I roam,
O'r land or sea or foam,
You'll always hear me singin' this song,
Show me the way to go home.
Internet and/or internet
An internet (short for internetwork) is any network comprised of multiple, interconnected networks, normally within one company (also referred to as an intranet). The Internet is the global internetwork that traces its lineage back to the ARPAnet.
Zombie Infection Simulation
You know your were wondering, now you can know. The
dynamics of a zombie infection. Finally you can see just how quickly your nightmare can happen. :)
Tie Use Must Cease
According to a
recent study, wearing a tie too tightly
may cause blindness. This is one of those studies where I think no further research is necessary. We must cease the practice of wearing ties immediately. This is too big a risk to take.
I currently do not need to wear a tie but I just want to make sure I never have to adhere to this practice again. I do currently need to wear collared shirts and slacks though, so I certainly hope these scientists can find that wearing slacks cause heart disease. That way i can wear what I truly want, khaki shorts and t-shirts year round.
System Administrator Appreciation Day
For those that have never heard of it, today is
System Administrator Appreciation Day. If you did not know this, that is what I do for a living. I am celebrating the day by doing everything I normally do as well as buying my own lunch. :D
I noted this day last year as well. Maybe one of these years us Sys Admins will actually get at least a damn lunch out of it.
Old 1991 Honda Civic
Here is the photo I promised a few months back. This was my 1991 Honda Civic DX, 223,281 miles at trade-in.
I snapped this photo just before leaving for work on the day I traded the car in on a 2003 Jetta 1.8T. The Honda was a tremendously great car, saw me through rain, snow and heat and never let me down.
Black Coffee / Carbohydrates
Saw searches for the amount of carbohydrates in black coffee in referral logs many times over the past few weeks. Black non-flavored coffees do not have significant carbohydrates, if any. Even the flavored variety, if hazelnut and almond, flavored from nut extract and such the carbohydrate level is very low.
I of course am not referring to the sugar-laden variety in fancy coffee shops and General Foods international instant and such. These could be loaded.
I of course still like to visit the coffee shops and have a treat now and then.
Coffee Linked to Diabetes Prevention
Researchers have been trying unsuccessfully to prove that coffee is bad for you for a long time. It seems in the past few years that research has been instead proving that coffee is instead a fantastic preventative to many diseases. Two studies may now be proving that drinking a lot of coffee can help prevent Diabetes from occurring as we age. Last year I made this post to the forums. Looks like we may have something else to add to that post.
The Mind
Read the following sentence 5 or 6 times.
A bird in the hand
is worth two in the
the bush
I have always been interested in how the mind works. Intrigued by the theory that we only use a relatively small percentage of our brain power. What does the above sentence have to do with that interest? Well, just how we perceive things, and how some people can perceive things that others cannot.
Movies like the Phenomenon and Rain Man have always made me long to have the abilities without the repercussions of the characters in the movie. I certainly would not want Autism, and only a very few Autistics have some savant ability. Not at all a fair trade-off. Never-the-less to be able to absorb knowledge like John Travolta's character in Phenomenon would just be awesome.
So what am I getting at? How long did it take you to recognize the extra "the" in the sentence I asked you to read? I guess what I am thinking is that we do not always look at things as closely as we should. It just amazes me that spacing and wording can make incorrect things seem correct. We convince ourselves nothing is wrong.
Otter's Animal House Solilquy
"The issue here is not whether we broke a few rules or took a few liberties with our female party guests - we did. But you can't hold a whole fraternity responsible for the behavior of a few sick, perverted individuals. For if you do, then shouldn't we blame the whole fraternity system? And if the whole fraternity system is guilty, then isn't this an indictment of our educational institutions in general? I put it to you - isn't this an indictment of our entire American society? Well, you can do what you want to us, but we're not going to sit here and listen to you bad-mouth the United States of America! Gentlemen!"
End of an Era
At 5pm eastern time today I will be retiring my Honda Civic DX in the history books. I pick up my new 1.8 Liter 180hp 2003 Turbo Jetta, which is a 100hp increase from my Honda Civic. Not to mention just sheer comfort and other perks.
I snapped a few photos of my old 1991 Honda Civic DX Hatchback this morning. Once I get them developed(I still do not have a digital camera) I will probably post them in loving memory. For sheer reliability I could not of owned a better car, I thank Honda for building such a workhorse. That car has seen me through a major part of my life over the past 12 years and it's life will probably go on for a bit longer. I was told that one of the Mechanics at the VW dealer will more than likely buy the old Honda from Hell and work her a little longer.
This post is an ode to my Honda from Hell as we lovingly called it over the years. Thanks again old girl, it is amazing how the good cars we have we never forget, final tally, 223,281 miles. That being said, here is my Alaska Green Jetta that I will be picking up in a few short hours.
Scientists Grow Decaffeinated Coffee
What is the point. I have never understood decaffeinated anything. If you cannot have caffeine for some reason, drink water. I mean really, drinking coffee or tea for that matter without the buzz seems pointless to me.
I acquired the taste of coffee when I became an adult and have reached the point where I like the taste. But if you take my caffeine away, I am going to just skip it and drink something else.
Farewell Pioneer 10
On January 23rd of 2003 distant space probe Pioneer 10 sent it's last signal to earth. Since that time
Pioneer 10 has fallen silent. Designed to last 21 months, Pioneer 10 continued sending back signals for over 30 years. Farewell Pioneer 10 and thanks for the memories.
Pioneer 10 was the first to Jupiter, Saturn and beyond.
Pioneer 10 Homepage
UPDATE - One final attempt was made to locate Pioneer 10's signal on March 3-5, 2006 but failed.
Atari 2600 Development
I stumbled upon an
article on
ExtremeTech covering Atari 2600 Game Development. That's right, Atari 2600, the game system that burst upon the scene in 1977. This was a great game system and required quite a bit of creativity to program good games on the system.
Scotbuff Rides Again
Where is Lance Armstrong when I am looking for a race? I thought this bike would be awesome for when Jake(my son) starts to play on riding toys. Well I got it via UPS today and the bike is very cool.

The Razor Punk 360 bike is a little difficult to start out on and if I were much taller it would be difficult to ride. I spent some time riding in the basement today.
Strange Banana
If you need an idea for a new website design,
Strange Banana might give you some ideas. Just click on the generator and you can keep hitting refresh until you see something you like.
If nothing else perhaps it can help you with colour combinations or for a quick layout for an application admin panel or link page. I have followed Strange Banana and it has been quite a while since they updated layouts or even upgraded the generator.
Twas The Nitevilla Before Christmas
Twas the nitevilla before Christmas, and all through the nite network,
there was wary a person-a-surfing, and or clicking their mouse.
I had razzled my mind over the next newsletter all in despair,
hoping a new idea would spring forth to add lots of flare.
The nitezins were nestled all snug in their beds,
while visions of coffee and crazy like rice danced in their heads.
And I with my coffee cup clicked my chat and code apps,
preparing for a nice nite of chatting and coding minus the caps.
When all of a sudden, there arose such a clatter,
I moved from my chat session to see what was the matter.
The nite network had crashed,
And in Saint Nick dashed.
I could see from the creases upon his brow,
he'd conquer the crisis confronting him now.
More rapid than broadband, he checked each alarm,
and scrutinized each for it's potential harm.
On TCP, on SMTP, Pop3!
DNS, Sendmail and HTTP!
His eyes were afire with the strength of his gaze;
No bug could hide long; not for hours or days.
A wink of his eye and a twitch of his head,
soon let me know I had little to dread.
He spoke not a word, but went straight to his work,
fixing the nite network that had gone berserk.
Upon fixing the network he turned to me with cheer,
And offered me a free Christmas Beer.
As he sped out of site,
He left this message for all of us at nite.
"May you all see your families so dear,
Have a Merry Christmas, and a Happy New Year!"
Scott's Classic Christmas
I received a pretty cool Christmas present(not that they all are not cool, because they are), but this one is different. Â How many of you remember the Mattel Handheld Electronic games of the 1970's and early 1980's? Â Some of you obviously would not remember these. Â But Mattel has re-released some of their classics. Â I got this one for Christmas from my friends Pam and Randy.
Mattel Classic Baseball
The game plays exactly the same, pretty much the same classic look except for a few changes, like the "Classic Baseball" text instead of "Mattel Electronics" Â Gotta love the retro look. Â Also, the game is now powered by two double A batteries as opposed to 9 volts. Â I think we have a couple engineers here, what would be the reasoning behind the change in the battery that powers it?
Here is Classic Mattel Football which is also out along with Classic Football 2, which I could not find at Amazon. Â But my friends tell me Toys R Us has all these. Â I just thought this was a cool Christmas gift and thought I would see who remembers this classic.
Hiding Files In Pictures, James Bond Style
HIP(Hiding In Pictures) allows you to store any kind of file inside standard bitmap or gif images. It includes password protection, encryption (Blowfish or Rijndael), and works well for hiding relatively small files in fair sized images.
HIP makes use of a technique whereby colors in the image are changed very slightly in order to store the hidden data, and the password used acts as a key, telling the application where the hidden data is stored in the image. A lot of steganography apps such as this simply hide data within the headers of the visible file, but not HIP.
Do not ask what use I would have for a program such as this. I could tell you, but then I would have to kill you.
The First Smiley :-)
Ever wonder when and where the first smiley was used? Well after a significant effort to locate it, on September 10, 2002 the original post made by Scott Fahlman on CMU CS general bboard was retrieved by Jeff Baird from an October 1982 backup tape of the spice vax (cmu-750x). Here is Scott's original post:
19-Sep-82 11:44 Scott E Fahlman :-)
From: Scott E Fahlman
I propose that the following character sequence for joke markers:
:-)
Read it sideways. Actually, it is probably more economical to mark
things that are NOT jokes, given current trends. For this, use
:-(
See what Scott Fahlman has to
say about it.
Wolfenstein 5k
Lee Semel coded
Wolfenstein 5K for the 5K contest, which challenges entrants to create a web page in under 5120 bytes. Lee took the challenge and developed a fun and playable game. I am amazed that this game is only 5k, very impressive!
Blogathon 2002
I took part in the 2002 Blogathon which was a post every half hour for a full 24 hours. The 2002 Blogathon, which is no longer archived because quite frankly the posts became really boring, is over and was a success. I was able to make the full 24 hours and though I was suffering at the time, felt pretty good about completing the task.
I want to thank everyone who surfed by the site during the event and gave words of encouragement. A lot of other Blogathon participants stopped by the site as well and I heard from a lot of interesting people.
I am still recovering from the event but I am nearly back to normal, whatever that is. Nitevilla.net's main page is back to normal, minus all of the Blogathon posts and I know for loading time sake that many of you are happy about that.
Happy System Administrator Appreciation Day
Today is System Administrator Appreciation Day. System Administration happens to be what I do for a living and prior to 2002 I had no idea there was a day honoring System Administrators. My hunch is that no one else has any idea either.
Atari Turns 30 Years Old
On June 27th, 2002 (Today) Atari turned 30 years old. For all you old timers this name means something. It means Pong, Space Invaders and Pac Man to name a few. It seems like yesterday that my friends and I would fire up the old Atari 2600 and 5200 for a Friday night filled with loads of Atari games and third party games for our Atari systems.
Atari was even in the PC market clear up to the 386 model PC's. Some of Atari's PC's that were IBM compatibles (remember seeing that listed on PC advertisements?) were capable of running multiple Operating Systems.
Anywho, here is a link to carry you down memory lane if you so choose