It has been one God-Awful slow month.
This morning I thought I’d hack around a bit with the code base. I ran across a site that has apparently evaded my proxy harvesting for quite some time. This time it wasn’t a JavaScript jockey, which I can handle, or an Ajax Asshole, which I can’t.
It was fucking Unicode. Ugh.
All my fine Linux utilities barf all over Unicode, except for Links2, which I have generally abandoned in favor of curl and wget for reasons I can’t remember (you may recall html2text was trashed due to its insistence on adding character-backspace-character sequences that make no sense at all). So I dusted it off and made a script just for this new site.
Surprisingly, there were three good proxies in that list. Plus there were quite a few that were dead, but not in the database.
I’ll take what I can get, but this site pissed me off so bad I just had to add a “User-Agent: FuckYou 2.o” header to the script before I threw it into the 4AM daily run.
Now I’m spot-checking all my code for new tricks like this one.