SkipJam iMedia Center
Here is a pretty cool product line of products that will let you display your computer audio and video contents on your AV system. It looks like they have a server product that will transmit content to up to 4 client products. It looks like the client product will also play content off of a PC or a Network Storage Device.
The SkipJam iMedia center will play MPEG 1/2/4, MP3, WMA, WAV, Ogg, JPG.
I am not sure that I am all that interested in this. The SkipJam iMedia Player seems not to be worth $499.
RSS, Shrook and Distributed checking
I have been using a RSS aggregator/reader for about two months, and I really like it. It seems that RSS could be the next way that information is distributed. For example, using a RSS aggregator/reader can be used to get timely news from the different news sources. Also, I can see rss feeds replacing email newsletters. Email newsletters have a problem because the messages may get missed either because people have too many spam messages, or their spam filters are too agressive and filter these news letters. Also rss feeds can help save the bandwidth for a web publisher. The
rss xml can be smaller than the formated html for the pages.
Now it seems that rss feeds will be easier for everyone to use. Apple is including a rss reader in their Safari 2.0 for Mac OS X 10.4. So I think that more and more people will be using rss feeds.
New Kenwood AV Amp

Gizmodo has an article on a new Kenwood AV Amplifier. It plays MPEG-1, MPEG-2 and Xvid video files. Also it play MP3, WMA and OggVorbis audio files. There is a 10/100 Ethernet interface to stream formats.
I wonder how much this will cost when it comes to the US. Also I wonder what the video interface will be. In order to make most computer video content to look good on a tv, especially a Hi-def one, there will have to be a good line doubler. I am sure that the hardware on this box will be pretty amazing.
sshd through dns
A while ago, I wrote about how t-mobile silently traps SMTP traffic. Boing Boing has an article about some one who as done a presentation on how ssh could be tunnled through dns.
This seems like this could be a way to get free internet access from an internet cafe. But, I also think that this would be pretty easy to block. All a dns server would have to do is to not forward dns queries that are not in a known format.
Blocking web slurping
I noticed in the web logs for one of my web sites, that someone was running a program to slurp all of the content to their computer. Here are some excerpts of the logs:
xx.xx.xx.xx – - [07/Jun/2004:03:50:09 -0700] "GET /famlist.php?PHPSESSID=823c1a9974e1972a0d9420d3291805df HTTP/1.0" 200 21175 "-" "BlackWidow-Spider1 (+http://www.xxxxxxx.com)"
xx.xx.xx.xx – - [07/Jun/2004:03:50:11 -0700] "GET /sourcelist.php?PHPSESSID=823c1a9974e1972a0d9420d3291805df HTTP/1.0" 200 19183 "-" "BlackWidow-Spider1 (+http://www.xxxxxxx.com)"
xx.xx.xx.xx – - [07/Jun/2004:03:50:12 -0700] "GET /placelist.php?PHPSESSID=823c1a9974e1972a0d9420d3291805df HTTP/1.0" 200 34963 "-" "BlackWidow-Spider1 (+http://www.xxxxxx.com)"
I don’t mind that search engines crawl my web sites (That is why I made this information public), but I don’t want people to slurp all of the data down.
I put the following mod_rewrite rule to block people using this software from downloading my content.
RewriteEngine On
RewriteCond %{http_USER_AGENT} ^blackwidow
RewriteRule /* – [F]
This will only work if they don’t change the User Agent (which I kow that they can do) If they change the User Agent, I will either list the new User Agent, or I will start blocking ip addresses.
There is one down side with this solution. When this rule fires, the web server will not return the error document becuase it the permissions are set up so that it does not have permissions to access the error document. I will fix that if it is easy. In some ways I don’t care about their user experience, since they shouldn’t be doing this anyway.
Alpine web movie
I just found a pretty cool web movie that Alpine created for their car audio products. It is called Mute.
It seems that companies are doing this a lot, and it seems to be working. I really liked it when BMW came out with their film series.
BMW iPod
Apple and BMW announced that BMW owners can play their iPod on their stereo. Engaget has a good review on this, and I agree with it. I think that this product will be cool, once the iPod UI is shown on the head unit itself. Ideally, I think that it would bew great if the head unit had a motorozed slot that took in the iPod.
I think that Alpine could do a good job if they do what they announced at CES. Alpine already has the ability to have a ui from components on their head units. For example here is a picture of their hda-5460.
Trackback info
This is a good blog entry that describes trackbacks.
Parsing RSS in PHP
I found this pretty cool project to display RSS feeds in PHP scripts. It is called Magpie RSS. It parses the rss feed, and then allows PHP to display it as you want.
It looks like it supports RSS 0.9 through RSS 1.0. It also parses RSS 1.0′s modules, RSS 2.0, and Atom
Here is an example that I created of a php script parsing this blog.
There is another example of this that is availabe with PEAR. But it doesn’t appear that XML_RSS has been updated as recently.
New Swiss Army knife
This is a pretty cool upgrade to the old Swiss Army knife. It has a USB key drive, that is removable for travel on airplanes. http://www.victorinox.com/

