home.social

#codingfail — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #codingfail, aggregated by home.social.

fetched live
  1. 🎩🤡 Oh wow, who knew that letting your coding agent run wild was a bad idea?! Next, you'll tell us water is wet. And for the record, treating your LLM like a glorified Google search bar isn't exactly groundbreaking either. 🌊🚀
    lucasfcosta.com/blog/backpress #codingfail #AIoversight #techhumor #LLMs #sarcasm #HackerNews #ngated

  2. Oh, the irony! 🤦‍♂️ The tech bros think they can solve #gentrification with a few lines of code, but can't even navigate a basic "JavaScript and cookies" prompt. 🍪 Maybe try using your brains next time instead of just your keyboards? 💻
    freerange.city/p/can-we-code-o #techirony #codingfail #javascript #cookies #techbros #HackerNews #ngated

  3. Ah, the irony! A website claiming to expose social media manipulation can't even manipulate its own code to function without JavaScript 🤦‍♂️. Maybe if they spent less time trying to be the digital Sherlock Holmes and more time on basic web development, they wouldn't need to apologize for their existential crisis. 💻🔧
    kerkour.com/social-media-manip #socialmediamanipulation #webdevelopment #irony #codingfail #HackerNews #ngated

  4. Me: “I'll use Web Components for my Obsidian plugin... what could go wrong?”
    Also me: 😅🤦‍♂️😫

    Here's that story: youtube.com/watch?v=Q6KoNX2K_Vo

    #SoftwareDevelopment #WebComponents #CodingFail

  5. 🤣 Oh no, someone missed an ampersand in their code! Clearly, this earth-shattering #typo has halted the progress of #C++ and #Rust #development forever. Thank goodness for Rust's magical powers that save us from our own incompetence! 🎩✨
    nablag.com/rust_cpp_missing_am #codingfail #humor #programming #HackerNews #ngated

  6. ```
    from hashlib import md5
    md5 = None
    if condition == True:
    md5 = md5(local_file.read_bytes()).hexdigest()
    ```

    It took me too long to realise why #Python was complaining that NoneType wasn't callable...

    Yes, I need sleep...

    (For the non-coders or other sleep-deprived, I was overwriting the function I was calling with 'nothing' by reusing the function name as variable name...)

    #coding #codingFail #1d107