Hanselminutes on 9 - Spolsky, Atwood, Blyth, Hanselman = Crazy-Delicious || Content-Free?
- Posted: Oct 23, 2009 at 12:46 AM
- 47,072 Views
- 10 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
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!
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
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
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