Live data from Hacker News

Ask HN: What is your favourite tech talk?

news.ycombinator.com

11–20 of 152 posts

Re: Ask HN: What is your favourite tech talk?

#14
Most recently I really liked "The Unreasonable Effectiveness of Dynamic Typing for Practical Programs": https://vimeo.com/74354480

The ones that had the most profound effect for me would be Linus's talk about git and Carsten Dominik on org-mode.

Also, Richard Feynman explaining how computers work: https://www.youtube.com/watch?v=EKWGGDXe5MA This actually changed the way I think about it after years of programming.

Re: Ask HN: What is your favourite tech talk?

#16
This talk was an interesting thought experiment by PhK of FreeBSD on how if he were tasked by some agency to sabotage open source projects and standards how he would go about doing it https://youtu.be/fwcl17Q0bpk

A talk by Robert Harper at OPLSS in 2017 is really good as well, covering the basics of programming language background https://www.cs.uoregon.edu/research/summerschool/summer17/to... "concrete syntax is where computer science meets psychology.... at the moment it's all a matter of opinion"

Re: Ask HN: What is your favourite tech talk?

#19
I find Runar Bjarnason's talks to be interesting; one of my favourites is 'Constraints Liberate, Liberties Constrain':

https://www.youtube.com/watch?v=GqmsQeSzMdw

The essence of it is that constraints actually allow for easier composition and more modularity. It had a real impact on the way I think about the design of systems.

Post reply on HN