

WebM is just Mastroska with most features disabled that are not relevant to streaming and a mandated set of codecs, so basic Mastroska support would have been possible years ago, simply by accepting the Matroska MIME types.
WebM is just Mastroska with most features disabled that are not relevant to streaming and a mandated set of codecs, so basic Mastroska support would have been possible years ago, simply by accepting the Matroska MIME types.
And also most scripts need to be executed in a posix-compliant shell.
That’s why there is that shebang thingie in first line. Distributions like Debian use an entire different shell from bash for scripts: https://manpages.debian.org/buster/dash/dash.1.en.html
I HIGHLY recommend using bash and zsh as posix-compliant shells at the beginning
Why? All the usual shell scripts don’t use Fish as interpreter.
reinstalling Fish right now
Alright:
> /usr/bin/fish --version
fish, version 4.0.1
For whatever reason openSUSE doesn’t ship 4.0.2 despite the fact that it’s in its development repo since months. Oh well, could be worse.
Fixed in fish 4.0 :)
*reinstalling Fish right now*
I really like Fish but for simple stuff like youtube-dl you always have to put quotation marks around the YouTube video’s address because Fish thinks the question mark is an operator. So annoying.
Yeah, that’s not happening. 0% chance
Just because it’s illegal? His appointed judges already rules that he can do anything while in office. That includes cancelling elections. His supporters like him to become a dictator.
If you train a local LLM and let that LLM write your thesis for you, it’s fine.
You only disable the chat. Overall setting seems to be browser.ml.enable
.
WebM shows that Matroska is excellent for streaming. It’s the same container, WebM just mandates a set of codecs (just as MP4 as an offshoot of MOV can theoretically hold non-MPEG codecs but nobody supports this in the real world). With formal Matroska support, something like combining a HEVC video track with an Opus audio would be possible.