• Technology Consultant.
  • Software Developer.
  • Musician.
  • Burner.
  • Game Master.
  • Non-theistic Pagan.
  • Cishet White Male Feminist.
  • Father.
  • Fountain Maker.
  • Aquarium Builder.
  • Hamster Daddy.
  • Resident of Colorado.
  • Anti-Capitalist.
  • Hackerspace Regular.
  • Traveler of the American West.
  • 0 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: June 7th, 2023

help-circle

  • does this issue not apply to other programming languages? dependency hell exists outside of python too yk…

    This is like I have a swimming pool and a snapping turtle from the local estuary sometimes ends up camped out in it. But YOU have a swimming pool and it’s full of alligators. When I complain that I don’t wanna go in your swimming pool, you’re like “Doesn’t yours ALSO sometimes have dangerous reptiles?” And I’m like…dude…

    I’m been a developer for a long time. I know what a normal amount of pain is. This stack causes an ABNORMAL amount of pain, like badly designed exercise equipment a bunch of sycophantic fitness bros keep pumping on social media, even though it regularly causes back injuries.

    I think Python devs only think it’s normal because you’re used to it or something.

    allso, I’m not using too many modules

    Great, but you picked a stack in the middle of a toxic garbage dump. Maybe it’s the clean part of the garbage dump. IDK. I just wish people would stop, because there are so many awesome stacks out there, so I don’t have MORE reasons to have to wade back in here.

    And THAT is the origin of the Facebook analogy (the only reason I have to keep using this is because EVERYBODY ELSE IS).

    I’m LITERALLY going through Python dependency hell again right this very second, trying to deploy some shit we need for next week and I’m just like I swear to god, this motherfucking broken ass ecosystem

    🚀💥


  • As long as I continue to sometimes waste hours of my life on irresolvable dependency hell, after exactly following the “deploy my project” instructions, trying with multiple environment managers (venv, conda, poetry), watching my system environment somehow get broken even though I’m using some kind of virtual environment (happened to me just last week), I will continue to AGGRESSIVELY have the opinion that

    • The only reason we’re all still here is everybody else is.
    • The only reason someone would actually voluntarily CHOOSE this tech stack, in 2025, is for comfort zone reasons, they don’t know any better reasons, their boss told them to reasons, or the libraries they need are ONLY here reasons.

    Thus the Facebook of programming languages.

    And oh yeah, “so use docker.” Dude, if your ecosystem only works reliably in carefully controlled containers, in 2025, the problem is your shitty shitty, stupid, chronically broken ecosystem, not me for being frustrated with it.

    This problem IS AND HAS BEEN so bad that every few years someone does a WHOLE NOTHER BIG PROJECT to try to solve it, so now we have multiple buggy ass environment resolvers, non of which work well enough to be considered anything other than an embarrassment to the community, when compared with say the modern Lua or Rust ecosystems.

    Like this stack ALL YOU WANT, I not only don’t get it, I’m (I believe justifiably) grumpy and frustrated because when I want to use your shit, now I have to use this crummy stack. Thanks for that Python advocates. I’m so grateful to you for that. Thanks so very very much.

    THUS the Facebook of programming languages. Facebook is “fun” and “easy to get started with” too. Lua is JUST AS EASY to get started with, but its’ ecosystem doesn’t do this to me. Explain that, if you can.

    I know you’re human beings like me and you deserve compassion, but damn it, I have wasted SO MUCH TIME trying to get your broken, buggy ass shit to work, and I’m VERY frustrated about it. You’re not gonna talk me down.

    I don’t care about how easy or fun the syntax is. The syntax is irrelevant to me. I care about how borked up and bloated the ecosystem is, and how so many “here’s how you deploy my project” instructions fail horribly to work due to unexplainable dependency conflicts, and how fragile and unstable and specific and unforgiving the complex web of virtual environments (and their multiple different managers) are just to run some 5,000 line script someone wrote that requires shittylib 2.1.3 and pieceofgarbagemodule 0.5.1, but shittylib 2.1.3 requires abandonedproject 4.1.1 and pieceofgarbagemodule 0.5.1 requires abandonedproject 3.0.99 and “pip failed to resolve dependencies after 15 minutes of installing shit because we didn’t write it to do that, fuck you, hahaha, modify your requirements.txt to use a different version of abandonedproject lol!” That shit is unacceptable in the modern world, given the alternatives available.

    I will die on this hill, regardless of hate and downvotes.