

yeah, proper facepalm there… hello Winsucks Recall…
yeah, proper facepalm there… hello Winsucks Recall…
That falls under convenience. Getting others to leave corporate bullshit malware and/or spyware takes effort (and I know very well how frustrating it is). Personally I refuse to use discord or FascistApp (I guess with the recent policy changes that name is warranted) etc with all the implications that it has.
Been using matrix since forever :) But the dissing of shitty corporate centralized applications is necessary because way too many naive users still give their data away for convenience.
Fuck discord. Proprietary spyware. That shit isn’t getting on my computer anytime ever.
Thank you. Fuck that piece of shit.
No, that’s the whole misconception here. cycling a switch means returning to the previous state. Turning it off and on again means going from ON -> OFF -> ON. Software problems are solved by going from one state to a different state.
“Since words can be represented in binary, thus as a sequence of ones and zeroes, […], doesn’t that mean that all questions can be answered by saying no, then yes again at some level?”
How has no one pointed out yet that this is conceptually wrong? Turning something off & on again is cycling the same switch. Solutions to IT problems are setting different bits, which is binary for “using different words”.
Gandalf “sawing” off the branch on which he stands is somewhat inaccurate.
Moving the goal posts from OS handling to games is an admission that you know you are wrong.
ohhh this one hit a nerve. the butthurt windows users community is out in full force :D And there are still Stockholm syndrome victims delusional enough to think that Windows is easier to install / maintain without realizing that the only thing that has them insist is habit.
Did you get it running already? If so, happy to have helped :) It’s a bit tricky to move your downloaded games into the jail so that you don’t have to re-download, I think maybe it’s just easier to download them again as you start playing them. I started with a jail right from scratch so I only ever tried moving my games files between different jails, that was easier (but can still be done wrong).
On debian testing (trixie):
$ cat bin/steam-jailed.sh
#!/bin/sh
firejail --private=/home/user/steamjail --profile=/etc/firejail/steam.profile ~/steam $1
Sometimes an update breaks something, and I have to experiment with the profile settings, for which it helps to launch a bash with the same jail and start steam on the command line inside the jail to see output messages.
#!/bin/sh
firejail --private=/home/user/steamjail --blacklist=${HOME}/.inputrc --profile=/etc/firejail/steam.profile bash
What happens most of the time is that a steam update depends on a newer system library that I didn’t yet install and I then have to do a system update - steam is shit at managing OS dependencies (i.e.: it doesn’t)
yes, and I know it’s less than perfect, but it’s better than nothing :)
and THAT, children, is why I run steam in a jail. Fuck the idea of giving access to my home folder or anything else under my user…
Nevertheless, from my personal experience, corporate IT in non-software enterprises is full of clueless sys"admins" who just go by flowcharts and if that doesn’t help escalate to Microsoft support, and if they can’t help they close tickets as “use as-is”.
I noticed they seem to be intentionally locking out smaller domains and I hope that backfires. Not holding my breath though.
Ah, I see. A youngling who never heard of the usenet.
Big red button might help, but when I’m “in the zone” with coding, normally I forget everything around me :) One moment I’ll be browsing the web on my leisure time, and then I have an idea for one of my work projects, switch to that and “wake up” 8 hours later with lots of stuff done and no idea when I “clocked in” - that’s usually when I do “ls -lR” on my project folders and check file timestamps :D
–verbose please?
edit: never mind, found it. So there’s dumbasses storing sensitive data (keys!) inside their git folder and unable to configure .gitignore…