Re blue sky, is anyone actually federating with it? I don’t know of any other instances besides the official one.
Re blue sky, is anyone actually federating with it? I don’t know of any other instances besides the official one.
To put it into perspective, the fine was 0.8% of that net income.
A lot of complaints I’ve seen is that it’s bloated - it’s not only a system manager but also has a DNS relay, network manager, container manager, and so on.
That said, codifying service startup and managing them with cgroups is IMO MUCH better than init scripts that think running killall apache
is a good way to stop a service.
Misinformation wants to be free
Anything with enough access to block malicious programs has enough access to block any other program by mistake.
Security modules like this usually get very invasive with the OS, to be able to monitor everything and so that malicious programs don’t have the ability to shut it off.
Low competition industries
Like most of them?
My point is that SQL works with and returns data as a flat table, which is ill fitting for most websites, which involve many parent-child object relationships. It requires extra queries to fetch one-to-many relationships and postprocessing of the result set to match the parents to the children.
I’m just sad that in the decades that SQL has been around, there hasn’t been anything else to replace it. Most NoSQL databases throw out the good (ACID, transactions, indexes) with the bad.
The fact that you’d need to keep this structure in SQL and make sure it’s consistent and updated kinda proves my point.
It’s also not really relevant to my example, which involves a single level parent-child relationship of completely different models (posts and tags).
SQL blows for hierarchical data though.
Want to fetch a page of posts AND their tags in normalized SQL? Either do a left join and repeat all the post values for every tag or do two round-trip queries and manually join them in code.
If you have the tags in a JSON blob on the post object, you just fetch and decide that.
Damn why does all the software I want to use end up being developed by bigoted assholes. First nix now this.
“Can’t media format X run arbitrary code” is almost never an issue with the format itself and virtually always a bug with a particular decoder/player.
Are they using the beta v555 Nvidia drivers? I, and a lot of other people, are having a lot of issues with the current stable ones not supporting implicit sync.
FWIW the cyber truck is a luxury option - if you can choose a cyber truck, you can a bunch of other, more reasonable options. That’s not true of cheap food and many other things.
My interpretation is that companies will spend a lot of effort analyzing human behavior, to find underlying motivations and trends, but won’t apply that analysis to themselves as a business and ultimately just pursue the line going up no matter the consequences.
I’ve heard of some cases where the Linux port of a game is so bad that running the Windows version with proton ends up working better.