Journaling on estrip is easy and free. sign up here

Paul's Journal

paul
My Podcast Link

09/12/2009 14:13 #49753

Toxic waste recycle day

I participated in the Erie county hazardous waste drop off day over on
putnam st. I was so happy to get rid of the rest of the nasty
chemicals in various states of decomposion that were in my garage and
basement.

Look what happend to the container from the leakage. Considering how
much leaking was going on, it's a miracle my garage did not start in
fire.
image
image
image
image
paul - 09/13/09 11:28
I think it is actually a common amount of chemcials. Homes and automobiles seems to have lots of chemical requirements.
tinypliny - 09/12/09 14:35
Did home-bomb-makers live there before you?!! They look deadly. I hope you were wearing your mask and gloves when you handled them.
paul - 09/12/09 14:25
I don't think there were any cleaning chemicals. They were most home repair, roofing, automatics and fuel chemicals. 90% of which were here when we moved in.
tinypliny - 09/12/09 14:18
Were they all cleaning chemicals? What were they?

09/12/2009 12:26 #49752

You can tramp all day for $1.00
Category: gym
This was also found in the pics from (e:paul,49751) I don't think this invention had much of a future, unless this is the predecessor to the jock strap. Has anyone seen one of these before?

image
james - 09/12/09 22:35
Would free balling it be "just as nature intended"?
paul - 09/12/09 17:35
I prefer them dirty, lol.
tinypliny - 09/12/09 15:03
heh, are they still called Meyers and still in Watertown?
jim - 09/12/09 14:55
In fact, I'm wearing one right now ^_^

I really enjoy my clean suspensory.
tinypliny - 09/12/09 14:38
and get varicose veins for $20,000

tinypliny - 09/12/09 14:37
How do you filter out just male-specific images? Do you have some sort of a keyword system? What part of your code specifies just males?

09/12/2009 12:08 #49751

Robots and Men
Category: web
I love writing robots that collect pictures of men, this one was not much of a challenge but resulted in a net gain of 30,000 pics for my robot library.

This one was very simple. It basically loops through, visits the pages, checks to see if there is a photo on the page and then saves the photo based on the category if it exists. Sometimes the robots are much more elaborate. It wasn't even worth writing a class because the code required wasn't more than could go in one method.

There are two photo examples down below the code are of au naturel vintage men, although they are no more offensive than the statue of david. Don't scroll if you don't want to see it.

<?
$dir = 'xpics/';
if(!is_dir($dir)){
mkdir($dir);
}

foreach(range(1, 30423) as $x){

//grab html
$html = file_get_contents('http://SOMEWEBSITE/postcontent/showfull.php?photo='.$x);

if(strstr($html, "Photo not found in the database!")){
echo "Pic ".$x.' not found';
continue;
}

//get photo name
preg_match("~http://SOMEWEBSITE/postcontent/data/(d+)/(.*?)"~", $html, $data);

$src = str_replace('"', '', $data[0]);
$category = $data[1];
$name = $data[2];

$category_dir = $dir.$category.'/';
if(!is_dir($category_dir)){
mkdir($category_dir);
}

$jpeg = file_get_contents($src);
file_put_contents($category_dir.$name, $jpeg);

echo "Saved pic #".$x;
}
?>

image

What is the story behind this one?
image
jim - 09/12/09 14:54
tinypliny: the site came pre-filtered, with only images of men.
tinypliny - 09/12/09 14:03
The first bloke should totally consider donating his body to bodyworlds. Are those muscles for real?! He must work out half a day everyday.
jim - 09/12/09 12:42
Now look what you've done to me :/

09/11/2009 15:51 #49747

Christan spam from 716-536-7113

Someone at telephone number 716-536-7113 keeps spamming me texts.
It's freakin irritating.

I mean the last one could be taken as a threat depending how you read
it. I can't figure out who it is that would be close enough to get my
number but not close enough to realize this is enough for me to not be
friends with then anymore.

I tried calling but get one of those generic mailbox voicemails.

Who would think this is an appropriate message to send me. I guess
they figure i am in need of prayer and by sending me this text god
will favor them. How pathetic is that. Hopefully it's not someone
too important because I left them a mean message.
image
lilho - 09/11/09 23:08
wow, thanx a lot paul. that was me, and i am just trying to be your friend and help save you.
libertad - 09/11/09 17:52
That is so funny! I love your response.
james - 09/11/09 16:20
You can you reverse lookup. Unfortunately it is a cell phone so you can't get a name or address.

Flaming poo bags are in order.
jenks - 09/11/09 16:15
can't you reverse lookup or something?
that would really irritate me.
but at least it's from a number, and not like "40605" like the ones I get.

09/11/2009 15:06 #49745

Haze Hollow - Dancing and Camping?
Category: dancing
A music festival in Mayville next Saturday Sept 19th.

image
jim - 09/19/09 22:04
Now I don't feel bad that I spent the night getting it on, instead :)
paul - 09/19/09 21:54
This was probably the most dissapointing event ever. We drove 1.5 hours to find out the organizers had canceled and didn't bother posting about it. It makes me want to smash their faces.
libertad - 09/11/09 18:20
I like that flyer and it sounds fun. Hopefully that one won't get shut down like the outdoor music festival did here.