Amazing Race 12

The Teams

The best reality show on tv, The Amazing Race, will be starting it's 12th season on November 4th. I went throught the teams compteting this time, and the only team worth following is the "sisters" team of Marianna & Julia. A double dose of hotness. I hope they win the 1 mil prize just because they're hot.
The Sisters

There's also another hot chick from the "dating for almost one year" team, Rachel and some guy with 2 letters as a name. Who gives a shit who the guy is.
The Hot Chick and Nobody

The other teams are just extras. They replaced the obligatory gay team with a goth couple. The "minority" team is now an Asian father/daughter team. I know the term "Asian" can be vague and I hate to use it, but where in Asia wasn't mentioned in the article. They're the sepet kind of Asian if I have to further drill down. Just look at the damn picture on the site.

E4X in Flex

I've just started working on an Adobe Flex project, and I've messing around with E4X. I'm familiar with Xpath 1.0 from working with Konfabulator widgets, but it took me a while to get to grips with E4X. Most of what I learned, I got from this website. So, I'll just go ahead and use some of the material from the site. Here's what I've learned so far. I'll be using the below XML as an example.

<?xml version="1.0"?>
<rdf>
<channel>
<title><![CDATA[Test file]]></title>
<link>http://www.sephiroth.it</link>
<description><![CDATA[A custom description of this document]]></description>
<language>en-us</language>
<items>
<item id="001">
<resource url="http://www.sephiroth.it/tutorials.php" />
<channel>FLASH-PHP</channel>
<author email="alex@alex.com">
<name>Alessandro</name>
</author>
</item>
<item id="002">
<resource url="http://www.sephiroth.it/tutorials/flashPHP/E4X" />
<channel>Flash 9</channel>
<author email="mich@alex.com">
<name>Michael</name>
</author>
</item>
<item id="003">
<resource url="http://www.sephiroth.it/tutorials/flashPHP/scrollRect" />
<channel>Flash 8</channel>
<author email="fk@alex.com">
<name>Frank</name>
</author>
</item>
</items>
</channel>
</rdf>


httpResult.lastResult..item will give all the items in XML fromat:


<item id="001">
<resource url="http://www.sephiroth.it/tutorials.php" />
<channel>FLASH-PHP</channel>
<author email="alex@alex.com">
<name>Alessandro</name>
</author>
</item>
<item id="002">
<resource url="http://www.sephiroth.it/tutorials/flashPHP/E4X" />
<channel>Flash 9</channel>
<author email="mich@alex.com">
<name>Michael</name>
</author>
</item>
<item id="003">
<resource url="http://www.sephiroth.it/tutorials/flashPHP/scrollRect" />
<channel>Flash 8</channel>
<author email="fk@alex.com">
<name>Frank</name>
</author>
</item>

httpResult.lastResult..name.text() will give all names in normal text, without the XML formatting. That's what the .text() is for.

AlessandroMichaelFrank


httpResult.lastResult..item.@id will give the ids of every item:

001002003

httpResult.lastResult..item[1].@id will give the id of the second item. But there's a warning that popped up in the debugger that discourages from using square bracket operator. It recommends using the ArrayCollection.getItemAt() instead.


002

After knowing all that, I can virtually get any value I want. But there's still along way to go in mastering Flex.

Grindhouse




Grindhouse is a mixed bag. Death Proof, the Tarantino half of the movie is one of the most boring movies I've ever seen. You can literally fall asleep watching the movie. The dialog is filled so much with "inside" reference, if you're not into the "Tarantino" state of mind, you wouldn't give a shit about what they're talking about. By "Tarantino" state of mind, I mean you're into old vintage cars, and 70s pop culture, and stunts and stuff. I'm not into that stuff, so the only good part of the movie was the lap dance scene by Vanessa Ferlito. Other than that, it just stretches itself with pointless rambling about car stunts. Even the violence isn't that heavy compared to the other half. I'll save you the hassle of watching the whole movie by embedding the only good part of the movie, the lap dance scene, here. Enjoy.




The other half of Grindhouse, Planet Terror by Robert Rodriguez, on the other hand, is one of the best movies I've ever seen. It's one of those over-the-top ultra violent zombie movies that is fun to watch, and at the same time, it doesn't feel old. They've put new ideas into it to make it feel different from the other similar movies that have been made. I can't even begin to tell how much I enjoyed this movie. A must watch.

If you're going to catch this one on DVD or download it, I recommend Planet Terror and give Death Proof a pass.

New Season

Well, it's time again where good tv shows start their new season. And there're a few new ones too. The new shows that people are saying is good is Pushing Daisies, Journeyman, and Chuck. Of the three, I've only watched the first episode of Journeyman. I'm not sure about Journeyman after reading that the creators are going to focus more on the weekly time travel escapades rather than unraveling the mystery of why he's traveling through time. What got me interested is the mystery, not the lame weekly outings. I just haven't got around to watching the other two shows.

What I'm actually downloading and watching is House, Heroes and Smallville. I know, Smallville is kinda lame, but I'll watch it until 24 or Lost returns, or until one of the new shows really makes a breakthrough. Kristin Kreuk makes it worth the download. If you don't know how hot she is, then you're really missing something. And there's a new set of pictures that show that she is one of those girls who get more beautiful when they're upset. These pics prove it. There hasn't really been any "breakthrough" shows yet this season. Last season's "breakthrough" was Heroes. I don't think there'll be one this season.

Of the three shows I'm currently following, House is easily the best. This season's House is hilarious. I find the chemistry between House and James (James is the friend, not one of those docs who works for him) just perfect this season. The banter between them just hits the right spot for me. And Heroes, the first season wasn't great, it was just good. And this season looks like its going to continue being good, not great. I've figured out a way to heighten my enjoyment of Heroes. The trick is not to take the show as seriously as 24 or Lost. If you do that, you'll just get disappointed. You need to see it as a show like Smallville with a slight touch of mystery like Lost, but not as deep. If you can manage that, you will surely increase your enjoyment of the series.

What I'm really looking forward to is Lost, but it ain't coming until next year. Other shows to look forward to 24 where rumors say there'll be no CTU, and Battlestar Galactica. And the fact that the coming season being the last season of Battlestar, it is surely going to be EPIC. But there are rumors that say that the final episode of the season will be pushed to 2009. It'll really suck if it's true.