hugme: (Default)
Here is an online recipe book where one of the ingredients in each is semen... Yup! So, who wants to come over for dinner?

http://www.lulu.com/browse/preview.php?fCID=4956212

----------------------

Those of you who are against stem cell research SUCK...

new breakthrough... this is great!

http://news.bbc.co.uk/2/hi/health/7735696.stm
hugme: (Default)
One of the devices I admin is an old Solaris 8 device... I was cleaning it up yesterday and found a directory of spam from 2002... good candidate for deletion... I did an `rm -Rf` on the directory and left it alone. Today I go and check to see if it's complete... nope, only 2% done, it had been running for 14 hours. This is odd...

A closer inspection of the directory and I found that there were in fact over 2,000,000 emails in this directory, each in their own directory and file. The system was taking about half a second PER FILE. There has to be a better way.

Some research online I got no result. There are a lot of people with this problem but there weren't any answers which worked. People had tried to script something in perl, php, shell... no result.

So I got to thinking about it, the `rm` command is single threaded... doesn't really use up that much cpu or disk.. so you can run MANY of them at once with out hurting the device (this is a production device btw). BUT if you try to run a rm command for EVERY file in the directory, THAT will hurt the device. What about running a number of remove commands at once, when one stops the next one can start. Sounds like a plan.

It works! here is the command I wrote... in this case the number 5 controls the number of commands you want it to run at the same time... right now I have it set for 50 and I'm deleting 60,000 files about every 2 minutes.

while read X; do while [ "$(jobs | wc -l)" -gt 5 ]; do sleep 1; done; rm -R $X & done< <(ls) 

evil peta

Nov. 19th, 2008 05:55 am
hugme: (Default)
I do believe PETA is absolutely the most hypocritical evil lobbyist group their is. Not to mention dumb... these people... seriously... why would anyone with an IQ over 60 actually take them seriously?

http://www.wptz.com/cnn-news/17972139/detail.html

---------------------

These are some cool tilt-shift photo's.. it makes real things look like models... pretty cool:

http://www.smashingmagazine.com/2008/11/16/beautiful-examples-of-tilt-shift-photography/

---------------------

how to pay your bills

http://www.27bslash6.com/overdue.html

Birfday

Nov. 14th, 2008 05:39 am
hugme: (Default)
Happy birthday to [livejournal.com profile] lovelylotus!!

For control

Nov. 5th, 2008 09:53 am
hugme: (Default)
So the Democrats now control both the white house and both houses of congress... Do I really have to tell you all what a bad, bad thing this is....

One of the things that keeps our government in check is having on party control one branch and the other party controlling the other branch. The reason why everything got so bad during Bush's term was because of Republican control. Now the tables have turned... it's full Democrat control and things are going to be just as bad if not much worse because of the current economic problems on top of it.

I didn't really care which president was elected as long as the other lawmaking branch was there to keep them in check. That isn't the case now, there is nobody there to keep tabs on what gets passed...

I am not looking forward at all to my upcoming taxes... sigh....
hugme: (Default)
for those of you who aren't familiar with the great state of Georgia I live in Kennesaw but closer to Woodstock. It's about 25 miles from downtown Atlanta to my house. With no traffic (which is very rare in Atlanta) it's about a 30 minute drive.

I ordered a book and keyboard pedal from Amazon, it was shipped from Atlanta to my house. I pulled this directly from the website, it was not altered in any way. this was the actual date I received it.

I put it behind a cut because the image is quite large )
hugme: (I am not a number)
So.... is the DC livejournal not accepting submissions of pictures?

I posted to it a link to the pictures from the convention... it was rejected ?!? no comment given....

wtf? Who is the LJ Dragoncon admin rejecting people for posting pictures from the convention?


Here is the e-mail I just got:

Your message submitted to the moderated community dragoncon has been rejected by a moderator of that community.

Please note that replies to this email are not sent to the community's moderator(s). If you would like to discuss the reasons for your entry's rejection, you will need to contact a moderator directly.

This is the message you submitted:

Time: 2008-09-08 15:45
Subject: Dragoncon pictures are up!
Text:
&nbsp;Dragoncon pictures are up!!!<br /><br />unedited!!&nbsp;&nbsp; (because I don't have time to edit them)<br /><br />the con: <a href="http://www.hugme.org/pictures/cons/dragoncon_2008/" class="snap_shots">http://www.hugme.org/pictures/cons/drag<wbr></wbr>oncon_2008/</a><br />the parade: <a href="http://www.hugme.org/pictures/cons/dragoncon_2008_parade/" class="snap_shots">http://www.hugme.org/pictures/cons/drag<wbr></wbr>oncon_2008_parade/</a><br />

Regards,
LiveJournal.com Team

http://www.livejournal.com
hugme: (Default)
prepare to have your video gaming childhood ripped from you....

http://www.pwnordie.com/videos/54048b28df
hugme: (Default)
I found a site for great sex videos and how to stuff!

you are never too old or too good to learn something you know ;-)

http://www.sexhealthguru.com/

politics

Sep. 9th, 2008 01:39 pm
hugme: (Default)
Man:   I'm a psychiatrist.
Woman:   Is that something like a Republican?
Man:   I assure you, I know nothing about politics.
Woman:   Oh, so you're a Democrat.
hugme: (Default)
 Dragoncon pictures are up!!!

unedited!!   (because I don't have time to edit them)

the con: http://www.hugme.org/pictures/cons/dragoncon_2008/
the parade: http://www.hugme.org/pictures/cons/dragoncon_2008_parade/
hugme: (Default)
"Last week, Comcast -- the second-largest Internet service provider in the country -- announced that starting Oct. 1 it would officially set a threshold for monthly Internet usage."

here is the article: http://www.abcnews.go.com/Technology/story?id=5689480&page=1

I'm not sure if it's true or not. they are saying the cap will be 250 gig and it will affect 1% of it's users (that's us). It does not say it will break that cap and we have not received anything in the mail from comcast stating this. The ABC news article is the first time I have heard of it.
hugme: (Default)
I've been getting lazy on my security practices at home and now... well....I got an adware virus... first time in about 10 years I've gotten one... sigh... and as I'm sure you all know I don't run a virus checker/adware checker. anything that's going to instantly eat up 200 meg of memory on my machine isn't worth running. That and if you follow good security measures you don't need them... but like I said, I was getting lazy...

the virus completely screwed up my machine making my life infinitely more difficult. The data is still there, I checked, but I'm not going to boot the machine back up with the current OS. I will pull all the data files off, do a clean sweep and re-install. I have another computer I'm using in the meantime. Fortunately most of the computers in the house run Unix so those are all unaffected.

When I get it back up I'm going to have to go back to my old ways of security practices to make sure this doesn't happen again. I've already started in a couple of places already.

yes, because I have SO much free time on my hands right now!!

file server

Aug. 7th, 2008 11:06 am
hugme: (Default)
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/ad1s1d    451G    409G    6.1G    99%    /bigmama/tv
/dev/ad2s1d    451G    394G     21G    95%    /bigmama/other
/dev/ad3s1d    361G    313G     19G    94%    /bigmama/movies



time to upgrade the file server at home it looks like....

question?

Aug. 6th, 2008 01:09 pm
hugme: (Default)
Would you rather be caught masturbating or crying?

css?

Jul. 30th, 2008 09:29 am
hugme: (Default)
is anyone out there in LJ land good with CSS?

I could use some help... things just aren't showing up where I tell them to. They also do different things depending on the browser... even with "posistion:absolute" set it seems firefox and IE have a different idea of what 50px means.
hugme: (Default)
if you have been wanting to come over, hang out and help with the house but haven't thought you could do the things we were working on ... well nows your chance!!

Things to do this weekend:

1. Clean! this is the biggest job, everything is covered in sheetrock dust!

2. Paint! we have lots of rollers

3. Mow! the yard needs a good trimming, it's been so hectic inside the house that outside has been neglected

4. Move stuff! There is a new storage room downstairs that everything has to be moved into. Not too much heavy, just a lot of stuff


if you want to come help PLEASE let me know!!
hugme: (Default)
interesting collection of letters from 'Working Girls'. it's been a good read so far.

http://lettersfromworkinggirls.blogspot.com/
Page generated Apr. 16th, 2026 11:05 am
Powered by Dreamwidth Studios