Commit bea9b9e
fix(why): drop inaccurate Slack vs GTA V comparison (#28)
* fix(why): drop inaccurate Slack vs GTA V comparison
GTA V's install size (~95 GB) dwarfs Slack's (~400 MB) by orders of
magnitude, so the original line was factually wrong. Replace with an
accurate Chromium-duplication line that keeps the rhetorical punch.
https://claude.ai/code/session_01MhqJTXR9u62zHyyjryk9tV
* fix(why): correct PWA disk footprint in scoreboard
Service-worker caches for typical PWAs (Twitter ~50 MB, Spotify Web
~100 MB, productivity apps 50–100 MB) hold far more than ~1 MB. The
table now reflects a realistic 5–50 MB range.
https://claude.ai/code/session_01MhqJTXR9u62zHyyjryk9tV
* revert(why): restore PWA ~1 MB cache disk figure
Per maintainer: disk figures across the scoreboard explicitly exclude
icon weight, so the original "~ 1 MB cache" was correct as the bare
service-worker / app-shell footprint.
https://claude.ai/code/session_01MhqJTXR9u62zHyyjryk9tV
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 804c0d3 commit bea9b9e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
0 commit comments