Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)EU
Posts
0
Comments
209
Joined
2 yr. ago

  • Why would anyone pick UTF-16LE? All the disadvantages of UTF-8, none of the advantages. The only reason to use it is when dealing with legacy systems that used it.

    Code point order would be somewhat decent, but even better is to use the user's chosen coallation order from their locale settings if possible.

  • Music CDs or data? Music CDs have built-in error correction, data CDs don't. You can certainly extend the lifetime if they're stored in the dark in a cool, dry place (UV light, heat, and humidity all damage the dye that gets burned to encode them) but they're not reliable archival storage without error correction.

  • They don't last very long. About 5-10 years at most, and that's if you bought special archival burnable DVDs. If you depend on them for backups, you should check the integrity annually (always include a checksum like SHA256 with any backup archive).

  • Deniers won't care, they'll just say India is part of the conspiracy. As are the scientists using lasers to measure the distance of the moon with retroreflectors the Apollo missions left. As am I for doubting their bullshit. Etc.

  • Yes, it's a fancy way to save a tab. I just leave the tab open. Not a feature I want, so not something I want them to waste limited development time on. It'd be nice if it were through the bookmarks interface, so booarks could save state & history the way tabs do, but that's not what's proposed so I'd rather not have this. PWAs are a workaround to make up for the limitations of bookmarks.

  • Except Alpine & those based on it, which uses Linux but not GNU libc or GNU coreutils or GNU BASH... Just musl libc & Busybox. I.e. the entire subject of this thread is one of the non-GNU Linuxes.

  • Sure, I should have gone further.

    Systemd/GNU libc/GNU Coreutils/GNU BASH/Linux/X11//GTK/GNOME
    Systemd/GNU libc/GNU Coreutils/GNU BASH/Linux/X11/GTK/LXDE
    Systemd/GNU libc/GNU Coreutils/Zsh/Linux/X11/GTK/GNOME
    Systemd/GNU libc/GNU Coreutils/Zsh/Linux/X11/GTK/LXDE
    SysVInit/musl/Busybox/tcsh/Linux/csh
    Systemd/GNU libc/GNU Coreutils/Zsh/Linux/Wayland/QT/KDE Plasma
    Systemd/GNU libc/GNU Coreutils/Zsh/Linux/Wayland/QT/LXQT

    etc, etc.

    There are thousands of combinations of the possible layers needed to make an OS.