• 2 Posts
  • 140 Comments
Joined 6 months ago
cake
Cake day: December 16th, 2024

help-circle

  • I’m generally an en_*.UTF-8 user (even tried en_DK.UTF-8 for a bit for a reason we’ll come back to), so I don’t have a complete picture of it and would have to go look at the documentation or source for that, but I’d expect

    • documentation
    • date formats: en_DK.UTF-8 should give you ISO8601-formatted dates, if I can’t have that I at least want DD/MM/YYYY; the US-american nonsense is just plain unacceptable
    • sorting: e.g. Norwegian will have …zæøå and expect aa to be sorted as å, the Swedes have …zåöä, the Germans …zäöü, the Turks will want ı and İ sorted and upper/lowercased correctly, and there are some options around how you deal with “foreign” letters and diacritics.
    • Probably more stuff relating to LC_* that I can’t think of off the top of my head

    but in any case, an ls -l output should be different depending on your locale, and in ways you likely don’t even think about as long as it looks normal.






  • It’s actually a collection of four books, which I think these days are sold in sets of two.

    It’s got some fun stuff, like an author who’s convinced of his own infallibility, and fantasy-like vocabulary, except none of the words are really made up, it’s just applications of somewhat obscure latin and greek words. I’d also kind of encourage going into it blind, since there are some bits of it that are more fun to figure out as you go along.

    Bonus for /c/finalfantasyxiv@lemmy.world players: it has Ascians.







  • Yeah, and Android has had some 16 years of “optimize later”. I have some very very limited experience with writing mobile apps and while I found it to be a PITA, there is clearly a lot of thought given to how to not eat all the battery and die in the ecosystem there. I would expect that kind of work to also be done at the JVM level.

    If Windows Mobile had succeeded, C# likely would’ve been lower as well, just because there’d be more incentive to make a battery charge last longer.





  • Yeah, none of that with bat:

    λ bat $(type -P bat)
    ───────┬──────────────────────────────────────────────────────────────────────────
           │ File: /usr/bin/bat   <BINARY>
    ───────┴──────────────────────────────────────────────────────────────────────────
    λ bat < $(type -P bat)
    ───────┬──────────────────────────────────────────────────────────────────────────
           │ STDIN   <BINARY>
    ───────┴──────────────────────────────────────────────────────────────────────────
    λ