Most-Watched Software Engineering Talks of 2024
57 comments
·February 12, 2025sangeeth96
apwell23
this sounds like a lot of work for something this niche
PaulRobinson
As others have noted, there are some problems with the methodology of how this list has been created.
First, the list of "almost every" Software Engineering conference around the World[1] used, is just 72 items long. This feels light, and some conferences I would expect to see are missing: Brighton Ruby is very popular in the UK, but possibly a bit niche, so fine; but, FOSDEM however, seems more of a glaring oversight, perhaps explained by the fact that most of those talks are published not through a single channel.
The author has a mechanism to add confs to this. We could try and help them with that.
Then, the list seems to have ordered talks published by each conference's YouTube channel, by total views.
When one of those channels posts a talk twice (for example, the Linux Foundation's keynote of Linus talking to Dirk Hohndel), you end up with split user counts which means its lower down the list than you might expect.
I also think this means we're now measuring "most watched" in a slightly weird way: is this now just a reflection of marketing and subscriber reach? GOTO has 1.04M subscribers, ReactConf just 28.5K - is it any surprise that the list has more talks with more views from one of those over the other? Who is to say which conf had the better or more interesting talks?
Other engagement metrics (thumbs up, percentage of subs, number of comments, how many inbound links, and so on), might provide a better number to proxy for "quality" or "best" than just views, although the author isn't making a claim for quality, just views, so perhaps I'm asking for something beyond what is reasonable or what was promised.
This is a good start of an idea though, it wouldn't take much to make it better, so best of luck to the author or those who want to steal the idea: I'd love to see a better list in the future, and perhaps over a longer period of time than one year, too.
neves
You are nitpicking.
They just did an algorithm to list a bunch of popular/nice talks for software engineers. I'll watch a bunch of them.
I'd like to see my fellow hacker news members to point to good talks that aren't present in the list.
rtfeldman
Agreed - as a concrete example of an omission, I gave a talk at Philly ETE 2024 whose view count would put it at #14 on this list:
guipsp
It's also missing most (all?) of the more academic conferences.
pistoriusp
I know these are conferences that they track, but I happen to know the Scott's talk from FOSDEM titled "So You Think You Know Git?" is at 1.3m million views:
rgreasons
Really surprised at the lack of “big” names on the list. My gut reaction was “really, no PyCon?” But when I went to the PyCon channel, even the keynotes from last year barely cracked a thousand views.
simonw
I just checked and my PyCon keynote got 6,200 - pretty happy with that! https://www.youtube.com/watch?v=P1-KQZZarpc
rgreasons
I consider you a pretty big name in our little corner of the world, so that number seemed pretty low to me! Expected 5 figures at least!!
chickenzzzzu
Almost nobody cares about actually learning how to program anymore. These days, the majority of humans are solving for one question- "what do I need to say to someone for them to give me money?"
ai-christianson
> Really surprised at the lack of “big” names on the list.
I think it's pretty cool we're hearing from more voices though.
whalesalad
There is nothing interesting going on at pycon, usually. Most language-specific conferences tend to be pretty boring imho.
swyx
for AI Engineering here is what was popular (30k-300k views):
- Jerry Liu on Agentic RAG: https://www.youtube.com/watch?v=zeAyuLc_f3Q
- Emil Eifrem on GraphRAG: https://www.youtube.com/watch?v=knDDGYHnnSI&t=2s
- Justine Tunney on LlamaFile: https://www.youtube.com/watch?v=-mRi-B3t6fA
- Daniel Han on Low Level Technicals of LLMs: https://www.youtube.com/watch?v=pRM_P6UfdIc&t=5094s
theres a long tail of others that didnt get the views but i consider quality. we also do AI Engineering Management talks now https://www.youtube.com/watch?v=uiq95JYpBGY&list=PLcfpQ4tk2k...
sidchilling
I don’t like watching videos (or rather can’t watch at night, but can read). To date I haven’t found an AI that can produce a good article from a video. No, not just transcribe the video but actually produce a quality article with images and stuff from the video. Like a human who is instructed as “watch this video and produce a very high quality article that talks about the things talked about in the video”.
Has anyone has any luck with this?
It would be awesome if I can give this link to AI that will produce a PDF, each video being a chapter in the PDF.
ignoramous
> would be awesome if I can give this link to AI that will produce a PDF, each video being a chapter in the PDF
If you've got is slides+YouTube, then https://notebooklm.google [0] might work wonderfully well. It does for me. Though, it more Q&A than an article with illustration.
[0] https://illuminate.google.com is its limited/audio-only alternative.
darksaints
I watched a little bit of the filesystems in rust talk and while it was a fairly straightforward talk, I was shocked at the q&a session. Emotionally hyperbolic ranting, jumping to conclusions, and wild accusations. I had no idea the linux community was so childish and reactionary towards rust.
EncomLab
Wish Jon Blow would get back out there! He was asked on a recent stream and said he has turned down invites while trying to get Jai pushed out the door.
eximius
I do think that the `SOA` struct modifier keyword is maybe the most interesting thing out of Jai. Other languages would do well to think about adopting a mechanism to support something like it.
atombender
My understanding is that it's been moved to a convenience macro and is no longer a syntax-level thing. The original videos where Blow talked about SOA at the language level is very old now, and the language has gone through a lot of changes.
RohMin
I really want to learn his methodology to writing software
chickenzzzzu
His methodology is to put his hands on the keyboard, write a function, a struct, make it compile, make it produce the correct output, make it faster, make it use less memory...
Almondsetat
Considering how much software he has actually put out... do you?
podobo
[dead]
the_arun
Does this cover only GOTO conferences? If so we need to update the title to avoid being clickbait.
infecto
https://www.techtalksweekly.io/p/tech-conferences
List of conferences the author covers
martypitt
No, there's content from lots of different conferences (though, GOTO is there a lot -- maybe a good indicator of quality?)
culi
popularity ≠ quality
datadrivenangel
Having watched a lot of the goto talks, I'd say that they're like a good tech conference: ~5-10% of the talks could have a major impact on your work/career, 20-30% of the talks are interesting and slightly useful, and the remaining talks are basically product pitches / sponsor slots, which can be useful but are often biased.
dowager_dan99
for a Mr. Beast video, maybe that's true, but for a specific audience like "Developer Conference Talk" probably a decent proxy
rgreasons
It appears to contain a bunch of other conferences. NDC, ElixirConf, etc.
null
null
elric
I got to see some of these in person, though at different conferences. If you're at all interested in Java, the talks by Venkat Subramaniam and Nicolai Parlog are worth a watch.
tasuki
> If you're at all interested in Java
Is that even a thing in 2025? I thought the consensus was that Kotlin has a strictly better syntax than Java.
(I'm not even a Kotlin fan. I was pretty sad when Kotlin started taking Scala's market share...)
Graziano_M
Linus's talk is on there twice. If you add up the view counts, it should be much higher.
I really wish there existed a central platform that tracks/links to all tech conference videos from past to present because YouTube just plain sucks for this and in general, to focus. They've had DECADES to polish this experience (in general for any educational content), at least under the premium tier and I've given up all hopes of them ever getting this right.
Off the top of my head, such a platform could:
etc.I don't think such a platform exists today but would love to be wrong.