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

Asklemmy

43336 readers
1293 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] 29 points 1 month ago (5 children)
  • ISO date and time.
  • Metric system.
  • USB-C.
  • Git.
  • ConventionalCommits.
  • Semantic versioning.
  • XDG Base Directory.
  • OpenDocument.
  • HDR10+.

Also, I would enforce every online shop, transport company, hotels... All of these functioning under a federated market, sort of like the fediverse. Impossible to corrupt. Impossible to monopolize. True choice.

[โ€“] [email protected] 18 points 1 month ago (1 children)

Impossible to corrupt. Impossible to monopolize

You would be surprised.

[โ€“] brrt 2 points 1 month ago

Hold my briefcase

[โ€“] [email protected] 5 points 1 month ago* (last edited 1 month ago)

What's with Git? Sure, it is used by a lot of people, but it has some of it's own shortcomings as a snapshot-based version control. VCS like Pijul has it's own advantages, something to do with the patch theory of differences (disclaimer: I'm not an expert in this).

I am also kinda opposed to enforcing XDG, because of how unstandardized it is. Like for example, to set a terminal, GNOME Shell had to hardwired a piece of code to their internals, checking to see if a particular environment variable exists, , or else use gnome-terminal, which is just bad practise.

[โ€“] [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.

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

Git

I understand the de facto standard situation, but I'd rather have Fossil as default as long as it's suitable.

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

XDG Base Directory.

Defined by an env variable? How asinine!