Live data from Hacker News

Ask HN: What's your favorite tech talk?

news.ycombinator.com

251–260 of 266 posts

Re: Ask HN: What's your favorite tech talk?

#252
post #49

Earlier quoted context omitted.

Agreed. Was gonna post this if it wasn't up already. After this, The Birth and Death of Javascript: https://www.destroyallsoftware.com/talks/the-birth-and-death... He could've taken the concept further tho. I think there are real hardware simplifications you could do if the OS is a jitting VM - no memory mapping unit and take out the expensive fully-associative TLBs.

I always have trouble when telling people in person to go watch this - how should I pronounce the "J" in Javascript? * SPOILER ALERT, and seriously go watch it first * If I pronounce "J" I do him an unjustice, and if I pronounce "Y" I ruin a great surprise that comes quite a few minutes into the talk.

I always go with the "J" pronunciation. It maintains the expectation that the talk makes a joke out of by breaking. I would rather give everyone that first time experience of hearing the "Y" pronunciation than do Gary an injustice.

Re: Ask HN: What's your favorite tech talk?

#253

Earlier quoted context omitted.

I think Gary was way ahead of the industry when he did this talk in 2012. Today it's common to look at Erlang, Haskell and other good but previously unpopular languages and retrofit their ideas to your language of choice (or build something like Elixir/Kotlin/Swift). But back then Ruby/Python/Java/etc devs would usually not look at anything else because functional programming was only something you might have heard i…

> I think Gary was way ahead of the industry when he did this talk in 2012. Today it's common to look at Erlang, Haskell and other good but previously unpopular languages and retrofit their ideas to your language of choice (or build something like Elixir/Kotlin/Swift). But back then Ruby/Python/Java/etc devs would usually not look at anything else because functional programming was only something you might have heard…

I'm not talking about superficial syntax like map/filter for collections. The notion of keeping the majority of your code side-effect-free with immutability, built-in concurrency and message-passing as idiomatic parts of the language/ecosystem is to this day uncommon and partially impossible in Python/Ruby.

http://blog.jenkster.com/2015/12/what-is-functional-programm...

Re: Ask HN: What's your favorite tech talk?

#255

How To Design A Good API and Why it Matters [0] The Principles of Clean Architecture [1] The State of the Art in Microservices by Adrian Cockcroft [2] "The Mess We're In" by Joe Armstrong [3] [0] https://www.youtube.com/watch?v=aAb7hSCtvGw [1] https://www.youtube.com/watch?v=o_TH-Y78tt4 [2] https://www.youtube.com/watch?v=pwpxq9-uw_0 [3] https://www.youtube.com/watch?v=lKXe3HUG2l4

+1 for Joe Armstrong's talk. Very funny, but uncomfortably true

Re: Ask HN: What's your favorite tech talk?

#256

Earlier quoted context omitted.

Randy Pausch's Time Management lecture is also great. https://www.youtube.com/watch?v=3tim1sjY7q8

Actual lecture: https://www.youtube.com/watch?v=oTugjssqOT0

wow!!! So glad I watched it. Thanks for sharing it.

Re: Ask HN: What's your favorite tech talk?

#257

Earlier quoted context omitted.

I worked for Oracle Social as a software engineer for some Facebook Pages WYSIWYG application, and this is their business model - as explained to me - when I asked, "Who is going to be buying our product?" My manager: "Oh, so we have all of these enterprise customers that purchase software from us. Basically, they are presented with a list of all of our various enterprise applications [FYI, there's a TON of them] wit…

As a univerity senior, thank you for this. Oracle was already low on my list of companies to apply to for a full-time job, and this put the nail in that coffin.

If you're in the Seattle area, you still might want to consider Oracle Cloud (I don't work there). They've poached a shit-ton of senior AWS engineering talent, and from what I hear they're developing a kickass product.

Re: Ask HN: What's your favorite tech talk?

#258

Earlier quoted context omitted.

I worked for Oracle Social as a software engineer for some Facebook Pages WYSIWYG application, and this is their business model - as explained to me - when I asked, "Who is going to be buying our product?" My manager: "Oh, so we have all of these enterprise customers that purchase software from us. Basically, they are presented with a list of all of our various enterprise applications [FYI, there's a TON of them] wit…

As a univerity senior, thank you for this. Oracle was already low on my list of companies to apply to for a full-time job, and this put the nail in that coffin.

[deleted]
Post reply on HN