Hacker Newsnew | past | comments | ask | show | jobs | submit | zb3's commentslogin

Sports already exclude most people as they're not performant enough. So I don't see a problem with excluding biological males from female sports.

But, we should compare actual body parts that are relevant, for example I'm male but I'd not belong in male sports as my body is more feminine..

Still, it's not who you think you are that should decide, it's the body type so the competition can be more interesting as that is the point of sports anyway..


So will Apple users be able disable these ads in maps?

The nice thing about many of the native apps compared to their Google pendants is the absence of ads, with the glaring exception of the app store, which looks like a dumpster-fire. It is so disheartening to see the trend of shoving ads everywhere continue with Apple as well. I guess the profits are just too tempting to stick with idealistic UX decisions, if there was any of that left in the first place.

I would expect, much like the App Store, they will not. Their maps will give you directions to navigate the enshittification curve.

> Liquid Glass is Permanent

Until it isn't...


I think contextually here what is meant isn't that liquid glass will exist for the next 1000 years, but that they are not going to do a rollback to the previous UI.

> X11 was a security disaster.

This only matters if you compare properly sandboxed apps, otherwise an app that runs with your uid can still do harm and practically indirectly completely compromise the system..

Are most flatpaks _properly_ sandboxed? Of course not.


And X11 always had a mechanism for isolating clients as well, i.e. trusted and untrusted clients. Nobody used it because it was irrelevant before sandboxing.

> there is always, always more work yet to do

And they always, always forget that it's not about "work", it's about whether a particular person will be able to contribute work that someone is willing to pay for. It's definitely NOT true that there'll always be more paid work to do that can be done by a particular person.

But this is what you get when these authors are wondering if something is good for "the economy" instead of thinking about actual people.


Yeah, all these "work has always been fine!" writers forget that we've never invented cheap artificial people before.

Since after doing this Google knows the user knows what they're doing (and officially they say they don't want to get in the way), why does this only enable installing unverified apps (still unprivileged), why is the system still insanely locked down? I thought the 24-hour delay solved the "security" problem?

I didn't know a single company could just pay politicians state-by-state to pass a given law - in my country that would be a crime, but it seems in the US this is how the legislation process works :)

So TempleOS is still illegal?

And well, the law represents an intent.. if self-reporting won't work (obviously won't), then the scenario where PCs end up as locked down as smartphones is not far fetched.


Just as open source software represents the intent that all for-profit activities shall be illegal...


No no no, wasm has shitty speed if you want to emulate something (it doesn't even support JIT), the problem is in its architecture (tons of restrictions like no self modifying code, no jumps).. this can't be fixed, we need something real, something like WebKVM.


On the web you can dynamically create new Wasm modules and use JS APIs to load them, though there are ergonomic issues. There are per-module costs and systems like CheerpJ and CheerpX currently do batching of multiple functions into a module to mitigate the per-module costs.

I've created a proposal to add a fine-grained JIT interface: https://github.com/webassembly/jit-interface

It allows generating new code one function at a time and a robust way to control what the new code can access within the generating module.


Wow, thanks for this, this is exactly what v86 was missing! Runs faster than my demo: https://zb3.me/qemu-wasm-test/jspi-noffi/

Even though it has no JIT. Truly magic :)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: