Linux. Security. Programming. Board games.

  • 3 Posts
  • 7 Comments
Joined 11 months ago
cake
Cake day: August 9th, 2023

help-circle


  • We seem to have something in common: there is a serialisation form, we strongly dislike. But what I cannot understand is: why the heck would anyone torture anyone else to read or even write XML? XML is the absolutely worst configuration language I can imagine. I mean: when is something an attribute, when a tag on its own? What is even a list? And don’t forget to include a full HTTP URI for the namespace, otherwise the tag is not defined.

    By the way: all valid JSON is valid yaml as well. So in theory, you can use yaml as JSON with comments.




  • For me, it’s Ubuntu as well. Canonical continuously integrates stuff to make the whole distribution more complex and hard to maintain. Without going into much detail, Ubuntu always tries to do things where there is a good standardized way different. Why the heck do we need yet another containerized GUI application environment (I’m looking at you, Snap!); Why do you develop lxd, when there is systemd-nspawn, docker and podman?!