Home
Hug Me's Journal
 
[Most Recent Entries] [Calendar View] [Friends]

Below are the 20 most recent journal entries recorded in Hug Me's LiveJournal:

    [ << Previous 20 ]
    Thursday, June 4th, 2009
    6:59 am
    ok... um... guys?
    Keep in mind as you look at these pictures. They are all male:

    http://www.missladyboys.com/webboard/index.php?showtopic=7646
    Sunday, May 10th, 2009
    11:12 pm
    Wedding!
    Spitty and 4x4 got married this weekend!

    here are the pictures: http://www.hugme.org/gallery/main.php?g2_itemId=60295
    Thursday, April 30th, 2009
    3:07 pm
    Thursday, April 16th, 2009
    5:23 pm
    Wednesday, April 15th, 2009
    8:51 am
    Amazon is full of the fail!
    For those of you who have an idea as to what vi is... you will realize how funny this e-mail I just received is, and how absolutely dumb amazon is. (this on top of the whole no more gay books thing)

    Amazon fails )
    Tuesday, April 14th, 2009
    6:45 am
    comcast interups the pope
    Those who were watching the pope got a taste of girls gone wild all of a sudden... sweet...

    http://www.nbcphiladelphia.com/news/local/Church-Gone-Wild-on-Comcast.html?corder=regular&pg=1
    Monday, April 13th, 2009
    9:20 pm
    Thursday, March 19th, 2009
    2:39 pm
    Another inspection... FAILED
    Ok...so there is a ton of new stuff we need to do before we can pass our electrical final most of it is stupid shit. Some of it I'm pissed off about.

    There are some of the really idiotic things Cobb county is making us do.

    Because of the type of door we put in place. It being a pocket door and not a hinged door, we need to add another outlet. No, I'm not kidding, I wish I was kidding, but I'm not.

    There is a light fixture that has to be moved 3 inches. It passed rough... so why the move? the light has to be in the middle of the pantry, which it was, but because we put permanent shelves in the room they count as the line for the wall. So now the light is too far to one side. Even though the shelves don't reach the ceiling.

    The cabinets have to be finished. so you think there are outlets or any power running into the cabinets? nope, none at all. All the outlets and power come from the wall behind the cabinets, which is finished. The outlets are done and not moving. The cabinets have nothing to do with the power what so ever. They do however have to be finished before we can pass inspection.

    Suddenly an outside outlet is required. Which should have been noted on our rough... You know BEFORE we put up the walls that we now have to drill holes in so that we can run the cable for the outside outlet... but it wasn't... suddenly it's required now.

    so no, we didn't pass our inspection, and the bad part is that our permit will expire in a week if we don't pass another inspection sometime from now until then. if we don't they are going to put a hold on it and I will have to go to the courthouse and renew it... AGAIN.

    This is insane. I am never, ever going to get a permit for work I'm doing to my house again. They wonder why people don't want to get permits? THIS IS WHY!!!
    Monday, March 16th, 2009
    8:51 pm
    Setting up Vista
    I took notes while I was setting up Vista to share with everyone.

    http://www.hugme.org/index.php/Setting_up_windows_Vista#Windows_Update
    8:39 pm
    Windows Vista Security
    Long story but I've had to install Windows Vista 4 times on my new laptop. I've have several write-ups on the way. This is my rant about security: http://www.hugme.org/index.php/The_Windows_Vista_Security_Model
    Friday, March 13th, 2009
    10:12 am
    Linux is screwd up
    run linux?

    try this script:

    for X in {A..Z} {a..z} ; do
            case $X in
                    [A-Z]) echo "$X is a capital letter" ;;
                    [a-z]) echo "$X is a lowercase letter" ;;
            esac
    done
    


    that's right... linux can't tell the difference between a capital and a lowercase letter. this is broken in ubuntu, and fedora core... anyone else want to test it?

    it's just the case command in FC10 older versions of linux you can do this on the command line:

    echo c | grep [A-Z]

    and it will come back with a 'c'... which it shouldn't.

    something so basic, you think they would at least get that right...

    oh, this is not broken in FreeBSD, Solaris Sparc, Solaris x86 or OpenSolaris
    Thursday, March 12th, 2009
    10:36 am
    fun script
    a friend who is working on learning shell script asked me to do this. Write a script which generates all the letters then reports back whether they are capital or lowercase. It took me a little bit of thinking to come up with one I must admit, but this is what I wrote:

    X=101
    until [ "$X" -ge 173 ] ; do
    printf "\\$X" | grep [A-Z] > /dev/null && printf "\\$X is a capital letter \n" || printf "\\$X is a lowercase letter \n"
    [ "$X" = "132" ] && X=140
    X=$(echo "ibase=8;obase=8;$X+1"|bc)
    done

    I had to convert the numbers into octal for printf to display them and had to look up variables to get bc to use base 8. I thought it was just "base" but it uses input base and output base so ibase and obase.

    this got me thinking.... What about base 1? every base starts with 0... so base 10 is 0-9, base 16 is 0-F base 2 is 0 and 1... but base 1? Using 0 wouldn't make any sense. for example... in base 1 the number 5 would be: 11111 not 00000 as a 0 would be the absence of a number.

    What do you think and why?
    Sunday, March 8th, 2009
    12:31 am
    Birthday party
    Ok, my birthday party will be on the 21st of March (even though my birthday is actually on the 10th. here is the info about the party:

    -------
    Come celebrate John's 35th birthday a little late at our house on Saturday, March 21st at around 6 PM till when ever. Come and take a tour of the new addition on the house that you've all read about, but keep in mind, it's still no where near finished. We'll be running Rockband II on the PS3 along with potentially other stuff depending on popular demand in high definition on our 50" plasma tv. We'll also probably have DDR going downstairs with 2 dance pads. The invitation is open, but we ask that you RSVP so we can have an idea on the amount of foodages and beverages. Though, feel free to bring stuff to share, if you feel the inclination.

    We might have some left over alcohol from the wedding, but it's kind of old and the good stuff's pretty much gone, so we recommend you BYOB.

    Look for reminders and additional information in the coming weeks!

    Hope to see you there!
    --------

    Let me know if any of you need directions.
    Friday, March 6th, 2009
    10:08 am
    Christians and morals
    Wow, so Christians get really huffy when they start realizing that the crucifixion was a human sacrifice. Like really pissed off.

    I guess they never really correlate the two until you show it to them.
    Thursday, February 26th, 2009
    5:27 pm
    Monday, February 23rd, 2009
    1:09 pm
    weekend
    Why yes... I did have a great time this weekend... see me smiling:

    http://www.hugme.org/gallery/main.php?g2_itemId=51494
    7:11 am
    um... ouch...
    So, I'm going to whence when I sit in my chair today...

    Boy Killed Anally When Office Chair Explodes:
    http://i.gizmodo.com/5157354/boy-killed-anally-when-office-chair-explodes
    Friday, February 20th, 2009
    8:10 am
    new fileserver!
    The new file server is finally up. there are 15 1tb drives in it set up in a raid-z partition with 2 parities. Meaning usable space is 12tb

    here is the df output:
    hugme@lodo:~$ df -h
    FilesystemSizeUsedAvailCapacityMounted on
    /dev/ad0s1a1.9G138M1.6G8%/
    devfs1.0K1.0K0B100%/dev
    /dev/ad0s1g83G24K76G0%/home
    /dev/ad0s1d989M12K910M0%/tmp
    /dev/ad0s1f19G1.8G16G10%/usr
    /dev/ad0s1e1.9G20M1.8G1%/var
    bigmama12T128K12T0%/bigmama

    hugme@lodo:~$



    note, I haven't put anything on it yet :-)
    Wednesday, February 18th, 2009
    6:59 am
    forskin treatment
    for your face... really... I'm not kidding...

    http://www.sciam.com/article.cfm?id=a-cut-above-the-rest-wrin

    How many jokes can you think of? Comment with as many as you can, the one who comes up with the most wins.

    I will have to come up with a prize appropriate to the contest...
    6:51 am
    Hell hath no fury like a womans scorn.
    Wow, just wow... I thought I knew some crazy women. none of them can hold a candle to this... http://www.cnn.com/2009/WORLD/asiapcf/02/17/china.mistress.contest/index.html?eref=rss_topstories
[ << Previous 20 ]
The Realm of Hug   About LiveJournal.com

Advertisement