Your second example has wrong type for that file should be video/mp4
.
Your second example has wrong type for that file should be video/mp4
.
Note: Amds Zero RPM is getting support in 6.13 kernel.
I guess quality and sometimes s(p)eed for older/niche pieces, also no dmca bots tracking private trackers so in theory you don’t need a vpn.
afaik this is configured in pictrs service and each instance has it set differently
There is winapps that does the bottle thing for you in a background vm.
Before RustDesk I have used NoMachine but that’s completely proprietary (Luxembourg company, except for the old core protocol - NX 1).
Afair I am afraid that there isn’t an all-in-one foss desktop remote software as good as RustDesk currently.
Big stuff
-euo pipefail
now being a posix standard is really awesome, as well as readlink and realpath (didn’t even know these last two were non-standard).
I’ve been eyeing https://codeberg.org/river/river
pipx install yt-dlp
This will install yt-dlp with everything it needs but without fucking anything else up, both system-wise and for your user (because installing python packages in your home manually can cause problems). You must have your $HOME/.local/bin
in $PATH
to then be able to run yt-dlp
, but I think pipx will check and warn you.
pipx upgrade yt-dlp
to update it (or upgrade-all)
Love getting these peak behinds!
Also for someone like me who didn’t knwo what Houdini is:
Houdini is built from the ground up to be a procedural system that empowers artists to work freely, create multiple iterations and rapidly share workflows with colleagues.
I would definitely screen
it too, just to shield against my own errors (like closing the term window) bar that, I think any typical transfer tool would work, scp, rsync, …
I would go for AMD ThinkPad, have the P14s Gen4 here and I love it.
Remember that the slimmer it is the more expensive it is (like, by a lot).
From: https://docs.turris.cz/#updates
We are committed to providing long-term support for our devices for as long as the Linux kernel continues to support them. For instance, our initial router, Turris 1.X, which was a part of the Turris security research program launched in 2013, is still supported after a decade.
I guess it’s something along “we will try to support your device for as long as humanly possible” ? My ~three years old omnia is still getting updates (just like a regular linux box would), actually seems I have one pending right now:)
A bit on the expensive side but it is based on openwrt with a bit of custom software on top by Turris (which is a daughter company of czech domain registrar CZ.NIC)
The logs were provided by @grant here https://toast.ooo/post/4077161 but now that they released the (cleaner) database dump the post is edited with link to that instead.
I am now integrating the databse dump into these timelapse scripts so will up the source some time after I get that done.
Glad you liked it!
Now making a video about this… now that is a food for thought lol
On point summary.
And I was just about to write that I have confirmed SQLi is not possible to find out I have missed something that might in-turn make it possible! holy hell back to drawing board
Post edited with link to more information.
Shot in the dark but my latest instability has been caused by the MSI board pushing (well, allowing) too much power to the CPU, in my case it’s 13th gen intel so probably not the same thing - I’ve updated to a beta BIOS and set Intels defaults.
One other thing that might or might not help is
https://github.com/mchehab/rasdaemon
Helped me identity failig cpu - by logging MCE events/cpu errors
I know, I’ve linked that to show the correct mimetype.
Is your web server returning the correct mimetype for the FooBar.mp4 file ? Also codecs part should probably look more like this:
type='video/mp4; codecs="av1, ogg"'
(omit the ogg in your case)E: if you are opening the html with the <video /> element as a file:// in firefox, you probably wont be able to load resources from http:// (only https:// it seems), and it will show the same error in this case but it’s because of security not because it can’t decode the media. You can see the detailed error (for loading the file) in developer tools ctrl+shift+i and switch to network tab.