There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

lemmy.ml

QuazarOmega , to programmerhumor in The joys of webdev

(The knife is Shift + F5)

Albbi ,

Ah whoops. No wonder my Ctrl + F5 never seemed to do anything.

funkless_eck ,

that’s why I ctrl+shift+f5 for the extra powerful refresh

redcalcium , to programmerhumor in The joys of webdev

It’s either the cache or the dns.

uis ,

It’s dns cache

cosmicrookie , to linux_gaming in SMITE 2 added Proton in system requirements for Linux
@cosmicrookie@lemmy.world avatar

Newbie here: is proton a bad thing?

Guenther_Amanita ,

Proton is just the compatibility layer, which allows you to play Windows games on Linux.

It’s one of the main reasons so many people switched to Linux in the last months and years, since Proton gets even better from week to week. Something, games designed for Windows run even better on Linux (Proton) than on Windows!

From what I’ve heard, requiring Proton isn’t that bad, especially for the devs. Often, games engineered for Windows run better on Linux than the same ones for Linux.

cosmicrookie ,
@cosmicrookie@lemmy.world avatar

Yeah i use it for ESO and it works well for me. I am just wandering why this is posted here

mr_MADAFAKA OP ,
@mr_MADAFAKA@lemmy.ml avatar

I thought it was interesting that in system requirements says Proton for Non Native game

PoorPocketsMcNewHold ,

It is. If well maintained, upstream/identical in features compared to the Windows one, and have some same degrees of support possible with it; I think it’s better than running it via Proton. But both is good, was still worth showcasing that find.

blueday ,

Did it go from Linux native to Proton only? Only reason I would think assuming headline is accurate.

soulsource ,
@soulsource@discuss.tchncs.de avatar

Yes and No.

In the short term the answer is a clear “yes”, as it allows players to play nearly all Windows games on Linux without modifications, and game developers to ship their games on Linux without any extra costs.

In the long term it might have a bad effect on the market, as it further helps to cement Microsoft’s control over multimedia APIs, since game developers now have little incentive now to target anything other than DirectX…

In this case it’s a bit weird though, as the game lists Linux as supported platform, but obviously just ships the Windows build with Proton instead of having a native Linux build that uses open cross-platform APIs.

Chewy7324 ,

In this case it’s a bit weird though, as the game lists Linux as supported platform, but obviously just ships the Windows build with Proton instead of having a native Linux build that uses open cross-platform APIs.

It being under supported platforms might mean that the developer officially supports proton and thus Linux. Hopefully they’d provide fixes if they somehow break the game on proton (e.g. they won’t add an unnecessary launcher which breaks the game).

themoonisacheese ,
@themoonisacheese@sh.itjust.works avatar

This is especially important for smite, because smite 1 is still incompatible on Linux due to them not enabling EAC

cosmicrookie ,
@cosmicrookie@lemmy.world avatar

Very interesting thank you!

520 ,

In the long term it might have a bad effect on the market, as it further helps to cement Microsoft’s control over multimedia APIs, since game developers now have little incentive now to target anything other than DirectX…

However, there are others that would argue that Microsoft's control over multimedia APIs was fully cemented since decades ago, and developers have never had much incentive to target anything other than DX since then.

Back in 2014, Valve tried to bring Linux gaming to the spotlight by offering solid and targetable APIs for developers to port their games. This approach failed hard, and most games had serious deficiencies because most publishers would rather stick a half-assed DX wrapper (like DXVK only infinitely worse) than actually do the work for a proper port.

So, with only a handful of games and what did appear was usually worse than on Windows, releases stopped coming after a year or so.

This is why we have DXVK and Proton today.

atzanteol ,

In the long term it might have a bad effect on the market, as it further helps to cement Microsoft’s control over multimedia APIs, since game developers now have little incentive now to target anything other than DirectX…

You’re not wrong, but people have been saying this for >20 years. We’re living in that future.

s12 ,

In the short term the answer is a clear “yes”, as it allows players to play nearly all Windows games on Linux without modifications, and game developers to ship their games on Linux without any extra costs.

How does that make Proton bad?

Mesophar ,

It’s the dual-edged sword of making it more accessible now with a workaround, which disincentives developers from building with actual support in mind.

So Proton is allowing more people to switch to Linux for gaming, which is good! However, instead of putting pressure on developers to make Linux versions of games and software they can just use Proton, so they will continue making only Windows versions, which is bad.

Murdoc ,

Wow, now you’ve got me imagining this weird future where everyone has switched to Linux for desktop use because of how bad windows has become, but developers still make games only for windows because of Proton. 😵‍💫

Bene7rddso ,

When Linux has comparable market share we will have some Linux-only games and Windows runs them in WSL

s12 ,

I was focusing on that paragraph specifically. It’s written like accessibility is a clear bad thing. I was wondering if it was a typo.

soulsource ,
@soulsource@discuss.tchncs.de avatar

Sorry, I was a bit confuse. I meant, in the short term Proton is definitely a good thing.

QuazarOmega , to programmerhumor in Eclipse

Programmers when they’re outside the scope of the eclipse: uncanny pic

Programmers when they’re inside the scope of the eclipse: uncanny pic

xor ,

The test team, standing half inside and half outside the eclipse: uncannyuncanny picpic

BaalInvoker , to linux in [x-post @[email protected]] Do you run anything on a RISC-V processor?

I want to, but I don’t have any :(

Grangle1 , to linux_gaming in SMITE 2 added Proton in system requirements for Linux

I’ve seen numerous games in my library that were formerly native switch over to supporting Proton and abandoning the native port. I get that it cuts down on needed time and effort to maintain and we can still play on Proton, but I would really prefer native if there is the opportunity.

diwen ,
@diwen@techhub.social avatar

@Grangle1 @mr_MADAFAKA The way things are going, one could make the argument that Proton is sort of native if you squint hard enough.

KindaABigDyl ,
@KindaABigDyl@programming.dev avatar

The way I like to think about it is that Proton essentially provides a standard, stable API across both Windows and Linux for gaming (Win32). We typically talk about it as a translation layer, and it is, but also to some degree it’s also “here’s an implementation of Win32 for Linux.”

If game devs can, say, buy a steam deck and know their game works on it, that means it’s gonna work on other steam decks and probably most Linux machines. It’s making it easy for devs to test and develop for Linux, even if it’s not really “on Linux.” Copy the Windows files to the steam deck, run your release checklist, and you’re good to go.

KindaABigDyl ,
@KindaABigDyl@programming.dev avatar

I would really prefer native if there is the opportunity

I prefer native apps too, but I’ll still use websites and some electron apps, and I’ll still use applications built in C#, Java, Python, etc. None of those are really native either. Proton is analogous to a virtual environment for running an interpreter. Potentially, it’s slower and has issues a la Python, but if the program can work, then I don’t care about the theoretical problems; it works despite them. So I think it’s fine.

If it means more games for Linux and a standard that developers can target, encouraging them to “support Linux,” then that’s a win I think. Like I said in another comment, a studio can buy a steam deck, throw the same Windows export on it, and then have someone run through the same set of tests they’d normally go through. If it works there, it’ll work on most Linux machines. Having a standard API is not a bad thing imo

null ,

Potentially, it’s slower

Apparently there are a number of instances where it outperforms the native Windows version.

I’m inclined to agree – it seems Proton has reached the point where your Windows game will now play essentially the same on Linux as it does on Windows, with a few edge-cases. Why make extra work to maintain a native Linux version?

miss_brainfarts ,

Some crappy DX9 titles run better with DXVK across the board, Windows included. It never occured to me that you can use DXVK on Windows too, but games like GTA 4 run so much better with it.

JustEnoughDucks ,
@JustEnoughDucks@feddit.nl avatar

That has absolutely 0 relevance to this post lol. Smite has literally always been Windows only.

Smite devs are very mediocre bordering on inept. It took themike a year and a half of multiple attempts to get EAC working for Linux. Crashing is prevalent on both windows and proton in smite 1.

If smite devs took on a native Linux port, it would be an absolute garbage dumpster fire filled with never fixed bugs, incompatibility, probably an unusable amount of crashes. I’d rather play decently through proton than experience that BS.

Sentau ,

but I would really prefer native if there is the opportunity.

This only makes sense if the native port is better. In the witcher 2, I get better graphics and performance when playing through proton instead of using native. And there are certain games with ‘native’ ports which don’t even run and just crash.

NOOBMASTER ,

Sad, but true.

flashgnash ,

Most of the time if I see a game has a native port I force it to use the windows version under proton anyway

I’ve found proton generally works a lot better than the half-assed native port most companies put out

Thordros , to programmerhumor in The joys of webdev
@Thordros@hexbear.net avatar

You can tell a real programmer made this because it’s unreadable.

dumpster_dove , to programmerhumor in The joys of webdev
@dumpster_dove@hexbear.net avatar

I feel like I’ve seen that cat somewhere before…

_dev_null , to asklemmy in What is the largest amount of partners you saw in a cookies consent question ?
@_dev_null@lemmy.zxcvn.xyz avatar

ITT I wish those that can recall would name and shame.

Tempo , to linux in [x-post @[email protected]] Do you run anything on a RISC-V processor?
@Tempo@lemmy.ml avatar

I have a Milk-V Mars but it really isn’t performant enough for any task I have for an SBC. Distro support seems to be a pain too, as the provided Debian image isn’t meant to run on repos aside from a Debian snapshot from 2022.

I really do hope things improve. I’m planning on moving over to an RK3588 ARM board for desktop daily drivering but one day I’m hoping a decently affordable RISC V alternative will turn up.

CommunityLinkFixer Bot , to linux in [x-post @[email protected]] Do you run anything on a RISC-V processor?

Hi there! Looks like you linked to a Lemmy community using a URL instead of its name, which doesn’t work well for people on different instances. Try fixing it like this: !selfhost

tanja , to linux_gaming in SMITE 2 added Proton in system requirements for Linux

Was it native before?

Or Windows-only?

DragonOracleIX ,

Windows only. It currently has a silver rating on protondb.

JustEnoughDucks ,
@JustEnoughDucks@feddit.nl avatar

Played it a shit ton. It was always window-only.

It was plagued with EAC issues for years because the devs just couldn’t figure out at all how to enable EAC properly.

Other than that it runs fine and that issue has been fixed for a year or so.

li10 , to steam in Gabe looking good

Gotta be Ozempic.

Too many famous people who’ve been overweight for decades suddenly losing weight in the last couple of years.

Nothing wrong with it though, hopefully it will start helping regular people lose weight as well.

oce ,
@oce@jlai.lu avatar

Or he was eating to compensate his frustration to promote software for Windows and since they made Proton, he is happy again.

helenslunch ,
@helenslunch@feddit.nl avatar

I choose this explanation

SuiXi3D ,
@SuiXi3D@fedia.io avatar

I just wish I could afford it, but my insurance won’t cover it.

JJROKCZ ,

He lives in NZ and therefore isn’t eating American poison that is sold as food

altima_neo ,
@altima_neo@lemmy.zip avatar

He isn’t in Seattle anymore?

PaupersSerenade ,
@PaupersSerenade@sh.itjust.works avatar

Hasn’t been for a while. He was in NZ when the pandemic hit and has since made it his primary residence.

JJROKCZ ,

Went to NZ right before/as pandemic really hit and decided to stay

NoneYa ,

Nothing wrong with it though

Hopefully. But it feels like we do this very often. We get a drug or something else that does this or that and is touted as being the best at this and then a few years later we announce that it was a horrible decision and has harsh consequences. Cigarettes, plastic, trans fats, so many dietary trends…

I’d love to try it but I’m skeptical just for this reason. Hoping not to hear in a decade that all these people developed the same type of cancer or some other horrible ailment.

SeabassDan ,

Man, remember Fen-Phen?

Tyfud , (edited )

I 'm with you, truely.

But what you’re describing is just how science works in a world where we’re trying to make discoveries quickly due to our lifespans only being around 75 years compared to the billions or millions or thousands of years for everything else existing.

As long as we continue making discoveries along the way, this is progress. It sucks that we keep getting things partially wrong sometimes, like with asbestos, but we’ll eventually get it right as long as we keep following the process.

blind3rdeye ,

The examples given are not problems with science and time-scales. They are examples of the corrupting influence of money. Companies push their product as being fantastic, and deliberately cripple any science that would challenge their profits. Cigarettes are probably the most famous example of this.

Tyfud ,

That is a fair point for sure. No disagreement from me.

helenslunch ,
@helenslunch@feddit.nl avatar

Maybe it’s Maybelline

Conyak ,

People like Gabe are exactly the type that semaglutides were made for. Good for him either way.

LazaroFilm , to steam in Gabe looking good
@LazaroFilm@lemmy.world avatar

He lost some weight. He looks good.

electricprism ,

When he was living in New Zealand a few years ago it was first noticeable. Good for him. In Gaben we trust.

DragonTypeWyvern ,

More like in Ozempic we trust

nxdefiant ,

Good for Ozempic for making something that works and (hopefully) doesn’t cook you alive like those meth diet pills used to in the 80’s.

DragonTypeWyvern ,

Guess you haven’t been paying attention to what they’re charging and how much it costs to make the miracle drug that could solve the obesity crisis.

nieceandtows ,

Wasn’t there news that there’s a new drug like ozempic that doesn’t 90% of the job at a vastly cheaper price?

DragonTypeWyvern ,

Yeah, meth

normacenva , to steam in Gabe looking good

They’ll never make it to Phase 3 trials

Mubelotix ,
@Mubelotix@jlai.lu avatar

1, 2… and 4!

lud ,

1, 2, 2 episode 1, 2 episode 2, and Alyx!

asexualchangeling ,

Linking this here becouse it’s stuck in my head now m.youtube.com/watch?v=jpw2ebhTSKs

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines