Live data from Hacker News

Ask HN: What are some of the best technical talks you've heard?

news.ycombinator.com

101–110 of 176 posts

Re: Ask HN: What are some of the best technical talks you've heard?

#102
post #100

Although not strictly a talk, I would highly recommend the first of the SICP lectures[0], if only to expand your thinking about what computer science: "I'd like to welcome you to this course on Computer Science. Actually that's a terrible way to start. Computer science is a terrible name for this business. First of all, it's not a science. It might be engineering or it might be art. We'll actually see that computer s…

can someone please convince me that the use of the word "magic" is justified? yes I know sicp is universally exalted in the cs/programming community and even though I haven't read it yet I support the principle of a principled approach to computation (it's math after all in the purest sense) but I can't support the infantilism of words like magic and the wizard on the cover of the book because the two themes are directly in opposition. there is no magic and clear rigorous analysis of programs is very fruitful.

Re: Ask HN: What are some of the best technical talks you've heard?

#103
post #30

John Carmack's talks, especially the ones from his id days at QuakeCon. Watching somebody get on stage and just talk for hours in detail without notes about a whole range of technical topics that they mastered and enjoy is pretty inspiring.

I’m by no means a gamer but have always admired Carmack for his sheer brilliance. I stumbled over one of his talks while doing something else and jumped to various points in the talk. _Every. Single. Time._ he was talking about something profound and the talk is friggin several hours long.

To make him more impressive, he had a pretty significant speech impediment when he was younger. So he was never some natural orator, he had to work extremely hard to sound like one.

Re: Ask HN: What are some of the best technical talks you've heard?

#104
post #19

Fork Yeah! The Rise and Development if illumos by Brian Cantrill https://m.youtube.com/watch?v=-zRN7XLCRhc Quote copied from https://news.ycombinator.com/item?id=5170246 "As you know people, as you learn about things, you realize that these generalizations we have are, virtually to a generalization, false. Well, except for this one, as it turns out. What you think of Oracle, is even truer than you think it is. There…

If that's the best technical talk you've ever seen, I have to feel sorry for you. Cantrill may rant all he wants about Oracle but he's not exactly doing better, with all the peddling of node.js to the masses. It is rare for me to see someone come up with so much bullshit in one talk: https://vimeo.com/230142234

Since I don't want to end with a negative note, here is a personal favorite as far as best technical talks go:

https://tinyurl.com/hzpccxj

Re: Ask HN: What are some of the best technical talks you've heard?

#105
After seeing the top-voted one, perhaps I should hesitate here. But I do remember Kevin Loney's "Controlled Flight into Terrain", on what you can do wrong with databases, as very good. I saw it at a regional Oracle users group years ago.

More recently I have looked at Raymond Hettinger's "Beyond PEP 8--Best Practices for Beautiful Intelligible Code", and I hope improved my Python as a result.

Re: Ask HN: What are some of the best technical talks you've heard?

#106
The Feynman Lectures (on Physics) are incredible - Feynman had such an amazing mind, one of the greatest the world has known, yet could explain complex things like he was talking to a friend in the living room over drinks. Never patronizing, always amusing & informative: https://www.youtube.com/watch?v=j3mhkYbznBk&list=PLLzGzdSNup...

Re: Ask HN: What are some of the best technical talks you've heard?

#107
post #100

Although not strictly a talk, I would highly recommend the first of the SICP lectures[0], if only to expand your thinking about what computer science: "I'd like to welcome you to this course on Computer Science. Actually that's a terrible way to start. Computer science is a terrible name for this business. First of all, it's not a science. It might be engineering or it might be art. We'll actually see that computer s…

can someone please convince me that the use of the word "magic" is justified? yes I know sicp is universally exalted in the cs/programming community and even though I haven't read it yet I support the principle of a principled approach to computation (it's math after all in the purest sense) but I can't support the infantilism of words like magic and the wizard on the cover of the book because the two themes are dire…

There's an aphorism: "objects are a poor man's closure; closures are a poor man's object". When I got to the point in SICP where I understood that, the word "magic" was very definitely justified :)

Re: Ask HN: What are some of the best technical talks you've heard?

#108
post #19

Fork Yeah! The Rise and Development if illumos by Brian Cantrill https://m.youtube.com/watch?v=-zRN7XLCRhc Quote copied from https://news.ycombinator.com/item?id=5170246 "As you know people, as you learn about things, you realize that these generalizations we have are, virtually to a generalization, false. Well, except for this one, as it turns out. What you think of Oracle, is even truer than you think it is. There…

Minor correction - it's Bryan Cantrill, not Brian (according to Wikipedia).

https://en.wikipedia.org/wiki/Bryan_Cantrill

Post reply on HN