pragdave's Avatar

pragdave

@pragdave.bsky.social

Accident prone programmer, speaker, and writer. https://pragprog.com

865 Followers  |  75 Following  |  32 Posts  |  Joined: 23.11.2023  |  1.7707

Latest posts by pragdave.bsky.social on Bluesky

pshaw....

Thank you!

05.03.2025 19:11 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
simplicity Fight complexity and reclaim the original spirit of agility by learning to simplify how you develop software. The result: a more humane and effective environment, and a happier you.

Honored to be asked to review @pragdave.bsky.social's new book for programmers, Simplicity.

It was such a joy to read -- like having your super experienced senior dev best friend share all their coding and productivity secrets.

It's now in beta, check it out ❀️ pragprog.com/titles/dtcod...

05.03.2025 16:16 β€” πŸ‘ 21    πŸ” 3    πŸ’¬ 2    πŸ“Œ 0
#107 The Joy of Programming with Dave Thomas by Happy Path Programming We chat with Dave Thomas, co-author of The Pragmatic Programmer, about the joy of programming and the tensions between our and others needs. Discuss this episode: ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠discord.gg/XVKD2uPKyF⁠⁠

I had a really nice chat with @bruceeckel.bsky.social and @jamesward.com about programming, need, and satisfaction
creators.spotify.com/pod/show/hap...

30.12.2024 16:52 β€” πŸ‘ 12    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0
Preview
2024 Advent of Code, day 7 This one had a fun first part but I think I must have missed something obvious in the second: it runs way too sloe.

Day 7 of the #AdventofCode. I'm really please with the first part: generating all permutations of the two operators by adding one to a count.

15.12.2024 23:45 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I think Phoenix has been fairly stable, but I have had no direct experience using it for a while now. I can't talk about the JVM ones. I've also had zero experience on the JVM side of the house.

10.12.2024 15:31 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0
2024 Advent of Code, Day 4
YouTube video by pragdave 2024 Advent of Code, Day 4

And #AdventOfCode day 4 is up, including a wee little data-driven search...

youtu.be/Uy02EnbHvbA

10.12.2024 02:34 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
2024 Advent of Code, Day 3
YouTube video by pragdave 2024 Advent of Code, Day 3

Day 3 of AoC is up. Lots of regular expressions and bad typing...

youtu.be/8WC8kks2Mws

08.12.2024 21:22 β€” πŸ‘ 4    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Post image

This week's PragProg Best Sellers:
1. Agile Web Development with Rails 8 by @intertwingly.net
2. Network Programming in Elixir and Erlang by @whatyouhi.de
3. Real-World Event Sourcing by @kevinhoffman.bsky.social

https://pragprog.com/best_sellers/

08.12.2024 10:41 β€” πŸ‘ 7    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0
2024 Advent of Code, Day 2
YouTube video by pragdave 2024 Advent of Code, Day 2

Day 2 of my #AdventOfCode exploration is now online.

www.youtube.com/watch?v=_6EL...

07.12.2024 19:34 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Nah, it's me that's going to feel stupid when the "why didn't you..." comments start rolling in. :)

07.12.2024 00:41 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
2024 Advent of Code, Day 1
YouTube video by pragdave 2024 Advent of Code, Day 1

ust as an experiment, I'm recording myself working through the Advent of Code challenges. The videos are pretty raw: I edit out long silences and the occasional dog park, but otherwise they've just me bumbling along. Enjoy:

www.youtube.com/watch?v=oEI2...

06.12.2024 23:41 β€” πŸ‘ 11    πŸ” 3    πŸ’¬ 1    πŸ“Œ 0

Massive congratulations to Chris McCord and the team for reaching the amazing milestone of LiveView 1.0.

05.12.2024 02:57 β€” πŸ‘ 26    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Post image

Maybe you say I should just freeze all versions of the framework code, and run with that into the future. I tried that. I have 80kloc of Rails that won't run on Ubuntu > 18. And, or course, that means no security updates.

I think we need to start factoring this in to our choice of frameworks.

30.11.2024 17:44 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Not picking on Rails here: it's even worse in the Javascript world. And Python 2 -> 3 is still a mess, all these years later.

It's time to stop assuming latest = greatest, and instead know that latest will be most painful.

I don't want to incur the future debt of Rails or a JS framework.

30.11.2024 17:44 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

This has reached the point where some frameworks are not even compatible with themselves. Rails 8, for example, changed how assets work (again) and deleted a manifest file. But use the Rails 8 generator to create an esbuild app, and that app won't run.

30.11.2024 17:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Most framework curators seem to value signing up new users over supporting existing users and their apps–each major release will adopt the libraries and ideas du jour, attracting people who want to play with them to the detriment of existing users who now have to spend time fixing their code.

30.11.2024 17:44 β€” πŸ‘ 6    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0

Well said! DRY is about having a single source of truth, and never about removing identical lines of code. I updated the 2nd edition of TPP to try to make that clearer.

30.11.2024 14:09 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Who knows, who knows...

30.11.2024 09:52 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Pragmatic Bookshelf: By Developers, For Developers We improve the lives of professional developers. We create timely, practical books on classic and cutting-edge topics to help you learn and practice your craft, and accelerate your career. Come learn ...

We're making that easier: use the code turkeysale2024 when you check out at pragprog.com and get 40% off.

Make a little gerbil happy today...

30.11.2024 04:38 β€” πŸ‘ 5    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Post image

This is Finley. Finley's parents work in our ebook department, where they enjoy picking out the best 1s and 0s as they craft each download.

They would really appreciate it if you'd pick up one of the books they made, because they hope to buy Finley a wheel for Christmas.

30.11.2024 04:38 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 2    πŸ“Œ 0
collage of book covers from pragprog.com

collage of book covers from pragprog.com

7 skills in 7 weeks! Dive into coding, databases, and web frameworks with our #BlackFriday sale. Use code turkeysale2024.

Details in the article: medium.com/pragmatic-pr...

#coding #web #programming #pragprog #books
@pragprog.com

27.11.2024 20:59 β€” πŸ‘ 6    πŸ” 3    πŸ’¬ 2    πŸ“Œ 0

I'll be interested to hear what you think.

25.11.2024 13:44 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Aerospace might well be the workspace manager for OS X that I've been looking for. Anyone got any other favorites?

24.11.2024 22:46 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 3    πŸ“Œ 0

I just tried installing eight popular CMS apps under Rails 8. Only one of them got past the initial install stage. Makes me want to use Java.

21.11.2024 20:21 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

This afternoon I submitted an issue to the JRuby team. Five hours later they had the fix ready to merge. I'm seriously impressed.

21.11.2024 04:34 β€” πŸ‘ 14    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

On the face of it, Payload and Drizzle have a nice looking take on database migrations. During development, the scheme just updates automatically. When a feature is complete, you then ask it to create a migration to formalize the little changes you've made.

20.11.2024 03:26 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Effective Haskell Build efficient applications that exploit the unique benefits of a pure functional language, learning from an engineer who uses Haskell to do practical work.

I really try not to do too much self promotion. I think it's annoying, and I generally believe that the best way to get interest in your work is to give people something they value.

That said, new platform so I'll do this once:

I wrote a book about Haskell:
www.pragprog.com/titles/rshas...

17.11.2024 18:18 β€” πŸ‘ 117    πŸ” 25    πŸ’¬ 7    πŸ“Œ 0
Currently Away cover

Currently Away cover

Currently's Great Loop Track

Currently's Great Loop Track

Currently Away last page

Currently Away last page

I have just finished reading Currently Away, by @redrapids.bsky.social and @maggietate.bsky.social.
It is not a book about a boat trip.
It is a book about two fascinating human beings that decided to take that trip (known as The Great Loop).
In some chapters you cry, but most of the time you laugh.

16.11.2024 15:51 β€” πŸ‘ 11    πŸ” 3    πŸ’¬ 3    πŸ“Œ 1

I try to distinguish between disagreement and argument. Disagreement is when we have different opinions and try to find common ground. Argument is when we disagree and don't. The former is what makes things change. The latter is what makes people walk away and disengage.

17.11.2024 02:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Ask Slashdot: Have AI Coding Tools Killed the Joy of Programming? - Slashdot Longtime Slashdot reader DaPhil writes: I taught myself to code at 12 years old in the 90s and I've always liked the back-and-forth with the runtime to achieve the right result. I recently got back fr...

That from a /. reader.

Is that _really_ how people are coding? If so, I've been incredibly naive, and I am really, really scared.

developers.slashdot.org/story/24/11/...

17.11.2024 01:24 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@pragdave is following 19 prominent accounts