Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DR
Posts
0
Comments
465
Joined
2 yr. ago

  • A) Export using a lower effort, with libjxl effort 2 or something will be fine.

    B) Export to a faster image format like QOI or TIFF or PPM/PNM etc.

    PNG, JXL, WEBP, all have fairly high encode times by default with ffmpeg. lower the effort or use a faster format

    If you think that it really could be write speed limitations, encode to a ramdisk first then transfer if you have the spare ram, but using a different and faster format will probably help as PNG is still very slow to encode. (writing to /tmp is fine for this)

  • Honestly, I'm not sure that's quite a good takeaway. The article itself was pretty much a bland nothing burger and the articles that were cited were, again, pretty bland. The biggest thing I can find is that they won't be facing off another browser and then it's like, well duh.

    It's just one of those things. It just feels like the original dude said one thing and the author interpreted it a completely different way.

  • saying 'no code' from rivals seems highly misleading, and I can't seem to see a hard citation for this, in fact, it very directly contradicts this same sentence from the article

    He also said that unlike SerenityOS, Ladybird will “leverage the greater OSS ecosystem,” meaning that it will use other open source libraries for some features.

    it would be better to say they aren't relying on libraries and features from rivals. not that they will use "no code" from them, good code is good code afterall

  • I havent looked into it yet, but ill be looking into doing an extra shim layer if this is the case. It wont be hard to set up some basic stuff for that, wlroots for instance is great for doing nested stuff since it can forward all of the inputs we need to the nested compositor