The_Decryptor

spoiler

made you look

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

help-circle




  • I’m not sure if there is just some “point of diminishing returns” or whatever where JPG actually becomes more efficient or what.

    There is, but it’s at high quality levels. If you’re using WebP for thumbnails or other lower quality situations (Which was the original intended use) then WebP will give you better quality than JPEG for a given filesize.

    For lossless uses it’s even better, the format is much more limited than PNG, but in the common cases it beats it.






  • I think the biggest issue would be a lack of interfaces to the C side code, they’re slowly being fleshed out and each one enables more functionality for the Rust modules.

    e.g. the test Ext2 driver a MS dev wrote last year after enough of the filesystem interfaces got hooked up

    But even then, I don’t think the maintainers would accept one that replaces the existing C driver, that’d break non-Rust builds and architectures, and that’s a sure-fire way to get Linus on your case. Best you can hope for is one that complements a C driver, and even then I think you’d need a good reason to have two drivers for the same hardware.








  • Not to the same extent, part of the point of AT is that everything shares the same feed, while the AP relays only offer the view of co-operating servers.

    Now Mastodon does offer its own streaming API that lets you see every post on a given server, and at least the fedibuzz relay offers that as well, so if you use that API endpoint you’ll see every post of every server it knows about in real time.


  • The_Decryptorto196@lemmy.blahaj.zonemodern rUIe
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    18 days 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.