• 0 Posts
  • 168 Comments
Joined 2 years ago
cake
Cake day: February 6th, 2025

help-circle

  • The vast majority of these 3d printed guns use the fact that the registered “gun” is only a small part of the actual whole gun. You can buy barrels, magazines, slides, firing pins, etc, all mail order without any fuss — it’s the part with the serial number that is actually the firearm and restricted. So if you print that part (which is often basically just a shell to hold the metal components in place) you have an unserialized gun that’s basically just as good as one from a gun store.






  • Where’s the pressure? Who’s making these files and trying to use them?

    The standards bodies and the companies that pay their bills. That’s Netflix, Google, et al. All have a vested interest in good multimedia support in browsers. It’s why browsers have shockingly good support actually, most of the problems are downstream on clients and implementations that don’t know or care to enable these newer formats.


  • What am I supposed to do?

    You decide what to target, and work with what you have. That’s how it’s always been with web technology.

    If you need to support the barest minimal possible clients then you might not even have HTML5. Otherwise, if you have HTML5 you can use the source tag to provide clients with a choice of formats/encodings and they can pick the one they support. If the clients can’t even mange that, well, things on the internet have always been broken anyway.

    And somebody’s gotta start somewhere, WebP was shoved down everyones’ throats and now it’s supported very broadly, as AVIF pick up users software devs will take notice and start supporting it.



  • I think that’s a reasonable way to look at it.

    It’s not the route I’d take, after all, the video tag in html supports specifying multiple sources (including different formats/encodings), and with full control of the stack (they vend Safari) you could have logic on devices without AV1 hardware that prefers the AVC/HEVC/VP9 sources instead — then fallback to AV1 SW if it’s the only option. That seems a better user experience than just failing to display content.