this post was submitted on 26 Jul 2024
75 points (94.1% liked)

Asklemmy

43387 readers
1325 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 1 month ago* (last edited 1 month ago) (1 children)

Semantic versioning.

Most of the time. I use calendar versioning (calver) for my internal application releases because I work in IT. When the release happens is more consequential than breaking changes. And because it's IT, changes that break something somewhere are incredibly frequent, so we would constantly be releasing "major" versions that aren't really major versions at all.

OpenDocument.

Agreed compared to .doc and .docx. And if you're going to version control it, markdown instead of a binary blob.

For academic documents in STEM fields, I'd love to see a transition from LaTeX to Typst. Much cleaner, better error handling, and it has a web UI if people don't want to install a massive runtime on their own computer.

[โ€“] [email protected] 1 points 1 month ago

Yeah, Typist is great and has potential for much more still! The big issue is something like the network effect, LaTeX has everything you could possibly want, pretty much, and people will continue to primarily support it because it's the biggest tool. It will be hard to break that cycle, but in the long run it may be possible.