- 56 Posts
- 3 Comments
Joined 2 years ago
Cake day: November 17th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
captainkangaroo@discuss.tchncs.deOPto Programming@programming.dev•Reviving the devtools support in Servo - Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine4·9 months agoAs someone who don’t like using a mouse, yes please!!
captainkangaroo@discuss.tchncs.deOPto Free and Open Source Software@beehaw.org•Youtube has fully blocked Invidious32·9 months agoAccording to one of the maintainers
YouTube/Google has patched the latest workaround that we had in order to restore the video playback functionality.
Right now we have no other solutions/fixes. You may be able to get Invidious working on residential IP addresses (like at home) but on datacenter IP addresses Invidious won’t work anymore.
What you’re doing is equivalent to
nix-shell -p "grim slurp"
Which won’t work because nix-shell expects
nix-shell -p "grim" "slurp"
Which then becomes
According to the manual
The error message is because you are giving multiple package names as a single argument.