you are viewing a single comment's thread
view the rest of the comments
[–] 12 points 2 months ago (2 children)

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.)

  • source
  • hideshow 4 child comments
  • [–] 26 points 2 months ago

    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.

  • source
  • parent
  • [–] 7 points 2 months ago (1 child)

    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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 months ago (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 2 months ago

    I can see that actually. I guess the post points out two things:

    1. the dev being a a bit deceitful, downplaying their use of AI when clearly the project is like 90% AI
    2. 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.
  • source
  • parent