M&M’s, Reese’s, skittles
All in the same bowl
M&M’s, Reese’s, skittles
All in the same bowl
Yeah, I’m generally ok if somebody is charging a reasonable rent which covers their reasonable mortgage, so long as they’re still taking care of all the other stuff (repairs, city taxes, etc).
What burns me is people who either a) knowingly buy in a hot, excessively priced market with full intent to charge excessive rents while providing absolutely minimal service or support
b) bought 10+ years ago but have pumped up rents to the same as those who bought at mortgages 2-3x the rate, citing “market rates” and often doing sketchy things to raise rents including renovictions etc, while being shitty - often absentee - slumlords
Maybe I’m showing my age, but there did used to be quite a good number of mom & pop type landlords who weren’t shit, and while the commercial ones cost a bit more there was a decent mix.
Now, the commercial ones are actually mostly a safer bet in small cities. They’ll raise rent every year but consistently, and the decent ones are pretty prompt about repairs and not fucking people over deposits etc. There are bad ones but it’s pretty easy to tell which are which. The problem is of course that availability at the good ones is lower and they do cost more.
Good private landlords are increasingly hard to come by, as the best ones generally end up quitting after either getting too old or after a bad tenant experience, while the slumlords have leveraged their existing properties to finance buying more and more, leading to a market full of increasingly overpriced mould-monsters.
Yeah, I’d tend to agree on that. Even beyond the security issues, nuclear has the potential to be a safe, but it also has the potential to be disastrous if mis-managed.
We see plenty of issues like this already, including what occurred here: https://world-nuclear.org/information-library/safety-and-security/safety-of-plants/fukushima-daiichi-accident
Now imagine a plant in Texas, where power companies response to winter outages has basically been “sucks to be you, winterizing is too costly”.
Or maybe we’d like to go with a long-time trusted company, who totally wouldn’t throw away safety and their reputation for a few extra bucks. Boeing comes to mind.
I like nuclear as a power source, but the absolutely needs to be immutable rules in place to ensure it is properly managed and that anyone attempting to cut corners to save costs gets slapped down immediately. Corporate culture in North America seems to indicate otherwise.
This happens in other countries as well. I’ve been told to speak the local (non-English) language when visiting friends overseas when having a private conversation.
Generally, it seems to be nosy old people who are upset about not being able to eavesdrop
Or how bumblebee did an “rm -rf” on uninstall without a quoted path, which ended up nuking important directories
Server or desktop, and what types of files? I find that a self-hosted version of NextCloud does pretty well for keeping contacts, images, and videos in sync.
(You could run it on a Pi as an intermediary to both if desired)
I used to use stuff like AndFTP in the past for similar functions
In some cases a wipe/reset of the TPM from the BIOS might do it as well, is it’s still functional but scrambled
Huh? Is the previous poster an OpenRGB developer? That’s cool!
Thanks. I’ll check into it but TBH I do really prefer .DEB based distros and that one seems to be Fedora based
That’s actually not what I was referring to.
First of all, RedHat now belongs to IBM, and they’ve never been shy about squeezing customers for a buck.
Second, having dealt with their support, it’s hit or miss to get a somebody helpful or an endless cycle of tickets. Patching and versioning is sometimes a complete mess.This especially sucks as the main reason most organizations go with RH versus others is for patching and support.
There’s also a lot of things where there’s a RH-specific implementation , which is further distancing fun other Linuxes and often ignores standard ways of configuring things.
RedHat actually benefitted from Fedora, CentOS etc as it allowed the community to develop products in a way that could be tested to be reasonably compatible, and to develop our port back fixes etc. It wasn’t just “RedHat made this and others just took it” but in many ways a symbiotic relationship. Yeah some orgs just went with CentOS but often it was those who worked on RH corporately would run CentOS at home in order to have a similar environment.
I used to be “Debian on the server, Ubuntu on the desktop” but recently I’ve spun up a few Debian boxes for desktop and I’m pleasantly surprised.
Kinda wish Valve would go for a full-out supported distro that stays in step with the Deck for Linux gamers (the old desktop SteamOS is kinda abandoned from what I can see), among with making the deck frontend a supported desktop manager. It would make sense for them to do so and rake in the game sales whilst providing a well-supported platform without the shit others are doing.
Increasingly so, and following the path that RedHat was taking prior (and probably worse to come given their new ownership)
If you want pretty good color screen, try the Boox Tab Mini C
Anyone pushing you to do something you don’t understand, or understand poorly. I could see an actual security researcher pushing for a code update to fix a vulnerability.
Heck, even as an occasional contributor I take some pride in seeing my fixes etc make it into the mainline codestream.
But yeah, you definitely need to be wary of somebody you only know from online pushing a change that doesn’t make sense or you don’t understand.
Oh yeah I forgot to mention that. It’s important when using wildcards or recursive permissions!
Tip: you can also use chmod u+rwx,g+rx,o+rx etc to add permissions
With the initial letters corresponding to “user”, “group” and “other”, and ®was, (w)rite, e(x)ecute for the rest.
In the case of directories, x specifies access to files/etc within the directly (read just let’s you see them)
You can also use i.e “o-rw” etc etc to remove existing permissions
I have similarly annoying issues when one of monitors is turned off. It collapses everything back onto the other display and doesn’t reset when I turn it back on.
So maybe an issue with the display going to sleep?
On Linux, you don’t download random stuff from the internet, e.g. a new browser. You get it from a central source, usually package manager, where it is verified and secure
Devs tend to make strong use of packages on GitHub, PyPi etc which have been targeted quite a bit with malware. Malicious snaps and
Linux software is written to need only as many permissions as needed, but not much more.
Hooboi. Depends on who writes the software. There are plenty of dumb devs for either OS, and I’ve had to yell at many for requiring their commercial software (built in Java with an X11/web front-end and exposed listening ports) run as root, usually because they didn’t want to figure out the permissions needed to access a device. There’s a surprisingly narrow intersection of devs who understand OS security and networking.
Linux is usually always updated because of the central update mechanism, so that vulnerabilities are fixed very quick
For OS packages, sure, but are all your Docker containers, snaps, flatpaks, and appimages updated whenever one of the underlying libraries had a significant vulnerability? How about that PPA, or the stuff you compiled from source a year ago?
Because people are increasingly using those for software not available on the base repositories
Linux users often have a false sense of security that leads them towards insecure practices, often for the same reasons as Windows users (I just want it to do X and work). While traditional signature-based antivirus doesn’t help much for either OS, there are plenty of other controls to fill the space that most people/organizations can - but don’t - implement on either OS.
On Linux, that includes strict management/review of software+code sources, SElinux/AppArmor enforcement, remote logging+review, and much more. These often conflict with Linux devs idea of “freedom” and thus area a hard sell.
I see you noted how you’re running gnome and what video card, but not how you’re running Steam, so I’ll ask:
How is Steam installed on your system? I know some people use a flatpak-based install but one of the potential issues with Flatpak (also Snap) is permissions to certain locations or devices can sometimes require extra config.
If you’re currently running from Flatpak, perhaps try the direct install from .DEB instead
What’s the name of the mod?