spoiler

made you look

  • 0 Posts
  • 256 Comments
Joined 1 year ago
cake
Cake day: July 27th, 2024

help-circle

  • WebP is the same, it’s got a lossy mode (VP8) and a lossless mode (Which is more limited than PNG, but beats it where it overlaps). But to make it more complicated the lossless mode also has lossy processing modes, where it alters the image first to achieve smaller output sizes.

    And PNG is no different.

    People have a long habit of turning JPEG files into PNG files, the file extension won’t help you there. They also could have reduced the colour depth or resized it, all lossy operations. All it really tells you is that it can have an alpha channel.

    As for AVIF, personally I don’t like the format, it feels like an “open media” (But still patented) version of HEIF to oppose Apple. Like WebP it makes the (baseless IMO) assumption that a format designed to encode motion data is better at encoding still data than a format designed to encode still data. It’s got all the limitations of a video format (It’s got a max resolution, only supports 12bit images, and no progressive decoding), and they left out all the enhancements from WebP (The dedicated lossless mode, “lossless AVIF” files are huge and the last I checked badly supported, so nobody actually used them, and they just called very high quality settings “lossless”)

    A team inside of Google was working on WebP2 around the same time, that used AV1 but actually added the useful stuff like efficient lossless encoding, it got killed too in favour of AVIF.


  • So it depends on the specific HDR encoding used, Rec2020 is the most common ones you’ll see (It’s meant for “pure” setups, i.e. where the source and output are tightly linked, e.g. gaming consoles or blu-ray, or so) and the raw data won’t look great. While something like HLG (Hybrid-Log Gamma) is designed for better fallback (As it’s meant for TV broadcast, where the output device is “whatever TV the user has”), so should just look dimmer.

    This is a HDR screenshot I took of Destiny 2, which uses Rec2020, tone mapped to SDR

    And here’s the raw screenshot data from before tonemapping.

    If the second image had all the right HDR metadata, and the viewer supported it properly, then both images would match.




  • I switched a year ago, after trying and failing multiple times over the years whenever I gave it a try.

    1. Linux has massively improved, systemd is a lot cleaner than the mess of disparate shell scripts it displaced. Network Manager is also a lot nicer now than I remember it being when it was first introduced into Red Hat.
    2. Windows hasn’t, in a lot of ways it was actually regressing. I used to get multiple shell crashes a week with no insight as to why, friends would claim it was just me but then receive an update and start having similar crashes. Also noticeable UI issues that went unfixed for multiple revisions, made it felt cheap.
    3. MS went all in on AI garbage and was jamming it into everything, kept getting popup notifications and the like to try Copilot, notifications went from being useful to just being an ad delivery mechanism.
    4. Gaming on Linux massively improved, last time I tried it OpenGL support was a mess. Now OpenGL is very mature, and all the D3D translation stuff uses Vulkan which has been rock solid for me. I’ve found games run better than they did on Windows on the same hardware, and the only game I’ve had an issue with was Destiny 2, which is intentional on the devs behalf (Luckily the game’s boring now)

    I find I’m a lot more willing to let issues slide though, like I’ve had some Thunar crashes which I’m cool with since there’s like 4 devs maintaining it, vs. the multi-billion dollar company working on Explorer which I expect better from. Also unsurprisingly the only actual shop-stopper issue I’ve had was with a memory leak in the Nvidia drivers, the actual FLOSS stuff has been great.


  • Tons of software meant to run on 32-bit hasn’t been updated to run on 64-bit natively.

    32bit only Linux apps are basically non-existent, anything with the source available and maintainers would have been ported at some point in the last 2 decades, otherwise they have very specific technical reasons for being 32bit only (like OBS iiuc), the source has been lost somehow, or it’s a proprietary program where the company has no interest (e.g. Valve with Steam)

    In fact I think Steam might really be it.








  • I always thought it was purely a hardware limitation, but reading up on it I found it’s actually just “virtual 8086 mode” that was dropped, 16-bit protected mode is still available even when running the CPU in “long mode”.

    So it rules out DOS apps, but 16bit Win 3.x apps should still run. But it’s probably a compatibility minefield, and even MS decided it wasn’t important (iirc the only thing they kept around was support for 16-bit app installers, but by internally swapping them out with 32-bit versions when run, since it was apparently common for 32-bit 9x apps to still use 16-bit installers so they could show a proper error message when run under Win 3.x)