this post was submitted on 21 Jul 2023
658 points (98.0% liked)

linuxmemes

22145 readers
293 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] ebits21 45 points 2 years ago* (last edited 2 years ago) (9 children)

    Everything should be date-based name releases.

    If it’s released April, 2023 it should be 23.04 or similar.

    Other schemes are arbitrary.

    Change my mind.

    [–] [email protected] 33 points 2 years ago (1 children)

    How would you differentiate between versions with major api breaks?

    [–] [email protected] 24 points 2 years ago (1 children)

    Shhh, they don't know what that means, let them live in bliss

    [–] ebits21 4 points 2 years ago (1 children)

    Lol. Developers just need to know what date the api changed. Viola.

    [–] [email protected] 3 points 2 years ago* (last edited 2 years ago)

    Gotta know, are you serious or joking here? Follow up question: are you a developer and have you ever worked on a medium+ sized project? The amount of dependencies you end up with is astounding, you can't just "know" when all those APIs changed, that would be a full time job just to stay on top of. And that's not even taking into consideration transitive dependencies. If a library doesn't use semantic versioning, 99% of the time it's correct to avoid it just to save yourself the headache.

    [–] [email protected] 20 points 2 years ago (1 children)

    Semantic versioning. If I have 1.0.0 and you release 1.1.0 I can be pretty confident it's safe to update. If you release 2.0.0 I need to read the release notes and see what broke.

    If I have version July2023 and you release August2023 I have no information about if it's safe to update. That's terrible. That's really bad.

    This is for dependency management and maybe apis more than OSs, but in general semantic versioning is a very good system. It should be used often.

    [–] ebits21 2 points 2 years ago

    Alright I think I saw been somewhat convinced by this. But I also think the date should be included in some way.

    [–] [email protected] 13 points 2 years ago

    They both serve different purposes

    KDE Plasma does its versioning to follow QT versioning, which does its versioning in that way to signify API breaks.

    But for something else like, say, the Linux kernel, which does not break compatibility in that manner, date-based would make more sense.

    [–] [email protected] 11 points 2 years ago (1 children)

    Marketing version (23.04 or just 23) and semver (3.11.3)

    Change my mind

    [–] [email protected] 3 points 2 years ago

    I'm partial to semver where it makes sense and date based releases where it doesn't. At my work we use .. like 2023.7.v2 for template releases but semver for apps with APIs and such

    [–] [email protected] 4 points 2 years ago (1 children)

    I really like X.Y.Z

    X is for major overhauls. Y is for a new individual feature added or dramatically reworked, Z is for bug fixes, updates and polish.

    Like Blender is currently on 3.6. They had a dramatic major program wide overhaul a few years ago. And since then have been adding new features and reworking old ones in major 3.X releases, and occasionally have smaller updates and fixes in between, giving us 3.X.Y updates.

    [–] [email protected] 0 points 2 years ago (1 children)

    The only thing I don't like about that versioning system is the ambiguity that can sometimes arise due to different interpretations of what the numbers after the first dot mean.

    You could either say: It's a decimal system, therefore 3.4 is bigger (comes after) 3.13. (3.4 > 3.13) or, The numbers after each dot are independent, therefore 13 is bigger than 4, so 13 is the newer release.

    It's usually fairly obvious from changelings but every now and then I get tripped up.

    [–] [email protected] 5 points 2 years ago

    For versioning I always viewed the numbers as independent from each other, just like with ip addresses.

    [–] [email protected] 3 points 2 years ago

    somehow i agree with you.

    [–] [email protected] 1 points 2 years ago

    Tesla updates basically use that format, it's pretty nice imo. "year.week.revision", so for example 2023.29.3

    [–] [email protected] 1 points 2 years ago (1 children)

    I thought Linux Mint did this, but apparently they're kinda fuzzy about it? Which was not great to learn when I went to update an old laptop, and briefly thought the project had just died.

    I had to type this three times because Lemmy closes the comment box and dumps whatever you had typed, if you upvote another comment while it's open. That's objectively terrible.

    [–] [email protected] 1 points 2 years ago (1 children)

    I had to type this three times because Lemmy closes the comment box and dumps whatever you had typed, if you upvote another comment while it's open. That's objectively terrible.

    Yikes, that is terrible. What client are you using?

    [–] [email protected] 1 points 2 years ago

    Lemmy.world in a current web browser.

    [–] [email protected] 1 points 2 years ago (1 children)
    [–] [email protected] 4 points 2 years ago

    I've seen many projects do it, Ubuntu, KDE Applications (not Plasma itself), and Helix are the first ones that come to mind