the GPL v2 doesn’t have any less restrictions around strong copyleft (requiring that a company publish changes for components).
Maybe you’re thinking of the fact that GPL requirements don’t cross the kernel module syscall boundary?
the GPL v2 doesn’t have any less restrictions around strong copyleft (requiring that a company publish changes for components).
Maybe you’re thinking of the fact that GPL requirements don’t cross the kernel module syscall boundary?
This “poisoning”, effect is the reason the LGPL and AGPL licenses exist.


Research from a few years ago was able to measure gait (so a person’s height and build etc) from the wifi shadow of a single router.
I assume 3 is to get the super accurate placement.


They’re both “immutable” in the sense that they’re setting up either read-only Filesystem Hierarchies (as in bazzite, which uses ostree) or Symlinking their entire filesystem hierarchy to a read-only “store” (as in nixos).
Bazzite uses something called ostree to “diff” the filesystem hierarchy much like git does, while Nix basically makes giant read-only store of files and hashes them, then weaves them all together into a “view” of a filesystem that gets symlinked into the context of a running program.


It’s not just that, it’s also the fact they scored the responses based on user feedback, and users tend to give better feedback for more confident, even if wrong, responses.


These only work with ARM cpus I think
If you’re putting in that much work, please submit those edits to musicbrainz! We need all the help we can get 😭
As a musicbrainz editor, don’t depend entirely on Picard and musicbrainz for correct tagging either cause shit isn’t as well curated as you think.


I don’t agree with a total ban, but the writers of the article downplaying the harmful content on YouTube I think have forgotten the multiple times YouTube has gotten in trouble with advertisers for shit like “elsagate” where they were showing mutilation etc. of Disney characters targeted at children.
There needed to be some kind of regulation, but an outright ban is a bit much.
This feels like they’re trying to drive a tack with a sledgehammer.


Well, Stable Diffusion 3 supposedly purposefully removed all porn from their training and negatively trained the model on porn and it apparently destroyed the model’s ability to generate proper anatomy.
Regardless, image generation models need some porn in training to at least know what porn is so that they know what porn is not.
It’s part of a process called regularization, or preventing any particular computational model from over-fitting.
Something can be Libre without it’s initial distribution being free (as in beer).
That’s how many distributions used to do it in the days when CDs and floppies etc weren’t exactly free.


I was definitely in the same camp of thinking (I mean Hindenburg etc, duh). But there’s been a bunch of studies where, because hydrogen basically immediately dissappates up and away, unless you’re in an extremely cramped area it’s much safer in collisions and unexpected containment breaches.
Even then, it actually poses less of a threat to life because it doesn’t create smoke or burn for awhile like gasoline does.


Hydrogen is more dangerous than gasoline if it leaks
I’d love to see a source on that.
This Report by the US department of energy says otherwise.


Again, the issue is this is an American company setting American content policy internationally.
Storefronts and brands can set up local branches and sell through those using the local digital payment provider without getting in trouble with their headquarter’d country. They can’t do that with a private entity that’s decided to set their global content policy to align with America’s.


Wed probably be in a similar place, but the advantage of a private entity being that it can bridge the already existing digital payments, so if a store big enough like steam had the option to, they could integrate with that country’s digital payments directly.


True to some degree if you’re an American, but this is Visa setting internal policy for American politics, and that reflecting globally.
Not every country has the same laws or politics that the US does.


You didn’t say “most” on your original post. You might want to edit it if that’s what you meant.


? You can get Hydrogen through simple water electrolysis. In fact you can do it at home. That’s like how 4% of all hydrogen is manufactured.


The reason there’s so few is because people don’t want to have to figure out beforehand whether or not they can use the payment provider they have at the store they want to go to.
I’ve seen this happen multiple times especially in Japan when the barcode payment craze started. There were like 13 competing payment providers and now there are 2. Because people don’t want to have to carry around 13 different types of card or payment types and have 13 different types of payments. They want one that works everywhere.
It’s why there needs to be sovereign digital payment systems that are legally enforced.
You can’t, if the code is open source it can be cloned to not fit in the license no matter what kind of license or fancy shenanigans you do.
The argument most MIT/BSL proponents have is that companies will be more likely to directly contribute if the project doesn’t have GPL “poisoning”.
I usually split the difference and license LGPL for everything.