|
|
IADNUG Meeting Tomorrow |
|
CTRLALT313373.com
|
By dosborn on
Tuesday, October 02, 2007
|
|
|
|
I just wanted to give everyone a quick heads up about the IADNUG meeting tomorrow night at the DMACC West campus. Nick Parker will be doing a presentation on dependency inversion in .NET. I hope to see you there.
|
 |
|
|
|
|
|
Nike + iPod – 250 miles later |
|
CTRLALT313373.com
|
By dosborn on
Saturday, September 15, 2007
|
|
|
|
This week I hit the 250 mile running mark on my Nike + iPod and I love it. I definitely hate running though, it’s rather boring and tends to be a lot of work, but adding a bit of technology to it that allows me to monitor my progress makes it bearable and keeps me in better shape. The Nike + iPod consists of a wireless sensor that attaches to your shoe, a wireless receiver that plugs into your iPod, and the nikeplus.com website. This wireless sensor is designed to slip under the sole of certain Nike shoes which now appear to be down to as cheap as $40, but when I got the device the cheapest shoes that supported it were $100 so I opted for t ...
|
 |
|
|
More...
|
|
|
Adding A New Harddrive To Linux |
|
CTRLALT313373.com
|
By dosborn on
Friday, September 07, 2007
|
|
|
|
This weekend I have been spending most of my time rebuilding my KnoppMyth box by installing the lastest version, applying the patch to handle the new tv lisings provider, Schedule Direct, and adding a new 500GB drive for recording tv. I wrote down most of the steps to get things setup and plan to do a blog posting about soon. At the moment what I did want to post is a link to a page on how to add a second drive to linux. They are clear instructions and worked nicely. I'm mounting this new hardrive to the /myth/tv directory so that all tv recording will go to it.
If you're trying to do exactly what I did, then you also need to set the proper permissions back on the /myth/tv directory or you will get a bunch of errors. First set the owner of the directory back to mythtv by doing this
chown mythtv /myth/tv
Th ...
|
 |
|
|
More...
|
|
|
Goodbye Corporate, Hello Jeans |
|
CTRLALT313373.com
|
By dosborn on
Friday, September 07, 2007
|
|
|
|
I said goodbye to Wells Fargo this week and hello to a new job that will hopefully fit my style much better. Wells Fargo just wasn’t hitting the mark for what I wanted to be doing professionally and I found myself doing a lot of content changes and minor code changes, many of which were in classic asp and .NET 1.1. I was about to start a new project from scratch in .NET 2.0 that would have taken the next two or three months to complete, but I realized that once that was finished I would probably be back to handling minor changes.
I’ve worked at two different large companies in my development career, and I hav ...
|
 |
|
|
More...
|
|
|
Check out the decTop! |
|
CTRLALT313373.com
|
By dosborn on
Friday, August 17, 2007
|
|
|
|
Take a look at the decTop. Its a small computer weighing three pounds that can run Windows CE or linux. It has 128mb of memory and 10GB for storage. With four USB ports you could easily add a wireless usb stick for network connectivity and do some cool things. I came across this on LifeHacker and my mind is full of ideas for it. Plus at $100 its not to bad of a price.
|
 |
|
|
|
|
|
Implementing FizzBuzz Using an Extension Method in VB.NET |
|
CTRLALT313373.com
|
By dosborn on
Thursday, August 16, 2007
|
|
|
|
Well I thought I would be nice and put up the code sample for implementing FizzBuzz using and extension method in VB.NET. To read my full explanation of FizzBuzz and extension methods please read my previous post.
Those of you that know me, know that I could care less if you program in VB or C#, but I definitely prefer C# because it allows me to type a lot less. Extension methods appear to be no different are a bit more complicated in VB, requiring that they are in a module and decorated with an attribute.
Module ExtensionMethods
Sub Main()
For i As Integer = 1 To 100
&am ...
|
 |
|
|
More...
|
|
|
Implementing FizzBuzz Using an Extension Method in C# |
|
CTRLALT313373.com
|
By dosborn on
Monday, August 13, 2007
|
|
|
|
For those of you that don’t know what FizzBuzz is, it became quite popular awhile back when Jeff Atwood posted to his blog a few quotes from people about interviewing candidates for programming jobs and the fact that many of them can’t code. (It’s possible that the topic originated from someone else. I heard it originally from Scott Hanselman’s blog who referenced Jeff.) FizzBuzz is a simple coding exercise where you write a loop that prints the numbers from 1 to 100, except if the number is divisible by three it outputs Fizz and if the number is divisible by five it outputs ...
|
 |
|
|
More...
|
|
|
The Scott Stanfield Show |
|
CTRLALT313373.com
|
By dosborn on
Friday, August 10, 2007
|
|
|
|
Well Greg Brill hasn’t responded to the email with my resume and I haven’t gotten any swag from DotNetRocks!, but you may have noticed that on episode #260 at five minutes and twenty seconds Richard Campbell read my email. I was a little surprised myself as I was only half listening while I was at work, but sure enough he read my comments on show #244 with Scott Stanfield. He didn’t read everything so here is my email in full:
|
 |
|
|
More...
|
|
|
MythTV Disappointment |
|
CTRLALT313373.com
|
By dosborn on
Thursday, August 09, 2007
|
|
|
|
If you haven’t been watching Slashdot at all or any of the many MythTV forums out there then you don’t know that we will all soon be losing our free XML feed of TV listings. Zap2it Labs originally provided the feed for free for noncommercial use, but they are going to stop providing this starting Sept 1st. Several individuals organized and have worked with Zap2it to keep the feed going and have created a new entity called Schedule Direct. Recently Schedule Direct reached an agreement with Zap2it to continue to provide the feed to open source DVR users ...
|
 |
|
|
More...
|
|