Remix.run Logo
Animats 4 hours ago

> Now it's a sure fire sign that the project was probably vibe coded.

Groan. That's sad.

jason_oster 3 hours ago | parent [-]

Compare to what happened to Python. That will cheer you up!

jaggederest an hour ago | parent [-]

Hey, at least python is now extremely consistent: it's an unpleasant tarpit regardless of whether it's human or AI generated. Ruby, too, rip my native programming language.

I remember in the pre-AI era I was doing a quick sample contract employment with a company that had >200 columns in their user table and was manually enumerating them in every query, multiple times. They were using SELECT $1,$2,...$184,$185 from tablename with an enormous list of columns referenced only by offset. That's not python's fault, but I've weirdly seen it more often in python codebases.