Manipulate Your TV Listings with TiVo+Ajax
scrapeYurShoos writes "As posted on PVRBlog: another cool use for Ajax (or whatever you want to call it), this one culls the Now Playing xml file residing on your TiVo and transforms it using xsl into a pretty webpage or a Pie Chart."
GO LINUX!
lol GNAA is fat and dumb
No more dirty movies.
GNAA declares victory over Wikipedia
Zeikfried - Associated Press, Nigeria
In a week which shall be recorded in Wikipedia infamy (and then vandalized and redirected to clitoris), the oft persecuted and never defeated internet missionaries of the Gay Nigger Association of America struck yet another powerful and telling blow against the powerful forces of bigotry and racism. Most notably, the growing zionist community on renowned internet pissing yard wikipedia.org.
And the records have indeed tumbled, with an unheard of third successful survival from the digital shitheap that is "Votes For Deletion". Coming in spite a heinous act of self promotion and cyber terrorism by Pat Gunn/Improv (formerly known as Aharon Meshenstein prior to his infiltration of the United States), who listed and inspired mob vandalism upon the GNAA's entry.
Fresh from his promotion of Wikipedia's $50,000 fundraiser for arms and supplies to the Jewish state of Israel, Improv launched a series of unprovoked and slanderous attacks against the well loved organisations leadership, all the while using foul and unholy necromancies to enlist the dead themselves to vote the entries deletion. Names such as "Wolfman" and "Demonslave" only adding to the damning list of evidence linking Mr Gunn to the occult.
Though Improv's actions gained him a small majority, a shock last minute intervention from Pope John Paul II spared the pages untimely fate, although as yet unconfirmed reports have indicated that several hundred 8-year old negro children were driven to the Basilica to secure the pontiffs support. Others point towards the black curse cast upon the deletion campaign by the support of infamous Brawl Hall mouthpiece "Yoyo" as the main driving force behind the salvation of the aforementioned entry.
But the details are likely to cause few sleepless nights among the group, only one of whom was willing to speak to the press. Namely GNAA Wikipedia contributor Popeye, who interrupted his drawing of pornography to give a brief dismissal the controversy: "Even with Improv's shady dealings, the sheer size and girth of a swollen GNAA phallus enables it both an identity and a vote of it's own. Making such discussion moot".
About Wikipedia:
Wikipedia, a content-free encyclopedia in many languages, started life in January 2001 and has already risen to the status of the internets premiere "trollpedia".
Currently Wikipedia contains 363950 articles, 10032 of which are genuine, and 343 of them factually accurate. Leaving Wikipedia on an academic par with "Star Wars: Incredible Cross-sections: The Ultimate Guide to Star Wars Vehicles and Spacecraft" and "My First Book of Animals from A to Z".
About GNAA:
GNAA (GAY NIGGER ASSOCIATION OF AMERICA) is the first organization which gathers GAY NIGGERS from all over America and abroad for one common goal - being GAY NIGGERS.
Are you GAY ?
Are you a NIGGER ?
Are you a GAY NIGGER ?
If you answered "Yes" to all of the above questions, then GNAA (GAY NIGGER ASSOCIATI
And in your mouth too!
to a pie chart that has a key so we know what the colors mean.
Your hair look like poop, Bob! - Wanker.
yawn, someone has some time on their hands. Seriously, maybe better scheduling, or better recomendations would be nice. I sometimes miss a show I really like b/c I'm watching something else. That ability to put a type of show on some priority listing that allows you to be notified if one of these types of shows is playing would be cool. But why would you want to see the schedule as a pie chart?
"Those that start by burning books, will end by burning men."
i beat you lamer gnaa morons to FP. the gnaa is dead! you idiots are NOTHING these days!
If nerds could really manipulate TV listings, we'd have new episodes of "Star Trek" every night (including those "T'Pol's Bath" shows aired only after midnight).
Don't blame Durga. I voted for Centauri.
This is a really cool hack, it's nice that it doesn't require me to get telnet or anything running on my tivo. However, it's not very accurate. For instance, I have 121 episodes of Good Eat's Tivo'd, but it's only reporting 13.
Whatever I want to call it? I can't form an opinion as to what to call it if I have no idea what it does and neither the submitter nor the editor saw fit to give any explanation of it or even a link describing the product/software/technology/meat-byproduct. Can someone give an explanation so that the story makes some small degree of sense to those of us who have lives outside of TiVo hacking?
That pie chart. Is there some sort of key for it? What is red? What is blue? What is green?
another cool use for Ajax (or whatever you want to call it)
Thank you, Jesse James Garrett, you ugly slag, for coining the most irritating term yet devised for Javascript.
Ted Nugent recently made some radical comments at a convention...If Bill gates was a radical Ted Nugent, he might say...
"Remember the Alamo! Shoot 'em!" he screamed to applause. "To show you how radical I am, I want open source programmers dead. I want linux dead. I want open office dead. I want software pirates dead. I want the bad guys dead. No court case. No parole. No early release. I want 'em dead. Get a gun and when they attack you, shoot 'em."
It shows as one of the top listings "Hockey", which, last time I checked, was one of EA's videogames only.
Don't blame Durga. I voted for Centauri.
AJAX
C-x C-s C-x k
Yes, I know that Tivo hacking is popular, but leaving behind a lemon scent after cleaning up the dirt and filth that is recorded on a Tivo hard drive is a little weird...even for Slashdot.
I heard that your library burnt down and destroyed your only two books - and one was not even coloured in yet.
You can call it Ajax or whatever. Basically it uses asynchronous calls from the client side using Javascript.
CLICK HERE and make you boring webpage a bit more live and interesting
fuvoo: watch something
Ajax means that your browser makes requests via javascript to send/receive new content, rather than loading completely new pages. Very handy, and it's nice that there's finally a name for it. (Pain in the ass to unit test though, since there aren't any good javascript libraries for Perl or Ruby [what I use for web testing]).
So what on earth does it have to do with this little XSL hack? You could do the same thing from your command line, no web at all!
Let's go easy on those buzzwords okay? They take otherwise good ideas and drive them into the ground.
I'm glad somebody pointed this out. "Ajax" is just one guy's acronym ("Asynchronous JavaScript + XML") for a technique he didn't invent that's been around for years, first as the xmlHttpRequest ActiveX control for IE and now supported natively by Mozilla. Basically, instead of switching from one web page to another, you have a single page that sits in the browser accepting user input, getting data from a server and repainting portions of itself, just like a standard application. No need to maintain session state because the user stays on that page for the whole session.
When I first found out about xmlHttpRequest back around 1998 I got all excited. It seemed like what the web had been waiting for. I was really surprised when Asp.Net returned to more of a refresh-refresh-refresh model with an elaborate state maintenance scheme.
I find designing pages with xmlHttpRequest intensely fun and more like good old fashioned application programming. Do yourself a favor and try it out.
We decided to call it 'Jasc' at work.
Javascript API for Server Communication. AJAX seemed to avoid most of the uses of the various technologies the are included in this umbrella.
For example, the communications do not have to be asynchronous and doesn't actually need to have anything to do with XML.
Actually the engine isn't even required to be JavaScript, IE uses ActiveX objects and I have seen an example of an implementation using Java in Opera. However for our API, we are wrapping the engine in a JS object and only implementing in IE and Gecko engined browsers.
Here's a good comment from the original slashdot "ajax" discussion that sums it up
There is no gravity...the earth just sucks.
the link in the summary, http://www.pvrblog.com/pvr/2005/04/tivo_ajax.html,
is filled with racial slur.
Just scroll down.
This will be much more useful when they get around to putting on more than two or three television programs actually worth watching.
Slashdot Burying Stories About Slashdot Media Owned
WTF do I want my TV listings in a pie chart for? So I can graphically see how homogenized TV has become?
If 40% of your graph is a single show (as in the blank example linked in the summary) that's just depressing.
Lost at C:>. Found at C.
move a7ny equipment
The term "AJAX" is just a parasitic attempt to profit from a well-known and long-used technology without a common name.
while (!asleep()) sheep++
Low country barbecue is great, I like pulled pork just fine, but it's dogfood compared to some succulent Texas Brisket. Maybe with some Rudy's "sause" and some pickles and onions... or maybe head down to the Salt Lick...
But even pork loin cooked up Texas style is, IMNSHO, better than pulled pork.
You're making me hungry... early lunch today! Wohoo!
-- Erich
Slashdot reader since 1997
http://www.niteshdw.com/ has all eps on bit torrent.
/. junkies is prob preaching to the choir)
:)
search any bit torrent and tv goes *poof* gone....
tv is a waste of electricity when you can download the same content with no comercials as well as ability to pause.
of course you need 10gb of space per season. (takes 2-3 days to get your season, plan ahead and no worries)
i've saved myself countless hours of watching tv comercials.
considering the episodes are 40 minutes each thats 20 minutes left JUST for ads.
3 hours of tv = 1 hour of ads. what a waste.
(then again telling all you smart
www.novatina.com has a great selection as well.