401
28
submitted 3 months ago by Sunshine@piefed.ca to c/privacy@programming.dev
402
186
submitted 3 months ago by Sunshine@piefed.ca to c/privacy@programming.dev

VPN provider Windscribe has warned it will relocate its headquarters if Canada passes the controversial Bill C-22. Joining secure messaging app Signal, the company says the proposed surveillance law threatens the "entire essence" of user privacy.

403
193
submitted 3 months ago by Blaze@quokk.au to c/privacy@programming.dev

The NHS is granting staff from companies including Palantir ‘unlimited access’ to identifiable patient data while working on its FDP.

404
328
submitted 3 months ago* (last edited 3 months ago) by Blaze@quokk.au to c/privacy@programming.dev

In the latest episode of "they will always sell you out" - they sold you out! Who would've thought.

Hoping for a good alternative client to appear, the writing is on the wall. Vaultwarden can't exist without "leeching" off of Bitwarden.

405
37
submitted 3 months ago by cm0002@toast.ooo to c/privacy@programming.dev
406
7
submitted 3 months ago by cm0002@toast.ooo to c/privacy@programming.dev
407
70
408
40

Fauxx is an open-source Android privacy tool that poisons data broker and ad-tech profiles by generating continuous, plausible, off-demographic synthetic activity from your device. The goal is simple: make your real behavioral signal statistically indistinguishable from noise.

Not my project, but though this is really cool and worth sharing.

409
21

If you have any feedback, feel free to post it.

410
13
submitted 3 months ago by cm0002@toast.ooo to c/privacy@programming.dev

Even if an employer doesn't require the new ID, remember the UK government said that all IDs will soon have to be verified digitally. That suggests the employer will send the ID image or data to a government server which will respond with whether the person is allowed to work. So all IDs will essentially be turned into digital IDs and the government can make individuals unemployable if they do something the government doesn't like.

411
9
submitted 3 months ago by cm0002@toast.ooo to c/privacy@programming.dev

I spent some time trying to get this to work so I thought I might as well share it if anyone is interested.

First create a new network: $ podman network create gluetun, then create a new container file:

$ touch ~/.config/containers/systemd/gluetun.container

Populate it with the VPN configuration, below is an example using Proton.

[Unit]
Description=Gluetun VPN Client
Wants=network-online.target
After=network-online.target
After=local-fs.target

[Container]
Network=gluetun
Image=docker.io/qmcgaw/gluetun
ContainerName=gluetun
AutoUpdate=registry

AddCapability=NET_ADMIN
AddCapability=NET_RAW
PodmanArgs=--device=/dev/net/tun:/dev/net/tun --privileged

Environment=VPN_SERVICE_PROVIDER=protonvpn
Environment=VPN_TYPE=wireguard
Environment=WIREGUARD_PRIVATE_KEY=
Environment=VPN_PORT_FORWARDING=off
Environment=PORT_FORWARD_ONLY=off
Environment=SERVER_COUNTRIES=

[Service]
Restart=always

[Install]
WantedBy=multi-user.target default.target

Reload the systemd daemons and run the container.

$ systemctl --user daemon-reload
$ systemctl --user start gluetun

Then create a distrobox-assemble ini file:

[fedora]
additional_packages="brave-browser"
pre_init_hooks="dnf config-manager addrepo --from-repofile=https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo"
init=false
image="registry.fedoraproject.org/fedora:latest"
nvidia=false
pull=true
root=false
replace=true
start_now=true
unshare_netns=true
additional_flags="--network container:gluetun"

Feel free to replace Brave with something else. Then create it, enter it and run the browser:

$ distrobox-assemble create --file /path/to/file.ini
$ distrobox enter fedora
$ brave-browser

If you have any suggestions on how to improve this setup I'd love to hear them!

OC by @electrochemistry@lemmy.dbzer0.com

412
19
submitted 3 months ago by Blaze@piefed.zip to c/privacy@programming.dev

With paid developers gone and only volunteers remaining, the app has until July 8 to secure funding or fade into irrelevance.

413
55

cross-posted from: https://lemmy.today/post/52903710

Since Microsoft owns Github, Gitlab is Corp owned now since 2022, why are so many who preach privacy or using Linux, etc, still using a MS product?

Genuine questions. I'm assumming either familiarity & simplicity with GH or difficulty migrating elsewhere?

414
8
submitted 3 months ago by Sunshine@piefed.ca to c/privacy@programming.dev
415
9
submitted 3 months ago by Sunshine@piefed.ca to c/privacy@programming.dev
416
25
submitted 3 months ago by cm0002@toast.ooo to c/privacy@programming.dev

Linked article about a lawsuit in California. AI was used to transcribe conversations between patients and drs. Audio is sent to the cloud for processing. This is becoming very common in healthcare now. Some sources say 80% of physicians in the US and Canada use these.

They aren't suing under HIPAA. Rather, under some California state laws.

Company says it is HIPAA compliant. That's prob true. They prob also make a good faith effort to protect the data. But it is impossible.

This event happened in Ontario. An AI transcriber breached confidental pt data, inc diagnoses, treatment notes, etc.

AI bot sends confidential info to Ontario hospital patients after recording doctors’ meeting

Even with the best intentions, there are endless breaches from electronic health data systems.

Also. Merely knowing your convo between you and your dr is recorded can change how honest ppl will be with their dr. You prob trust your dr. But when everything you say them is recorded, you may not trust what happens after that.

Fortunately most drs will let pts opt out of these, if you ask.

417
18
submitted 3 months ago by cm0002@toast.ooo to c/privacy@programming.dev
418
155

A reminder to leave a negative review for the apps that force you to use google play services or completely don't work on custom android ROM's.

https://play.google.com/store/apps/details?id=com.smart_id This was the app. A lot of banks use it here in Lithuania for logging in, confirming transactions.

419
82
submitted 3 months ago by Blaze@piefed.zip to c/privacy@programming.dev

Internet shutdowns are devastating for human rights. We can’t rely on tech oligarchs to save us, especially when these same companies and governments are the ones to sever our access to the internet and telecommunications. This is why it's important to set up communication mechanisms before a disaster happens.

420
12
submitted 3 months ago* (last edited 3 months ago) by cm0002@toast.ooo to c/privacy@programming.dev

Peace and data security be upon you all.

This is my German-language site on Codeberg:

https://aurora-shine.codeberg.page/no-google-track/

It covers Google's abuse of power, Project Nimbus, and more. I also list alternative browsers and search engines, complete with pros and cons. I show you how to block Google services using uBlock Origin and strengthen your browser using the hidden about:config menu. The entire text is in German, but I hope automatic browser translation works well enough for you to understand. If you have questions, feel free to message me ( @AuroraShine@lemmy.ml)

By Developer @AuroraShine@lemmy.ml

421
34

A recently discovered bug in Android 16 allows any app to leak traffic outside the VPN tunnel.

The bug was reported to the Android Security Team, but was closed as Won’t Fix (Infeasible) [...] In contrast, GrapheneOS, a security-focused Android-based OS, quickly patched the issue in its codebase.

A mitigation is possible, but is quite technical in that it requires USB debugging to be enabled on the device in order to run the following Android Debug Bridge (adb) commands:

adb shell device_config put tethering close_quic_connection -1

adb reboot

422
15

I am trying to choose an email provider, to use with my identifying accounts (like banks, gov ids, etc.). I feel that emails for such cases do not need to be end-to-end encrypted, since most information would already be present with banks, gov, etc.

So I was looking at non-E2EE emails - Mailbox and Posteo.

  • Between Posteo and Mailbox - which one do you use / is better in terms of privacy?

I noticed that both of these are hosted in Germany. With rise in popularity of right wing party, a bunch of stuff around chat control and verification, and even normal German government support for Israel, I was wondering whether I should look for other solutions hosted elsewhere. Or use Proton / Tuta instead?

Also, I am not sure if any of these companies support right-wing or Israel themselves?

Do you have any suggestions regarding this?

423
86
submitted 3 months ago by cm0002@mander.xyz to c/privacy@programming.dev
424
35
425
6
submitted 3 months ago by cm0002@mander.xyz to c/privacy@programming.dev

A bit of fun: throw boulders at the tech bros!

What high score can you get? (It gets progressively harder - they appear for shorter and shorter times - and the game finishes when they are too fast). You can play it on your mobile phone too.

We don't condone violence! This is just a bit of 8-bit fun.

view more: ‹ prev next ›

Privacy

5085 readers
347 users here now

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 3 years ago
MODERATORS