Live data from Hacker News

Ask HN: What is your favourite tech talk?

news.ycombinator.com

51–60 of 152 posts

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

#52
Really excited to go through all the other talks listed here I'm not familiar with!

Three talks that I tend to reference a lot and have had a huge impact on the way I think about software:

The Soul of Software: Avdi Grimm - https://youtu.be/IgbHzFb1hGw

The Humane Representation of Thought: Bret Victor - https://youtu.be/agOdP2Bmieg

How to Program Independent Games: Jonathan Blow - https://youtu.be/JjDsP5n2kSM

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

#53
Worse is better!! — https://youtu.be/X45YY97FmL4

Genius.com CEO gives talk about how the worst possible thing you can think of, is in fact the best thing.

I like this video because I tend to get stuck in my own head, or get carried away on useless features/ideas that don't really contribute to the overall progress of the product.

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

#57
beside the nostaligia alan kay talks about sketchpad, sutherland and all that;

one of my top talks is dan friedman + will byrd doing evalo in minikanren.

similarly there's an old talk by sean parent about reversible computing while he was at Adobe R&D (kinda like relational programming of friedman and byrd, except, in cpp)

I also greatly enjoy anything chuck moore on forth / ga144

And recently the talk about the values of APL

Oh and Gary Bernhardt. Wat and the unix chainsaw. beautiful.

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

#59
Turning The Database Inside Out: Martin Kleppmann - https://www.confluent.io/blog/turning-the-database-inside-ou... in both video and blog form. Describes how to think about any software stack as layers of derived caches on top of immutable event logs, effectively proposing a solution to the first of https://martinfowler.com/bliki/TwoHardThings.html . It's certainly changed the way I approach software architecture.

Honorable mention: https://www.destroyallsoftware.com/talks/wat

Post reply on HN