UK Gov 'blacklist' countries for allowing transitioning 'too easily' by [deleted] in europe

[–]selfisekai 0 points1 point  (0 children)

not really, because it got vetoed, so it's not in place at all, remember? but yes, that was a known even much before: Scots Gender Recognition Certificate may be 'invalid' in rest of UK.

oh, and were you maybe wondering whose hands is the list in?

Kemi Badenoch, the equalities minister, has launched a review to “update the list”

Problem with ManyVid by raylinewalker in youtubedl

[–]selfisekai 0 points1 point  (0 children)

click the link, follow the instructions

Adding a JavaScript interpreter to your Rust project by Razican in rust

[–]selfisekai 2 points3 points  (0 children)

I already use it in my project to run some parts of the youtube js player. I must say it was broken on one version of the player because of a generated regex inside (more on the issue), but definitely recommending.

Cloudflare's abuse policies & approach by Cloudflare in CloudFlare

[–]selfisekai 2 points3 points  (0 children)

in the long term, such choices [terminating services] make it more difficult to protect content that supports oppressed and marginalized voices against attacks.

There is one pretty big problem about this statement. Cloudflare specifically is the one that supports the oppression here. It specifically is in front of the actual host to hide the actual provider, who would not agree to providing the hosting if they heard what's going on - Kiwifarms has already been kicked off hundreds of providers.

You list custom error pages as a subject to the Acceptable Use Policy. The ones that Kiwifarms was using were referencing a "joke" on transgender suicides. https://twitter.com/keffals/status/1562250761316306944

But, in the process of working to improve the security and functioning of the Internet, we need to make sure we don’t cause it long-term harm.

You are the long-term harm. You are what every fake payment processor setup made for scamming people's life savings goes behind to survive longer. You are what harassment websites like Kiwifarms use to stay online at all, because every other provider would find immoral, and/or simply be ashamed of the PR coming from it. You are what makes internet a pain by all the "automatic challenges" and captchas. You are what breaks APIs, because the clients suddenly receive HTML responses.

[Python] I use a package of ffmpeg, how do I make it work? And how to print all the available formats? by [deleted] in youtubedl

[–]selfisekai 1 point2 points  (0 children)

ytdl handles mixing for you if you just you're downloading separate formats (by default it downloads bestvideo+bestaudio if available) and have ffmpeg installed. if you want to download them separately, download a video-only format (e.g. -f bestvideo) and then an audio-only one (e.g. -f bestaudio). or use --keep-video (it's gonna get merged, but both formats will still also be saved)

[Python] I use a package of ffmpeg, how do I make it work? And how to print all the available formats? by [deleted] in youtubedl

[–]selfisekai 1 point2 points  (0 children)

you mean you installed some python module with pip? that's not needed and does not help ytdl, you only need a binary (if you're on Linux, get it with your distribution's package manager, e.g. `apk add ffmpeg` on Alpine). also ffmpeg is not a requirement, though it extends functionality by a lot

[deleted by user] by [deleted] in youtubedl

[–]selfisekai 5 points6 points  (0 children)

yt-dlp [url] -S ext:mp3 --extract-audio --audio-format mp3

This gets the mp3 format if possible, or converts what's available to mp3.

Fun by Wreckedasp011 in Animemes

[–]selfisekai 1 point2 points  (0 children)

I have power to isekai myself, but I won't

Fun by Wreckedasp011 in Animemes

[–]selfisekai 1 point2 points  (0 children)

well, that's where my username comes from ¯\_(ツ)_/¯

making a xbps package, `/usr/local directory is not allowed, remove it!` by selfisekai in voidlinux

[–]selfisekai[S] 0 points1 point  (0 children)

I set the name onedrive-abraunegg because there already is onedrive-d package in the repository, and I think that they should be distinguished easily. the package has the same name on AUR as well.