I was lucky enough to have a friend send me an invite to the playtest. I’m not sure if that is the only way in or not
Been giving deadlock a shot, still playing dead by daylight, and for solo efforts I have Total War, Tomb Raider, and Rogue Trader going
Never have I ever clogged a toilet. Second flush has always been enough for me
Buried in the sand like turtles, where do you get yours?
Having been a linux user around the time of both rollouts I’ve had a way better time with pipewire. We’ve come a long way since OG pulseaudio
I went Ubuntu -> Xubuntu -> Debian -> Manjaro -> Arch -> Nix
Arch is still the longest lasting and I’m dual booting with Nix right now, but Nix has been a dream when it comes to gaming stability and I think if it continues I’ll stay.
The context is that just recently Taylor Swift sent a cease and desist to the twitter account tracking her and other celebrity private jet usage because she is embarassingly bad about using it for tiny flights.
The other side of it is the story about the cop in Florida who unloaded his pistol into his police cruiser while someone was inside because he mistook an acorn hitting the roof of the car for a muffled gunshot. He fired his whole clip into the car and yelled ‘I’m hit’ which also got his partner to shoot their clip into the cruiser.
So I am sort of an embedded developer, and I like to mess around with weird configurations. So the craziest experiment I did was trying to reflash a rasberry pi from a system running in the pi’s RAM. It honestly might have worked, but during the prep work I forgot to resize the filesystem before mucking with the paritions and had to reflash the normal way before I could try again. Ended up just turning it into a pihole instead, but I still learned a lot about pivot_root
Intentionally? Probably when ads for Wheel of Time Season 2 started showing up and I clicked through to see if they had a release date.
Unintentionally through misclick? Probably yesterday
Unintentionally through deception? Seconds ago
I think people believe it is a sign you are striving to excel or that you care about the work you are doing.
In my case I think I talk about how much overtime I work because I got insecurities about my productivity drilled into me as a child with undiagnosed ADHD. Constantly being told you don’t work hard enough regardless of the effort you put in will give you some weird hangups. I think subconsciously its about needing external validation that the time you put in was adequate, or insecurity around ‘work ethic’
The problem is you need a executive body that already agrees with you to select you from their choices of consultant. We’re not rational creatures and are our personal biases make it so we’re more likely to hire the consultant that reflects our preconceived ideas
beaucoup bucks
I’ve never seen this phrase in print before and the spelling is fucking me up a bit ngl
Malware sadly is a problem everywhere, but it is arguably less so on Linux. First, Linux is less popular so less malware is written for it to some degree. That doesn’t mean no malware, but if you’re trying to pwn people hitting a website you’ll get more targetting windows, android, or iOS than Linux so it’s a little less prevalent.
Second, it could be argued the security model of Linux is more secure than windows. This is a far more contentious point, but I think that simply from having more eyes on the code Linux has a more secure model. Windows relies on security through obscurity a great deal, and if you talk to cybersecurity experts they will often tell you this is no security at all.
Lastly, because software on Linux is typically installed through centralized repositories of binaries or sandboxed app images, you have to go more out of your way to get dodgy software on Linux. The tradeoff there is that a lot of proprietary apps and helper programs that come with some tech will never be available in the repos and that can send some new users to try finding them elsewhere with all the risks that entails. Some distros go for a middle ground with access to things like the Arch User Repositories, but Ubuntu’s solution is using things like PPA’s to add extra software repositories.
Because you chose to phrase it as an insult. “To keep people like you from doing X” has a very different connotation than “this is a security feature that helps protect inexperienced users from malware.” One is helpful, one is demeaning.
Just as an addendum to your answer. In the command writing to mullvad.list
the | sudo tee /etc/apt/sources.list.d/mullvad.list
is using two helpful linux utilities to modify the command. The first is the |
which is called a pipe and connects the text output of one program to the text input of another. The pipe is connecting the output of echo which simply prints a string, in this case composed of the outputs of several other commands to the program tee
. Tee which is given admin privileges by the sudo
takes an input stream and splits it between two files. In this case those are mullvad.list
and since no other was provided stdout
the output pipeline of the terminal running the command.
EDIT:
In the interest of further completeness. Another utility used in those commands is the command substitution operator of sh
. So when the terminal is interpretting text (some command)
gets substituted out for the text output by the command in the parentheses. It is another common way of connecting commands on the shell to allow for more flexible and powerful commands.
I think this passage From Umberto Eco’s Ur Fascism gets at the heart of your question and the essay itself is a fantastic read. The issue is that fascism is an inconsistent and contradictory political ideology.
Fascism became an all-purpose term because one can eliminate from a fascist regime one or more features, and it will still be recognizable as fascist. Take away imperialism from fascism and you still have Franco and Salazar. Take away colonialism and you still have the Balkan fascism of the Ustashes. Add to the Italian fascism a radical anti-capitalism (which never much fascinated Mussolini) and you have Ezra Pound. Add a cult of Celtic mythology and the Grail mysticism (completely alien to official fascism) and you have one of the most respected fascist gurus, Julius Evola.
But in spite of this fuzziness, I think it is possible to outline a list of features that are typical of what I would like to call Ur-Fascism, or Eternal Fascism. These features cannot be organized into a system; many of them contradict each other, and are also typical of other kinds of despotism or fanaticism. But it is enough that one of them be present to allow fascism to coagulate around it.
Sverkel has so many good scenes, and he has so many memorable quotes. I love his quote about being empty being the perfect start to change yourself, and how acquiring so much wealth that others would seek to take it causes conflict.