OBS was very laggy for me.
I think OBS does not do hardware acceleration by default, I needed to go into advanced settings to get it to work smoothly
OBS was very laggy for me.
I think OBS does not do hardware acceleration by default, I needed to go into advanced settings to get it to work smoothly
I did a woopsy, forgot to make the changes permanent, and my server auto-updated, won’t happen again
I’m not quite sure how that could be done…
I can’t modify the contents of other websites embedded as iframes. The other option would be to make a request in my server and modify the content and then pass that, but then I’d be hosting an unsecured proxy which I don’t want to do.
The only good way to do this would be with a browser extension, which I haven’t got a clue on how to create. :/
Hahaha, people are not getting *** joke
Because I am beginning to think only people who had already played on PS4 care about it
Personally, I never played it due to being a console exclusive, but would be very happy if it came to PC.
To me it makes sense that many of the people who played other souls-like/FromSoftware games would want to play “that missing one”.
The 4th law of robotics is you must make the eyes turn red when they become evil.
Heat (1995)
Absolute must-watch
chsh does not modify /bin/sh
Maybe you’re thinking of a certain video from a certain YouTuber who linked /bin/sh to fish?
That’s… all stow does, there’s nothing more to it. If you need some other feature don’t waste your time trying to make it work with stow, It’s just a meme in my opinion.
About the “package manager” functionality, stow was originally supposed to be a development tool for the Perl programming language, you download a bunch of libraries into a directory, then use stow to merge those files into the root of your project (like a caveman), as it turned out some people started using it to manage dotfiles, and here we are.
When I started trying to organize my dotfiles, I started with stow, but quickly found it very limited.
After that I found dotdrop, which is considerably more involved, but gives you total control. My config with dotdrop quickly started growing insanely huge, at some point I even had system-wide systemd services declared.
Then I found out I was basically reinventing nixos and home-manager, so I switched to that.
Yeah, it’s empty by default: https://github.com/NixOS/nixpkgs/blob/5defcb4b0d6c286e8b4b2869cf38efb4cdeb5bf4/nixos/modules/profiles/installation-device.nix#L31-L40
Can you login via the tty?
Yeah, we tried using Livewire at work, wouldn’t recommend it for any usecase. Very buggy and unfinished, many times you’ll still need to fallback to JS, passing certain data types to Livewire components is just not supported.