• 0 Posts
  • 31 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle

  • As far as I remember, Audacity’s maintainers, previously just some volunteers with no organisation, decided to sell the ownership of the project to a company with some guitar platform. Nothing changed at first, they employed the maintainers to work on the same project they were already working on.

    Then they started adding controversial telemetry and some soft forks appeared. I vaguely also remember hearing that there’s some contract that the company owns the source code, so relicensing to a proprietary licence is easy and possible in future. All the new software the company launches is proprietary, and there’s signs they want to tie it all together into a single suite.

    Nothing majorly bad has happened to Audacity, yet. But decisions are no longer community driven, as shown by the telemetry drama. I fear it’s a matter of time.




  • I remember being a big fan of FLIF when it came out. I remember it had come out of nowhere to steal PNG’s crown, and then the author suddenly disappeared before finishing it. I soon learned they had been picked up by a company to work on a successor named FUIF and then some time after that FUIF was merged into JPEG XL.

    Because of this, I was really excited when JPEG XL came out. An obscure but brilliant format had essentially been merged into the successor to JPEG, and I thought it was really going to take off. It had support from many major tech companies including Google. Browsers quickly started adding experimental support and then… nothing.

    Soon after JPEG XL was finalised, AVIF was too, and AVIF was essentially Google’s attempt at making a successor to WebP, by using much the same technology as AV1. So the question was, which one to support? Google made a comparison between image formats, focusing almost exclusively on lossy compression ratios (which I think isn’t entirely fair, considering they both have a lossless mode to compete with PNG) and AVIF won. So they dropped JPEG XL from Chromium, claiming lack of interest or something (which was wild, I’d never heard of a faster uptake of an image format). Soon after, Firefox was talking about removing it too, but ended up deciding to wait and see.

    Things looked bleak until Apple picked it up, and then things have just stalled since. I’m happy there’s still interest in JPEG XL, its FLIF/FUIF derived lossless encoding produces smaller files than both AVIF’s lossless encoding and PNG, while having features neither could dream of.


  • yistdaj@pawb.socialto196@lemmy.blahaj.zonejprule
    link
    fedilink
    arrow-up
    1
    ·
    25 days ago

    PNG only supports 4 colour channels, RGBA. JPEG XL supports up to 4099… In case you ever needed that for depth or thermal data or something.

    PNG only supports 8 and 16 bits for each colour channel, JPEG XL supports up to 32 bits for each colour channel. In case you have something physically capable of displaying the difference.

    I’d talk about HDR support, but PNG added that recently when it also made animation support official, rather than an extension. Which JPEG XL also supports.

    To be fair, I still use PNG out of habit, and because I can’t show anybody .jxl files over the internet like I can .png files. Also I mentally associate PNG with quality, while JPEG XL sounds like a big JPEG, which it can also be if you switch it to lossy mode.



  • yistdaj@pawb.socialto196@lemmy.blahaj.zonejprule
    link
    fedilink
    arrow-up
    7
    ·
    26 days ago

    WebP and AVIF are good at what they do, it’s just that Google insists on them being the only modern formats people should ever use, despite different formats being better in specific contexts.

    I don’t think people would be as upset if Google gave people the choice to use other formats. The standards aren’t the problem, the monopoly is.



  • Pretty sure it’s 3, they have a history of claiming to resurrect extinct species when they’re just modifying existing species to be a little more similar to the extinct one.

    They claimed to bring back dire wolves but they’re more similar to grey wolves. They make the argument that the genes they used are what most makes a dire wolf a dire wolf, but it’s controversial.

    I also remember hearing they said they would bring back a population of red wolves by extracting red wolf DNA that had been absorbed into a coyote population, but seemed to ignore the existing red wolves (which could do with extra genetic diversity) and worked using coyotes as a base.


  • Fortunately cash is still a common option in Australia (and I’m here), and likely will remain so for a long time. However, I’m increasingly hearing that other countries are increasingly refusing to accept cash.

    It’s probably best to get something working on Linux phones before it’s too late, but as you said Google is worse than a thief, so whatever is made should not use it. Best to maximise the freedom for people in a horrible future, lest Android or iOS ever become the only viable options. Problem being I don’t know how that would work, especially since banks would probably hate freedom respecting systems.

    I agree basic functionality is higher priority, but I fear tap to pay will reach basic functionality status in some other countries when their banks phase out any alternative. (I don’t think cryptocurrencies will ever become common). It may not directly impact me that other countries phase them out, but it will gradually kill the Linux phone ecosystem.



  • I feel like you’re conflating some things here. Tap to pay is more private and secure than a bank card, and is more private than most cryptocurrencies. Cash is obviously better, but it is increasingly looking like it might be phased out of some places eventually (I really hope not, but is a legitimate concern). However, you are right that it’s not open source and relies on trusting big companies that don’t like user freedom.

    So I would say that some of the people using tap to pay don’t necessarily not care about privacy more than convenience. Some of them just want to be able to use money in places where cash is dying out.

    I don’t use tap to pay personally.








  • Huh, I’ve never heard of SoftMaker Office before, good to know it exists. I might check it out.

    To add to some of the other comments, I have heard that the issue for LibreOffice is that Microsoft’s own parser isn’t compliant with the OOXML standard that they created. Yet the most important thing is compatibility with Microsoft Office, so you can’t simply build a parser according to the open standard and expect it to work with Microsoft Office. Instead, you need a parser to work the same way as Microsoft’s, which is proprietary. However, admittedly I have never read the OOXML standard or checked MS Office documents for compliance myself.

    Therefore, if what I have heard is correct, I would assume that SoftMaker Office has either struck a deal with Microsoft before to improve compatibility, or has simply been better at reverse engineering. Alternatively, what I have heard could be wrong.