EzProgramming Profile Banner
Steve (Big Red) Bishop πŸ‘¨β€πŸ’» Profile
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»

@EzProgramming

Followers
593
Following
7K
Media
650
Statuses
6K

I help organizations overcome the challenges of software development. DM is always open.

Oregon, USA
Joined May 2017
Don't wanna be here? Send us removal request.
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
5 months
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
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
6 months
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,
0
1
8
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
8 days
@claudeai
Claude
8 days
Introducing Code Review, a new feature for Claude Code. When a PR opens, Claude dispatches a team of agents to hunt for bugs.
0
0
0
@justbyte_
Aryan
12 days
Be honest, is this relatable??
412
2K
23K
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
14 days
Accurate. Agentic coding isn't just the future, it's the present. It's a wild bucking stallion that if tamed, will lead to expedited results. I'm implementing ideas that before I just shelved because it would take up too much of my time. Innovation is going to explode for the
@ryancarson
Ryan Carson
14 days
Be careful about listening to anyone who uses the term "vibe coding" when referring to any code written by agents. It means they don't actually use agents to build real things. There is a world of difference between vibe coding and agentic engineering. Pretty soon, hopefully
1
0
0
@RealDonKeith
Don Keith
15 days
More of this, please.πŸ˜‚
880
5K
32K
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
17 days
0
0
0
@Grady_Booch
Grady Booch
19 days
I reject your assertion. The entire field of software engineering evolved under the fundamental constraint of the human ability to manage complexity.
@aleattorium
Jean Lucas Lima
19 days
The entire software engineering field evolved under a specific constraint: humans writing code at human speed. Team topologies, review rituals, abstractions, architectural boundaries were optimized for that production model.
36
97
919
@Simon_Ingari
Simons
24 days
Have you ever noticed that the worst people keep getting promoted? You’re sitting in a meeting thinking, How is this person in charge? That’s not bad luck. That’s a system working exactly as intended. Here’s the truth: A lot of workplaces don’t promote the most capable people;
9
67
265
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
24 days
This is the fuzzy world that engineers of all disciplines grapple with. Making exacting order from inexacting chaos. AI is a layer of abstraction that interfaces with the chaos and pretends to provide order. Which is why it behaves precisely like a beginning engineer.
@unclebobmartin
Uncle Bob Martin
24 days
Here's a philosophical question for you. We programmers have been dedicated to _certainty_. Either the program works or it doesn't. AIs do not deliver certainty. Perhaps certainty will remain forever outside their domain. Can we live with that? Of course we do, in
0
0
0
@ThePrimeagen
ThePrimeagen
28 days
AI CEO SAID SOMETHING HONEST looks under covers oh dax, yeah checks out
@nixcraft
nixCraft 🐧
28 days
Lmao
48
85
2K
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
26 days
It sure is fun paying $17/mo to run one prompt then wait another 5 hours before you can run your next prompt to fix what the previous prompt broke. #claudethings
0
0
1
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
26 days
That feeling you get when you came up with an idea for some great technology but didn't have the knowledge of how to implement it, then 5 years later you see someone else is doing the exact idea you had.
0
0
0
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
26 days
Me interacting with AI on a daily basis:
0
0
0
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
27 days
The "Simplest Possible Thing That Could Work" is constantly evolving.
@ExtinguishedEng
Extinguished Engineer
28 days
Refactoring code doesn't automatically mean it was "wrong" the first time. It means that you didn't know what future requirements would be. You didn't know how it would need to change. That's normal, expected.
0
0
1
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
27 days
R = O(a log C + B) - parallel vs R = O(aC + B) - concurrent vs R = O(C+B) - synchronous Parallel is better than concurrent. Syncronous (focused) is better than both.
@tranmautritam
Tran Mau Tri Tam βœͺ
27 days
Is this true? πŸ€”
0
0
1
@suny_nick
Nick Sunny
28 days
10
40
302
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
28 days
Tiger Teams: a specialized, cross-functional team brought together to solve or investigate a specific problem or critical issue. Question: Why wouldn't you form teams this way all the time?
0
0
0
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
1 month
Addendum: The lowest level, most detailed specification of a product is code.
@unclebobmartin
Uncle Bob Martin
1 month
All the principles of software engineering are not really about code per se. They are about how to organize the highly detailed specification of a product.
1
0
1
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
1 month
Not big on hyperbole, but I do think Codex is better (this week). Opus has several times not followed the coding guidelines I set forward and I had to remind it to read them. Codex on the other hand never seems to forget. To be fair, this is most likely a result of context
@thdxr
dax
1 month
codex is by far a better coding model than opus - anyone who knows anything understands this but the whole industry should reflect on why opus is the most popular people assume whatever is the smartest will win but the old rules of product are still what determine everything
0
0
0
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
1 month
Until Anthropic fixes the issues of Claud Opus 4.6 consuming every available token at the Pro plan with one sigle request, I'm going to boycott. This is absolutely insane. I shouldn't have to add $100 just to make sure a request doesn't get stuck for 5 hours until my quota
0
0
0
@EzProgramming
Steve (Big Red) Bishop πŸ‘¨β€πŸ’»
1 month
One big difference between GPT 5.3 and Opus 4.6 is that GPT stress tests flaky tests to see if it's race conditions or actual functional issues before it applies a fix. Opus just guesses it's a race condition and extends the timeout further and further wasting tokens.
0
0
0