this post was submitted on 28 May 2026
164 points (98.2% liked)

Technology

84966 readers
3830 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Mearcfara@lemmy.ml 4 points 2 hours ago (2 children)

Good on you. Few are willing to take the overgrown path. And, funny how people who work with the subject matter often avoid it- the cybersecurity guy who doesn't own a computer, the guy who services food processing equipment who refuses to buy premade food, the guy who works/ed for the DoD who doesn't own a phone, etc.

Would you mind sharing some of the online things you're averse to, besides all that is implied by being on the Fediverse? I'm still new to this stuff.

[–] NOPper@lemmy.dbzer0.com 2 points 9 minutes ago (1 children)

I work IT adjacent in physical security systems (cameras, access control, intrusion systems etc.). Everyone looks confused when they ask what I have at home or what they should install and I tell them fuck all of this surveillance state/must know every time someone thinks about my house bullshit. I push back on a lot of corporate garbage as well and I'm lucky enough to work off a company that listens and balances security with privacy when I steer us that way.

I think this is pretty common in tech fields.

[–] Mearcfara@lemmy.ml 1 points 2 minutes ago

I've got the same thing. I had someone ask me what I do for backups and they thought I was joking when I told them I have a good printer. They couldn't get their head around the idea that I don't even have a home network to attach a NAS to, and thought I was just being condescending. I had a similar conversation when asked how to secure an Alexa.

[–] panda_abyss@lemmy.ca 3 points 1 hour ago (1 children)

Just things that can be correlated. Time, device, network, accounts, and apps all correlate. Precise location, device sensors, etc also correlate.

You have to decide what you want security or privacy against, then you have to be mindful always.

Every internet connection is a fingerprint.

E.g. The second you use that device on an VPN all your apps phoning home, checking notifications, logging events, etc. collapse your profile and deanonymize your anonymous activity.

So I actually use a dedicated device for anything I want a VPN on.

Opsec almost requires that you need a public device for your regular use, and a secondary device with limited scope, third party OS for higher privacy for anything you actually don’t want to share.

It’s safer to tunnel specific whitelisted connections through a VPN than whole device VPN for that reason (the less traffic goes to VPN the better). iOS VPN doesn’t work for that reason.

If you want VPN security, the best way is to run a container with only VPN networking, then a second container with the service you want protected and route all networking through the VPN container.

Also, say no to Chrome based apps looking for devices on your network. That uniquely fingerprints you across tons of surfaces.

They say it’s for chrome cast or something but it’s too much info to share.

[–] Mearcfara@lemmy.ml 1 points 39 minutes ago

That's really great, thank you. I've got a working knowledge of applying opsec and related principles, but my understanding quickly drops off when we get into the why. That's super helpful.