This is funny, and I do think it’s fair to take little jabs at vibe coders, but just be careful. When I was learning to play a game in the past I asked a question. People thought the answer was obvious because the rules were on the thing I was asking about, but I was so new to the game I didn’t even know what those words meant. If this was any other context, I’d be hesitant to give someone flak for not knowing a technical term like that. (The context being that somebody vibe coded something.)
On the contrary, the borrow checker is basically the first thing you learn about when writing in Rust as it’s the primary “gimmick” of the language. Anyone writing a non-trivial program should have at least heard the term before, even if they don’t fully understand how it works.
but I was so new to the game I didn’t even know what those words meant
There’s nothing wrong with being new to something. But you shouldn’t be new to rust and releasing an app. Normally by the time you’ve written such an app you would be familiar with rust, but vibe coding allows you to bypass that wall
Eh, I don’t really see a problem with releasing an app before you “should” release one. I don’t think the world improves by discouraging amateurs from sharing their work. Now whether they actually try to learn and grow or just keep vibe coding, who knows.
I can see that actually. I guess the post points out two things:
the dev being a a bit deceitful, downplaying their use of AI when clearly the project is like 90% AI
the community being frustrated by the lack of quality signals in the new world. Previously programming took a lot more effort, so just the existance of an app already meant that the dev was mildly competent. And at the very least it meant that the dev could fix and maintain the app when something broke. Now those trust signals are gone.
This is funny, and I do think it’s fair to take little jabs at vibe coders, but just be careful. When I was learning to play a game in the past I asked a question. People thought the answer was obvious because the rules were on the thing I was asking about, but I was so new to the game I didn’t even know what those words meant. If this was any other context, I’d be hesitant to give someone flak for not knowing a technical term like that. (The context being that somebody vibe coded something.)
On the contrary, the borrow checker is basically the first thing you learn about when writing in Rust as it’s the primary “gimmick” of the language. Anyone writing a non-trivial program should have at least heard the term before, even if they don’t fully understand how it works.
There’s nothing wrong with being new to something. But you shouldn’t be new to rust and releasing an app. Normally by the time you’ve written such an app you would be familiar with rust, but vibe coding allows you to bypass that wall
Eh, I don’t really see a problem with releasing an app before you “should” release one. I don’t think the world improves by discouraging amateurs from sharing their work. Now whether they actually try to learn and grow or just keep vibe coding, who knows.
I can see that actually. I guess the post points out two things: