What happened to RubyGems, Bundler, and the Open Source drama that controls the internet infrastructure.

  • FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    10
    arrow-down
    4
    ·
    2 days ago

    I hope this encourages the remaining Ruby devs to move to languages that aren’t quite so awful to work with. Even Python is significantly better at this point, now that uv has mostly solved the tooling disaster.

      • Reptorian@programming.dev
        link
        fedilink
        arrow-up
        3
        ·
        20 hours ago

        As someone who dislikes Python, I can’t say I agree. So, I will use Python, but I only use it for 3 lines of code snips to test before making codes on other languages.

        • Vulwsztyn@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          13 hours ago

          I mean mainly list manipulation, with explicit filter, map, reduce mathods.

          I’ve also never had a problem with not knowing if I closed enough parentheses in Ruby.

    • Aatube@kbin.melroy.org
      link
      fedilink
      arrow-up
      0
      ·
      2 days ago

      i wonder why nobody thought to do the things that uv does before… (obviously i’m talking about its features here, not rust. it’s crazy good)

      • FizzyOrange@programming.dev
        link
        fedilink
        arrow-up
        3
        ·
        23 hours ago

        They certainly tried (see Poetry, Pyenv, Conda, etc.). But that was mostly done by Python developers in Python, which is frankly the entire problem.

        • Aatube@kbin.melroy.org
          link
          fedilink
          arrow-up
          1
          ·
          23 hours ago

          Yeah I know Poetry. The problem is Poetry sucked. I don’t remember exactly how but it left a realllly bad taste in my mouth, and not because of speed. And I don’t recall other solutions thinking to provide aliases for python and pip commands either.