home.social

#programmingfails — Public Fediverse posts

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

  1. 🤔 Ah, yes, the age-old tale of programmers ignoring warnings because who has time for that? 😅 Let’s just wait until the whole codebase combusts, then panic-solve. 📉 Apparently, foresight is as deprecated as the methods in question. 🚀
    entropicthoughts.com/deprecate #programmingfails #developerhumor #codequality #techissues #warningignored #HackerNews #ngated

  2. 🤔 Ah, yes, the age-old tale of programmers ignoring warnings because who has time for that? 😅 Let’s just wait until the whole codebase combusts, then panic-solve. 📉 Apparently, foresight is as deprecated as the methods in question. 🚀
    entropicthoughts.com/deprecate #programmingfails #developerhumor #codequality #techissues #warningignored #HackerNews #ngated

  3. 🤔 Ah, yes, the age-old tale of programmers ignoring warnings because who has time for that? 😅 Let’s just wait until the whole codebase combusts, then panic-solve. 📉 Apparently, foresight is as deprecated as the methods in question. 🚀
    entropicthoughts.com/deprecate #programmingfails #developerhumor #codequality #techissues #warningignored #HackerNews #ngated

  4. 🤔 Ah, yes, the age-old tale of programmers ignoring warnings because who has time for that? 😅 Let’s just wait until the whole codebase combusts, then panic-solve. 📉 Apparently, foresight is as deprecated as the methods in question. 🚀
    entropicthoughts.com/deprecate #programmingfails #developerhumor #codequality #techissues #warningignored #HackerNews #ngated

  5. Ah, yes, the Therac-25 incident... because who doesn't enjoy a quick jaunt down memory lane to when a software bug was (literally) a killer feature? 💀🖥️ It's like the article took a wrong turn into a time machine and forgot to get out, leaving us with a listicle more scrambled than an amateur coder's first Python script. 🙄⌨️
    thedailywtf.com/articles/the-t #Therac25 #SoftwareBugs #TechHistory #ProgrammingFails #KillerFeature #HackerNews #ngated

  6. Ah, yes, the Therac-25 incident... because who doesn't enjoy a quick jaunt down memory lane to when a software bug was (literally) a killer feature? 💀🖥️ It's like the article took a wrong turn into a time machine and forgot to get out, leaving us with a listicle more scrambled than an amateur coder's first Python script. 🙄⌨️
    thedailywtf.com/articles/the-t #Therac25 #SoftwareBugs #TechHistory #ProgrammingFails #KillerFeature #HackerNews #ngated

  7. Ah, yes, the Therac-25 incident... because who doesn't enjoy a quick jaunt down memory lane to when a software bug was (literally) a killer feature? 💀🖥️ It's like the article took a wrong turn into a time machine and forgot to get out, leaving us with a listicle more scrambled than an amateur coder's first Python script. 🙄⌨️
    thedailywtf.com/articles/the-t #Therac25 #SoftwareBugs #TechHistory #ProgrammingFails #KillerFeature #HackerNews #ngated

  8. Ah, yes, the Therac-25 incident... because who doesn't enjoy a quick jaunt down memory lane to when a software bug was (literally) a killer feature? 💀🖥️ It's like the article took a wrong turn into a time machine and forgot to get out, leaving us with a listicle more scrambled than an amateur coder's first Python script. 🙄⌨️
    thedailywtf.com/articles/the-t #Therac25 #SoftwareBugs #TechHistory #ProgrammingFails #KillerFeature #HackerNews #ngated

  9. Oh, look! The pinnacle of 2016 wisdom: a page that teaches you absolutely nothing about programming or people, but excels in one thing—being consistently "Not Acceptable." 🛑🔒 Apparently, we've discovered the only resource where the server's error message is more insightful than the content itself. 😆
    leftoversalad.com/c/015_progra #NotAcceptable #ProgrammingFails #ErrorMessages #2016Wisdom #HackerNews #HackerNews #ngated

  10. Oh, look! The pinnacle of 2016 wisdom: a page that teaches you absolutely nothing about programming or people, but excels in one thing—being consistently "Not Acceptable." 🛑🔒 Apparently, we've discovered the only resource where the server's error message is more insightful than the content itself. 😆
    leftoversalad.com/c/015_progra #NotAcceptable #ProgrammingFails #ErrorMessages #2016Wisdom #HackerNews #HackerNews #ngated

  11. Oh, look! The pinnacle of 2016 wisdom: a page that teaches you absolutely nothing about programming or people, but excels in one thing—being consistently "Not Acceptable." 🛑🔒 Apparently, we've discovered the only resource where the server's error message is more insightful than the content itself. 😆
    leftoversalad.com/c/015_progra #NotAcceptable #ProgrammingFails #ErrorMessages #2016Wisdom #HackerNews #HackerNews #ngated

  12. Oh, look! The pinnacle of 2016 wisdom: a page that teaches you absolutely nothing about programming or people, but excels in one thing—being consistently "Not Acceptable." 🛑🔒 Apparently, we've discovered the only resource where the server's error message is more insightful than the content itself. 😆
    leftoversalad.com/c/015_progra #NotAcceptable #ProgrammingFails #ErrorMessages #2016Wisdom #HackerNews #HackerNews #ngated

  13. Ah, the timeless tale of "it's never the compiler's fault" 🤦‍♂️. Apparently, every single error is your fault, even when the universe conspires against you! But don't worry, just keep blaming yourself while the compiler smugly sits there 😏. Next time, try bribing it with a fish 🐟—maybe that'll help.
    blog.plover.com/2017/11/12/ #compilerHumor #programmingFails #softwareDevelopment #codingLife #HackerNews #ngated

  14. Bin heut auf nen #Python Schnipsel gestoßen 👀

    if __name__ == '__main__':
    RET = main()
    try:
    main()
    except:
    exit(1)

    Aber: ich hab gleichzeitig auch gesehen, dass das betreffende Tool gerade ein grundsätzliches Refactoring bekommt und kann schon mal sagen: das wird doppelt so schnell laufen wie vorher 🙃

    #ProgrammingFails

  15. Bin heut auf nen #Python Schnipsel gestoßen 👀

    if __name__ == '__main__':
    RET = main()
    try:
    main()
    except:
    exit(1)

    Aber: ich hab gleichzeitig auch gesehen, dass das betreffende Tool gerade ein grundsätzliches Refactoring bekommt und kann schon mal sagen: das wird doppelt so schnell laufen wie vorher 🙃

    #ProgrammingFails

  16. Bin heut auf nen #Python Schnipsel gestoßen 👀

    if __name__ == '__main__':
    RET = main()
    try:
    main()
    except:
    exit(1)

    Aber: ich hab gleichzeitig auch gesehen, dass das betreffende Tool gerade ein grundsätzliches Refactoring bekommt und kann schon mal sagen: das wird doppelt so schnell laufen wie vorher 🙃

    #ProgrammingFails

  17. Bin heut auf nen #Python Schnipsel gestoßen 👀

    if __name__ == '__main__':
    RET = main()
    try:
    main()
    except:
    exit(1)

    Aber: ich hab gleichzeitig auch gesehen, dass das betreffende Tool gerade ein grundsätzliches Refactoring bekommt und kann schon mal sagen: das wird doppelt so schnell laufen wie vorher 🙃

    #ProgrammingFails