this post was submitted on 17 Aug 2023
26 points (100.0% liked)

Programming

420 readers
13 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

Hi everyone,

I've got quite a long drive coming up and was interested in finding some audiobooks, which got me thinking, has anyone listened to (also, do they exist) any programming-centric audiobooks recently?

I figure podcasts might be the more popular format for technical content, but I'd be more interested in an audiobook if people know of any good ones.

I'm primarily a python developer if that helps narrow it down. Interested in LLMs, python core stuff, message brokers, databases, whatever!

Let me know if you have any leads!

top 6 comments
sorted by: hot top controversial new old
[–] arke@programming.dev 12 points 1 year ago (1 children)

If you work in a team environment, I recommend these two books: The Phoenix Project and The Unicorn Project.

Not strictly about programming, but focuses on software projects and devops. The fast-paced novels will make your drive go much faster.

[–] atheken@programming.dev 1 points 1 year ago* (last edited 1 year ago) (1 children)

I read The Phoenix Project recently, and had a PTSD episode from all of the hallmarks of dysfunction that I’ve experienced in my career. Good book, but probably needs a trigger warning.

I recently re-read the book and had a similarly traumatic episode from all the managers over my career that read the book and somehow took the wrong lessons from the dysfunction portrayed.

[–] ruffsl@programming.dev 4 points 1 year ago

I don't know of many recorded audio books, but you could also use a Text to Speech engine to listen to any technical blogs or articles. I use Android apps like Pocket or T2S to queue up a backlog of TODO read items, then when I'm out for a long walk, I can just press play and let the TTS do it's thing. Of course, I curate this list for longer pure text reads, devoid of code snippets, equations, or visual graphics that TTS would have a tough time conveying over audio.

Looks like I may need to find a successor to pocket. They do a great job scraping connect via readable mode, but I'd like to find a shelf hosted or mobile+offline app equivalent for queuing up web articles, just in case pocket gets cut from further development by Mozilla management.

[–] atheken@programming.dev 3 points 1 year ago* (last edited 1 year ago)

I think you’ll have better luck with podcasts. Technical books tend to have long tracts of code that would be excruciating to listen to.

You might enjoy:

  • co-recursive
  • software unscripted
  • this developer’s life
[–] Notnotmike 2 points 1 year ago

Pragmatic Programmer is OK, there's not any code that I can remember and it's just general purpose, helpful ideas for programmers to follow