August 14th, 2009
ABC announced it was cancelling the new Mike Judge series “The Goode Family”.
“The Goode family struggles with modern social and environmental responsibilities being liberals, and the paradoxes that arise for a working-class family when trying to be politically correct all of the time about everything.” (Wikipedia)
I saw a few of the 13 episodes and thought they were funny and really promising. It was a good combination of thoughtful political humor and modern American life.
ABC originally ran it on Wednesdays for a few weeks in late May and early June. Then the NBA playoffs moved the show to Friday nights where it stayed. Of course the ratings were terrible! Putting on a new series, in the summer, on Fri. nights?
ABC also never posted full episodes online — none at the show’s site on ABC.com nor on hulu.
This is a perfect show for getting linked to on the blogosphere. Given ABC’s lackluster online presence compared to other networks (especially NBC), I’m not surprised. I’m also not surprised that a show mocking modern suburban liberal attitudes was cancelled by a bunch of modern suburban liberals.
Mike Judge is a comic genius. Hopefully this show finds a good home somewhere else. Comedy Central always seems to be trying new things. And Fox seems to like restarting cancelled shows when they have a shot — see Family Guy and Futurama
So, if you want to bring back the Goode Family, send ABC an email and sign up for notification on Amazon when the DVD is ready.
Posted in humor, tv, politics | 1 Comment »
July 15th, 2009
Due to filesystem space issues, I had to upload a tar file to filesystem A but needed to extract it on filesystem B.
The tar file was less than the size of filesystem A. The tar file was less than the size of filesystem B. However, doubling the size of the tar file was greater than the size of filesystem A. Also, doubling the size of the tar file was greater than the size of filesystem B. That is, the extracted contents of the tarball should be the same size as the tarball itself; and the tar file is not deleted as a result of the extraction process.
In other words, I couldn’t do the typical upload to filesystem A and extract to filesystem A. I also couldn’t set the directory path when creating the tarball since that path didn’t exist on the destination server (and also couldn’t be created — the tar was created from a DVD).
LinuxQuestions.org provided the answer. I actually needed to do this on a Solaris 10 system and it worked fine.
cd /path/to/where/files/are/required
cat /path/to/file.tar | tar xf -
Although, I would do this command instead
– to add verbosity (the v) so I could monitor easier
– and throw it in the background (the &) so if my network connection dropped it would still run fine
cat /path/to/file.tar | tar xvf - &
Here’s a good site with basic info on how to use tar if you need more help.
Posted in technology | 1 Comment »
July 10th, 2009
Major League Baseball will soon be installing cameras in all stadiums to gather petabytes of positional data.
A half-century after Branch Rickey harrumphed, “There is nothing on earth anybody can do with fielding,” all these pixels and bits will almost certainly revolutionize the analysis of baseball glovework. Even the most traditional fans may appreciate the importance of on-base percentage and other modern offensive statistics, but they still rate fielders by errors and fielding percentage, which are about as computationally sophisticated as a horse clomping its hoof.
The primary job of a fielder is to turn batted balls into outs: an infielder by gobbling up ground balls and throwing them to a base, and an outfielder by catching as many fly balls as possible. But errors (and the rate of not making errors, which is fielding percentage) measure only a fielder’s glaring mistakes — they ignore the more important matter of who reaches balls that others do not.A half-century after Branch Rickey harrumphed, “There is nothing on earth anybody can do with fielding,” all these pixels and bits will almost certainly revolutionize the analysis of baseball glovework. Even the most traditional fans may appreciate the importance of on-base percentage and other modern offensive statistics, but they still rate fielders by errors and fielding percentage, which are about as computationally sophisticated as a horse clomping its hoof.
The primary job of a fielder is to turn batted balls into outs: an infielder by gobbling up ground balls and throwing them to a base, and an outfielder by catching as many fly balls as possible. But errors (and the rate of not making errors, which is fielding percentage) measure only a fielder’s glaring mistakes — they ignore the more important matter of who reaches balls that others do not.
Fans and team executives have recently developed systems to track how many balls are hit to each area of the field, where fielders are positioned and whether balls are hit hard, but they rely on eyeballed estimates. The new camera-tracking system will assess it all to the inch.
This is a much more robust system than the GPS-enabled shoes I mentioned in a post a couple years ago.
The camera system has been quietly tested and refined in the San Francisco Giants’ ballpark this season by Sportvision, the Bay Area company that developed the yellow first-down line for football broadcasts and car-tracking software for Nascar races. Sportvision has worked with Major League Baseball Advanced Media, the league’s Internet subsidiary, in the venture that will eventually cost upward of $5 million to install the system in all 30 stadiums, according to executives involved with the project.
Posted in technology, baseball | 1 Comment »
June 30th, 2009
Posted in technology | 1 Comment »
June 24th, 2009
Posted in politics | No Comments »
June 24th, 2009
More from the Daily Show’s Jason Jones in Iran (a couple weeks ago):
Posted in humor, politics | No Comments »
June 23rd, 2009
Daily Show correspondent Jason Jones was in Iran recently interviewing some people who are now under arrest:
And Jon Stewart interviews the son of one of those arrestees, Ebrahim Yazdi:
Posted in humor, politics | 1 Comment »
June 22nd, 2009
So what’s the over/under on the number of days before the creation and recognition of the Persian Republic?
Too many people — especially politicians and lawyers — talk about “fighting” for freedom, when they really mean talking in a civilized forum.
The people of Iran are fighting for their freedom right now.
Youtube has a channel dedicated to videos from Iran:
http://www.youtube.com/citizentube
Posted in tech, politics | No Comments »
June 21st, 2009
From the Wall Street Journal:
“Julius Genachowski, the man nominated to head the Federal Communications Commission … told a Senate committee he doesn’t support reinstatement of the Fairness Doctrine, an FCC rule abandoned during the Reagan administration that required broadcasters to air both sides of an issue. He said he doesn’t believe the FCC should be in the business of censoring political speech.”
Posted in fairness doctrine, politics | 1 Comment »
May 6th, 2009
Citizen Link has some details:
The FCC’s Advisory Committee on Diversity for Communications in the Digital Age plans to meet Thursday. The group exists to “make recommendations to the FCC regarding policies and practices that will further enhance the ability of minorities and women to participate in telecommunications and related industries.”
Seton Motley, director of communications for the Media Research Center, said the commission represents more than a dozen Leftist groups, but not a single conservative organization.
He said the goal is clear.
“The Left, no longer comfortable with trying the top-down, all-out assault that is the ‘Fairness’ Doctrine, intends instead to silence conservative and Christian talk via this broadcast license manipulation,” Motley wrote in a recent blog post.
“If they can succeed in making it impossible for talk radio to operate as a business, talk radio will cease to operate. Leftist problem solved. ‘Media diversity’ is just the latest Leftist attempt to get this done.”
The Media Research Center will also be following the action on their blog, MRCAction.org
Posted in fairness doctrine, politics | 1 Comment »