Tue, 13 Jun 2006

12:29 AM - Wow

Finishing up my lunch right now.  We had a mini discussion on the meaning of "pufta".  It's British slang according to the Urban dictionary.  So if you say "Richard aka Evan is a pufta" - I apparently called him gay but in a not so kind fashion.

location: Work

(1 comment | )

Thu, 8 Jun 2006

12:28 AM - (no subject)

I picked up the Amazon package from the leasing office this morning.  I also dropped off the move in exception list. 

I have been rathe rbusy this morning.  I am working with another programmer on a project.

After work, I plan on getting some house work done.  Take out the garbage, run the dishwasher and do some laundry.  I will change the cats' litter boxes as well.

location: Work

()

Wed, 7 Jun 2006

8:09 AM - Lovely morning

I woke up this morning with pain. My shoulder is really bad this morning. My shoulder hurt when I went to bed last night, but this morning (after 8 hours on an air mattress) it was really, really bad.

I have to work on a project this morning. We have something we need to finish by the end of the week.

location: Home

()

Tue, 6 Jun 2006

10:02 AM - (no subject)

I worked out yesterday and my shoulder is feeling a bit odd.  It's felt worse before, but it feels a bit stiff today.

Luke and I talked last night through AIM.  That was nice.  I really like the video / audio chat feature.

I have to spend today through Friday, learning an existing project.

This should be a relatively quiet week.  At least I hope so.

I think I will work out in some way after work.  I'm leaning toward swimming in the lap pool.  It's nice to get some variety in work outs.

I brought one of my nicer lunches for the week with me today.  I figured I would need it considering how *boring* the day would be.

location: Work

()

Mon, 5 Jun 2006

12:40 AM - What a day

I sort of slept last night.  I know I will sleep better tonight.  Having the cats around really helped last night.  When I woke up, all three cats were aslept on the air mattress.  It also was a bit cold in the apartment so all three of them were cuddling with me.

They were a bit upset this morning that Luke wasn't home.  I gave them breakfast and fresh water.  I decided to give them wet food tonight.  I figured they would need it after their first full day without Luke home.

Luke and I talked on AIM last night using audio / video chat.  SInce he doesn't have a web cam, he could see me but I couldn't see him.  The cats kept walking in front of the web cam as well.  :)

One of my bosses will be out of the office starting tomorrow for the rest of week.  That always makes work interesting.

After work today, I'm going to work out, do a bit of housework (litter, laundry, etc...), get a shower, make dinner and get online.

location: Work

(1 comment | )

Wed, 31 May 2006

2:28 PM - Moving covered?

Well the insurance agent got back to me about the two apartments.  Our current renter's policy covers moves up to 30 days.  So no changes need to made with that.  The agent is changing the address for all policies on July 1st.  One less item to cross off my moving list.

I am trying to figure out what to do with WMU's HR department.  I am not a current employee so I don't know if the current employee change of address form would work.  They're so confusing sometimes.

At least today was payday at work.  :)  Oh yeah I am fairly confident my new job is getting taxed at a higher income rate.  Seriously I think I can start getting more picky on how income tax is spent.

location: Work
mood: Tired Tired

(1 comment | )

Tue, 30 May 2006

5:43 AM - It's too hot

I woke up at 5 am due to how freaking hot it was in the apartment. I really hope Luke talks to the office about the air today. :)

I need to call Allstate and add the apartment in Ann Arbor today.

location: Home

(1 comment | )

Fri, 26 May 2006

Thu, 25 May 2006

1:18 PM - C# 3.0

I was just browsing a document regarding C# 3.0.  The query expression language looks interesting though I think MSFT will need to sell people on the idea of it.

location: Work

()

10:21 AM - Tired

I am bored.  Not much can be done about that at the moment.

Stealthy has contacted Luke about the possible hosting issues yet.  Ungrateful SOBs.  They have used a good share of resources for hosting and we can't even get a cheap one line ad at the bottom of the page.  Initially I was pissed but I found out the head of the project is in his teen's.  That's an age where people still think the world owes them something.  I say let them enjoy the notation until the world sneeks up and hits them over the head.  LOL.

I have a meeting later today.  How fun.  Meetings are so fun.  It's like going to Disney World and Disney Land in the same day.

location: Work
mood: Tired Tired

()

Tue, 23 May 2006

12:26 AM - Oh... the pain

It's quiet today.  Both bosses are out of the office for either most of the afternoon or all of the afternoon.

Boss 1 (business boss) sent me an email telling / gently reminding me to not have any personal calls in the general work space.  I was on my cell phone so he couldn't say I was costing the company money. 

I am quite happy he sent me the email.  Why?  Because it means if he is unhappy about something, he'll let me know.  Plus the email wasn't to be taken in a mean way.  Though I was slightly miffed because other people have taken personal calls and had conversations in the general working office (but I must note out of boss 1's earshot).  Apparently he likes silence.  We can't play music on the computer speakers due to this silence requirement. 

location: Work

()

9:20 AM - It's way too early

Luke was awake this morning before I woke up.  He's got to find a way to get some sleep.

My drive was uneventful. 

Yesterday I was talking to my mom and I hope everything works out ok for her. 

location: Work

(1 comment | )

Mon, 22 May 2006

1:07 PM - Comcast

It looks Luke and I will be able to host our servers from our new apartment.  :)

We still need to discuss what to do regarding some of the sites (aka Stealthy's) but other than it's mostly a settled matter.

()

Fri, 19 May 2006

3:46 PM - You want what?

I'm doing some research for work.  Lots of fun.  It's really quiet this afternoon. 

My talk went so-so.  At least I tried a new restaurant town.  Pretty good place.  Definitely will take Luke there.

Can't wait to get home today.  It's not that I want to get out of the office so much.  It's more that I want to go home.  :)

location: Work

()

Thu, 18 May 2006

9:30 AM - Got this from www.thedailywtf.com

My new co-workers recommended this site, http://www.thedailywtf.com.  It's rather funny (well if you're in the computer industry, IT or anything related).

The following function was an overseas Indian software shop's solution for SQL injection.  See any problems?

function checkForBadSql($sqlcode)
{
  global $CONTEXT, $ERROR_TEXT;

  $badSqlCode[] = 'create';
  $badSqlCode[] = 'database';
  $badSqlCode[] = 'table';
  $badSqlCode[] = 'insert';
  $badSqlCode[] = 'update';
  $badSqlCode[] = 'rename';
  $badSqlCode[] = 'replace';
  $badSqlCode[] = 'select';
  $badSqlCode[] = 'handler';
  $badSqlCode[] = 'delete';
  $badSqlCode[] = 'truncate';
  $badSqlCode[] = 'drop';
  $badSqlCode[] = 'where';
  $badSqlCode[] = 'or';
  $badSqlCode[] = 'and';
  $badSqlCode[] = 'values';
  $badSqlCode[] = 'set';
 
  //test if sql code is bad
  if (preg_match('/s['.implode('|',$badSqlCode).']+s/i', $sqlcode))
  {
    //bad sql found -- hack attept! Abort
    $ERROR_TEXT = "Invalid text was entered. Please correct.";
    return 0;
  }

  return 1;
}

()

Tue, 16 May 2006

3:08 PM - Interesting day so far...

I've been working on some C# code and a brief presentation I found I am giving Friday.   The talk will be on Ruby on Rails.  Yep, I have to research Ruby on Rails and give a 30 minute talk.  It should be fun.  Yeah... right.

The drive to work was eventful.  Near the I-69 exit on I-94, a semi-truck had taken the off ramp too quickly and spilled its cargo all over the off ramp.  Needless to say, it took me 30 minutes to drive 3 miles.  Other than that drive was peachy.

My bosses are in meetings for the rest of the day.  I was given a brief assignment (so to speak) to work on and was told I will be giving the tech talk on Friday.

location: Work

()

Mon, 1 May 2006

3:18 PM - Sitting, waiting...

I am still waiting for a phone call, e-mail, etc... I do understand it can take some time to put together a formal offer however I would very much like the whole thing to be done.

()