I have no idea but this article includes a section. German manufacturers feared a tariff war and aren't as exposed to Chinese competition in the first place as unlike e.g. the French German companies aren't competing as much on the low-budget market.
- Posts
- 9
- Comments
- 743
- Joined
- 3 yr. ago
- Posts
- 9
- Comments
- 743
- Joined
- 3 yr. ago
- JumpDeleted
Permanently Deleted
- JumpDeleted
Permanently Deleted
They started the whole thing. They invented and implemented a whole programming language to implement the thing. Then they integrated Stylo (Servo's CSS engine) and a couple smaller bits into Firefox which made it a hell a lot faster. Then they set Rust free and shelved Servo because from the perspective of Firefox going forwards with rewriting more in Rust would've been a lot of investment for diminishing returns. Stylo was the big one, enabling before unseen parallelism in rendering.
Servo, even with FSFE funding, still has ways to go. Ladybird, I wonder why they even bother. If they want a C++ browser engine that hasn't been touched by big money then there's KHTML, Webkit/Chromium's direct ancestor. There's a reason KDE dropped development: It wasn't worth the effort. Qt wasn't willing to pick it up either.
Quoth Article 8:
- Where point (a) of Article 6(1) applies, in relation to the offer of information society services directly to a child, the processing of the personal data of a child shall be lawful where the child is at least 16 years old.Where the child is below the age of 16 years, such processing shall be lawful only if and to the extent that consent is given or authorised by the holder of parental responsibility over the child.Member States may provide by law for a lower age for those purposes provided that such lower age is not below 13 years.
- The controller shall make reasonable efforts to verify in such cases that consent is given or authorised by the holder of parental responsibility over the child, taking into consideration available technology.
- Paragraph 1 shall not affect the general contract law of Member States such as the rules on the validity, formation or effect of a contract in relation to a child.
The referenced point (a) is in the conditions for data processing to be lawful:
the data subject has given consent to the processing of his or her personal data for one or more specific purposes;
In essence: The age of consent is 16 when it comes to your personal data. A completely different question is whether lemm.ee even processes personal data, even more so in a matter that requires consent. Because unless you doxx yourself lemm.ee knows nothing more about you than your IP and, presuming best practices, only keeps limited logs around for strictly technical purposes which don't need consent. That point (a) is only one condition under which personal data can be processed, there's also b, c, d, e, and f.
...not that I'm saying that the legal notice is bad it's good. It's overzealous and overcautious going beyond the letter of the law and event intent, reaching into the fabled realms of actually giving a fuck. Like, if the law says "assault is bad" then this notice is saying "please all cuddle, ok?"
Not a matter of instruction set, though. Current RISC-V designs are built from scratch by companies pretty much doing their first chip and/or design studios out of the microcontroller space, if say AMD would spend a year slapping a RISC-V insn decoder onto their existing designs that shit would fly.
I guess of the big performance vendors Quallcomm will be first, they have a bone to pick regarding ARM licensing.
There's also a lot of efficiency in hardware-specific kernels. A generic rocm build vs. one with hand-written kernels (not even for the proper card just a close enough one to have the same instructions) is like a 10x performance drop. That's on the matrix multiply up to convolve these tensors level, on the layer above that you then have things like smart memory management and scheduling as well as minimising how much work needs to be done in the first place (re-ordering operations so tensors stay small) and stuff.
You can port cuda code to vulkan or opencl -- but you're going to have to reimplement all of that. Just getting the BLAS layer to not suck is a challenge.
- JumpDeleted
Permanently Deleted
Chakalaka.
Dice an onion and a bell pepper, throw it into plenty of fat, sizzle until the onions are glassy, add some chilli (pickled is fine the end result can use some acid), not too little English curry powder, mix well, making sure the powder is roasted (it changes taste quite drastically), top with a grated carrot or two (veggie proportions are up to taste), put on the lid and let steam on medium heat (err towards low), once steamed (the carrot shreds basically fall apart) add a can of baked beans. Those don't need to be cooked, just let the stuff stand for a bit until everything is at equal temperature.
Eat as-is or with whatever, rice works well. Probably works with any curry mix I just happen to be out of Thai for a surprising amount of time now so I didn't try yet. Size-wise I'd say that the onion should be cut about half the size the beans are, and the bell pepper pieces to be about twice as large as the beans. If you want carrot pieces you can do that but I'd still suggest shredding some so that it can dissolve some sweetness into the saucy part.
Blahaj is also one of the most welcoming, warm communities I’ve ever seen. If you get banned from there you deserve it IME.
When the bear thing went around there was a tread made on 196 specifically to talk about not the content of the meme, but its impact. I argued that someone interpreting the thing as "would you rather choose me or a bear", and answering as such, instead of "would you rather choose a random man than a bear" should not be construed to be somehow misogynist or anything, really. I ate a permaban (on 196, not blahaj), reason "BUT WHAT ABOUT THE MEN".
Mods with with giant chips on their shoulders exist also on blahaj.
- JumpDeleted
Permanently Deleted
The creator favoured speedy feedback on everything. And it's not like you can't make things look gorgeous in EEVEE, why go for fidelity when you can make things look nice.
Did you want to have an exchange about the practical and theoretical merits of a piece of terminology or did you want to be right.
Actually had been deprecated beforehand, you should have gotten a warning. The deprecation cycle certainly is quite short, I'm still on 0.100.0, If I were to upgrade now I'd jump the version with the warning.
I literally said at the start that authority isn’t just any inqeuality, and you didn’t address it.
First of all that condition is as arbitrary as any other and you have no more authority to impose it than I do imposing mine. Secondly, I did address it: I limited the term authority specifically to social relations. Between people. Engels doesn't.
I would like to see you justify this incrsdibly broad definition.
I already did:
If you find yourself having it and are keen on proper praxis then you take on the responsibility to lift the other up as you are capable to do. I think for that reason alone I think it’s important to recognise it as authority, so that we are careful when using it, which, in the end, is unavoidable.
In other words: It's important to call bootmaker's authority authority so that anarchists, bootmakers or apprentices or passers-by, are careful around that topic. Like a candle it's not a thing that's bad per se, but a thing which should not be left unattended. Eyes need to be on it.
Not really. They've been on the stabilising path for about two years now, removing stuff like dataframes from the default feature set to be able to focus on stabilising the whole core language, but 1.0 isn't out yet and the minor version just went three digits.
And it's good that way. The POSIX CLI is a clusterfuck because it got standardised before it got stabilised.
dd's syntax is just the peak of the iceberg, there, you gotta take out the nail scissors and manicure the whole lawn before promising that things won't change.Even in its current state it's probably less work for many scripts, though. That is, updating things, especially if you version-lock (hello, nixos) will be less of a headache than writing
shcould ever be. nushell is a really nice language, occasionally a bit verbose but never in the boilerplate for boilerplate's sake way, but in the "In two weeks I'll be glad it's not perl" way. Things like command line parsing are ludicrously convenient (though please nushell people land collecting repeated arguments into lists).- JumpDeleted
Permanently Deleted
My answer is invariant under you intending it to be a joke or not.
- JumpDeleted
Permanently Deleted
Maybe that should be a reminder to be culturally tolerant and not over-interpret figures of fucking speech. It's an English metaphor. Have you ever been to England, they love their manicured lawns. Performative outrage, the lot of it. I could say that the AI missed the ball but then the AI would complain about quadruple amputees being insulted over not being able to play sportsball. Cut me a fucking break.
- JumpDeleted
Permanently Deleted
The GPS is definitely closer to the proper German pronunciation.
Authority is a power imbalance in a social relationship. It does not, in itself, imply domination or monopoly or expertise it happens each time two people are not on eye level regarding something, cannot, for whatever reason, relate to each other as complete equals. If you find yourself having it and are keen on proper praxis then you take on the responsibility to lift the other up as you are capable to do. I think for that reason alone I think it's important to recognise it as authority, so that we are careful when using it, which, in the end, is unavoidable.
We don’t need to be dominated in order to clean up our garbage. And the state is often really bad at collecting garbage, so just teach people that.
Garbage collection is a non-issue over here, it just works. Couple of neighbouring municipalities own the company and it's run on an at-cost basis with decent wages. If, suddenly, an anarchist revolution were to happen I'm quite sure the general arrangement would carry over.
...and I took that as an example precisely because (over here) it just works, it's a baby you wouldn't want to throw out with the bathwater. I'm reasonably sure that wherever you're living, you can think of such an example.
Knowledge is power, thus with a knowledge gap we have a power gap. As a bootmaker's apprentice, my capacity to judge whether or not I'm getting taught proper technique is limited, I can alleviate that disparity by consulting more than one bootmaker, but ultimately that gap won't vanish until I, myself, have mastered the craft.
Authority is the socially-recognised power to dominate.
...unnatural authority. Natural authority aka the bootmaker's does not require social recognition. The bootmaker knows more than the apprentice no matter what society thinks, the imbalance is not socially caused.
If you don't want to call it authority, fine, but saying "as bad as Engels" is going too far IMO. While bootmaker's authority does not rely on (wider) social recognition it is still a thing that happens in a social relationship, and not in the relationship of a worker to their alarm clock or whatnot. Though arguably in the modern world that line is also blurring, see technological paternalism, OTOH it's just a reification of the relationship between the producer and consumer of a technology. It's an unavoidable (unless you're a primitivist) side-effect of increased division of labour in a technologically advancing society.
Heck I'm myself on the page of "the state is a people, a territory, and organisation", simply because the classical anarchist definition drifted miles and miles from the dictionary and the lived experience of people in liberal democracies, when you say "abolish the state" they hear "abolish garbage collection". We can re-do terminology once in a while, it's a good idea.
We actually did. Trouble being you need experts to feed and update the thing, which works when you're watching dams (that doesn't need to be updated) but fails in e.g. medicine. But during the brief time where those systems were up to date they did some astonishing stuff, they were plugged into the diagnosis loop and would suggest additional tests to doctors, countering organisational blindness. Law is an even more complex matter though because applying it requires an unbounded amount of real-world and not just expert knowledge, so forget it.
Teens have a perfectly functional frontal cortex thing is they are still figuring out when to actually use it. They can be perfectly adult one moment, or in a particular area, and completely stupid in the other. Visiting Auschwitz, one might presume, would be a situation where an Israeli teen isn't a rage of hormones. Be that when racing shopping carts.
Sense of right and wrong develops way earlier.