Spyke

Replies

Comment on

That lawsuit against Steam’s 30% cut of game sales is now a class action, meaning many other developers could benefit

30% is the industry standard across the board, with the exception of Epic which takes 12%. However, Epic has already shown that it's ready to dump loads of money into store exclusivity deals and tons of free games, so I will argue it's for the sake of growing the number of users and developers using their platform.

But do they, or any other competitor or similar store, offer the same functionality as Steam? rtxn already mentioned some. And there's more. And then there's the fact that Valve is using all that money not only to stuff the pockets of alread rich people (not that Gabe isn't a multi-millionaire if not billionaire, idk), but actually puts it back into the industry: Their own store, Linux/Proton (you may not care, but Microsoft becoming a monopoly in PC gaming is no good), and hardware (with their Steam Deck handheld, and VR stuffs).

Steam might be the biggest player when it comes to storefronts, but it's because they've actually earned it. And they're not actively preventing other competitors from entering the scene (other than existing). In fact, they keep trying, and keep failing, and then going back to Steam.

I'm not opposed to more money going to developers, but let's not single out Steam, who (perhaps besides GOG? I am not familiar enough with it) is doing the most for users and develpers.

Comment on

Selfhost your own gitea instance - selfhosted, lightweight github alternative

There's been a hostile takeover at Gitea and it's now run / owned by a for-profit company. The developers forked the project under the name Forgejo and are continuing the work under a non-profit. See also: Their introduction post and a page comparing the two projects. Feel free to look up more, since I haven't familiarized myself with the incident all that much myself. Either way though, maybe consider using Forgejo instead of Gitea.

linux

Comment on

[PSA] Malware distributed on the AUR

Reply in thread

most of the the Arch cult forget to mention that

The "Arch cult's" holy book, the ArchWiki, states the following pretty clearly:

Warning: AUR packages are user-produced content. These PKGBUILDs are completely unofficial and have not been thoroughly vetted. Any use of the provided files is at your own risk.

Mention of one's use of the AUR for their needs doesn't need to come with a disclaimer.
People who don't read or don't use their brain are going to keep not doing so, regardless.

main

Comment on

lemmynsfw.com has been defederated

I think both instance admins have a valid stance on the matter. lemmynsfw appears to take reports very seriously and if necessary does age verification of questionable posts, something that likely takes a lot of time and effort. Blahaj Lemmy doesn't like the idea of a community that's dedicated to "adults that look or dress child-like". While I understand the immediate (and perhaps somewhat reactionary) concern that might raise, is this concern based in fact, or in emotion?

Personally I'm in the camp of "let consenting adults do adult things", whether that involves fetishes that are typically thought of as gross, dressing up in clothes or doing activities typically associated with younger ages, or simply having a body that appears underage to the average viewer. As the lemmynsfw admin mentioned, such persons have the right to lust and be lusted after, too. That's why, as a society, we decided to draw the line at 18 years old, right?

I believe the concern is not that such content is not supposed to exist or be shared, but rather that it's collected within a community. And I think the assumption here is that it makes it easy for "certain people" to find this content. But if it is in fact legal, and well moderated, then is there a problem? I don't believe there is evidence that seeing such content could change your sexual preferences. On the other hand, saying such communities should not exist could send the wrong message, along the lines of "this is weird and should not exist", which might be what was meant with "body shaming".

I'm trying to make sense of the situation here and possibly try to deescalate things, as I do believe lemmynsfw approach to moderation otherwise appears to be very much compatible with Blahaj Lemmy. Is there a potential future where this decision is reconsidered? Would there be some sort of middle-ground that admins from both instances could meet and come to an understanding?

Comment on

lemmy.blahaj.zone admins sitebanning users for stating a fictional animal is fictional in order to accommodate for a troll account

Blåhaj Lemmy and its communities have certain rules regarding respecting of one's identity and their chosen pronouns. This extends to identities and pronouns you might not agree with. Those are the rules of that space. You broke the rules. The consequences followed. This is just basic stuff.

On the other hand, if you believe certain people to be trolling with their neopronouns, then engaging with the matter in any way, is kind of "falling" for it. So, just ... don't engage? This is the internet. People get to be (more or less seriously) humanoid animals, fantasy creatures and races, and if you can't get along with that, you can expect to get thrown out of a space that explicitly welcome anyone regardless of their identity or pronouns.

Comment on

That lawsuit against Steam’s 30% cut of game sales is now a class action, meaning many other developers could benefit

Reply in thread

That requirement only exists when you also offer a Steam key for the game that's being sold. So Valve is actually the good guy here: You can sell on another store, where Steam doesn't get any money, and give the user a Steam key, provided by Steam for free, and the only thing they ask is to match the price on Steam.

Don't offer a Steam key, and you can pick any price.

That is my understanding of the issue.

There is a claim by some developers that Valve was pressuring them behind the scenes ("don't offer your game for cheaper elsewhere or else we'll take it down from our store") a while ago, but I've never seen appropriate proof of it, and that was part of (an earlier?) lawsuit.

Comment on

*Permanently Deleted*

Tangentially related: Oh boi I just love AI bros coming out of nowhere defending GenAI when nobody asked for their opinion. Wish more communities / instances would take a hard anti-AI stance and just get rid of them. It's not like anyone will make them see where they're wrong.

gamedev

Comment on

Developer makes the same game twice in Unity and Godot after struggling to choose an engine, delivering detailed comparison of the pros and cons

In Grové’s tests, Unity took 15.4 seconds to compile scripts, while Godot Engine took just 0.31 seconds, which is a significant gap. This is likely due to Unity’s standard use of the compiled language C#, whereas Godot uses its interpreted in-house language GDScript, allowing for much faster iteration times.

Both C# and GDScript are (typically) compiled to bytecode, so they are probably more similar than they are different when it comes to the compilation step. (C# does get compiled to native machine code by the .NET runtime, the GDScript bytecode is likely still running in an optimized interpreter.) There is no excuse why Unity should be taking that long to compile its scripts. Certainly that's not a failure of the language used.

egg_irl

Comment on

Egg_irl

This thinking is hateful and dangerous.

Are there trans women who have previously experimented with being a femboy? Definitely.
Are there femboys that for one reason or another are actually trans but in denial? I'm sure they exist.

Is every femboy an egg? Hell no. There's plenty that are happy with their gender identity. In fact, thanks to them being able to be in touch with their feminine side, they probably know pretty well if they feel like a man or a woman. Don't push femboys to transition, but be supportive if they want to explore the possibility.

linux

Comment on

Linus Torvalds is OK with vibe coding as long as it's not used for anything that matters

I can understand that way of thinking, but

  • you're at risk of becoming dependent, and not building the understanding you'll need to make something that matters
  • many things start out as hobby projects that end up mattering after all

Computers have become more complicated than when he learned to code and was "typing in programs from computer magazines." Vibe coding, he said, is a great way for people to "get computers to do something that maybe they couldn't do otherwise."

But the equivalent would be to take tutorials, examples and small open source projects and tinkering with them, rather than asking a machine to do it for you, no? I guess we'll have to see how this affects young / beginner programmers going forward. I'd rather be careful than just hoping it all works out fine.

firefox

Comment on

Why does Firefox have unblockable ads on the NTP?

That probably counts as a privileged page, as in something uBlock Origin can't access or modify.

Mozilla has probably been running another "experiment", meaning not every user is affected. In the past they claimed it's not advertisements because they are "continually looking for more ways to say thanks for using Firefox". (Bullshit.) If you go to Settings > Home, you disable anything you don't want to see, or just set your home page to a blank page, period.

Comment on

That lawsuit against Steam’s 30% cut of game sales is now a class action, meaning many other developers could benefit

Reply in thread

Because that's not beneficial for companies. They want to make (more) money.

The only option most developers and publishers would have is to move to another store, where the cut is usually the same, with the exception of Epic Games Store. And as pointed out elsewhere, setting up and managing your own store ends up being more expensive than a 30% cut. And then you still don't have the same features as Steam.

adhd

Comment on

If only people knew

Reply in thread

Yes.

Find a fitting meme template or create a new one. You don't need amazing photoshop skills. Or share your idea and let someone else do it.

Don't waste electricity and water, or legitimize generative AI to get your point across.

AI is distasteful to artists, disrespectful to our environment, and dangerous for the creativity of future generations.

ghazi

Comment on

On Elon's whim, X now treats 'cisgender' as a slur

Reply in thread

I have a feeling that the people that think "cis" is a slur just don't understand what it means, or are outright transphobic.

I recently had a guy admit he might be transphobic because he "prefers actual women", and later uttered the sentence "maybe women don't like to be called 'cis women'?" and like, dude, it's just an adjective that means the opposite of trans. But how dare we imply that trans women are women?!

In the end, treating cis / cisgender as a slur is yet another way to attack trans people.

main

Comment on

Will Blahaj Lemmy be blocking the Threads instance once it starts federating?

Reply in thread

Looks like they'll be harvesting your data if you follow anyone from Threads, maybe even injecting ads. Unsure what happens to the data of people that get followed by a Threads user. A large part of the fediverse is here precisely because they want to escape corporate meddling, data-hoarding, advertising and other anti-user malpractices. There's a number of people talking about this, here's a recent post that highlights some of the things from their TOS.