November, 2004


29
Nov 04

Podcast: Openpodcast.org and techshorts bandwidth abuser MP3

It has come to my attention that openpodcast.org has posted an MP3 that I only ever intended to be distributed to people that were repeated issuing GET requests to the same show.

I’m not sure how openpodcast.org got a copy of the MP3 file or why it would have been posted to their feed, but I have an email out to Ben to find out what is going on.

At any rate, I am posting another podcast with this explanation so that people can know that they haven’t been banned from listening to my show.

A apologize for this confusion and hope to get to the bottom of it soon.

Podcast TS_2004-11-29_notice.mp3


28
Nov 04

Podcast clients

I’ve added a page with podcast clients to help people that are new to podcasting or for people that are looking for a better client.

If you have a client that you would like to see added to the list, let me know.

I’ve also added the link to the sidebar.


28
Nov 04

Podcast: Thanksgiving leftovers

Eric at Useless Miscellany talks about single click podcast subscriptions

Game On The Street

Macs being easier to use is a myth!

The future of computing is going to be data that follows you around the network.

Music:

Headphones by Fluid from Magnatune.com

Rock N’ Roll Is Dead by Electric Frankenstein from Magnatune.com

Podcast TS_2004-11-28.mp3


26
Nov 04

Happy Thanksgiving!!!!

Happy Thanksgiving to all the Americans out there. Hope you had a filling and enjoyable day.


22
Nov 04

Podcast: Standard games

Todays show topics:

My computer power supply.

The Nintendo DS was released today.

Halo2 update.

Where are the consumer electronics standards for control and data transfer?
Why do we have more than one cable to connect components?

How I do my podcast on Windows XP.
Does anyone have any good ideas for recording Skype conversations on one computer without the remote Skype listener hearing echos?

Music:

The D.A.s – Taxis and Trains
Roots of Rebellion – The Order

Podcast TS_2004-11-21.mp3


20
Nov 04

Power to the people

Got my new power supply in my computer and not only is my computer working again, but for the first time in months my computer will actually turn on immediately when I press the power switch.
Electronics that actually works. Go figure. Hopefully this power supply lasts longer than the previous one.

Of course it wasn’t quite as easy as that. It took me a while to get my monitor working(!) I’ll have to explain that in my next podcast.


16
Nov 04

Duct taping together my podcast

pealco.net
popcast.com
Lam Rim Radio
mp3car.com

Music:
Fluid – Mercurial Girl
Roots of Rebellion – Legend

Podcast: TS_2004-11-16.mp3


13
Nov 04

Desktop takes a dive

Well my desktop powersupply has been acting really strangely over the last few months and it appears that it finally gave up and died. By strange I mean that at first I would press the power switch and then 15 minutes later it would turn on. Then more recently I had to press the power switch, wait about 15 minutes and pull out the ethernet cable and it would turn on (I kid you not).

I woke up early this morning because I was going to chat with some people about technology. And I went to turn on my computer (trying all the normal tricks) and nothing happened. Unfortunately, my computer is one of those mini-tower shuttle PC’s, so you can’t get a power supply that will fit at any of the local stores.
So I missed my chat (sorry guys), and now I guess I’m without the use of my desktop machine until I can get a new power supply. I guess I should have ordered one before when it was acting strange…


9
Nov 04

Video game deluge

The next few months are going to have a flurry of hot games.

Here are some big games coming in the next few weeks:
EverQuest2
Halo2
Jak3
Urbz: Sims in the City
Need for Speed Underground 2
Half Life 2
Golden Eye: Rogue Agent
Metal Gear Solid 3: Snake Eater
Spy vs Spy
Metroid Prime 2

Old skool fun:
Bomberman Online for the DreamCast, how could I have missed you?
Flash Bomberman (This will only give you a taste of what Bomberman is like. You’ll want to play Super Bomberman for the SNES or something similar to get the real feel.
Java Bomberman (which I have not tried!)
Chu Chu Rocket is another great multiplayer game. Unfortunately the online experience was very laggy, but still was fun to play.

Music:
Shine on me by SONICCRUSH
When The Lights Go Out by Lazyeyemusic

Podcast: TS_2004-11-09.mp3


7
Nov 04

Shutting down bandwidth abusing clients

I had noticed that some IP addresses were showing up quite frequently in my Apache logs, so I added support for tracking additional information about my podcasts using the how to by JimBob of Whole Wheat Radio.

Instead of banning the person outright I thought I would redirect all their MP3 requests to a MP3 file indicating what was wrong and what needed to be done to fix the problem.

So starting today, this is going into effect for people who are using client programs that are abusing bandwidth. (by repeatedly doing GET’s of the podcast MP3 files even when the files haven’t changed).

To do this I added a .htaccess file (that is displayed below). Make sure your conf file has .htaccess enabled.
This file instructs Apache to rewrite an accesses to any mp3 file from the IP 1.2.3.4 to a specific mp3 file (in this case techshorts_abuser.mp3)

The first line enables the rewrite engine.
The second line checks for a match on the requesting IP address being 1.2.3.4
The third line prevents the rule from matching against the file that we are going to use as our replacement file. And finally the fourth line contains how the URL will be rewritten before it is served by the webserver.

Here is the .htaccess file:
RewriteEngine on
RewriteCond %{REMOTE_HOST} ^1\.2\.3\.4$
RewriteCond %{REQUEST_FILENAME} !techshorts_abuser.mp3$
RewriteRule ^(.+\.mp3) /wp-content/techshorts_abuser.mp3 [R,L]

If this affects you, then you will need to either upgrade your ipodder client, switch to a new ipodder client, or contact me if there is some other explanation.
After you have done this, let me know and I will remove this redirection for you.

You can contact me either by leaving a comment on this blog.
Or you can send me email @techshorts[at]wifall[d0t]c0m
Or you can try to skype me podcaster