Jeff Atwood on .NET Rocks

Coding Horror My favorite programming blarg ger, Jeff Atwood, was on the last .NET Rocks show. He's a hella nerd and looks just about what you'd expect a programming geek to look like*. 

Sorry, Jeff, just bustin' on you a little.  The guy is one of the best writers about software today, in my opinion.  He posts about six times a week and each and every one of them is gold.  He's definitely one of the reasons why I started this blarg ; if I ever get past all the childish glee of calling somebody a "fucknut" on the internets I might actually put that inspiration to use.

Anyhow, if you have any interest in programming, get the show and have a listen.  Here's the linkage:

 

Programming Post by: McGurk at 12:49 PM | Reply
Kick this post:

Vista Media Center beta test

Beta testing for Vista MCE is open.  Go here and login with a passport account to apply.  Hints below the fold.
Programming Post by: McGurk at 05:18 PM | Reply
Kick this post:

NULLS IN THE DATABASE!!!

Coding Horror One of my biggest bugaboos is nulls in a database where null is NOT a legitimate value.  Nulls do have their place; for example, a null is a legitimate value for a column that contains optional foreign key.  When the value is null, the record is not associated with any rows in the related table.

There are other places where nulls are definitely NOT a legitimate value.  Bit flags have two states: 1 or 0.  Null is not one of those states.  Let me say it again-- bit flag = 1 or 0, not 1, 0 or null.

Allowing this kind of faggotry into your database can have unintended consequences; like something that just happened to me yesterday on a client's installation.

Programming Post by: McGurk at 01:57 PM | 18  Replies | Reply
Kick this post:

Relearning boxing

Was reading a post over here and (re)learned something about boxing value types in .NET.  Go there, read, come back and continue reading.
Programming Post by: McGurk at 02:35 PM | 4  Replies | Reply
Kick this post:


Silverlight?

Sometimes I don't get Microsoft. Usually, when MS is working on a new product, it assigns a codename to it. For instance, Vista's codename was "Longhorn." The next version of Visual Studio 2005 is called Orcas. At some point, the final name for the product is determined and the codename is dropped.

Programming Post by: McGurk at 01:05 PM | Reply
Kick this post:

That was quick!

So first thing I do is check my RSS reader and, lo and behold, there's another great post over at Coding Horror.  In it, Jeff is talking about Twitter, one of the largest websites employing Ruby on Rails.
Programming Post by: McGurk at 06:21 PM | Reply
Kick this post:

Reflect on this

[firinmycsharp]If there's anything more pleasurable about programming .NET than Lutz Roeder's Reflector, then hand it over 'cause I'm gonna have dirty, dirty relations with it.

 

Programming Post by: McGurk at 08:00 PM | Reply
Kick this post:

HTML5?

Slashdot's got a post up about HTML5.  HTML5 is an updated HTML spec being worked on by the Web Hypertext Application Yogolonhcet Working Group.

HTML 5?  I got an idea--how about NOTSHITTYMARKUP 1? 

Programming Post by: McGurk at 08:56 PM | Reply
Kick this post:

RSS and U

RSS is a great tool.  With minimal effort, you can keep track of your favorite websites and be notified when they update their content.  You can also see those changes (sometimes a portion of the new content or all of it) without having to go to the website at all.

Seems great.  Websites get a closer relationship with their readers and users can keep ontop of multiple sites with little effort.  Apart from never being able to get anything done at work, seems like a win-win situation for both, right?  But there is a problem with RSS that website admins have to keep a close eye on.  Or rather, a problem with RSS readers.

Programming Post by: McGurk at 08:04 PM | Reply
Kick this post:

<< Page 3 of 4 >>