Muehe

@Muehe@lemmy.ml

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Muehe,

What the fuck kind of argument is this? Courts aren’t supposed to play politics, they are supposed to enforce the law. And if you want to do that in a genocide case you have to prove intent. Gallant made several public statements that can interpreted in that way.

Muehe,

pet open source projects that no one else ever seems to contribute to, not […] software that holds up civilization

SamePicture.jpeg

Muehe,

Agreed. And the (probably unintended) irony is that the Berlin Wall was ostensibly built in order to keep the capitalists out. Be careful what you wish for, especially when it’s a wall. They work both ways.

Muehe,

Just highlighting the propaganda for those unfamiliar with it. Seemed à propos.

Muehe,

UN source: news.un.org/en/story/2024/03/1147931

The UN Security Council on Monday passed a resolution demanding an immediate ceasefire for the month of Ramadan, the immediate and unconditional release of hostages and “the urgent need to expand the flow” of aid into Gaza. There were 14 votes in favour with the United States abstaining.

Timeline of discussion in link.

Muehe,

If you rise anywhere above lever 5 or so, the difficulty ratchets up so much it makes the main quest nearly impossible to complete.

Didn’t Oblivion already have the difficulty slider? You could just adjust that, no?

I know level scaling is a big topic in the industry, but for me, the way it’s implemented nearly ruins what is otherwise a mostly great game.

Two of the first RPGs I played were Gothic and Gothic II which released approximately alongside Morrowind and Oblivion, and they just had no dynamic level scaling at all, so I don’t really see the appeal either. A tiny Mole Rat being roughly the same challenge as a big bad Orc just breaks immersion. If you were to meet the latter in early game it would just curb stomp you, which provided an immersive way of gating content and a real sense of achievement when you came back later with better armour and weapons to finally defeat the enemy who gave you so many problems earlier. Basically the same experience you had with Death Claws in Fallout New Vegas when compared to Fallout 3 - they aren’t just a set piece, they are a real challenge.

The games had their own problems, for example the fighting system sucked, and I’m told the English translation was so bad the games just flopped in the Anglosphere, putting them squarely in the Eurojank category of games. But creating a real sense of progression and an immersive world were certainly not amongst their weaknesses.

Muehe,

So WINE was just imagined into existence? Or maybe it was a wizard with a magic spell?

GP is simply wrong on this one. While it is an open source project with a lot of volunteer involvement, there are companies like CodeWeavers and Valve which directly or indirectly contribute to development. You can get support from CodeWeavers AFAIK, but that means paying them.

Why do people get so uppity when I simply ask questions? I never claimed that anyone owed me anything. I never asked for anything.

Well you did ask for something, which is replies to your questions. And your reaction to those replies, whether intended or not, comes off as “uppity” as well. Hence the downvotes and hostility (not to say that I support that from either side of the conversation).

I am unwilling to learn.

Then why are you wasting peoples time with asking questions?

I’ve wasted hundreds of hours trying to learn to use Linux for basic tasks after everyone assured me it was “so easy” and not gotten anywhere. I’m done trying to learn.

Running software on an OS it wasn’t made for is anything but a basic task. Try running various Linux software on Windows and you will see. If you want to run software made for Windows easily the way to do that is using the version of Windows it was created for.

What people mean by “basic tasks” is usually browsing and office, and there is Linux-native software for that.

Someone posted Zorin OS elsewhere, which appears to be exactly that.

Not really. It has deeper integration of Wine into the system by default, but it is still a Linux OS running a compatibility layer for Windows software. This will not save you if you are unwilling to learn, there will still be various problems. Some software will simply not work, or only partially work, or require additional configuration to work.

In summary, if your definition of “basic tasks” is running arbitrary Windows software then doing it on Windows is the way to go.

Muehe,

Resolutions made by the UN security council (which this would have been) can be enforced through the UN peacekeeping mission (aka the blue helmets) by stationing UN troops along the contact line to prevent hostilities from resuming. This has had mixed success in the past, there is actually a peacekeeping mission stationed right now on the Israel/Lebanon border which hasn’t prevented either side from shooting at each other after the October 7 attack.

Muehe,

And it’s made of soy and lentils, hence the name. At least it was in the novel the film was (loosely) based on.

Muehe,

IIRC there were two variants in the movie and the “green” variant based on humans was added as a new product because the production couldn’t keep up with population increase.

Muehe,

Myth #1: Israel is guilty of “genocide” in Gaza.

The term “genocide” has a clear meaning—it’s the destruction or attempted destruction of a whole people.

Yes , 95% of people starving in the world were in Gaza when Israel chose to withhold aid to them. That is the attempted destruction of a whole people

Not sure why you are debating semantics here, as that statement is just straight up wrong, which can be easily confirmed by taking a single look at article 2 of the Genocide Convention (emphasis mine):

In the present Convention, genocide means any of the following acts committed with intent to destroy, in whole or in part, a national, ethnical, racial or religious group, as such

Muehe,

Sir, this is a Wendy’s shitpost community.

Muehe,

“Inclusive models” would need to be larger.

[citation needed]

To my understanding the problem is that the models reproduce biases in the training material, not model size. Alignment is currently a manual process after the initial unsupervised learning phase, often done by click-workers (Reinforcement Learning from Human Feedback, RLHF), and aimed at coaxing the model towards more “politically correct” outputs; But ultimately at that time the damage is already done since the bias is encoded in the model weights and will resurface in the outputs just randomly or if you “jailbreak” enough.

In the context of the OP, if your training material has a high volume of sexualised depictions of Asian women the model will reproduce that in its outputs. Which is also the argument the article makes. So what you need for more inclusive models is essentially a de-biased training set designed with that specific purpose in mind.

I’m glad to be corrected here, especially if you have any sources to look at.

Muehe,

First, there is no thing as a “de-biased” training set, only sets with whatever target series of biases you define for them to reflect.

Yes, I obviously meant “de-biased” by definition of whoever makes the set. Didn’t think it worth mentioning, as it seems self evident. But again, in concrete terms regarding the OP this just means not having your dataset skewed towards sexualised depictions of certain groups.

  1. either you replace data until your desired objective, which will reduce the model’s quality for any of the alternatives

[…]
For reference, LoRAs are a sledgehammer approach to apply the first way.

The paper introducing LoRA seems to disagree (emphasis mine):

We propose Low-Rank Adaptation, or LoRA, which freezes the pre-trained model weights and injects trainable rank decomposition matrices into each layer of the Transformer architecture, greatly reducing the number of trainable parameters for downstream tasks.

There is no data replaced, the model is not changed at all. In fact if I’m not misunderstanding it adds an additional neural network on top of the pre-trained one, i.e. it’s adding data instead of replacing any. Fighting bias with bias if you will.

And I think this is relevant to a discussion of all models, as reproduction of training set biases is something common to all neural networks.

Muehe,

Yeah but that’s my point, right?

That

  1. you do not “replace data until your desired objective”.
  2. the original model stays intact (the W in the picture you embedded).

Meaning that when you change or remove the LoRA (A and B), the same types of biases will just resurface from the original model (W). Hence “less biased” W being the preferable solution, where possible.

Don’t get me wrong, LoRAs seem quite interesting, they just don’t seem like a good general approach to fighting model bias.

Muehe,

a neural network with a series of layers (W in this case would be a single layer)

I understood this differently. W is a whole model, not a single layer of a model. W is a layer of the Transformer architecture, not of a model. So it is a single feed forward or attention model, which is a layer in the Transformer. As the paper says, a LoRA:

injects trainable rank decomposition matrices into each layer of the Transformer architecture

It basically learns shifting the output of each Transformer layer. But the original Transformer stays intact, which is the whole point, as it lets you quickly train a LoRA when you need this extra bias, and you can switch to another for a different task easily, without re-training your Transformer. So if the source of the bias you want to get rid off is already in these original models in the Transformer, you are just fighting fire with fire.

Which is a good approach for specific situations, but not for general ones. In the context of OP you would need one LoRA for fighting it sexualising Asian women, then you would need another one for the next bias you find, and before you know it you have hundreds and your output quality has degraded irrecoverably.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • fightinggames
  • All magazines