Live data from Hacker News

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

news.ycombinator.com

111–120 of 176 posts

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

#111
Indistinguishable From Magic: Manufacturing Modern Computer Chips [0]. This talk is delivered really well and always leaves me with a sense of awe in how CRAZY it is that humans figured out integrated circuits. Its a bit out of date, but it gives enough of a peek under the hood to understand why Intel has had such difficulties going to 10 and 7mn processes[1].

[0]: https://www.youtube.com/watch?v=NGFhc8R_uO4 [1]: https://www.tomshardware.com/news/intel-cpu-10nm-earnings-am...

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

#113

Define "technical". But when it comes to programming I always enjoy Sandi Metz's talks. I can highly recomend this talk she made at the RailsConf in 2014, about taking an ugly beast of code and turning it to something more digestable and beautiful https://www.youtube.com/watch?v=8bZh5LMaSmE

Totally agree, Sandi is awesome, all of her talks are worth watching. I quite like the the one where she tells the future https://youtu.be/JOM5_V5jLAs . I feel that kind of step change will shortly be with us (if we're not already in the middle of it)

In the middle of a step change?

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

#116
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…

Watching the SICP lectures, I had a moment of "I totally did not see that coming", with triple exclamation marks. The ability to do astonishing things with so little code justifies the word magic to me. Also magic as sleight-of-hand is not infantile to me, either. It's ingenious and practice, practice practice in order to astonish the audience.

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

#117
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…

Could you maybe add a comment about what your favorite tech talk is? Right now I’m staring at a tiny url hoping I’m not going to be rick rolled.

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

#118
Douglas Engelbert, “Augmenting Human Intelligence” from 1968. Introduced the world to the mouse (and therefore the GUI), video conferencing, revision control and basically the modern personal computing environment.

Also known as the “Mother of All Demos”. I don’t think I’ve watched the entire thing in one sitting (I tend to jump over some of the drier parts), but I do return to it every year or so because it helps me remember the lab innovations of 1968 didn’t reach consumers until the mid/80s to late 90s, which helps me keep innovation in perspective.

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

#119
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…

Here is the expanded URL of the tinyurl link to halve the changes of getting a 404 or similar in the far future, and maybe allow finding the content via the Wayback Machine in case infoq also disappears.

https://www.infoq.com/presentations/We-Really-Dont-Know-How-...

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

#120
Silver bullet: Hadi Hariri (2015) - https://www.youtube.com/watch?v=3wyd6J3yjcs

Every time people think a technology will solve all their problems (remember guys from NOSQL back in the days?), they need to see this talk. The speaker also did this talk as a keynote a couple of times during other conferences.

Post reply on HN