spoiler

made you look

  • 0 Posts
  • 10 Comments
Joined 7 months ago
cake
Cake day: July 27th, 2024

help-circle
  • They really want to promote their AVIF format, and supporting JXL would hinder that (Since JXL is a much nicer upgrade path from JPEG/PNG than AVIF is)

    Like you can transparently go from JPEG to JXL and back with no loss, which isn’t possible with AVIF. And PNG to JXL gives you a smaller file, while it’s usually the opposite with AVIF (Unless you get lucky, as lossless AVIF can be beaten by a BMP in a ZIP file). There’s also the issue of speed, AVIF is slow to encode compared to other formats (And while hardware decoding is possible, it’s also geared towards video, so the quality is often lacking, and can sometimes be slower than plain software encoding)





  • The_Decryptor@aussie.zoneto196@lemmy.blahaj.zonemodern rUIe
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 month ago

    A lot of the GPU drivers back then sucked since it was a rather large departure from how stuff worked under XP.

    Like in one release we went from a model where only a single app could use the 3D bits of the GPU at once, to the system itself relying on them to present the UI and letting multiple apps share it at the same time.




  • NTFS was designed back in the mid 90s, when the plan was to have the single NT kernel with different subsystems on top of it, some of those layers (i.e. POSIX) needed case sensitivity while others (Win32 and OS/2) didn’t.

    It only looks odd because the sole remaining subsystem in use (Win32) barely makes use of any of the kernel features, like they’re only just now enabling long file paths.