Almrond

joined 5 months ago
[–] Almrond@lemmy.world 2 points 1 day ago

Guam Dynamo? I know it had a really ritzy sounding name

[–] Almrond@lemmy.world 24 points 2 months ago (3 children)

Oooo, this one actually happened to me. Head on collision with a barrier at 80mph, fell asleep at the wheel after getting out of a 27 day stint in the ICU. Dare To Be Stupid by Weird Al was playing when i collided.

[–] Almrond@lemmy.world -1 points 2 months ago (4 children)

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.world 11 points 2 months ago

I work in a grocery store, and while I would still need to be in about 25-30 hours a week to ensure product is on the shelves a massive amount of my time at work is useless facing and looking busy after the first few hours of real work restocking. If I was paid fairly I could come in for about 3 hours every day and have everything that needed done done without spinning on a thumb all day just to barely make rent.

[–] Almrond@lemmy.world 1 points 4 months ago (1 children)

Oh, Intel had 64 bit CPUs in the consumer market as far back as Pentium 4. Prescott, released in 2004, was a 64 bit architecture.

[–] Almrond@lemmy.world 10 points 4 months ago

My most arcane pieces of code (abusing null references to make the garbage collector handle object deletion kind of cursed) are usually posted publicly somewhere... If it works and all that.

[–] Almrond@lemmy.world 2 points 4 months ago (1 children)

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.

[–] Almrond@lemmy.world 2 points 4 months ago

Not necessarily the same thing, it could easily be a small leased block using NAT to offer service to more customers in that case. The reseller has a commercial account, yes, but that doesn't mean you get exclusive access to an address in that block (very unlikely unless you are dropping big money.) Nothing you have said so far rules out being behind a NAT.

[–] Almrond@lemmy.world 3 points 4 months ago

There isn't really a good reason to not be doing that already just because of the intrusion detection systems Proxmox has to offer. Most of them would alert you immediately if you were compromised told it to look for DHT broadcasts going out of the network.

[–] Almrond@lemmy.world 2 points 4 months ago (2 children)

75.0.0.0/8 is the ARIN range for commercial businesses. Just because it's outside of the 100.0.0.0/8 range doesn't mean it isn't an address held by a NAT. If I remember correctly it's used by either Comcast or Charter, both of which will put you behind a NAT unless you are paying for a static IP on a business account (and you mentioned you aren't)

[–] Almrond@lemmy.world 2 points 4 months ago (3 children)

That makes it incredibly likely you are behind a NAT that runs multiple people's traffic through the same public IP. If your ISP supports IPv6 you can always check that address, that shouldn't be shared.

[–] Almrond@lemmy.world 5 points 4 months ago (2 children)

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.

view more: next ›