unique_hemp

u/unique_hemp@discuss.tchncs.de
1 posts · 182 comments

Recent posts

Recent comments

Oh yeah, installing Steam from a flatpak also seems to be a good way to avoid some tinkering, I don't think they have ever done that.

Compression adds another layer of complexity for parsing.

JSON can also have configuration mismatch problems. Main one that comes to mind is case (in)sensitivity for keys.

CSV >>> JSON when dealing with large tabular data:

  1. Can be parsed row by row
  2. Does not repeat column names, more complicated (so slower) to parse

1 can be solved with JSONL, but 2 is unavoidable.

on Arch btw... · c/linuxmemes · 3 pts · 232d

And even if something is not on the AUR, I could see myself writing a PKGBUILD for it, unlike most other packaging formats.