"multiple compilers for a single language is bad because they aren't fully compatible" yea and making the code works on multiple of them, the ones that might be used, is your job as a developer
-
-
anyone scream at web devs if they go "sorry we don't care about firefox, only chromium, they don't have perfect compatibility" but when it comes to literally any other codebase suddenly it's not expected anymore
like, webdevs write some utterly fucked up architecture, sure, and i'm not defending them for everything, but double standard much ?
@SRAZKVT "But you see there is this really fancy CSS thing they added that only works on chrome now and Firefox won't add it until they make a version that actually follows the specification unlike chromium. Sure we used to make websites compatible with IE6 , Chrome, Firefox, Safari and even old Opera but now we have gotten used to how comfy new coding features are that we are never going back to thinking in more than 1 browser, also we only support versions of that browser that are less than 1 year old because if you haven't updated you are just a security issue and thats the perfect excuse because we can make it look like we care about security and that's why we only allow access if you use the latest version of the browser. Isn't that neat?.
Here have a website full of brand new webgpu wasm code that definitely will not cause any security issues in the near future. Dont try to run it on Firefox because it doesn't support --pseudo-webkit content: content-fit( --deluxe ? auto : full-auto);" -
@SRAZKVT "But you see there is this really fancy CSS thing they added that only works on chrome now and Firefox won't add it until they make a version that actually follows the specification unlike chromium. Sure we used to make websites compatible with IE6 , Chrome, Firefox, Safari and even old Opera but now we have gotten used to how comfy new coding features are that we are never going back to thinking in more than 1 browser, also we only support versions of that browser that are less than 1 year old because if you haven't updated you are just a security issue and thats the perfect excuse because we can make it look like we care about security and that's why we only allow access if you use the latest version of the browser. Isn't that neat?.
Here have a website full of brand new webgpu wasm code that definitely will not cause any security issues in the near future. Dont try to run it on Firefox because it doesn't support --pseudo-webkit content: content-fit( --deluxe ? auto : full-auto);"@meluzzy yeah, webdevs writing non compatible websites that won't run anywhere other than chromium are shitty and not doing their job properly
but they are being told to fix it by people who wouldn't have done it either, just because they're in another branch, and that isn't fair, they should hold themselves to the same expectations as they have for others
-
@meluzzy yeah, webdevs writing non compatible websites that won't run anywhere other than chromium are shitty and not doing their job properly
but they are being told to fix it by people who wouldn't have done it either, just because they're in another branch, and that isn't fair, they should hold themselves to the same expectations as they have for others
@SRAZKVT Webdevs making the most convoluted frameworks possible that end up being used to make websites that work just like scrolling down a PDF with fancy animations inside.
If reinventing the wheel was a competition they would have won every single year. Not even Rust devs can compete against that.And the whole "oh well my code doesn't work because you changed something so now you should fix it. However if it was me I would just ask you to fix it yourself instead because colaborating to achieve a compatible system is not a real thing in webdev"
-
-
@kirtai @SRAZKVT @hypha uh, no it won't? -ffast-math is never enabled unless explicitly, since it's not ieee754 compliant
under clang -O3 is identical to -O2 plus some optimizations with high compile time costs and low runtime benefits, under gcc -O3 is closer to clang -O2 but definitely no ffast-math either -
@kirtai @SRAZKVT @hypha uh, no it won't? -ffast-math is never enabled unless explicitly, since it's not ieee754 compliant
under clang -O3 is identical to -O2 plus some optimizations with high compile time costs and low runtime benefits, under gcc -O3 is closer to clang -O2 but definitely no ffast-math either -
-
-
-
-
R relay@relay.infosec.exchange shared this topic

