Remix.run Logo
omgJustTest 9 hours ago

``` README.md

straight up honest - originally called this "make-it-stop" but then saw @TimDarcet also built similar and named it STFU. wayyyyy better name. so stole it. sorry not sorry.

```

Probably the reason that the code "worked" from a single prompt. Could potentially have downloaded the github repo first...

einsteinx2 8 hours ago | parent | next [-]

> Probably the reason that the code "worked" from a single prompt

I took a look at the repo, and the whole thing is 12 lines of JS and some basic HTML and CSS. I'm not surprised at all it worked the first time from a single prompt. No need to copy someone else's project for something so simple.

omgJustTest 7 hours ago | parent [-]

Good that you did.

At least the author clearly delinated that it is indeed sloppiest of slop.

m463 9 hours ago | parent | prev [-]

adding levels of indirection/abstraction is a common engineering move, especially in software engineering.