
Steve (Big Red) Bishop 👨💻
@EzProgramming
I help organizations overcome the challenges of software development. DM is always open.
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,…
Want to know how much value something has for you or your business? Ask how much pain you would be in without it.
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.
🤔
People often separate React component logic via a hook. But one hook with all the component's logic isn't ideal. So, avoid this: Modal.tsx useModal.ts Prefer this: Modal.tsx useClickOutsideModal.ts useEscapeKey.ts Declare focused hooks that handle a specific concern.
You don’t need a daily standup. But you do need to communicate often. You don’t need formal retrospectives. But you do need to regularly discuss improvement opportunities. You don’t need sprints. But you do need to break work down and deploy often. You don’t need a sprint…
Rather than taking breaks because we are tired, we take breaks so that we do not become tired. buff.ly/C97BfVB
United States الاتجاهات
- 1. Happy Birthday Charlie 23K posts
- 2. Good Tuesday 22.7K posts
- 3. #Worlds2025 23.6K posts
- 4. #tuesdayvibe 2,424 posts
- 5. Bears 91.6K posts
- 6. Romans 10.3K posts
- 7. Caleb 50.8K posts
- 8. Blinken 25.3K posts
- 9. Pentagon 67.8K posts
- 10. Snell 25.6K posts
- 11. Jake Moody 14.5K posts
- 12. Jayden 23.7K posts
- 13. Commanders 53.4K posts
- 14. Swift 291K posts
- 15. Trump's Gaza 137K posts
- 16. Joji 35.3K posts
- 17. #BearDown 2,484 posts
- 18. Conquered 29.6K posts
- 19. Ben Johnson 4,649 posts
- 20. Benin 89.8K posts
Something went wrong.
Something went wrong.