Journaling on estrip is free and easy. get started today

Last Visit 2024-03-16 17:05:41 |Start Date 2003-07-07 03:39:31 |Comments 5,617 |Entries 6,438 |Images 14,748 |Sounds 119 |SWF 21 |Videos 322 |Mobl 2,935 |Theme |

Category: house

05/03/06 10:12 - 54ºF - ID#32591

Mansion Paradise With a Radio Tower

Oh my freakin god, give me a radio tower. This is my dream come true. a giant mansion at 23 North Street with commercial space, a parking lot and a fucking radio tower near my work. It would mean rental income, and estrip headquarters, a daycare - 11,000 freakin square feet.

I want a radio tower so bad you have no idea. Can you imagine all the applications? Can you imagine the photos?

image

image

image

image

image

image

Thats a view of the old mansion from behind it.

image



image

print add/read comments

Permalink: Mansion_Paradise_With_a_Radio_Tower.html
Words: 97
Location: Buffalo, NY


Category: programming

05/03/06 04:29 - 68ºF - ID#32590

Cancer Viewer Application

My dermatology viewer application is coming along great. Today I had a meeting with the doctor who requested it and he seemed genuinely impressed. It allows for zoom ,hue, saturation, brightness, contrast, sharpen and position changes which are all logged via surebert to a database so that the image maintains state between uses. Anytime someone switches images, saves, or leaves the site - the current images data is saved to the database. To remain compliant with HIPAA compliant it also keep an annotated log of what it is doing and who is using it and can report what it is doing using HL7

Doctors and clinicians can also add their own annotations.

It feels good to make things that have some purpose other than social networking. The app isn't blurry, I just blurred out everything you could identify.

image

I know its weird but I though skin tones was an appropriate color scheme. When testing some out in ther derm clinic today, I thought about how werid it would be to some day be a patient image inside my own application. I just hope that never happens.

print addComment

Permalink: Cancer_Viewer_Application.html
Words: 200
Location: Buffalo, NY


Category: food

05/02/06 10:13 - 59ºF - ID#32589 pmobl

super market sweep

We went to the grocery store last night after the gym. I was tired and really hungary. I swear the extra five more pounds (now at 155lbs) I gained is hungrier than the other pounds I previously had.

So it was like 11pm and I had no list, no coordinated effect with (e:matthew) or (e:terry) and decided to just do it supermarket sweep style.

I seriously just through everything I wanted in the cart and the trick was (e:terry) had the cart so I had to grab as much stuff as I could hold and then run to the cart somewhere in the store to drop it off so I could get more.

image

$500 laters I have food again. This is what we get for going grocery shopping only once a month for three people.

I didn't buy this sushi because it was too expensive $11.75, although I do love octopus and squid but not for that price for nighttime, grocery store grade susge.

image

I also bought some weight gainer mix that could be
3100 calories per drink. I drank half that and thought I was gonna puke. It felt like that episode of southpark when cartman becomes beefcake.

Glad I don't live in california. Apparently, it sucks there according the wegmans.

image

Yum stooper waffles. They are my mana.
image



print add/read comments

Permalink: super_market_sweep.html
Words: 227
Location: Buffalo, NY


Category: servers

05/01/06 02:54 - 73ºF - ID#32588 pmobl

new server falls in my lap

Work was giving away an old server. It isn't the latest, greatest but it does have a solid steel, nearly bullet proof case and a raid setup with 4 drives at 10k speed.

I am going to set it up as the estrip backup server. In case anything happens, this backup can be set to go until the other one is fixed. Plus it gives me a test server to play with, and true data redundancy at an offsite storage facilty should anything ever happen to artvoice's basement. e.g. a flood or something.

image

image

print add/read comments

Permalink: new_server_falls_in_my_lap.html
Words: 97
Location: Buffalo, NY


Category: buffalo

05/01/06 01:58 - 57ºF - ID#32587 pmobl

The Linwood Tour

The houses are really fancy, the people are reallly pretentious. I don't have any pics accept for this one of us on the street. The atmosphere felt non-condusive to taking photos.

image

There was a firmware for my phone that came out and it was reported to fix the video cam problem, maybe tehre will be more video on my journal. The problem is that updating it wipe dout all of my programs. This made me spend the entire night updating my phone which required that I reboot it a millions times. It was so frustrating bt everything is back to normal and google maps work better than ever. I just watched like four episodes of start trek while it "updated." Unfortunately, becase the ocmputer was tied up with the update, I didn't get to finish the new site updates I had planned for today. Soon yo will each get yor own custom theme so yo can pick ot yor own colors sing a fancy schamcy color slider thing I built.

On a totally separate note does anyone know what this building on North Johnson Park (MAP TO: 20%20N%20JOHNSON%20PARK) used to be. It is in total disrepair now but looks like it was something fancy.

image

image

image

image

print add/read comments

Permalink: The_Linwood_Tour.html
Words: 214
Location: Buffalo, NY


Category: lyrics

04/29/06 10:32 - 60ºF - ID#32586

Oh say can you see

in reference to (e:libertad,21) I wrote this poem in reference to the national anthem thing.

Those of you that speak javascript might find it funny.

<html>
<body>
<script type="text/javascript">
illegalAlienYearningForLivingWage = function(name){
    var t=this;

    t.name= name;
    t.languageSpoken = 'english';
    t.alive=1;
    t.health=100;
    t.englishCompetency=0;
    t.illegalStatus=1;
    t.toHTML();
};

illegalAlienYearningForLivingWage.prototype.see = function(condition){

    this.lyricsSung = condition;
            
    this.report(this.name+' sang '+this.lyricsSung);
    switch(condition){
        case "by the dawn's early light":
            this.becomesAmerican();
        break;

        case "a la luz de la aurora":
            this.removeFromCountry();
        break;
    }
    this.updateStats();
};

illegalAlienYearningForLivingWage.prototype.becomesAmerican = function(){
    this.usCitizenship=true;
    this.chanceForLivingWage = true;
    this.illegalStatus=0;
    window.document.body.style.backgroundColor ='blue';
    alert('congratulations '+this.name+' you sang in english you can be american')
}

illegalAlienYearningForLivingWage.prototype.removeFromCountry = function(){
    
    this.report("pablo was send back to mexico");
    this.tryAndReturnByCrossingTheBorderForALivingWage();
    if(this.health > 0){
        this.tryAndLearnEnglishWorking70HoursInAFieldPickingStrawberries();
        if(this.englishCompetency < 80){
            this.usCitizenship=false;
            this.chanceAtLivingWage = false;
        } else {
            this.see("by the dawn's early light");
            
        }
    } else {
    
        window.document.body.style.backgroundColor ='red';
        alert(this.name+' died at a cattle ranch getting shot by neonazis. Game over');
        this.health=0;
    }
    this.updateStats();
};

illegalAlienYearningForLivingWage.prototype.tryAndLearnEnglishWorking70HoursInAFieldPickingStrawberries = function(){

    var english_learned = Math.floor(Math.random()*20);
    this.report(this.name+' learned '+english_learned+'% more english working 70 hours a week picking strawberries in a field');
    return this.englishCompetency += english_learned;
};

illegalAlienYearningForLivingWage.prototype.tryAndReturnByCrossingTheBorderForALivingWage = function(){
    health_lost = Math.floor(Math.random()*20);
    this.report(this.name+ 'lost '+health_lost+'% health on the journey');
    this.health -=health_lost;
};

illegalAlienYearningForLivingWage.prototype.toHTML = function(){
    var t=this;
    t.story = document.createElement('div');
    btn = document.createElement('button');
    btn.appendChild(document.createTextNode('Try and sing in english'));
    
    dat = document.createElement('div');
    statsLyrics =document.createElement('p');
    statsLyrics.appendChild(document.createTextNode('Lyrics Sung: '));
    t.statsLyricsSung = document.createElement('span');
    t.statsLyricsSung.appendChild(document.createTextNode(''));
    statsLyrics.appendChild(this.statsLyricsSung);
    
    statsEnglishCompetency =document.createElement('p');
    statsEnglishCompetency.appendChild(document.createTextNode('English Competetcy: '));
    t.statsEnglishCompetencyPercent = document.createElement('span');
    t.statsEnglishCompetencyPercent.appendChild(document.createTextNode(''));
    statsEnglishCompetency.appendChild(this.statsEnglishCompetencyPercent);
    
    statsHealth =document.createElement('p');
    statsHealth.appendChild(document.createTextNode('Heath: '));
    t.statsHealthPercent = document.createElement('span');
    t.statsHealthPercent.appendChild(document.createTextNode(''));
    statsHealth.appendChild(this.statsHealthPercent);
        
    dat.appendChild(statsLyrics);
    dat.appendChild(statsEnglishCompetency);
    dat.appendChild(statsHealth);
    
    window.document.body.appendChild(btn);
    window.document.body.appendChild(dat);
    window.document.body.appendChild(t.story);
    
    btn.onclick = function(){
        t.story.innerHTML ='';
        t.see("a la luz de la aurora");
    }
}

illegalAlienYearningForLivingWage.prototype.updateStats = function(){

    this.statsLyricsSung.firstChild.data = this.lyricsSung;
    this.statsHealthPercent.firstChild.data = this.health;
    this.statsEnglishCompetencyPercent.firstChild.data = this.englishCompetency;
};

illegalAlienYearningForLivingWage.prototype.report = function(info){
    this.story.innerHTML += '<br />'+info;
}
pablo = new illegalAlienYearningForLivingWage('pablo');
</script>
</body>
</html>

print add/read comments

Permalink: Oh_say_can_you_see.html
Words: 460
Location: Buffalo, NY


Category: buffalo

04/29/06 06:50 - 64ºF - ID#32585 pmobl

Hiking in the City

Geocaching. I still haven't gone but I want to and I own three different kinds of gps units. Just type your zipcode ito geocaching.com to see all the caches around you

We, (e:matthew) , (e:terry) and I, were gonna go hiking at zoar valley today but it didn't happen because of a million reasons, one of which is that I did not want to bring the tortoise in and (e:mattew) was working till 2PM. So we ended up going down to the Erie Canal.

The boyscouts were having some sort of jamboree at the battleships. You can find them at the corner of Maine and Maine.
What is up with that?

image

image

image

image

image

They are rebuilding the canal, well at least it looks like they are rebuilding the canal.

image

image

(e:matthew) decided to take part of the canal home with him.

image

Buffalo has so many grain mills. These ones are between waterfront, the new casino/projects and the first ward.

image

image

image

We ended up at Times beach - now an wildlife preserve. It seems liek a cool place to watch birds but seems way to nasty and industrial to play at too much.

It all seems to toxic like everywhere i spent my childhood. Here is some info about it

image

The algae is so long it looks like a furry shag rug.

image

image

We tried to walk along the breakwall to get to the old lighthouse but its blocked by an army base.

image

I got this stress releiving squeezy toy from Roswell Park but the tortoise started to eat it. (e:matthew) took it out of his area and then the squirrels decided to eat it. What the hell is up with it, is it that yummy? I have to admit I kinda wanted to chew on it to.

image

image

print add/read comments

Permalink: Hiking_in_the_City.html
Words: 358
Location: Buffalo, NY


Category: pets

04/29/06 02:39 - 59ºF - ID#32584 pmobl

Basra the Freedom Tortoise

I let Basra run free this afternoon. He ate lots of hay and dandelions and violets. Everytime I pick him up he freaks out because he just doesn't want to go inside. I feel bad for him. I wonder if he can possibly understand that it is ever is "not nice out" because we only take him outside durign the warm months. I wonder if he thinks that it is always nice out but we just keep him imprisoned most of the time in his very own bedroom.

image

At least I will able to pick him up when he is 150 lbs, although not if he is kicking, as he likes to do when you try and take him inside. In case you are wondering what his name is about, we got him on the day they bombed basra to "free it."
print add/read comments

Permalink: Basra_the_Freedom_Tortoise.html
Words: 143
Location: Buffalo, NY


Category: work

04/28/06 09:59 - 47ºF - ID#32583

Life coaches and a tower

I started to work on my thesis for ten minutes when I dicovered I am not meant for editing and re-editing words in human language. To me right now, human language is such a totally inefficient to express what my project was about. I have already written about 300,000 lines of code and 2034 journals encompassing 326,085 words. When is enough, enough?

Anhow, so on to the interesting stuff, life coaches. I don't want one but the TV show I was watching in the background involved 3 straight men going to a life coach (the actress who also plays Dr. Quinn) to learn how to get women to love them. What is this life coach business all about? Is it even real. So i typed it into google, just google it (GOOGLE - life coach). It seems like it is all the rage and maybe it will give someone here a career option they hadn't though of. Is it just a fnacy name for a therapist or is it just something for rich people with too much time.

If I ever get a life coach, please just kill me. Please.

On a side note:

After months of disputes over the future of ground zero, state and city officials finally brought in the heavy equipment and began construction on Thursday on the 1,776-foot Freedom Tower that will rise at the World Trade Centre site.



Just thinking about that building makes me shudder. There is no way I wouldn ever go in it. In fact I would rather use the microwave when slightly open. Why build something that is screaming target so much.


print add/read comments

Permalink: Life_coaches_and_a_tower.html
Words: 272
Location: Buffalo, NY


Category: dreams

04/27/06 01:49 - 46ºF - ID#32582

Codeless Dream

I had the craziest dreams last night. For one I didn't fall asleep in the throws of programming. Instead I watched Dr. Quinn Medicine Woman TIll I fell asleep.

My dream started out hiking but at some point I was with (e:liz) and realized we were in the midst of some sort of fantasy like war zone. (e:terry) was playing warcraft next to me when I fell asleep, so that might explain it. So in the dream there were these rolling hills of grass and people of the opposite hill were thowing very gold guilded balls of gun powder which rolled toward us and then exploded. We had to run and jump over them like in some sort of video game. Untill we realized their entire army was on some sort of giant red blanket.

Once we realized, we decided to light it on fire and they all started to blow up. We ran over the hill and down to a creek. When we got there we realized there was no way back accept through some crazy maze like environment that requires an extreme amount of balancing and puzzle solving. Their were lots of characters to ask questions to, but most of them were trying to trick us and their were corrupt police we had to avoid.

At some point we moved across a plank over a pit and on the other end was my nonna's living room. Inside was (e:zobar) and (e:dragonlady7) and they were smoking what looked like a big bag of marajuana but smelled more like pine.

I asked them what they were smoking and (e:Dragonlady7) said "don't be silly, it's not marajuana, it is pine but we sprinkle a little ecstacy on it to give it a kick", as she curshed up a little red pill and liberally sprinkled it into the pipe.

After smoking with them, I just don't remember anything else accept that at the end of the maze we ended up in New Orleans were I was presented with the dilema of having to wash some giant plastic tub like thing, although, I full well knew they were rationing water and I shouldn't be doing it.

Normally, I dream about code. I seriously wake up in order to take notes sometimes because I have the best coding ideas in my dream so this dream was truly out of the ordinary.

print add/read comments

Permalink: Codeless_Dream.html
Words: 403
Location: Buffalo, NY


Search

Chatter

New Site Wide Comments

sina said to sina
yes thank you!
Well, since 2018 I am living in France, I have finished my second master of science,...

paul said to sina
Nice to hear from you!! Hope everything is going great....

paul said to twisted
Hello from the east coast! It took me so long to see this, it might as well have arrived in a lette...

joe said to Ronqualityglas
I really don't think people should worry about how their eyelids work. Don't you?...