• 0 Posts
  • 12 Comments
Joined 11 months ago
cake
Cake day: March 27th, 2024

help-circle
  • This might not be quite what you mean, but I used the charger from a Garmin Forerunner watch as a pogo clamp to test computer mice PCBs at one point. I just checked the clip, it has the same pitch as the tracks on a USB socket. You could, theoretically, rip the USB plug off by breaking the joints going from the plug to the board, then clip the watch charger onto the pads left behind to access the data. As long as you can connect the 4 wires the plug goes to you can access the data, it is all stored on a data chip on a different part of the circuit board. The only issue practically is that the pins might be reversed depending on how the clip is oriented, but that’s easy to hand-wave in a story.



  • Sounds like a disorder relating to MPD, but it could be any number of things. My advice is to be supportive as much as you can be, when ones own mind is the issue it just feels impossible to deal with.

    Not all disorders are ones that will affect work in “predictable” ways, everyone is different. They might just like practicing dialects and not have particularly strong social and coping skills.

    As difficult as it can be to interact with people like that, keep in mind their perspective: it might feel like everyone wants to alienate them which makes it difficult to interact without that assumption tainting the experience.



  • Almrond@lemmy.worldtointernet funeral@lemmy.worldKeeping score
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    10 months ago

    I haven’t heard an argument against them that isn’t based in hatred and bigotry. It’s a flag that signifies the acceptance of people being able to express love to each other in more ways than one. The flag, while generally rooted in definitions surrounding sexuality, is not a symbol of sex. The flag isn’t encouraging sexuality whatsoever, it signifies a culture of acceptance of people regardless of how they think or feel. Fighting to have it removed is just fighting against accepting people as they are, which is a quality that is also common to bigots, racists, homophobes, and Nazis. It isn’t okay to just start calling people names because of an opinion, but I can see how the conclusion could be made as a knee-jerk reaction to someone wanting to ban the flag.



  • CGNAT uses RFC 6598 and a particular type of NAT, not all are created equal. Port forwarded public address space doesn’t mean you aren’t sharing the address, just that you can bind one of the ports in the space and expect that traffic to reach you. Thats what most ISPs do, if your server is being a router at home you are going through a minimum of a single NAT layer, usually 2. That’s literally what port forwarding is, forwarding traffic from one address and port to another on a different subnet (or a different machine on the same subnet. You see this often with separate DNS and DHCP servers in enterprise networks.) CGNAT specifically messes with port forwarding because it assigns traffic somewhat arbitrarily and the user has no control of the routing. That’s why you have to use reverse connections to get around them: you can establish an outgoing connection then use it to serve data, you just don’t have a public address that can be guaranteed to point to your machine.

    Not all NAT is CGNAT, and not all NAT disallows incoming connections. I don’t understand how everyone thinks it’s reasonable to assume that A. your whole network has been compromised or B. that it would benefit the attacker in any way to use your connection to download movies. They use a crap modem, that’s why it crashes often, and using IKWYD without knowing how DHT and IPv4 addressing works is just causing paranoia through ignorance.






  • Yeah, there are a few ways to check for sure. The most effective is to take a device with 2 Ethernet NICs, plug it in between your modem and router, bridge the interfaces, and sniff the bridge. You can also look into ARP poisoning yourself to check whether the modem is compromised, but the likelihood of that would be slim to none (your modem doesn’t have storage or enough compute to handle that kind of traffic redirection.) In all likelihood you are on an ISP that uses CGNAT that assigns a few peoples traffic to the same public facing IP address, in that case the traffic could easily be going to a neighbor that uses the same ISP.