Review: Top Gear US – Season 2, Episode 1

Top Gear US is back for season 2, and unfortunately, it still “stinks”.

Episode 1 was entirely taken up by a challenge:

Each host was to buy a “car”  to replace the staple Texas pickup, and then compete in various challenges around the state.

Those that follow Top Gear UK know that the challenge episodes are some of the best.  In fact, I’ve seen several of them several times like the Bolivia special, the Polar challenge, etc.

This US challenge just didn’t stack up.  The chemistry between the hosts just isn’t there, and it shows even more in a challenge episode where all 3 are front and center the whole time.  Tanner is probably the best, followed by Rutledge and Adam just doesn’t fit.  It’s not that the antics and style Adam brings to the show are wrong, he’s just the wrong person to do it.  99% of the time he’s downright annoying, but I’ll admit the 1% of the time I do laugh, it’s hearty.

The challenge builds up through some cattle herding where somehow we’re expected to believe Tanner fixes a fuel line with some tape, a manure-hauling contest, and finally ends in a “monster-truck”  race where they face off on a course full of jumps and banked dirt turns in their cars after a few modifications.  The modifications look like they just sat each car atop a toyota truck chassis (90’s era?) and called it a day.   Adam’s car catches fire, and Tanner cleans up on Rutledge after he loses a wheel.  Whatever. . ZZZZzzzzzzzzzz

I’ll admit I’m a hardcore fan of the UK series, and their chemistry is established over MANY SEASONS, but the US show needs help to succeed.

C’mon History Channel, get it right.  I REALLY want to like this show.

Car Bras – Seriously?

I’m at the mini market today in the parking lot waiting for the wife to return some DVD’s to the aptly named “Red Box”.  The car next to us had a bra.  A BRA.  I had to unlock my iPhone to check the date and make sure it was still 2011.

God for bid you found this blog post while googling thinking about getting one, here’s 3 reasons WHY YOU SHOULDN’T:

1) Ugly as sin

2) Dated.  Nothing says 1997 like a hunk of vinyl stretched across the nose of your car.

3) Protects NOTHING.  If anything it DAMAGES your car  trapping in fine dirt particles that scratch up your ride with movement.

JUST SAY NO.

3M-50 Wi-FI Thermostat: UPDATE

Original post here:

http://moderntoil.com/?p=325

Click HERE for the CT50, and HERE for the CT80.

This arrived last week, and it’s everything I hoped for, plus more.  VERY programmable via back-end JSON interface.  Of course, I’m old-skool and stubborn so I wrote a whole web-app in bash to control it :)

Here’s what my interface looks like:

Click it for a full size version.

The outside temp/humidity is polled via weather underground (XML feed), and the graph is gen’d by cacti.  I already use cacti for tons of other stuff, so it was only natural to use it for data collection here.   The red vertical on the graph represents the periods my furnace runs.  The rest of the legend it pretty obvious if you look at the full size snap.

If you’re even remotely THINKING of getting an ip-enabled thermostat, get one of these, they rock.

For those that don’t want to write their own app to control it, it can communicate directly to radio thermostat’s website and you can control it from there.  I just don’t like the idea of my thermostat taking orders from someplace else, so I wrote my own :)

There’s good documentation of the API here:

http://central.isaroach.com/wiki/index.php/Main_Page

MIT Researcher Unlocks New Method for Collecting/Storing Solar Energy

I read it here:  http://dvice.com/archives/2011/03/a-bottle-of-was.php , but their understanding of the science is a little “off”.  The author seems to think they’re generating power from water, but in reality they’re using  a process similar to what plants do to separate water, and the power is generated when the Hydrogen and Oxygen are re-combined (like in a fuel cell).

This is big news since unlike current solar sources of energy, where energy must be stored in batteries (with varying levels of efficiency), you can simply store the gases separately and re-combine them as you need the energy.

The researcher has teamed up with Tata group, which is good news since it lends some credibility to actually commercializing it.  It’s rediculous we’re still “drinking” oil out of the ground.  C’mon, it’s 2011.  You think it’s a coincidence that sunlight and water are two of the most abundant things on earth.  I don’t

Holy IP Thermostat! – RADIO THERMOSTAT CT50/3M-50

Just by chance, last night our thermostat was “adjusted” by our youngest creature (Cameron), and when we woke up this morning the temp felt a little cooler and nicer.  It was holding at 68 instead of the usual 70 we maintain during the day. I thought, that’s it, I’m getting a programmable thermostat today.  It’ll pay for itself in less than 1 season if we actually like it 2 degrees cooler at night.

Before I headed out to Lowe’s to pickup a 75ish dollar programmable thermostat, I figured I’d check online one more time to see if any new price-competitive IP-enabled thermostats had hit the market.  WOW AM I SURE GLAD I DID.

Internet or IP-enabled thermostats have long been on my wish list of geek goodies for a while.  I’ve previously looked at units from Proliphix, Ecobee, BAYweb, and others.  They all either *require* utilization of their over-the-internet web interface (some for free, some for a monthly fee), and/or are prohibitively expensive.  The BAYweb isnt too bad at ~$200.00, and looks like rock-solid hardware, but it claims to have zero support for direct query to the device, and only communicates via an outgoing encrypted connection to the BAYweb web site.  To a home automation hacker, this is about as attractive as using AOL for email.

Enter the “RADIO THERMOSTAT CT50

This little gem is only $100, features full local programmability, *and* access to the back-end IP interface via Wi-FI.  I’d actually prefer wired ethernet, but for $100, I’ll shut the fuck up and deal.  They sell these direct for ~$140, but they’ve partnered with 3M/Filtrete, and are selling them through Home Depot for $99.98.

The 3M/Filtrete Part # is: 3M-50. Search for “radio thermostat” at homedepot.com.

EDIT: Home Depot  no longer sells these, but you can get them HERE.

I haven’t gotten it yet, but I ordered based on the following features:

*Local Programmability

*Wi-FI

*API Available (free)

*Direct query to the device for variables like temp/humidity (say for ex. using curl to grab variables from a script)

*iPhone App for controlling directly (free)

*PC App for controlling directly (free)

*Remote Access via their website (only if you want to use it this way)

*CHEAP CHEAP CHEAP – Somehow this thing is more full-featured than all the competition for 1/5th the price!!!!  It’s in the same price category as non-IP enabled programmable thermostats.

GO order one now before they wise up and price this more appropriately ~$250!

UPDATE – I received it, and further review is here:

http://moderntoil.com/?p=350

Slackers Unite! – KCFinder & jQuery

Happened upon two GREAT off-the-shelf free tools today:

KCFinder: Web File Manger

http://kcfinder.sunhater.com/

Ajax engine driven and controlled with CSS.  Super-easy to integrate into your own pile of code for web file mgmt, or just run it stand-alone.

jQuery: JavaScript Library

http://jquery.com/

Credit goes to my good friend Mike for pointing me in the direction of this one.  KICK-ASS libraries, including UI tools that let you look pro, even if you can barely cobble together a simple one-page info site.

Verizon iPhone 4 exhibits same antenna issues as the AT&T model

Awwwwwww c’mon seriously Apple??????

/fail

http://www.mobilecrunch.com/2011/02/25/consumer-reports-confirms-death-grip-in-verizon-iphone/

COD4 Winter Crash, Crash

For the over 2 years I’ve played Call of Duty 4, I’ve never once successfully been able to load/play the map “Winter Crash”.  Every single time iw3mp.exe crashes to the desktop about 1/3 of the way through loading the map.

Well, tonight I’d finally had enough (no idea why it took over 2 years for that to happen)  and I went on a Google rampage.  Apparently while this issue isn’t entirely unknown, it’s not common enough that anyone has posted a clear reason why it occurs, or a fix.  I tried re-extracting the original .ff files from the patch where they originated from, but they’re “touched” by later patches, and I’m guessing this is where the corruption occurs.  Restoring the original versions merely makes cod4 cry about them not matching the ones on the server, and deleting them altogether has the same result.  I thought maybe the game client would try to dl them from the server, but no dice.

After digging about some more, I found a random location online that had a copy of all the usermaps from the zone directory.  I dl’d the two files relevant to “Winter Crash”, which are:

mp_crash_snow.ff

and

mp_crash_snow_load.ff

and replaced my copies under:

C:\Program Files\Activision\Call of Duty 4 – Modern Warfare\zone\english

It worked!  For the first time ever I managed to successfully join a server running this map.

I’ve zipped up the two required files and placed them here for download:

http://web2.netmagi.com/cod4/winter_crash.zip

Unzip the files and overwrite your copies under the directory above.  Happy gaming!!!

Kuwait Bans Digital SLR Cameras

Traveling to Kuwait?  Leave your DSLR behind.  Kuwait has banned everyone (except journalists) from using Digital Single Lens Reflex cameras in their country.

http://thenextweb.com/me/2010/11/23/kuwait-dslr-camera-ban-now-in-effect/

Not that Kuwait is exactly high up on my list of travel destinations anyway, but seriously. . c’mon!  It feels like the earth is spinning backwards people!

Passenger Strips To Protest Screenings

http://www.msnbc.msn.com/id/40314284/ns/travel-news/

Samuel Wolanyk, I commend you!

We all need to take security seriously, but the reality is that this will do little or no good at preventing ill-intentioned terrorists from boarding aircraft.

For a good laugh, also check out this post for more images like the above:

http://thepeoplescube.com/current-truth/janet-napolitano-unveils-new-tsa-public-relations-campaign-t6420.html