I just came back to comment that --
probably doesn’t add security unless something like xargs
which puts stdin
on the command line itself is used.
I have gotten in the habit of mindlessly adding it I guess.
I use xe/xem or they/them pronouns ATM.
I wanna be a cat girl! Or a cat enby perhaps. Nyan.
I just came back to comment that --
probably doesn’t add security unless something like xargs
which puts stdin
on the command line itself is used.
I have gotten in the habit of mindlessly adding it I guess.
Oh, I see the part that says “Delist…”. I did see that. I guess I was used to hearing “prompt injection” with regards to the LLM web prompts versus something that crawlers would use that I was worried I’d made a mistake sharing.
I’m sorry. I didn’t read the whole page. Just the part about video-over-dns which was covered in the talk.
Are you talking about that weird logo and do you recommend I remove the link?
Couldn’t a Chromium clone relicensed under some copyleft license also be a viable option against Chromiums? Chromium is licensed under BSD-3 which Wikipedia claims is compatible with the GPL, so there wouldn’t be any legal reason this couldn’t be done, right? Other than not really wanting to split a project with excessive forks (which is only bad if you think that the Chromium project itself is a net good), is there some technical or other reason why this would be a bad idea?
Checks I Should Have Done Before Posting
Sorry for the self-posting. I just wanted to share my post-hoc file checks since it was due-diligence I didn’t think of until after I shared.
TLDR: I redirected into a file and inspected it at least enough to say I received an mkv container with an h264 video and opus audio.
Caveats
Details
I ran the command from my post in a world-readable directory with
>mystery_video_file
substituted for| mpv -- -
and inspected the download withsudo --user=nobody -- file -- mystery_video_file
which output
I ran
rename --last -- '' '.mkv' mystery_video_file # the '' is the empty string delimited with apostrophes
and thensudo --user=nobody -- ffprobe -hide_banner -- mystery_video_file.mkv
which output
If you trust me and not the presenter for some inexplicable reason, the SHA-512 checksum for the video is “24345bd3ca8015c14a7d5d63d6b2a40f9d0f8c0307a65996226a496f121fa5ae934718cf58090f43ee67bc250b06804f23c73688cc871c15c1ba18d79b1a82a8”.