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/)AU
Posts
0
Comments
410
Joined
7 mo. ago

  • Again - no browsers support jxl. Firefox "support" is only basic rendering of a few basic features. It's not just browsers, there is literally no software which fully supports jxl. And won't be for a long time.

  • Internally it will still read a whole word. Because the CPU cannot read less than a word. And if you read the ARM article you linked, it literally says so.

    Thus any compiler worth their salt will align all byte variables to words for faster memory access. Unless you specifically disable such behaviour. So yeah, RTFM :)

  • The original WSL DOES use the Linux kernel. Which runs as a native NT process (there's a huge difference between NT and Win32 processes). But porting a Linux kernel into the NT binary is a maintenance nightmare, it's much easier to run the original in a slim VM.