• 1 Post
  • 63 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle







  • And indeed 1F414 is a lower (hexadecimal) number than 1F95A, so in the absence of other criteria I’m sure in most systems it would sort first.

    They might not know the name for the extension of alphabetical order to all characters in Unicode (and neither do I) but it’s logical to associate it with alphabetical since it’s similar in concept.








  • Another prominent example is Android. Sure system apps can be upgraded individually – by storing the new version in a restricted part of the ‘user’ partition – but otherwise the system files are strictly read only until a new ‘image’ is ‘flashed’ to it by the update system or a power user with debugging tools. In the past, a common use of root capabilities was to remount the system partition as read/write and then change files on it directly. It’s more complex now.

    That’s also why system apps can be rolled back to the stock version, and can sometimes be disabled, but can’t be directly uninstalled like user apps. Only the updated version on the user partition (if there is one) can be removed.