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/)SU
Posts
0
Comments
221
Joined
2 yr. ago

  • Highly doubt that would happen. If anything, the current court would the project 2025 censorship agenda and support the Protect Act provisions that were already (correctly) struck down in Ashcroft v. Free Speech Coalition (it was just that time's edition of the overbroad "protect the children!!!" bill that did some good and some bad; most of what remains today and hasn't been struck down is good though). It's also not the law criminalizing CP so that could be where his argument might fail. (nevermind; he's talking about the provision that extends the statute of limitations)

  • Looks like the birdie has escaped phoronix...

    In the small chance that this comment is serious, Nvidia is found this because the corporate server-based customers need the ability to troubleshoot and debug the driver.

    The actual trade secrets are being moved into the proprietary firmware blob and out of the driver.

  • No. Supposedly they raised the age to 21 because of drunk driving teens, though I'm not sure what effect it had. In my opinion, the better option regardless is to introduce teens to how to use alcohol responsibly and safely, rather than prohibit until it's too late.

  • PNG is a rather slow algorithm based on the DEFLATE compression from zip/gzip. You could extract to bmp or some other uncompressed format. First, to ensure it is lossless, make sure it supports the video's pix_fmt without needing conversion.

  • Resampling does not lead to any perceptible quality loss, but encoding to aac with libavcodec's encoder (as YouTube does) definitely will. At the very least, it cuts all frequencies above 15 kHz which are potentially audible. Opus does not, and 128k opus is usually considered transparent.

    I can't find it but somewhere there's a very detailed explanation from Monty himself about it

  • Are you using the very latest version? YouTube changed their site again a few days ago and it broke yt-dlps ability to find all thr formats. Update yt-dlp and it should be back to normal. yt-dlp will prefer the opus when it is available by default.

    Opus is much better than (YouTube's) m4a. m4a is better than mp3 (which is an obsolete 30 year old format). YouTube doesn't serve mp3 (so creating one means re-encoding), and re-encoding lossy formats always loses quality.

  • yt-dlp is pretty much the standard program for it https://github.com/yt-dlp/yt-dlp

    It is installable as a python module, so it should be easy to sandbox if you need to (though it requires ffmpeg too). Nowadays I almost view it as a standard unix utility though and wouldn't think twice about installing the native package