

The “maintaining privacy” is just a bit. It’s about gaining complete access to everyone’s private communications for whatever rhyme or reason the ruling class wants
The “maintaining privacy” is just a bit. It’s about gaining complete access to everyone’s private communications for whatever rhyme or reason the ruling class wants
Yes, as the Trump admin clearly proves, they follow the law to the letter.
/s
The Android private DNS setting is just for a DNS-over-TLS resolver. The only thing about it that’s private is your queries are encrypted en route to the server (traditonal DNS is cleartext). There’s no filtering or blocking.
Some Android versions also have a hard coded DNS server set to Google, which based on my tinkering uses DNS-over-HTTPS. Not only is it annoying but I find it awfully insecure - even if you think you have stuff locked down it might just not be. I fixed that issue by blocking all DNS-over-HTTPS servers in my router, and also have all outgoing requests to port 53 redirected to my local resolvers (Pihole + Unbound).
All the nice switches are already made in China, and typically cost less than Cherry.
secure anonymous access
A VPN doesn’t provide this on its own. Nothing does.
“Better than a VPN” but it looks more like some decentralised social and content network. So not a replacement or alternative to a VPN in any way. It just preys on the people who already bought the “VPNs make you private online” marketing.
Looks like a silicon valley VC cash grab.
I use whichever editor is convienient at the moment and which I lile the UX of (Micro on a terminal, Pulsar on desktop, Markor on mobile), and commit the markdown files to a privately hosted git server (Forgejo). The git server is backed up regularly.
The editor doesn’t matter too much as long as it doesn’t have spyware and/or AI “features” like vscode.
When I’m on the go and need to read or write notes I have a clone of the repo on my phone, and if I absolutely need to pull/push to origin I connect via VPN.
I’m not sure how syncthing or similar work with merging different versions of files from different devices, so I’ve just stuck with git for that reason as well as version control (I make notes about homelab configs and issues so being able to go back is handy).
Digital surveillance is omnipresent in the west. Apparently nobody cares.
Because universal surveillance is more profitable than consumer privacy, and surveilling consumers aligns really well with the interests of the billionaires that control telecommunications.
The switch to Forgejo is super easy, if you don’t mind everything being called “Gitea” you can just switch out the Docker image and carry on.
I just switched recently, maybe around version 1.19.
Forgejo is also working on federation which will give the system an advantage moving forwards. They’re also sticking with Gitea as an upstream source so reasonable changes Gitea makes should make their way to Forgejo pretty quickly.
Without more info it’ll be hard to help.
I got it working in principle, but the Raspberry Pi I wanted to host it on isn’t powerful enough to handle the necessary computing.
The forces being applied to tyres are orders of magnitude higher than the forces being applied to your clothes. Tyre plastic compounds are also designed to wear a certain amount, or in other words they must be relatively soft and therefore subject to wear, in order to provide friction sufficient to keep hundreds of kilograms safely connected to the road surface at high speed.
It’s time to bring back the corporate death penalty.
Edit: IIRC Standard Oil, the predecessor of Exxon, was instrumental in abolishing the US corporate death penalty.
Hetzner may have the thing for you. IIRC their VPS options don’t have that much storage, but their storage plans are super cheap and easily connect to the VPS.
I set up my instance with a Docker image and tutorial and it was pretty easy. I’ve just testing so far, no other users, so I can’t comment on performance. I don’t think I’ll federate either because that can be resource intensive.
I’ll link the tutorials I used in a bit.
Edit: Tutorial Links and notes
https://linuxhandbook.com/install-matrix-synapse-docker/
https://fossengineer.com/selfhosting-matrix-synapse-docker/
I read through both of these and referred to the official documentation to set up my instance. It is exposed to the internet through a Cloudflare Zero Trust tunnel - I am not the biggest fan of Cloudflare, but I prefer the tunnel to directly exposing my personal network to the internet. I am also using a Postgres DB on the backend rather than the integrated SQLite engine as I am comfortable with Postgres and it’s plug-and-play with my existing DB admin and backup solution.
If compromising the privacy of millions of people is an acceptable alternative to an incredibly infrequent act which can already be perpetrated by other more anonymous means and can be easily mitigated by various socio-economic policies, have at it I guess.
I set it up using a docker image based on the older Firefox sync repo. It’s outdated but it works. What I don’t self host is authentication as it is way more involved than I prefer my self hosting projects to be and I’d probably end up frustrated by some little thing not working.
Precisely this. The fuss about Chinese telecom hardware spying on you is made up by US intelligence because they want to be the ones who get to spy on you and keep their back doors in your products
I write notes in markdown (I’m not attached to any particular editor) and push them to a self hosted git server. Git therefore also helps handle any merge conflicts between devices.