ukrainian cat ~

  • 0 Posts
  • 191 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle




  • voxel@sopuli.xyztolinuxmemes@lemmy.worldMany such cases
    link
    fedilink
    arrow-up
    23
    arrow-down
    1
    ·
    edit-2
    20 days ago

    hdr support is coming tho

    • steamos already has it iirc (well, specifically gamescope)

    • kde 6 has experimental hdr support with wayland session

    • cosmic de devs promised hdr support in the first public stable release

    what i really miss is passkeys (specifically, using tpm2 to store them like windows hello does)












  • voxel@sopuli.xyztolinuxmemes@lemmy.worldLinux not in meme
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    1 month ago

    or…

    Upgrade to Enterprise (upgrading to enterprise will also remove ads in settings)

    in gpo editor:

    • Set updates to Manual
    • set the telemetry level to “Security” in group policy (iirc can also be called “Compliance”). This only works on Enterprise.
    • opt out of Microsoft accounts. This will force account creation to skip right to local accounts as if MS accounts were never a thing. This only works on Enterprise/Pro.
    • disable copilot and integrated bing search

    do a full reboot


  • well apple cpus have a hardware flag which slightly changes side effects of some existing arm instructions AND completely changes the memory model to one that imitates Intel x86 for the current thread. (TSO)

    with this flag enabled, the code can be almost fully recompiled ahead-of-time (from x86_64 to arm64) with minimal overhead (no need to remap memory addresses etc), with no reason to resort to e.g. jit recompilation on the fly (which is exactly what box64 does all the time)

    i assume snapdragon and microsoft are doing a similar thing (it definitely involves some hw magic too, maybe not exactly the same as in apple) since it’s seemingly the only way to achieve parity with apple in terms of performance