Meetings
Post #3454, on Jul 24, 2021 in TG
Stopping for marathon meetings right before critical software project deadlines
Description
Meme in the classic 'Most Interesting Man in the World' format: a gray-haired man in a dark pin-striped suit sits at a table holding one hand up while a beer bottle rests nearby. White, all-caps Impact font text is overlaid: top line reads “When I have deadlines” and the bottom block reads “I like to stop to have long meetings about how important they are.” The visual joke contrasts urgent delivery timelines with the corporate habit of scheduling lengthy status meetings that actually delay progress. For developers and technical leaders, it satirizes meeting overload, productivity loss, and stakeholder process rituals that often worsen deadline pressure
Use J and K for navigation
Comments
9Comment deleted
Our “critical-deadline sync” turned into a global mutex - every thread blocked, zero throughput, but hey, at least the slide deck scaled
This is basically Amdahl's Law applied to project management - the sequential portion of discussing the deadline becomes the bottleneck that prevents any parallel execution of actual work, proving that meetings about urgency have O(n²) complexity where n is the number of stakeholders involved
The classic engineering paradox: when the sprint deadline is Friday, Thursday becomes an all-day retrospective on why we're behind schedule. It's like running `git commit` before every keystroke to ensure you're making progress - technically you're doing *something*, but the overhead makes the actual work impossible. Senior engineers recognize this as the organizational equivalent of premature optimization: spending more time discussing the work than the work itself would take, all while the CI/CD pipeline sits idle and the backlog grows exponentially
Our deadline process is basically a consensus algorithm - keep raising the quorum with status meetings until progress halts
Deadline looming? Engage Brooks’s Law for calendars: add alignment meetings until the lateness is perfectly synchronized across every team
Deadlines approaching? Deploy the Observer pattern: everyone watches them slip while 'syncing' in a standup
Banned Comment deleted
This is not a meme. Comment deleted
It is a meme, a very true and sad one 😢 Comment deleted