• osanna@lemmy.vg
    link
    fedilink
    English
    arrow-up
    9
    ·
    1 day ago

    i think there was gonna be some LGBTQI stuff here when i read “pride” versioning.

  • VibeSurgeon@piefed.social
    link
    fedilink
    English
    arrow-up
    10
    ·
    2 days ago

    Under semantic versioning, you should really be ashamed of bumping the major number, since this means you went and broke backwards compatibility in some way.

    • Donkter@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      Bump the first number when you update to a version that breaks compatibility.

      Bump the second number when you make a change that people might want to revert back from

      Bump the third number for bug fixes.

    • sunbeam60@feddit.uk
      link
      fedilink
      arrow-up
      3
      ·
      2 days ago

      Except from 0.x.x to 1.0.0. That one means you’re committed to keeping the API/format stable. At least how I think about it.

  • PieMePlenty@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    I recently realized: fuck it, just have the build date as the version: 2026.02.28.14 with the last number being the hour. I can immediately tell when something is on latest or not. You can get a little cheeky with the short year ‘26’ but that’s it. No reason to have some arbitrary numbers represent some strange philosophy behind them.

    • psud@aussie.zone
      link
      fedilink
      English
      arrow-up
      1
      ·
      13 hours ago

      I used to work on a product with version numbers year.release - 2005.9 then 2005.10, though we only had about six releases a year

    • the_wonderfool@piefed.social
      link
      fedilink
      English
      arrow-up
      11
      ·
      1 day ago

      Tried it in the past but ultimately abandoned it, as then release numbers lost all added meaning. I can remember what happened in release 2.0.0 or (kinda) 3.5.0, but what the hell was release 2025.02.15? Why did it break this random function?

    • ilinamorato@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      1 day ago

      Can you immediately tell? Do you memorize the last day you released? Do you release daily? There’s definitely some benefit to making the version equal to the date, but you lose all the other benefits of semver (categorizing the scope of the release being the big one). That’s not a strange philosophy, it’s just being a good api provider.

      • PieMePlenty@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        1 day ago

        You’re right. I’m looking at it through a very limited scope: nightly releases. I’ve been working with “latest” so long, I forgot actual versions exist.

    • qarbone@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      arrow-down
      1
      ·
      1 day ago

      The philosophy is pretty straight-forward. I don’t know why the world is pretending it’s difficult.

      • AnarchistArtificer@slrpnk.net
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 day ago

        It’s usually safe to assume that If there are people who seem to find a thing difficult despite you finding it easy, it’s probably difficult for them. For some reason or other, they have needs or struggles that you don’t have. You don’t need to understand why they struggle, just accept that they do.

        • qarbone@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 day ago

          I fundamentally cannot agree with that take. How do you fix something if you don’t know why the current thing doesn’t work?

          Is the interface obtuse?

          Are the controls too manually complex to operate?

          Is the tutorial instruction flat-out wrong?

          Are they talking out off their ass about something they heard on hearsay?

          Were they taught secondhand, and poorly, by someone else on how to operate Thing?

          Please don’t try to imprecisely apply soft inclusivity to technical problems. If someone only says the stairs are difficult for them, don’t just change them into a slide because you accepted there needs to be change. This isn’t about accomodating someone’s lifestyle choices, this is (positing) dropping/adopting a standard based on vague dissent.

  • definitemaybe@lemmy.ca
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    Lowkey how I version number personal mini-projects and small things I roll out for my team.

    I guess more like:
    x… “huge new feature, scope expansion, or cool shit.”
    .x. “small feature, or fixing a serious bug” …x “testing something. Didn’t work. Try again +1.”

    I’m not ashamed it didn’t work. I swear!

  • FiniteBanjo@feddit.online
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 days ago

    I thought the leading number was for when very large changes are made to the core software that make it unrecognizable from a previous version. Like if you changed the render engine or the user interface, or all of the network code.

    • hperrin@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      In semantic versioning the first number is for any change to a public API that is not backward compatible. It could be incredibly small, like fixing a typo, but if it changes the API your users are using in an incompatible way, you’re supposed to bump that number.

    • shneancy@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      2 days ago

      with the current team of devs who’s ethos seems to be to never touch the already well established gameplay features there will never be a minecraft 2.0

      the entire philosophy of development for that game would need to change for that to happen

      • palordrolap@fedia.io
        link
        fedilink
        arrow-up
        1
        ·
        1 day ago

        Actually, Minecraft 26 comes out this year. They dropped the “1.” and bumped the sub-version from 21 to 26 to match the year. They’ve also changed the way the new second tier works to be related to the quarter-year.

        26.1 is due next month.

        So yeah, there’ll never be a Minecraft 2.0. The versioning no longer allows for it.

        (This doesn’t rule out a game called “Minecraft II” with its own set of unrelated but identical version numbers. Minecraft II 36.1 drops in ten years. Maybe. But probably not.)

        • shneancy@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          22 hours ago

          honestly good for them, this tells me they realised how useless the “1.x.x” format is since they do not plan on ever having it tick up to 2.x.x, and changed it to something that allows them to convey more meaningful information

      • ilinamorato@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        1 day ago

        If there ever is a “Minecraft 2.0,” they would absolutely continue developing Minecraft 1.xx in parallel.

        Honestly, props to them. They could make a huge amount of money by just moving over to a 2.0 and forcing a billion people around the world to buy the new version (and you know those people would buy it), but they aren’t doing that.