TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Programming talks that made something click for you?

28 pointsby dprophecyguyover 3 years ago
Hi I am an avid learner and mostly work with JS ecosystem. Throughout my career here and there I have stumbled upon few programming talks from Youtube, which just make something click in my mind and I consider them as things which made the mental models clear in my head.<p>Do you guys also have something in your mind ?<p>Here is are few famous ones to start with.<p>What the hack is event loop anyway ? (https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=8aGhZQkoFbQ&amp;t=265s)<p>Recursion (https:&#x2F;&#x2F;youtu.be&#x2F;IJDJ0kBx2LM)<p>Functional Programming toolkit(https:&#x2F;&#x2F;youtu.be&#x2F;Nrp_LZ-XGsY)

10 comments

algebraicallyover 3 years ago
The mess we&#x27;re in (Joe Armstrong): <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=lKXe3HUG2l4" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=lKXe3HUG2l4</a>
Orochikakuover 3 years ago
“Rethinking reactivity” by Rich Harris (2019) - <a href="https:&#x2F;&#x2F;youtu.be&#x2F;AdNJ3fydeao" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;AdNJ3fydeao</a>
elamjeover 3 years ago
Simple Made Easy (<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=LKtk3HCgTa8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=LKtk3HCgTa8</a>)<p>The Language of the System (<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=ROor6_NGIWU" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=ROor6_NGIWU</a>)<p>The Value of Values (<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=-6BsiVyC1kM" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=-6BsiVyC1kM</a>)<p>All by Rich Hickey (Clojure creator) - strongest programming speaker I&#x27;ve found to date.
andrei_says_over 3 years ago
Sandi Metz helped me start using OO and not just write procedural code in an OO language.<p>Nothing is something <a href="https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=9lv2lBq6x4A" rel="nofollow">https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=9lv2lBq6x4A</a><p>Poly want a message<p><a href="https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=XXi_FBrZQiU" rel="nofollow">https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=XXi_FBrZQiU</a><p>All the little things<p><a href="https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=8bZh5LMaSmE" rel="nofollow">https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=8bZh5LMaSmE</a>
emdashcommaover 3 years ago
Two come to mind that I really enjoyed.<p>&quot;Type-Driven API Design in Rust&quot; by Will Crichton (Strange Loop) - <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=bnnacleqg6k" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=bnnacleqg6k</a><p>&quot;Opportunities and Pitfalls of Event-driven Utopia&quot; (QCon) - <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=jjYAZ0DPLNM" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=jjYAZ0DPLNM</a>
amituover 3 years ago
&quot;Making Impossible States Impossible&quot; by Richard Feldman (2016): <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=IcgmSRJHu_8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=IcgmSRJHu_8</a><p>&quot;Understanding style&quot; by Matthew Griffith (2017): <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=NYb2GDWMIm0" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=NYb2GDWMIm0</a>
kkonceviciusover 3 years ago
Not so much talk as a rant.<p>&quot;Getting rid of the OOP mindset&quot; (<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=GKYCA3UsmrU" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=GKYCA3UsmrU</a>)<p>And accompanying article &quot;Semantic Compression&quot; : <a href="https:&#x2F;&#x2F;caseymuratori.com&#x2F;blog_0015" rel="nofollow">https:&#x2F;&#x2F;caseymuratori.com&#x2F;blog_0015</a>
olvy0over 3 years ago
Sean Parent &quot;Better Code: Data Structures&quot; (2015): <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=sWgDk-o-6ZE" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=sWgDk-o-6ZE</a><p>I&#x27;ve been programming in C++ and using the STL for many years but this one really made me aware of what just might be the best way to think about it.
manxover 3 years ago
&quot;Simple made easy&quot; by Rich Hickey
评论 #29040239 未加载
评论 #29032940 未加载
schwartzworldover 3 years ago
Not exactly what you&#x27;re asking for, but the LambdaCast podcast really helped me with some functional concepts.