Live data from Hacker News

Ask HN: What is your favorite Tech Podcasts these days?

news.ycombinator.com

51–60 of 78 posts

Re: Ask HN: What is your favorite Tech Podcasts these days?

#51
http203 was my favorite while it lasted. Both highly enjoyable and informative.

I also want to give a shoutout to the CSS podcast by Adam Argyle and Una Kravets. It isn't easy to listen to, because it's trying to describe verbally what's essentially visual; but it is full of useful information.

Re: Ask HN: What is your favorite Tech Podcasts these days?

#52
post #45

Without doubt Darknet Diaries, it should be a mandatory listen for anyone touching computers. It is a crash course on building secure systems by learning from the failures of others. I highly recommend starting from episode #1 because they are almost all great and episodes often reference past topics. https://darknetdiaries.com

I listened to quite a bit of Darknet Diaries back in 2018 but he had a few episodes that were such complete misses for me that I hopped off the train. The episode about trying to get to the top of Apple's podcast charts wore my patience, but a few episodes later the content was padded out with getting up to date on some Youtuber drama or something? I figured it was just hard to keep finding content for this niche. Sh…

It’s true, not every episode is amazing. It’s a bit of a tangent, but I feel like podcasts don’t make it easy to get started. Unlike a TV show, where you obviously should start with S1E01, lots of podcasts either get outdated over time or have hugely improved over time and starting with a recent episode is better. But then you dive in and you don’t get any of the references, get blasted by ads, and so on!

Re: Ask HN: What is your favorite Tech Podcasts these days?

#53
post #27

I wonder if there is a gap in the audio market for low-level podcasts aimed at building technical "muscle memory". Example: repeated syntax step-throughs in a rote/kata style, like foreign language courses. I've never seen anything like that and have often wondered if it could work without the visual accompaniment.

I've actually found it quite an active/engaging experience to take in some normal code-presenting videos/screencasts as audio-only (i.e. earphones in, phone in pocket), because you build up in your minds eye the code they're talking about.

Ah yes, that's a good idea. I think I've actually done that in the past, come to think of it, when walking; listening to a video course and occasionally screenshotting the phone at a bit I wanted to come back to.

Re: Ask HN: What is your favorite Tech Podcasts these days?

#54
post #48

I highly recommend CoRecursive - The Stories Behind The Code: https://corecursive.com/ Basically, the host (Adam Gordon Bell, himself a programmer) is interviewing other software developers about their career or the journey to a particular piece of software. I found these two episodes particularly interesting: * Software Word Tour: https://corecursive.com/software-world-tour-with-son-luong-n... * The Untold Story of…

Here to recommend CoRecursive as well! I would also recommend the SerenityOS episode for first-time listeners. The quality of the podcast, in general, is spectacular.

Re: Ask HN: What is your favorite Tech Podcasts these days?

#55
post #19

I wonder if there is a gap in the audio market for low-level podcasts aimed at building technical "muscle memory". Example: repeated syntax step-throughs in a rote/kata style, like foreign language courses. I've never seen anything like that and have often wondered if it could work without the visual accompaniment.

I don't see how this would be that useful. If you are learning a foreign language, you already know what you want to say, but not how to say it in the new language. Syntax doesn't really matter after programming for more than a year, as the important part is how to solve a problem, and not how to write down that solution.

True, but stumbling over even basic idioms and syntax can be quite frustrating if you have not used them enough to absorb them, especially for those like me with dodgy memory retention.

Re: Ask HN: What is your favorite Tech Podcasts these days?

#57

I’ve been disappointed with podcasts over the past couple of years. I tend to listen to YouTube videos now.

That's interesting, i keep getting annoyed by the wild inaccuracies and downright silly mistakes whenever I find a YouTube creator that produces videos on a topic I've got decent working experience in. I.e. rxjs code like this behaviorSubject.pipe(mergeMap() => of(behaviorSubject.getValue()) With podcasts, you usually get people that actually do the things they're taking about for a living as they're often not primar…

> I.e. rxjs code like this

As with everything, we should be picky. For rx, Ben Lesh - always yes, obviously. Michael Hladky - yes. Deborah Kurata - maybe yes? Random youtuber - no.

Re: Ask HN: What is your favorite Tech Podcasts these days?

#59
post #57

Earlier quoted context omitted.

That's interesting, i keep getting annoyed by the wild inaccuracies and downright silly mistakes whenever I find a YouTube creator that produces videos on a topic I've got decent working experience in. I.e. rxjs code like this behaviorSubject.pipe(mergeMap() => of(behaviorSubject.getValue()) With podcasts, you usually get people that actually do the things they're taking about for a living as they're often not primar…

> I.e. rxjs code like this As with everything, we should be picky. For rx, Ben Lesh - always yes, obviously. Michael Hladky - yes. Deborah Kurata - maybe yes? Random youtuber - no.

[deleted]

Re: Ask HN: What is your favorite Tech Podcasts these days?

#60
post #18

Software Unscripted https://twitter.com/sw_unscripted is good. I don't know whether it's well known or not. Possibly a hidden gem. Already mentioned, but Signals & Threads https://signalsandthreads.com is a very notable one. Probably the best episode hit-rate of any development-related podcast I've listened to. Core Intuition https://coreint.org Apple-platform focused. Hosts have endearing personalities. The Changelo…

I could not figure out how to subscribe to software unscripted with a regular podcast application. I don't see an RSS feed anywhere.

I usually end up using podbay.fm for finding rss feeds for shows which don't list them on their web pages (or anywhere else). https://podbay.fm/p/software-unscripted
Post reply on HN