• 0 Posts
  • 3 Comments
Joined 11 months ago
cake
Cake day: August 24th, 2025

help-circle

  • I would like to think that I’m capable of writing maintainable code like seemingly everyone else in this thread, and I have multiple code bases that have existed for decades that have included necessary updates over time to reinforce that opinion.

    I’ve also seen some truly unfathomable, Lovecraftian horror code in the wild that has persisted for decades.

    Seeing Will Smith’s character as a representative of humanity, and Sonny as a representative of LLM/GenAI in that context makes this joke absolutely hilarious.


  • VB.NET app that was installed on every employees computer to capture time sheets. Required VPN access so it could talk to the accounting DB using raw queries, zero input validation, and it used a pirated library for the time input grid control.

    The IT staff who would install the program on all new machines (it didn’t work with their imaging system) had a script to suppress the message requesting a paid license. There was nothing special about this control, it was basically a rip off of built in winforms controls.

    Source code was long lost, but reverse engineering and decompiling CIL/MSIL code is thankfully relatively straightforward.