
Steve (Big Red) Bishop 👨💻
@EzProgramming
I help organizations overcome the challenges of software development. DM is always open.
You might like
Bishop's Law revised Parallel Systems: R = O(α log C + β) Concurrent Systems: R = O(α C + β) The addition of O() uses Big O notation for asymptotic upper bounds, while "log" reflects logarithmic scaling in optimized parallel implementations, versus linear in naive ones. These…
Bishop's Law: Work done in async requires a resync. As the work complexity increases, so does the resync complexity. Resync complexity: R = αC + β (for independent streams/parallelism) R = αC² + β (for conflicting streams/concurrency), Where C is total async work complexity,…
Easy. Mosquitos.
I'm sounding like a broken record these days. The problem is not indirection (too many little modules) the problem is DISPERSION. It's that you have too many tiny little modules scattered all around in different folders/packages/projects/libraries. If you had a bunch of little…
Code quality involves making code easier to read and change. Some of the worst code quality comes from getting "easier to change" wrong. We have this curious idea that somehow lots and lots of so-called abstractions will make future changes easier. That is the highway to hell.…
If your team does not have consistent hours each day for uninterrupted "heads down" time, you cannot possibly expect consistent throughput.
Want to know how much value something has for you or your business? Ask how much pain you would be in without it.
I think opinionated Agile gets a bad rap.
LLM's are all too easy to anthropomorphize. Our lizard brains see faces in toast. Is it any wonder it sees thinking in extremely good predictive text algorithms?
"So your teams aren't delivering software on schedule." "That's correct, Dave" "So you're implementing Scrum." "Correct" "To add meetings to their schedule for talking about how they can get more stuff done." "Correct!"

I’m not anti-AI. I am, however, anti the rapacious tech bros who selfishly hype AI for the purpose of increasing their wealth and power at the expense of our humanity.
Vibe coders remind me of the people who build applications in MS Access for their department using macros. At some point when they need to scale, or tweak existing logic, they require someone who actually knows what they're doing to take over.
Front-end framework wars are yesterday's news. LLM model wars are the new hotness.
The behavior is static. Yes the services it calls are inverted dependencies, but the steps it goes through are static. What happens if they decide to add push notifications, or stop sending emails? The developer would have to either modify this method, thus violating OCP, or…
I haven't seen this video before but it is absolutely 🎯 youtu.be/L2Wnq0ChAIA?si…
youtube.com
YouTube
Vertical Slice Architecture, not Layers!
Me: Our team will be deploying at least once if not several times a day. SH: How often will you have to take the system offline for that? Me: Never. SH: *stunned silence* I relayed this story to my team, everyone laughed when I told them the stakeholders question. Not because…
I am of the opinion that a Scenario is the smallest unit of work which the business should be observing and monitoring. A user story can be of a wide variety of sizes that simply describe what the user wants. It can be written as small as a single scenario, or as large as a full…
I often wonder why event driven architecture is primarily done for communication between systems, but not within a system. It seems like a perfectly good way to decouple and invert dependencies. Why do we stop once we reach inside the system boundary?
“We have Dev, QA, UAT, Staging, and Prod, so we’re mature.” “We only have Prod, so we’re forced to be mature.” I generally prefer the latter. Why? It encourages shifting quality left, single piece flow, frequent small releases, launching darkly, and low-risk canary deploys.
Today I submitted my resignation at Netflix. They rejected it. Apparently, you can’t resign from a company you don’t work at.
Add the new phone_number column, but make it nullable. This is a fast, non-blocking operation. Deploy new code that starts writing to the new column, but can still handle reading null values from it. Old code ignores the column. Run a background job that slowly, in small…
Quick question : You need to add a new, required phone_number column to your users table, which has 500 million rows. You write a simple ALTER TABLE script. You run it during a "maintenance window." It locks the entire users table for 8 hours while it adds the new column to…
Revenge is an enticing meal, but it rarely fills the belly.
United States Trends
- 1. D’Angelo 43K posts
- 2. Happy Birthday Charlie 94.5K posts
- 3. Brown Sugar 3,767 posts
- 4. #GoodTimebro N/A
- 5. #BornOfStarlightHeeseung 64.3K posts
- 6. Black Messiah 1,164 posts
- 7. #csm217 2,287 posts
- 8. Drew Struzan N/A
- 9. Voodoo 4,738 posts
- 10. Alex Jones 21.5K posts
- 11. Powell 22.5K posts
- 12. Sandy Hook 7,251 posts
- 13. #tuesdayvibe 5,426 posts
- 14. #PortfolioDay 6,120 posts
- 15. Pentagon 86.9K posts
- 16. George Floyd 6,680 posts
- 17. Rest in Power 7,141 posts
- 18. How Does It Feel 4,210 posts
- 19. Cheryl Hines 1,767 posts
- 20. Monad 224K posts
Something went wrong.
Something went wrong.