• 0 posts
  • 7 comments
Joined 3 years ago
Cake day: June 10th, 2023
  • I once tried vibe coding a web app using GitHub Copilot. That motherfucker wrapped every single endpoint with

    try:
        ...
    except Exception:
        return "An error occurred"
    

    What the fuck is wrong with you Copilot? This piece of shit trying to hide all the errors. If I don’t know there are errors then there aren’t errors. Apparently