They’re revisions to the USB standard. USB stands for “Universal Serial Bus.” In the before times there used to be different connectors and formats for sending data over wires for a lot of things. Eventually USB came along and solved a lot of problems all at once: https://simple.wikipedia.org/wiki/USB
- 0 Posts
- 16 Comments
historicaldocuments@lemmy.worldto
Canada@lemmy.ca•Justin Ling: I’ve studied the ‘incel’ culture that fuelled the Montreal shooting and solutions are hard to find
1·1 day agoThis thread played out like one of those meetings about women’s issues where they only have male speakers.
I’ll try to add a little to the conversation, though. The article talks about how the online spaces were all deep dark corners of the internet. At least part of that is because places like reddit got rid of those subreddits.
RHEL9 and forward require v3, and the numpy in pip as of a few versions back uses either v2 or v3 instructions, so v1 is silently broke for certain workloads. FreeBSD works on it just fine as do Debian based distributions as long as you don’t need recent versions of numpy, but there’s no telling what else out there just tries to run and fails with an illegal instruction.
historicaldocuments@lemmy.worldto
Funny: Home of the Haha@lemmy.world•This thing is broken
7·7 days ago“Someone decided our current authentication wasn’t trusted enough so we’re adding 2FA to this system. We now need to you give us information we didn’t already have over this untrusted mechanism, which we will then trust because it’s convenient for us.”
historicaldocuments@lemmy.worldto
Not The Onion@lemmy.world•Safe firearm storage may reduce blood lead levels in childrenEnglish
3·9 days agoMost traditional hollowpoints aren’t designed to break apart into shrapnel. They’re designed to expand in a controlled manner. The FBI protocol is that it should expand after passing through four layers of cloth (denim, fleece, cotton, and something else), then penetrate between 12 and 18 inches through standardized ballistics gel.
A non expanding bullet might get double that much penetration if it doesn’t start tumbling. Projectiles designed for large, dangerous game are designed for no expansion and maximum penetration. It all depends on what the goal is.
There’s a lot of youtube where people have put that kind of stuff to the test if you want to dig. There are a few results out there that are non-intuitive. For example, a regular 38 special hollow point out of a modern revolver often doesn’t get enough velocity to expand, so the cavity will fill up with cloth and over penetrate the gel even though it’s substantially less powerful than a 9mm.
historicaldocuments@lemmy.worldto
Technology@lemmy.world•A Rivian Fender Bender Cost $42,000. Its CEO Says That Should Never HappenEnglish
1·9 days agoLots of rose colored glasses being worn here.
I will take modern rust prevention tech every day all day. The control modules and circuit boards are a hole in repairablity, and there’ll be a wall where nobody makes them anymore and the specs are not published (considered proprietary/trade secret/whatever), and that whole vehicle will just have to be scrapped. The world won’t ever see the end of old body-on-frame vehicles with crate engines. Speaking for myself the “rose colored glasses” is a wish for the best of both worlds. I wouldn’t doubt it’s out there being done somewhere, but I’m sure it’s cost prohibitive to do it, or people are doing it for themselves.
Maybe I’m just complaining because I don’t personally have the time/knowledge/workspace to do what I want in that area. C’est la vie.
historicaldocuments@lemmy.worldto
Not The Onion@lemmy.world•Safe firearm storage may reduce blood lead levels in childrenEnglish
4·9 days agoNo. They keep the projectile from over-penetrating the intended target.
historicaldocuments@lemmy.worldto
Ask Lemmy@lemmy.world•What’s with all the furry porn on this platform?
7·11 days agoI ended up creating an account just to block communities/users. At the time there was a poster posting to his own instance that was federated with lemmy.world, and he was reposting nothing but reddit posts, and the volume was such that they had to go. With no algorithm there’s no way to just see subscribed stuff without losing out on discovering new things.
And just a tip, Lemmy will let you export (to JSON) your configuration options to include who you’ve blocked.
historicaldocuments@lemmy.worldto
Technology@lemmy.world•A Rivian Fender Bender Cost $42,000. Its CEO Says That Should Never HappenEnglish
1·12 days agoWhat kind of car?
historicaldocuments@lemmy.worldto
Technology@lemmy.world•A Rivian Fender Bender Cost $42,000. Its CEO Says That Should Never HappenEnglish
6·12 days agoThey used to be. Go back far enough in time and you could climb up under the hood into the engine bay to work on it. All that went by the wayside to get smaller packaging, lighter weight, and better fuel efficiency.
Now you need special tools or special code readers to solve/diagnose all vehicle problems. The large scale farmers are dealing with this now with the large combines and harvesters needing a tech with special equipment to read all the codes where the older tractors from the 70s and 80s can be repaired.
historicaldocuments@lemmy.worldto
Technology@lemmy.world•400+ Arch Linux AUR Packages Compromised in a Supply Chain Attack Deploying InfostealersEnglish
2·13 days agoWell, nothing to do but start at the first one and work our way down…
historicaldocuments@lemmy.worldto
News@lemmy.world•Screwworm Parasite 'No Longer Contained in Texas' as Trump USDA Doubles Down on Efforts to Blame Biden
2·14 days agoDramatically reduce the legal ability to shoot anything other than a hog.
Chronic wasting disease in deer is bad enough as it is. We did in their natural predators.
market it as doing your patriotic duty to take out a hog instead of buck, or something.
Already been done: https://www.youtube.com/watch?v=jsn9BrNsVPo It’s a scale problem.
https://wildlife.onlinelibrary.wiley.com/doi/10.1002/wsb.787 tl;dr: there were more, healthier hogs when a bounty was paid out for them.
historicaldocuments@lemmy.worldto
Privacy@lemmy.ml•Researchers have just unveiled a technique called FROST that lets a website work out which other websites and apps you have open, without you clicking a single thing
1·15 days agoHm. Had been thinking of it in terms of controlling the local file system.
Thanks.
historicaldocuments@lemmy.worldto
Privacy@lemmy.ml•Researchers have just unveiled a technique called FROST that lets a website work out which other websites and apps you have open, without you clicking a single thing
2·15 days agopeople then concluded that FROST is harder to exploit in real-world scenarios than in the lab
What happens if there’s an extra 4GB of stuff laying around?
historicaldocuments@lemmy.worldto
Programmer Humor@programming.dev•C++ takes decades to master
2·17 days agoTry the c++23 standard. There’s been a lot of cross pollination. Contrived example follows:
#include <format> #include <numbers> #include <print> #include <string> int main(int argc, char *argv[]) { double pi = std::numbers::pi; std::string fstr = std::format("{}, {:>.2}, {:>.5}, {:>.10}", pi, pi, pi, pi); std::string h = "Hello"; std::string w = "World"; std::println("{}, {}!", h, w); std::print("This won't have a {},", "newline"); std::println(" but this will add it."); // Add a newline. // Can't put a non-constant string as the first argument to // print or println so they can be checked at compile time. std::println("{}", fstr); return EXIT_SUCCESS; }


I don’t know what he’s talking about, but maybe he’s saying that the US already has quantum computers capable of breaking modern cryptography, and that it’s time to move to Post Quantum Cryptography (PGC). The process is pretty far along:
Both sites mention “harvest now, decrypt later.” That’s an attack where someone could scoop up all the encrypted traffic/files/whatever, and just store it until quantum computers are effective at breaking it. Because of the nature of the topic nobody who knows for sure is going to say, but it’s not going to be cheap to replace all the crypto out there with PGC so there’s a reason to think there’s a need even if nobody will confirm anything. I personally think just the possibility of the attack is enough reason to move if the algorithms are already in place. If you’ve got encrypted data and you expected it to stay unreadable for hundreds of years, then there’s reason to think that’s not achievable right now.
https://nist.pqcrypto.org/foia/20250114/djb pqc paper.pdf