Older blog entries for saul (starting at number 32)

6 Jun 2008 (updated 23 Oct 2008 at 07:06 UTC) »

Vudu

So a few months back I got a Vudu box for basically free. It's a movie streaming set top box. The idea being you hook it up to your tv and then you can rent and buy movies from your couch. Now I wouldn't buy movies on it since they are locked on the the device, but renting is only $2ish and the quality is excellent. (Though since my roommate got a netflix account we hardly use the box anymore) The big selling point of the Vudu box is that it does an excellent job of streaming the content, so you can instantly watch anything in their catalog (including HD movies).

One of the biggest problems I've had is that the catalog of movies (which is pretty big about 5500 movies, and over 120 in HD) isn't searchable online. Which is super annoying, since if I want to watch a movie I'd like to know if it's on Vudu.

So I present the full catalog of movies and tv shows on the vudu in one searchable page. I extracted the information from the vudu site (which incidentally is written in non-optimized javascript, which makes for easy dissecting).

When I have some more time I'll detail the format they use, but the short version is:

This URL can be used to get all the movies in one easy to parse javascript chunk.
It's pretty easy to figure out what the different fields do by playing around with the Vudu browser page


Update (10/22/08): Vudu has change it's site. My above script no longer works :( They have updated there movie listing so you can now buy movies online (finally), but they still don't have search.

Syndicated 2008-06-06 07:17:34 (Updated 2008-10-23 06:52:49) from Saul's Blog

Dear Phone Scamming Jerks

Dear Phone Scamming Jerks,

I'm not sure how your scam works but I'm not interested.

Please stop calling me.

Sincerely
- Saul

PS, you're a jerk.

Syndicated 2008-04-18 05:34:14 from Saul's Blog

8 Mar 2008 (updated 9 Mar 2008 at 00:08 UTC) »

Bike almost stolen

So my bike was almost stolen again

I left it at the Palo Alto Caltrain station locked to a tree and when I came back the lock was cut open.


Cut Lock


The weird part is my bike was still there seemingly untouched. I guess the would be thief got interrupted.

Note to the reader, this is a different bike then the one that was almost stolen in waterloo, but it's of the same "quality". I guess the fact that people are "almost stealing" rather then full out stealing my bike is a good thing.

Syndicated 2008-03-08 09:48:26 (Updated 2008-03-08 23:36:42) from Saul's Blog

Free Public WiFi

I always see these "Free Public Wifi" Ad-hoc networks around and just assumed they were infected machines. It would seem they are actually a mix between windows being extra crazy and people being gullible.

Details: http://blogs.chron.com/techblog/archives/2006/09/free_public_wif.html

Syndicated 2007-11-27 23:29:17 from Saul's Blog

Dr. Robert W. Bussard

Dr Bussard died :(

I had the chance to see his talk when I interned at Google, and then had the great privilege to have dinner and talk to him. He was an amazing man, very spry for a 79 year old. I'll never forget when he told us "If you've never had the experience of seeing a nuclear blast in person, it's transcendent." (I'm paraphrasing) Just hearing him talk about the the early days of nuclear research was just so interesting, I now wish I had recorded the conversation.

He was an amazing man.

Update: It would seem David had the same impressions

Syndicated 2007-10-13 05:55:11 from Saul's Blog

Happy Talk Like a Pirate Day Ye Scurvy Dogs




YAAAAAAAAAAAARRRRRRRRRRRRRRRRR

Syndicated 2007-09-19 19:52:24 from Saul's Blog

cuTorrent

cuTorrent is just a little tool I use a lot myself, so I thought it would be nice to package it up a little and let it loose in the wilds of the internet.

It's basically a console version of the uTorrent webUI. For the 3 people that don't know, uTorrent is one of the best (but closed source) bit torrent clients out there, and was recently bought by BitTorrent Inc (Bram Cohen's company which produces the "official" bit torrent client). It's Windows only right now, but there is an OSX private beta going on. Also they seem to be doing their best to support wine (which is kind of like linux support... almost).


This program has been tested with python2.4 on both linux and OSX (in theory it should work on any system that has python2.4+ installed). I've packaged up a beta, but (as always) the svn repository is more up to date

cuTorrent is licensed under the APL 2.0.

Special thanks to Rob Crowther for his python library for accessing the uTorrent webUI which is the basis for this program.

Syndicated 2007-08-29 19:13:36 from Saul's Blog

Comment Spam

So I had someone post the strangest comment spam on my blog the other day. You can see it here. I haven't yet deleted it, since it doesn't have any URLs or any real "economic" point to the message. I can only assume that people are now trying to poison the LJ spam filters (does LJ even have spam filters?).

Since I might soon delete the message here's a copy of it


Title: Hi gays, where my money!!!

Hi all!
I don't know what happend? Where are you many?
G'night


I checked the IP of the poster and it's a known compromised box in Korea.

In short WTF?

Syndicated 2007-08-16 19:47:45 (Updated 2007-08-16 19:49:05) from Saul's Blog

waterloser @ 2007-08-15T01:49:00

This new feature in Google Spreadsheets is pretty cool.


Syntax: =GoogleLookup("entity"; "attribute")
where "entity" represents the name of the entity that you want to access, like Kuala Lumpur, Audrey Hepburn, or oxygen, and "attribute" is the type of information that you want to retrieve.


For example you could make a cell that contains the number of internet uses in Paraguay. [=GoogleLookup("Paraguay"; "internet users")] While that might not be very useful, doing something like inserting the atomic weight of helium, the population of Canada, or the real time price of a stock could be.

Syndicated 2007-08-15 06:02:19 (Updated 2007-08-15 08:00:49) from Saul's Blog

Web Hosting

Dear Lazy web,

I'm looking a VPS, I don't need anything all that amazing. I just want a (virtual) box which I can install Linux, Apache and PostgreSQL on. Something I can use as a platform for the web apps I want to play with. To give a feel for what I need, I used to use a 500MHz machines with 256M of ram running in my basement for such fun.

Also I'm looking at Linode right now, anyone have any experiences with them?

Yours lazily,
- Saul

Syndicated 2007-07-31 06:09:17 (Updated 2007-07-31 06:18:51) from Saul's Blog

23 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!