DotCom’s Blog Space

June 27, 2008

Fireman’s Poker Run 2008

Filed under: General — Tags: , , , , — DotCom @ 5:24 pm

Well over last weekend there was a poker run to raise money for a local fire department.  Its one of the bigger Beginning before we started the runones in the area and me and about 8-10 friends decided to go out on the run.   It was pretty sweet.  Altogether I believe there must have been 450 bikes in this run.

As we took off in the morning and through out all the towns we went there were people out in lawns and on the streets just watching us all go by and waving.  

 

Had some great food both at the eagles when we left and at our first stop in Kilkenny (Liquor Hole).  Then we drove to Elysiah (The thirsty Beave), Union Hill, and then back to Eagles in Shakopee.  Was a total of 160+ miles for this particular run. 

Union HillA couple weeks ago was another we had gone on that was a charity run for Suicide prevention, and then of course the pullman run to benefit a family.  This Saturday I believe we are going to the open house/Party at American Thunder.  Should be a good time, free food, drink, contests, and burn out contest.  Will have a few pictures to show after that.

Approaching my final mods

Filed under: General — DotCom @ 5:23 pm

On the Fireman RunNot a very good picture of my bike but will do for now.  I have spent a lot of time on it since I bought her new in April and now I am working on the final stages of the Stage 1 Kit.   SnapshotAir Cleaner is probably only thing I have left.   So far I have chromed out the Pegs/Grips, added a drag bar which I internally wired, braided break line, New D&D Exhaust, and new chromed Kuryakyn LED flashers.   The stock flashers were  pretty plain jane, along with the fact they like to burn out quite a bit due to vibration I would imagine.Â

April 7, 2008

SQL Error codes…..!

Filed under: Engineers Corner — Tags: , , , , , — DotCom @ 2:32 pm

Recently have noticed it was a little more of a challenge to find the actual error codes you might have to handle in a case of timeouts or connectivity issues.   Normally you can easily get a list of error numbers/messages by viewing the master.dbo.sysmessages table.  But what error codes do you get in cases you can’t even communicate properly with the DB itself.  Well it is hard to find the answer to these.  Which I think is a little wierd since I can see many use cases of where I would want to determine wether its a connection error or processing error in order to know how to proceed on indexed data.  Anyway the list I could come up with is as follows, not sure how accurate it is since there is very little information around it.

-3: ZeroBytes
-2: Timeout
-1: Unknown
1: InsufficientMemory
2: AccessDenied
3: ConnectionBusy
4: ConnectionBroken
5: ConnectionLimit
6: ServerNotFound
7: NetworkNotFound
8: InsufficientResources
9: NetworkBusy
10: NetworkAccessDenied
11: GeneralError
12: IncorrectMode
13: NameNotFound
14: InvalidConnection
15: ReadWriteError
16: TooManyHandles
17: ServerError
18: SSLError
19: EncryptionError
20: EncryptionNotSupported

April 6, 2008

Spring is around the corner.

Filed under: General — Tags: , , , , — DotCom @ 4:59 pm

Spring is around the corner and I am getting the itch.   So I have been out motorcycle shopping.  Found my self at the Wild Prairie Harley Davidson grand opening this past weekend.   I finally decided I am going to get the Dyna Low Rider, new of course.   I demo’ed the first available demo’s this weekend.  I rode both a Dyna Low Rider and a Softail Deluxe.   Both rode fairly well the dyna vibrated more at an idle but smoothed out very nicely once you took off.   This is due to the rubber mounted engines.   The Softail was pretty uniform in vibration all around, but you could feel more of the road due to the suspension having the under side mounted shocks.  The Dyna has side mounted ones.   So this week I will be doing the finalizing to hopefully have the bike next weekend.

 For those curious based no some information I have gathered up, it looks like dealers get a 21% markup from cost at sticker price.  This gives a guy some good negotiation room.  I wouldnt expect more then 10% off the sticker price though.   Can’t wait to get back out on the bikes this year.Â

April 4, 2008

Rolling File TraceListener

Filed under: Engineers Corner — DotCom @ 11:32 am

Ever been in a situation you needed to use the logging mechanisms of .Net’s System.Diagnostics and the file output from TextWriterTraceListener became huge and theres not a lot of control over it.   Well recently I created a custom listener to overcome this problem.   To use the custom class all you have to do is specify the FQN and the DLL it lives in, in the type field of the listener in the config.   This is a modified version of TextWriterTraceListener as just inheriting the class still was not allowing the filename attributes to be accessed.  Two added attributes that you can specify in your config file is maxfilesize and numrollovers to have more control over the files and there size.   Default in the code is 10000000 and 10 respectively.  The main difference in this custom class is the method: IsFileSizeReached(string filename) This is used and checked from the Ensure Writer and checks to see if you had specified a file as output.  To use custom attributes if you so choose to change this you can look at the overridden method: GetSupportedAttributes()

I have attached the class file for anyone who wishes to have a sample or play around with it.

Another thing to note is that this class still allows you to pass custom stream or textwriters for those that use those.

RollingTextWriterTraceListener.txt

February 8, 2008

World of Warcraft Junkies

Filed under: Crack 4 Geeks — Tags: , , , , — DotCom @ 3:12 pm

The Guild LogoFor those that view World of Warcraft as crack for computer geeks, you might be interested in the site that hosts the Guild series.   They are pretty funny flicks about a few friends and how the disconnect between outside world relates to the warcraft world and the personalities that go along with it.  All worth watching if you have played online role playing games and might see the sense of humor protrayed in these videos.

 http://www.watchtheguild.com

February 7, 2008

Hello all!!

Filed under: Fresh-Start — Tags: , , , — DotCom @ 4:47 pm

Hello all, finally got my blog space up since over a year ago.   First experience with WordPress so am excited to see what we have in store for me.  Got the idea from our CTO Jamie Thingelstad and decided to run with it.   In the next few days we will be updating look and feel and playing with the options to tweak the site as necessary.

Powered by WordPress