home.social

#dependencyhell — Public Fediverse posts

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

fetched live
  1. Spent a productive hour diagnosing a test failure that I had reported back in December through the . When the module's author asked me for help I marked his email as important, and then Christmas happened and it got lost in my mailbox. Anyway, diagnosis: one of the dependencies was buggy, and has already been fixed so the author should just update the dependency version.

  2. Spent a productive hour diagnosing a test failure that I had reported back in December through the #CPANtesters. When the module's author asked me for help I marked his email as important, and then Christmas happened and it got lost in my mailbox. Anyway, diagnosis: one of the dependencies was buggy, and has already been fixed so the author should just update the dependency version.

    #CPAN #perl #testing #DependencyHell #hashtag

  3. 📅 A riveting #saga of the #LD_DEBUG environment variable, last updated in an era when flip phones were cool and #MySpace was relevant. 🕰️ Marvel at the thrilling #mystery of misbehaving libraries as hapless #developers try to wrestle their way out of dependency hell—nine years later, the saga continues with updates for days! 🙄
    bnikolic.co.uk/blog/linux-ld-d #flipphones #dependencyhell #HackerNews #ngated

  4. 📅 A riveting #saga of the #LD_DEBUG environment variable, last updated in an era when flip phones were cool and #MySpace was relevant. 🕰️ Marvel at the thrilling #mystery of misbehaving libraries as hapless #developers try to wrestle their way out of dependency hell—nine years later, the saga continues with updates for days! 🙄
    bnikolic.co.uk/blog/linux-ld-d #flipphones #dependencyhell #HackerNews #ngated

  5. "And on the fourth day, GOD said, 'Lᴇᴛ'ꜱ ᴍᴀᴋᴇ ᴛʜɪꜱ ᴄᴏɴꜰɪɢᴜʀᴀʙʟᴇ.' So he spent the rest of eternity doing that and never reached day five."

    #programming #dependencyhell #technology

  6. @gnu0os0ta @RonRevog @mozilla @ManjaroARM Würde schon sagen, dass *keine* Arch-basierte Distro für Einsteiger zu empfehlen ist. Wenn irgendetwas schief geht, ist man sehr, sehr schnell in der #dependencyhell.

    Mint oder Ubuntu mag man belächeln (würde ich ja auch nicht mehr nehmen), aber das ist ja genau der Punkt.

  7. 🚂📦 "Cargo-rail" claims to be the ultimate #monorepo tool for #Rust, but with 11 dependencies, it seems more like a dependency-rail! 😂 #GitHub wants you to believe it's like the Swiss Army knife of code, but really it's just a butter knife dressed up in a tuxedo. 🍴👔
    github.com/loadingalias/cargo- #CargoRail #DependencyHell #Humor #CodeTools #HackerNews #ngated

  8. 🚂📦 "Cargo-rail" claims to be the ultimate #monorepo tool for #Rust, but with 11 dependencies, it seems more like a dependency-rail! 😂 #GitHub wants you to believe it's like the Swiss Army knife of code, but really it's just a butter knife dressed up in a tuxedo. 🍴👔
    github.com/loadingalias/cargo- #CargoRail #DependencyHell #Humor #CodeTools #HackerNews #ngated

  9. CW: re: Current status

    @ajroach42

    Later: You need to install $PACKAGE

    #DependencyHell

  10. CW: re: Current status

    @ajroach42

    Later: You need to install $PACKAGE

    #DependencyHell

  11. Spent half a day trying to resurrect an old (as in: working fine, has not needed significant changes in the recent years) pet project using Node.js.

    I was neither able to build the project with latest node, nor setting up an environment with the last working Node version (12) and install dependencies with that.

    Currently trying to modernize the build toolchain, which is an even bigger time sink. Seriously considering adding node_modules to source control.

    #node_modules #DependencyHell #NodeJS

  12. Spent half a day trying to resurrect an old (as in: working fine, has not needed significant changes in the recent years) pet project using Node.js.

    I was neither able to build the project with latest node, nor setting up an environment with the last working Node version (12) and install dependencies with that.

    Currently trying to modernize the build toolchain, which is an even bigger time sink. Seriously considering adding node_modules to source control.

    #node_modules #DependencyHell #NodeJS

  13. @simon_brooke

    It was just an angle for the story. Pretty sure cooling water needs electricity for the pumps.

    #DependencyHell

  14. @simon_brooke

    It was just an angle for the story. Pretty sure cooling water needs electricity for the pumps.

    #DependencyHell

  15. Love when the AI breaks your app, then offers to file a Jira ticket about it. Truly capturing the full human engineer experience 🫡🤖

    #FOSSAbot #AI #DevLife #DependencyHell

  16. Love when the AI breaks your app, then offers to file a Jira ticket about it. Truly capturing the full human engineer experience 🫡🤖

    #FOSSAbot #AI #DevLife #DependencyHell

  17. 🤣 Ah yes, the age-old question: can an #AI compile code even older than the average TikTok user? 🕰️ Apparently, we're supposed to be impressed that our digital overlords are now tackling 'dependency hell'—because nothing screams innovation like revisiting your grandpa's #coding nightmares. 🔧💥
    quesma.com/blog/introducing-co #DependencyHell #DigitalOverlords #TechHumor #RetroCoding #HackerNews #ngated

  18. 🤣 Ah yes, the age-old question: can an #AI compile code even older than the average TikTok user? 🕰️ Apparently, we're supposed to be impressed that our digital overlords are now tackling 'dependency hell'—because nothing screams innovation like revisiting your grandpa's #coding nightmares. 🔧💥
    quesma.com/blog/introducing-co #DependencyHell #DigitalOverlords #TechHumor #RetroCoding #HackerNews #ngated

  19. Is there anybody out there, running an #EndeavourOS development system with Rust, DotNet, Qt, Angular, Elixir, Brave and is able of updating w/o error? Could that person perhaps show me how to do it?? #ArchLinux #DependencyHell

  20. Is there anybody out there, running an #EndeavourOS development system with Rust, DotNet, Qt, Angular, Elixir, Brave and is able of updating w/o error? Could that person perhaps show me how to do it?? #ArchLinux #DependencyHell

  21. I add just one library to my project and...

    $ wc -l go.mod 
    31 go.mod

    $ go mod tidy
    [...]

    $ wc -l go.mod
    238 go.mod

    $ git diff --shortstat go.mod
    1 file changed, 212 insertions(+), 5 deletions(-)

    Gaaaah!

    #Golang #DependencyHell #BangHeadHere
  22. I add just one library to my project and...

    $ wc -l go.mod 
    31 go.mod

    $ go mod tidy
    [...]

    $ wc -l go.mod
    238 go.mod

    $ git diff --shortstat go.mod
    1 file changed, 212 insertions(+), 5 deletions(-)

    Gaaaah!

    #Golang #DependencyHell #BangHeadHere
  23. tandis que le CRAN organise la cohérence entre les différentes versions de ses packages, ce travail d'alignement fait malheureusement défaut dans Pypi, raison pour laquelle Bruno Rodrigues plaide pour un meilleur contrôle des packages dans PyPi sous l'aspect de leur interopérabilité avec les autres packages qu'il contient brodrigues.co/posts/2025-08-22 #Pypi #CRAN #DependencyHell

  24. CW: rant

    Now installing #actix comes with 175 dependencies…

    Really not a fan of that either, especially given the generally alpha-state of the ecosystem, but let’s see…


    #DependencyHell

  25. CW: rant

    Now installing #actix comes with 175 dependencies…

    Really not a fan of that either, especially given the generally alpha-state of the ecosystem, but let’s see…


    #DependencyHell

  26. Ah yes, another "revolutionary" tool that promises to save developers from the horrors of... clicking? 🙄 Just install Node.js, npm i g, and sacrifice a small goat to the tech gods to "effortlessly" navigate your data. Because who doesn't love a side of dependency hell with their ramen? 🍜🔧
    dataramen.xyz/ #revolutionarytools #developerlife #Nodejs #dependencyhell #techgods #HackerNews #ngated

  27. Ah yes, another "revolutionary" tool that promises to save developers from the horrors of... clicking? 🙄 Just install Node.js, npm i g, and sacrifice a small goat to the tech gods to "effortlessly" navigate your data. Because who doesn't love a side of dependency hell with their ramen? 🍜🔧
    dataramen.xyz/ #revolutionarytools #developerlife #Nodejs #dependencyhell #techgods #HackerNews #ngated

  28. Had to dive into someone else’s old, abandoned project today to grab some screenshots.

    Nothing like trying to lubricate the cogs of a Next.js 8, React 16 site from 6 years ago and all its dependencies to get it back into motion again.

    The wonders of dependency rot.

    #LegacyCode #DependencyHell

  29. Had to dive into someone else’s old, abandoned project today to grab some screenshots.

    Nothing like trying to lubricate the cogs of a Next.js 8, React 16 site from 6 years ago and all its dependencies to get it back into motion again.

    The wonders of dependency rot.

    #LegacyCode #DependencyHell

  30. 🧙‍♂️✨Welcome to the magical world where #Haskell and #Swift somehow "talk," all wrapped up in a shiny #XCFramework package!📦🔧 Follow this riveting tale of dependency hell, where tech wizards tackle marshalling and the foreign function interface—because who needs simple, right? 😂🌀
    alt-romes.github.io/posts/2025 #DependencyHell #TechWizards #HackerNews #ngated

  31. 🧙‍♂️✨Welcome to the magical world where #Haskell and #Swift somehow "talk," all wrapped up in a shiny #XCFramework package!📦🔧 Follow this riveting tale of dependency hell, where tech wizards tackle marshalling and the foreign function interface—because who needs simple, right? 😂🌀
    alt-romes.github.io/posts/2025 #DependencyHell #TechWizards #HackerNews #ngated

  32. Are npm packages and dependencies an unmitigated disaster, or is it just me?

  33. Are npm packages and dependencies an unmitigated disaster, or is it just me?

    #npm #dependencyhell

  34. Ah, the masochist's guide to "How to Waste Your Life Compiling a Glorified Toaster" has hit version 12.3! 🎉 Because who needs a life when you can spend weeks in dependency hell, right? Surely, Gerard and Bruce's secret life mission is to ensure no one actually uses a computer for, you know, computing. 🔧💻
    linuxfromscratch.org/lfs/view/ #masochistsguide #dependencyhell #softwaredevelopment #glorifiedtoaster #computinglife #HackerNews #ngated

  35. Ah, the masochist's guide to "How to Waste Your Life Compiling a Glorified Toaster" has hit version 12.3! 🎉 Because who needs a life when you can spend weeks in dependency hell, right? Surely, Gerard and Bruce's secret life mission is to ensure no one actually uses a computer for, you know, computing. 🔧💻
    linuxfromscratch.org/lfs/view/ #masochistsguide #dependencyhell #softwaredevelopment #glorifiedtoaster #computinglife #HackerNews #ngated

  36. 🎉 Oh, look! Another tech bro thinks they've found the holy grail of dependency hell by throwing #Nix at it! 🤔 Surely this 16-minute read will save us all from the abyss of unmet dependencies and library chaos... because who needs #simplicity when you can have Nix? 🚀
    maych.in/blog/its-time-to-give #techbro #dependencyhell #librarychaos #HackerNews #ngated

  37. 🎉 Oh, look! Another tech bro thinks they've found the holy grail of dependency hell by throwing #Nix at it! 🤔 Surely this 16-minute read will save us all from the abyss of unmet dependencies and library chaos... because who needs #simplicity when you can have Nix? 🚀
    maych.in/blog/its-time-to-give #techbro #dependencyhell #librarychaos #HackerNews #ngated

  38. #DependencyHell with its #security & #maintenance implications are an issue with *any* system (e.g. #NPM, #Maven, etc.) that makes adding dependencies frictionless.

    #Go proverb: “A little copying is better than a little dependency.” (go-proverbs.github.io/)

  39. #DependencyHell with its #security & #maintenance implications are an issue with *any* system (e.g. #NPM, #Maven, etc.) that makes adding dependencies frictionless.

    #Go proverb: “A little copying is better than a little dependency.” (go-proverbs.github.io/)

  40. depency

    I wanted to use Debian on my main pc. But the installation of latest Nvidia driver is a nightmare. I dont understand what om doing wrong. Time after time i stuck in dependency hell. If someone have a tutorial that is actually working, please let me know.

    #linux #teknik #Debian #DependencyHell #nvidia

    From my blog: piewpiew.se/blog/2025/05/12/de

  41. You don't need a framework or a tool,
    You need a mirror in this dependency-driven development.

    Simplicity is the key. But instead, many are choosing a janitor's life.
    Gluing dependencies like it's glitter on a kindergarten project.
    It’s not that AI struggles with simplicity. It just learned it from you.

    Developers today worship frameworks like ancient cults, adding layers, tools, plugins, and just a sprinkle of hope. A microservice? No. It's a monolith in disguise. 10,000 custom lines of over-abstracted ceremony just to say "Hello, World".

    We summon demons. And each dependency is a pact we don't read before signing. Scary, we understand more of the framework than of our programming language.

    Today, I wrote a chatbot. 100 lines. Pure Java. No feign, no Eureka, no YAML in sight. It compiles to a native executable. It runs. It lives. It doesn't cry at night. It will stay forever. No .sdkmanrc, no dependabot, no excuses, never legacy.

    The more tools you add, the more you suffer. Onboarding grows, maintenance creeps, code rots, metadata multiplies… and actual work quietly leaves the room.

    Good services run in the background without much maintenance. No bugs, no Incidents and nearly forgotten.

    Don't Keep debating the fastest library while the glue makes it slow anyway.
    The real costs are humans. Slow, expensive, and prone to burnout.
    Not the €200/Month for 20 more bloated zoo of extra instances.

    #JavaWithoutCrying
    #KillTheGlue
    #DependencyHell
    #SimplicityFirst
    #CodeMinimalism
    #MicroserviceMadness
    #FrameworkCult
    #CeremonialCode
    #LegacyProof
    #DevRealTalk
    #BurnTheYAML
    #OnboardingNightmare
    #CodeOverConfig
    #NoExcusesCode
    #AIReflectsUs
    #SoftwareSins
    #TheRealTechDebt
    #LeanCodeWins
    #Coding
    #programming

  42. You don't need a framework or a tool,
    You need a mirror in this dependency-driven development.

    Simplicity is the key. But instead, many are choosing a janitor's life.
    Gluing dependencies like it's glitter on a kindergarten project.
    It’s not that AI struggles with simplicity. It just learned it from you.

    Developers today worship frameworks like ancient cults, adding layers, tools, plugins, and just a sprinkle of hope. A microservice? No. It's a monolith in disguise. 10,000 custom lines of over-abstracted ceremony just to say "Hello, World".

    We summon demons. And each dependency is a pact we don't read before signing. Scary, we understand more of the framework than of our programming language.

    Today, I wrote a chatbot. 100 lines. Pure Java. No feign, no Eureka, no YAML in sight. It compiles to a native executable. It runs. It lives. It doesn't cry at night. It will stay forever. No .sdkmanrc, no dependabot, no excuses, never legacy.

    The more tools you add, the more you suffer. Onboarding grows, maintenance creeps, code rots, metadata multiplies… and actual work quietly leaves the room.

    Good services run in the background without much maintenance. No bugs, no Incidents and nearly forgotten.

    Don't Keep debating the fastest library while the glue makes it slow anyway.
    The real costs are humans. Slow, expensive, and prone to burnout.
    Not the €200/Month for 20 more bloated zoo of extra instances.

    #JavaWithoutCrying
    #KillTheGlue
    #DependencyHell
    #SimplicityFirst
    #CodeMinimalism
    #MicroserviceMadness
    #FrameworkCult
    #CeremonialCode
    #LegacyProof
    #DevRealTalk
    #BurnTheYAML
    #OnboardingNightmare
    #CodeOverConfig
    #NoExcusesCode
    #AIReflectsUs
    #SoftwareSins
    #TheRealTechDebt
    #LeanCodeWins
    #Coding
    #programming

  43. Hoo boy am I tired of seeing messages in my browser's JavaScript from some deep transitive dependency of the app I work on, saying "We're about to remove support for <feature that a slightly less nested transitive dependency uses>, sucks to be you."

    This whole developer ecosystem is a nightmare of endless compatibility problems, 90% of them trivially avoidable with a moment's thought.

    #Node #NPM #React #DependencyHell

  44. Hoo boy am I tired of seeing messages in my browser's JavaScript from some deep transitive dependency of the app I work on, saying "We're about to remove support for <feature that a slightly less nested transitive dependency uses>, sucks to be you."

    This whole developer ecosystem is a nightmare of endless compatibility problems, 90% of them trivially avoidable with a moment's thought.

    #Node #NPM #React #DependencyHell