Jan 30

Google TV: Honeycomb – Strike Two

After my last scathing review, I am happy to say that a number of things have changed, however, I still feel that Google TV is seriously missing focus.

At the very core of GoogleTV is an internet-connected device that interfaces with my set-top box and can overlay information on my TV.  They clearly do not understand what a fantastic idea they have and the potential for greatness!  The internet connected device can automatically get any information AND make intelligent judgements. The interfacing with my set-top box means it can ACT on the information and intelligent judgements.  The ability to overlay information means it can display information the information without having to change an input or obscure the TV.

Given these three core facts, GoogleTV should be a full GUIDE REPLACEMENT.  As good as my current guide is (I do like it), it’s just a LIST.  It does not know me, it does not recommend anything for me.  This is where GoogleTV should fit in.

GoogleTV SHOULD:

  • allow me to rate shows
  • know my favorite/hated shows
  • change my guide based on my favorite/hated shows
    • display a “what’s on” considering my favorite/hated shows
    • display a schedule of just my favorite shows or hide hated shows
  • notify me when a new episode of my favorite show is on
  • allow me to search channels for the next showing a show (new or syndication)

Do you see where I’m going with this one?  This device has the ability to know my guide, has the ability to know what I want to watch, and has the ability to help me watch what I want to watch; yet does NONE of it.

There’s a third-party app called TV Show Favs which helps, but it’s a weakly developed app which was designed for the phone.  With the app, I can mark my favorite shows, but the phone-only widget (not designed for Google TV so it looks non-proportioned) only shows the next new episode on the main channel, nothing about syndication.

In fact, there was one function I loved in Google TV 2.1 that they REMOVED for 3.x; the ability to search for a show.  Open up the search bar, type in “Family Guy” and it would tell you when the next showing is.  Now with the updated “TV & Movies” app, they are more interested in selling you an Amazon Instant Download subscription.

The only favoring allowed in Google TV is for channels. I could not give less of a shit which channel something is on as long as I have it.  Does it matter that Seinfeld is on TBS or my local affiliate?  NO!   I want to watch the show, so tune to it.  Other than your teenage daughter watching MTV all day, is anyone loyal to a channel?  Does anyone wonder “Hey, what’s on my favorite channel?” or do they wonder “Hey, what channel has something I like on?”

Currently, Google TV feels like a touchscreen-less and plan-less phone with a new remote that my girlfriend has to learn.  I see no benefit to the common user.  I spent fifteen minutes showing my girlfriend how to use the device, when I realize all I was teaching her was how to do the same thing she normally does, with a bigger remote.  Where was the benefit?  Where was the enhancement?

Google, you are in a tough position.  You need to be able to make a device my parents can use while at the same time allowing me the freedom to change and modify it as I see fit.  Good luck.

This post has been viewed 609 times.
Aug 04

Google TV Is Not A Media Center Replacement

My first attempt at a home theatre system was  an XBMC on an original Xbox.  Once that outlived its usefulness (read: I got a girlfriend who didn’t want to use a controller as a remote), I transitioned to an AppleTV running XBMC.  When GoogleTV was announced, I thought it was the answer to my prayers, I was wrong.

The main problem is other companies. Do I fault Google?  Yes, a little. However, additional faults lie with Logitech, Motorola and the content distributers.

I figured with the recent price drop of the Logitech Revue to $99, how bad could it be?  Boy, was I wrong.

Read the rest of this entry »

This post has been viewed 3022 times.
Jul 04

First-Time Homebuyer’s Guide: Part III – Visiting The Prospects

With your papers in hand from Part II – Organization, you are finally ready to hit the streets!

First, admit to yourself that you may not know everything. If you just glanced over that last statement, start this paragraph over again.  Why am I making you re-read it? Because when you are viewing a house, you are not likely to take in every little detail which may make or break your purchase.

It’s Dangerous To Go Alone! Take This.

You will need the following items when you are ready to go visit houses:

  • A Trusted Friend – Take along a friend whose taste you trust. This person will be your sounding board, and an extra set of eyes.
  • A Camera – You will not remember everything, take a picture of things you like, and things you do not.
  • MLS Paperwork – The sheets you printed out from the last article.
  • Pen – You will want to take notes at each location and make a pros and cons list of each property.

You will know whether you want or do not want a house as soon as you enter it.  The rest of the tour just reinforces your initial opinion.  You will be looking at the proverbial “lipstick on a pig”; painted walls, cleaned carpets, and basic furniture layouts.  Do not let this happen.

Going to your first house will be an overwhelming experience.   On your first visit the the house, try to ignore the flashy elements and concentrate on the concrete line items the house brings to the table.  It may have 2 bathrooms, but is one out of the way?  Does the layout make sense with your furniture items or lifestyle?  You will be looking at the house from a “how can I live here” point of view.

Your friend has a very important role as well. He or she will be responsible for viewing the house from a “how can you live here” point of view.  He or she should know your strengths, your weaknesses, and be a normalizer.  You might be blinded by the hot tub or spa on the deck, your friend should remind you that the small kitchen cannot support a dishwasher.

Groundhog’s Day

On a good day, your realtor may take you to see somewhere between five (5) and eight (8) homes.  For each house you visit, you should take a picture of it from the streets, the front door, and develop a light pros and cons list. Wash, rinse, repeat.

After a while, they will all start to blend together. Use this to your advantage. If you can not remember a house, it may not have been right for you.  At the end of the day and at the end of each outing, keep a running binder of your top five (5) houses and throw the rest away.

This post has been viewed 536 times.
Jun 09

FIX: vSphere Client on Windows 7

Most of us have run into a hugely annoying bug with vSphere Client (a.k.a. VMware Virtual Infrastructure Client v4.0) running on Windows 7 RC. When you start the program, you’ll run into an error message:

Error Parsing the server 1.2.3.4 clients.xml file. Login will continue contact your system administrator

After clicking OK, you get the real message:

The type initializer for “VirtualInfrastructure.Utils.HttpWebRequestProxy” threw an exception

A workaround for the solution was posted by ftublo on the VMware Communities forums.

  1. Create a folder (e.g. Lib) in the Windows 7 machine where the vSphere client is installed (%ProgramFiles%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\).
  2. Obtain a copy of %SystemRoot%\Microsoft.NET\Framework\v2.0.50727\System.dll from a non-Windows 7 machine that has .NET 3.5 SP1 installed. Copy this file into the folder created in Step 1.
  3. In the vSphere client launcher directory, open the VpxClient.exe.config file in a text editor and add a <runtime> element and a <developmentMode> element within the <configuration> element. Save the file.
  4. <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    ...
    <runtime>
    <developmentMode developerInstallation="true"/>
    </runtime>
    </configuration>

  5. Create a batch file (e.g. VpxClient.cmd) in a suitable location (e.g. Desktop). In this file add a command to set the DEVPATH environment variable to the folder where you copied the System.dll assembly in step 2 and a second command to launch the vSphere client. Save the file.
  6. SET DEVPATH=%ProgramFiles%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib
    "%ProgramFiles%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe"

NOTE: If you are running 64-bit Windows, replace all instances of Program Files with Program Files (x86).

You can now use the VpxClient.cmd (or the shortcut) to launch the vSphere client in Windows 7.

This workaround bypasses the normal .NET Framework loading mechanism. Assembly versions found in the DEVPATH folder are not checked. Handle with care.

This post has been viewed 17838 times.
Apr 30

First-Time Homebuyer’s Guide: Part II – Organization

After you’ve completed all the steps in Part I of the Buying Your First House series, it’s time to hit the streets!  At this point, you should have your credit reports and scores, your maximum monthly payment for a mortgage, and your pre-approval letter from a bank which outlines the maximum you are able to finance.

In most markets, realtor services for the buyer are free, so take advantage of it; their commission comes from the seller.  You are going to want to be honest with your realtor but definitely need someone you can trust.  Ask your family, friends, and co-workers for an agent they trust.

Read the rest of this entry »

This post has been viewed 1436 times.
Apr 30

First-Time Homebuyer’s Guide: Part I – Preparation

Buying your first home is probably the most stressful thing you’ll ever have to do.  I am finding I am constantly going back and forth re-tweaking numbers; I wish someone made a list of things to do before even talking to a realtor!  Hopefully you can benefit from this series of articles on how to buy your first home.

Our goal at the end of Part I is to have three numbers:  your credit scores, the maximum monthly mortgage payment you are comfortable with, and a pre-approval letter that has your maximum that is allowed to be financed.

Read the rest of this entry »

This post has been viewed 1515 times.
Apr 30

The Right Way to Get Your Free Credit Report

To everyone baffled by the tons of commercials with singing pirates and catchy jingles, consider this post a public service announcement regarding your credit report.

You are entitled to a one (1) free copy of your Credit Report from each credit reporting agency ANNUALLY by law (1 credit report from each credit reporting agency = 3 reports). The ONLY website authorized to do this is  https://www.annualcreditreport.com.  Everything else is a scam!


Read the rest of this entry »

This post has been viewed 1677 times.
Sep 17

DropBox + TrueCrypt: Secure Online File Storage

Yes, it’s true.  Finally a way to get your personal files on each machine you work with that gets backed up online without any worry of who is rummaging through your data when you aren’t looking!  It’s the secure online backup you were looking for!

Windows? Linux? Mac? No problem.  Installers are available for all three systems.

DropBox (a glorified subversion system for the rest of us) has finally worked its way out of beta and will become the backbone for our project.  Transmission of data to DropBox is via HTTPS, so we at least have half the problem resolved.

The second problem is DropBox’s STORAGE of my files.  If they defect to the goverment faster than AT&T did with the NSA, then you can be sure your private key and personal bookmarks to porn sites will be used against you.  I wanted the storage of my files encrypted. Since I couldn’t trust DropBox, I turned to my good old friend, TrueCrypt.

The solution here is to create a TrueCrypt volume inside of your DropBox folder.  Even though DropBox has a 2GB folder limit, you shouldn’t use all of it for your TrueCrypt drive.  Unfortunately, TrueCrypt creates the encrypted partition to it’s maximum capacity, which means if you create a 1GB encrypted volume, it actually takes up 1GB on the harddrive even with nothing in it.  And transferring a 1GB file many times for little to no content isn’t the best plan.

Since the volume is filled out to maximum filesize even with no data, it’s best to create a few smaller drives (in the 256MB range) as DropBox has to upload the entire file at least once and you have to download the synchronized file on every computer.  TrueCrypt can mount about 12 volumes automatically, so my recommendation is to keep the volumes small and increase the sizes for volumes you don’t modify often.

Don’t feel guilty about using encyption.  Don’t be guilted into the “If you have nothing to hide” mantra; privacy is your right as a human, exercise it.

This post has been viewed 16247 times.
Sep 08

With Apologies to Tom Brady

The only good thing about Tom Brady tearing his ACL in the Week 1 opener is the crying of all those fantasy football players.  The screams of agony of thousands of “virtual coaches” as they watch their No. 1 draft pick get sidelined for the season.  Do not feel sympathy for them; these are the same bunch of jocks who thought playing Dungeons and Dragons was queer.  Now 30 years later, when their wives won’t give up the balloon knot, they have to sit in some guy’s living room in a circle around a table and fantasize they are something they are not.  Delicious irony.

This post has been viewed 1282 times.
Aug 23

My Apple.com/Switch Ad

I love my little Macbook.  It’s so cute.  And this coming from a guy who has Windows experience back to 3.1, and whose primary job responsibility is to support and manage a Windows domain and hundreds of clients.  So why is my Macbook so nice?

For one main reason: it’s polished. That critical “step-back” after everything is done to say “what can we improve now?”  This is something that Microsoft and companies who build Intel PCs are seriously lacking.

Read the rest of this entry »

This post has been viewed 1832 times.