Partisanship is a cancer. Inaction is a choice.

Singular they. Or whatever you like, I won’t take offence.
Proud member of the Banned By Tesseract Club.

  • 1 Post
  • 6 Comments
Joined 3 years ago
cake
Cake day: June 24th, 2023

help-circle
  • rtxn@lemmy.worldtoScience Memes@mander.xyzLove Wins
    link
    fedilink
    English
    arrow-up
    10
    ·
    8 hours ago

    I’ll never understand why the US refuses to modernize the horrid NEMA 5 connectors. A recessed receptacle, insulators around the base of the live and neutral blades, spring-loaded detention mechanism to keep the connector from slipping out… in its current state, it’s only two steps removed from sticking the bare wires into the socket.


  • rtxn@lemmy.worldtoScience Memes@mander.xyzLove Wins
    link
    fedilink
    English
    arrow-up
    23
    ·
    8 hours ago

    When USB-C-compliant devices are connected, they have to negotiate which side is upstream and which is downstream. So yes, they’re hermaphroditic, just like snails.

    In contrast, the non-compliant USB A-to-A cable that Ugreen uses with its own devices is closer to hyenas. If you know, you know… and don’t you wish you didn’t.



  • rtxn@lemmy.worldMtolinuxmemes@lemmy.worldscripts?
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    16 hours ago

    Do you want regulatory overreach? Imagine forcing every small project or self-hoster to adhere to the rules set by the equivalent of the HDMI Forum, but controlled by the likes of Microsoft and Facebook.

    To redirect your other question: you should ask the web developers. If they’re honest, you’ll get a dozen legitimate answers that can’t be solved without locally running code. A chat web app, for example, needs to either poll the server at a given rate, or use a WebSocket to fetch incoming messages, both of which require Javascript. Then it needs to modify the DOM to display the new messages, which again requires Javascript. If it needs access to the microphone or webcam, it has to use some kind of local interface. I could go on. The point is, a lot of this arbitrary local code exists because there’s no other way to implement many features without it. Imagine having to reload an instant messaging app if you want to see if you’ve received anything. It would be like writing a GUI application using Qt or GTK, but without using any events.


  • rtxn@lemmy.worldMtolinuxmemes@lemmy.worldscripts?
    link
    fedilink
    arrow-up
    17
    arrow-down
    1
    ·
    19 hours ago

    Most websites would break, or not even display, without javascript. Sure, it’s bonkers for you, but an alternative browser that can’t immediately show a website that works perfectly well in Chrome wouldn’t get much of a user base.