Google's 50-Minute Meeting Fiasco: Good Intentions, Bad Results?

2025-05-15
Google's 50-Minute Meeting Fiasco: Good Intentions, Bad Results?

In 2011, Larry Page, newly appointed Google CEO, aimed to tackle efficiency issues stemming from the company's rapid growth. He implemented a "more wood behind fewer arrows" strategy and attempted to reform meeting culture by shortening hour-long meetings to 50 minutes. However, this sparked an unexpected chain reaction: employees began booking 10-minute meetings to utilize the remaining 10 minutes of each hour, leading to comical 'meeting room wars'. This anecdote highlights how even well-intentioned reforms, lacking thorough consideration, can backfire, causing chaos and employee frustration.

Read more
Misc

Google Docs Fatal Error: The Bizarre Math.abs() Bug

2025-03-27
Google Docs Fatal Error: The Bizarre Math.abs() Bug

The Google Docs team encountered a bizarre fatal error: in a specific Chrome version, the Math.abs() function unexpectedly became an identity function at the super-optimized level, causing the document editor to crash after extensive text manipulation. After two days of intense debugging, the team finally traced the issue to an optimization change in the V8 engine, which caused Math.abs() to return negative values under specific conditions. This was a low-probability, non-deterministic error that was ultimately resolved with a temporary fix and assistance from the V8 team. The entire process revealed the complexity and challenges of debugging large software systems.

Read more
Development V8 engine