gregorein Profile picture
☧ | senior swe, solo dev building Flör is Lava | unfiltered and honest
Mar 31 10 tweets 5 min read
so... I audited Garry's website after he bragged about 37K LOC/day and a 72-day shipping streak.

here's what 78,400 lines of AI slop code actually looks like in production.

a single homepage load of downloads 6.42 MB across 169 requests.

for a newsletter-blog-thingy.
1/9🧵garryslist.orgImage the homepage ships 28 TEST FILES to every visitor.

not test results - actual test harnesses.

membership_form_controller.test (89 KB), media_grid_controller.test (31 KB), story_composer_controller.test (19 KB)
...

300 KB of test code. All returning HTTP 200. All actively downloaded. HAR file doesn't lie.

2/9🧵Image