Hanselminutes on 9 - Spolsky, Atwood, Blyth, Hanselman = Crazy-Delicious || Content-Free?
- Posted: Oct 23, 2009 at 12:46 AM
- 46,736 Views
- 10 Comments
Download
How do I download the videos?
- To download, right click the file type you would like and pick “Save target as…” or “Save link as…”
Why should I download videos from Channel9?
- It's an easy way to save the videos you like locally.
- You can save the videos in order to watch them offline.
- If all you want is to hear the audio, you can download the MP3!
Which version should I choose?
- If you want to view the video on your PC, Xbox or Media Center, download the High Quality WMV file (this is the highest quality version we have available).
- If you'd like a lower bitrate version, to reduce the download time or cost, then choose the Medium Quality WMV file.
- If you have a Zune, WP7, iPhone, iPad, or iPod device, choose the low or medium MP4 file.
- If you just want to hear the audio of the video, choose the MP3 file.
Right click “Save as…”
- High Quality WMV (PC, Xbox, MCE)
- MP3 (Audio only)
- MP4 (iPod, Zune HD)
- Mid Quality WMV (Lo-band, Mobile)
I spoke at the StackOverflow conference in San Francisco and Seattle this week (long week, let me tell you) and I got the opportunity to sit down with Jeff Atwood from CodingHorror and Joel Spolsky from Joel on Software, along with the man, the legend, Rory Blyth. The audio also appeared on the StackOverflow podcast in part, but here's the raw video from our backstage ramblings.
Warning: extreme ramblosity ahead!
- Joel explains his Duct Tape Programmer post. Apparently DevDays is a duct tape conference, and this section of the recording is a duct tape podcast.
- Some discussion of the ubiquity of mobile code. Also, if you are nostalgic for the era “when development was hard”, the consensus is that you should be doing mobile development today on iPhone, Android, Windows Mobile, or Symbian.
- Rory elaborates on his experience with (and effusive opinions on) iPhone development to date. Is coding in Objective-C best accompanied by a flux capacitor, New Coke, and Max Headroom? Also, his excitement for MonoTouch.
- Joel and Scott put on their amateur language designer hats and have a spirited discussion of type inference and Fog Creek’s in-house DSL, Wasabi.
- Scott covers some of the highlights of new and shiny features coming in the Visual Studio 2010 IDE, the C# 4.0 language, and the ASP.NET MVC 2.0 web framework.
Comments Closed
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Could somebody please confirm or deny the rumor that, that is in fact, Rory Blyth picking his nose in the mirror?
It's strange how discussions with apparently no content or direction turn out to be one of the most entertaining ones.
OMG. Yes, he's in up to the hilt...golly. I need to change that keyframe...
Well, the sound on my MacBook is really quit :/
Joel is right about type inference for parameters. F# does it. From the docs:
Inference of Parameter and Return Types
In a parameter list, you do not have to specify the type of each parameter. And yet, F# is a statically typed language, and therefore every value and expression has a definite type at compile time. For those types that you do not specify explicitly, the compiler infers the type based on the context. If the type is not otherwise specified, it is inferred to be generic. If the code uses a value inconsistently, in such a way that there is no single inferred type that satisfies all the uses of a value, the compiler reports an error.
The return type of a function is determined by the type of the last expression in the function.
For example, in the following code, the parameter types a and b and the return type are all inferred to be int because the literal 100 is of type int.
There is parameter type inference in C# now guys, circa .NET 3.x. It's a generic method/function (it has to be static I think). LINQ does it all the time, take a look at the Aggerate<> method it's an extension method (function) as one example on the IEnumerable<> type, all the parameters are infered.
Selling points for .NET 4.0,
(the DLR is actually, not so much of a .NET 4.0 thing though, my list would actually only include one thing, and that's the new variance features built into the new C# compiler).
With all the stuff, F#, M, Iron... and new language features the .NET 4.0 release is a big one.
This was awesome, thanks for sharing. I actually prefer these kind of free discussions, I find them at least as informative / helpful in helping me think about programming as "targetted" content.
My Peace Corps host father, Mauritania 2003, asked to see my cellphone. You know, Americans have all the latest tech. I had recently bought the latest Ericsson in America. When he saw it, he looked disappointed and pulled out ... the same model. They were relatively prosperous. He had 12 goats and a delapidated delivery van. When the van hit a camel, he became destitute.
I'm actually blotting the excess oil from my face.
I'm vain and insecure, and Scott had a camera (as the photo indicates).
It's a really bad habit I picked up. I blot my face in traffic. While I'm sitting at the counter in cafes. While I'm talking to people in mid-conversation. Whipped a blotter paper out once when hitting on a girl at a VC party and removed about a gallon of oil and sweat from my face while we talked (and it didn't seem to make a difference - which was awesome - anybody who doesn't walk away from you while you do that is someone worth, I don't know, probably marrying).
I use the Clean and Clear brand, by the by. Just in case any of you want to blot your faces just like I do. It's easily the best vanity blotter paper on the market. Also some of the only vanity blotter paper on the market.
You won't be sorry. And you'll take care of that pesky sheen.
Remove this comment
Remove this thread
close