Skip to content

Commit bea9b9e

Browse files
mathix420claude
andauthored
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

File tree

app/pages/why.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ const pwaStack = [
271271
</span>
272272
</div>
273273
<p class="serif mt-4 max-w-xl text-2xl italic leading-snug text-stone-300">
274-
of disk, per app, before you've sent a single message. Slack alone is reportedly heavier than the install size of GTA V.
274+
of disk, per app, before you've sent a single message. Every Electron app ships its own copy of Chromium — install ten and you've cloned a browser ten times over.
275275
</p>
276276
</div>
277277
<div

0 commit comments

Comments
 (0)