Earlier quoted context omitted.
Yeah it has been for a while. The steam deck runs Linux out of the box. Valve and open source devs have put a lot of effort over the years on projects like Photon which is a translation layer for Windows games.
The question was "better on Linux on a Mac ", meaning specifically Asahi Linux. The correct answer is no, not yet anyway. Linux running on x86 with proton is still the bee's knees for most games though.
AAA Gaming on Asahi Linux
41–50 of 382 posts
Re: AAA Gaming on Asahi Linux
#42I noticed the URL was updated for this post. Previously it linked to asahilinux.org which showed an anti-HN manifesto from the HN referral. Curious as I haven’t seen this before. Seems it has been covered by previous commenters: https://news.ycombinator.com/item?id=36227103
Re: AAA Gaming on Asahi Linux
#43Earlier quoted context omitted.
Feels crazy this isn’t disabled by default
Referer does have legitimate uses. For example, back in the day people would use it to detect if someone embedded an image from their site on another site. SomethingAwful famously used to respond to any such requests with goatse, and forums I was on had very strict "don't link to SA images" rules as a result. I think that using referer to try to deliver manifestos to users of another site is kinda childish, but so it…
Re: AAA Gaming on Asahi Linux
#44I noticed the URL was updated for this post. Previously it linked to asahilinux.org which showed an anti-HN manifesto from the HN referral. Curious as I haven’t seen this before. Seems it has been covered by previous commenters: https://news.ycombinator.com/item?id=36227103
The manifesto is longer than the content...
Re: AAA Gaming on Asahi Linux
#45From a performance and technical perspective this is incredible. Well done! It will never happen, but my dream is for the Asahi devs, Valve, and Apple to all get together to build out a cross-platform Proton to emulate and play games built for Windows on both x86 and ARM hardware running Linux. A Steam Deck with the performance and power efficiency of an M-series ARM chip and the entire library of games that run on P…
https://www.pcworld.com/article/2465907/arm-version-of-steam...
Re: AAA Gaming on Asahi Linux
#46This is super cool. So, wait, does this mean that gaming is better on Linux, on a Mac?
For instance, Alyssa mentions in this post that most emulated games will need at least 16 Gigs of RAM at minimum.
In addition, native ARM games on MacOS don't have the additional overhead of emulating a different CPU architecture and Graphics API.
However, that doesn't take away from this emulated support being an amazing achievement.
Re: AAA Gaming on Asahi Linux
#47I noticed the URL was updated for this post. Previously it linked to asahilinux.org which showed an anti-HN manifesto from the HN referral. Curious as I haven’t seen this before. Seems it has been covered by previous commenters: https://news.ycombinator.com/item?id=36227103
Re: AAA Gaming on Asahi Linux
#48I noticed the URL was updated for this post. Previously it linked to asahilinux.org which showed an anti-HN manifesto from the HN referral. Curious as I haven’t seen this before. Seems it has been covered by previous commenters: https://news.ycombinator.com/item?id=36227103
It's almost as bad as jzw's website: https://cdn.jwz.org/images/2016/hn.png (nsfw)
Re: AAA Gaming on Asahi Linux
#49Earlier quoted context omitted.
Feels crazy this isn’t disabled by default
See[1] the Referrer-Policy header, , and . But generally, webmasters have found it useful to know who caused their server to fall over^W^W^W^W^W^W is linking to their pages. This was even used as a predecessor to pingbacks once upon a time, but turned out to be too spammable (yes, even more so than pingbacks). After the HN operators started adding rel=noreferrer to links to the Asahi Linux website, Marcan responded[2…
It isn't, at least not in the way you think.
Visited links have always looked different from unvisited ones, and the moment you could customize how links looked via CSS, browsers also had to implement styling for visited links specifically.
Modern browsers put a lot of care into making the changes to those styles observable to the user, but not to Javascript.
This is an extremely hard problem, and browsers have had a lot of security issues related to this behavior. Nowadays, you can only apply a very limited subset of CSS properties to those styles, to avoid side-channel timing attacks and such.
This means you can display a banner to anybody who has a certain URL in their browser history, but you can't observe whether that banner actually shows up with JS or transmit that information to your server.
Re: AAA Gaming on Asahi Linux
#50> Geometry shaders are an older, cruder method to generate geometry. Like tessellation, the M1 lacks geometry shader hardware so we emulate with compute.
Is this potentially a part of why Apple doesn't want to support Vulkan themselves? Because they don't want to implement common Vulkan features in hardware, which leads to less than ideal performance?
(I realize performance is still relatively fast in practice, which is awesome!)