Tech literates people tend to be more aware, but people who don’t even know what OS means/is…
I’m the only person in my family that has some IT knowledge and believe it or not, everyone in my family things that way… While swipping, scrolling, posting on GAFAMs and publicly exposing all their life ^^. In my friends circle it’s the same… Those who don’t know what an OS is respond the same way.
So it’s mostly the lack of knowledge of what privacy is, in the digital world… Because in real life most people put curtains behind their windows, so people won’t snoop on your hidden secrets.
Sorry, you've been blocked. Your IP address has been flagged for abuse.
Please enable JavaScript to continue.
Something went wrong, and we couldn't create your account. Please start over.
Your account has been flagged as spam.
My god how many times have I been through this… Living with debloated phone, hardened browser, VPN, Linux, sure isn’t easy every day :/// !
I totally agree, It shouldn’t be soo hard to value your own data/privacy and sometimes it feels like I’m fighting the wind.
Yeah… After a user here on Lemmy pointed out that the AdGuard app on mobile made a lot of strange requests to ads services, I gave it a try myself with PCAPdroid and seeing all thoses requests made by only opening the app made me think twice about AdGuard…
Removed all their services from my network and a happy piHole + quad9 user since !
It’s not 1 way sync. Please look up what you’re talking about before speaking.
Yeah it’s not, however you can configure syncthing as a 1way sync solution and I was emphasizing that this still isn’t a cloud solution.
Don’t get me wrong, syncthing is great and I use it everyday, but syncthing is not a cloud solution.
Syncthing is not a cloud solution though… Rather a sync solution. What’s the difference? If you delete the file on 1 device it gets deleted on every device who shares the directory…
While a Cloud solution, your file is on a central server and you can download/delete that file on your device without affecting the server.
Cloud service ≠ Sync service but have a similar purpose.
Edit: And doin’ 1 way sync is still not a cloud service !

Not addicted but I love to show those low numbers from my degoogled android or Linux system compared to Windows and Apple 😁 !
It’s hard to explain what DNS is, but numbers everyone can understand them !
“You see all those number go up? In 1 day your device makes more blocked requests than my devies did in 1 month !”
But as in every field it’s hard to teach even the basic stuff to others without deeper understanding of the field.
That’s so true, but even more true in IT… It changes so rapidly and things don’t stay the same over time… It’s not like a degree in Biology where things you learn stay relatively the same !
IT is 5 inches deep but miles long ! (Something like that!)
Yeah, this is so fucked up ! When you archive reddit pages, those are over 20 fucking MB for just a conversation ! That’s fucking insane…
I can reduce it to less than 500KB with alternative frontends, but still… This makes absolutely no sense and I’m scared to find out what they are hiding in between all those lines of code !
Not only that… The meat industry is poisoning the animals with antibiotics, GMO cereals… they live in 1m2 of space/cow, and living in hell 24/24, feel anger, hate, sadness and treated like shit and pure pain while beaten by humans… It’s horrible !!
And all these things are digested by our body… Ugh ! It’s similar to a concentration camp but for animals…
Not a dev here so I have to trust what I’m hosting on my server…
I do check the issue section and base my opinion on how healthy a repo is and how long it hasn’t been update.
Based on popularity also helps a bit? Check how san their docker-compose is and how complicated and what closed source thing they integrate in the image, but that’s it !
However, on android I do some app analysis with PCAPdroid to check what strange communications is happening behind the scenes.

Hey thanks for asking I had the same question !!
A solution I would like is an automated way to poison my old data and edit all my old post, change image and edit all my comments with something non related and totally false.
After some digging, their api is very limited and doesn’t allow such thing very easily. My programming skills beeing very limited I gave it a try with AI (yeah I know this is kinda “hypocrite” but we have to fight their empire with their own weapons…) and found out about a very cool tool you can selfhost and give instruction to execute this kind of operation in an automated way with AI !
It’s called browser use and it’s the open source alternative to ChatGPT operator. I haven’t tried it yet so I can’t give you any feedback but If that’s something you have the horse power for you can give it a try to slowely poison and edit all your facebook data without hitting their limit or their alert !
Haha, yeah It seems so…
Another option and a more long term solution would be to go back to the roots and relearn the basics of living !
How to grow a garden, How to hunt, How to build a small wooden house, how to make fire and then rebuild the technology but only the needed ones.
If we grew things and dug together the rare ores to make solar panels together, build small wind turbines, waterwheels as a community hands by hands… We would probably profit more and enjoy ourselves way more than ever…
Regardless we prefer being held hostage by our own limitations and technology constraints… Not blaming anyone here except myself, It’s just a sad though we could all live happy in a more green state without this mass nonsense technology…
But hey… What’s better than living for ourselves and hard earned money? Huh? Our day to day routine on Netflix, YouTube, Lemmy, twitter Facebook… 7-16 day to day job we all hate thinking we are going to enjoy life when we are old and retired? Emotionally dead gifts bought on Amazon, eBay, temu…
Without saying… Life sucks ! And If you enjoy this kind of life, What can I say… :/ I either envy you for being a brainless sheep or hate you like I hate myself for not burning down this system all together !
Pick your poison !
/Rant off

There’s also a third possibility most people ignore for what ever reason…
Speech-to-text and send to servers. No need for heavy CPU usage that way and don’t need to send MBs of Audio files…
With the technology we have today it’s easier than ever before… “colgate” and give you right into your face an ad for toothpaste !
No need for audio or complex processing. All new models come even with AI processor units… Haha ! What a joke !

Yeah individually your data is approximately worth 200$/year (that’s a real estimation I read somewhere, not something I spit out of my ass).
So yeah not much worth you’re right. But if you stop being selfish for a moment and think as a community and take that portion for 1 billion people on earth, how much is that worth? Yeah you guessed it… It’s a huge amount of money ^^ !
So stop thinking only for your self and start to think how we are all involved in this shit and should fight back as much as possible…

Ohhhh ! Docker container are awesome. If you have an old spare laptop lying around (or you know someone who has) give it a try it’s fantastic ! It similar to a virtual machine but different ! It solves the big issue virtual machine have: fast, portability, lightweight, memory efficient… It shares the underling OS !
I have a 10 years old laptop which is going strong with over 21 docker containers which couldn’t be possible with VMs ! You can host any imaginable service (if available as docker image) in seconds, behind a reverse proxy and access it through your LAN (or externally over a Wireguard connection).
Let’s take a media workflow example, if you want to get rid of something like YouTube music, spotify, deezer… and maintain your music library and own your music:
You can self-host:
Install NewPipe (Hope you’re on Android :s) and HTTP-shortcuts to glue everything together ! HTTP-shortcuts allow to communicate with your self-hosted MeTube service via POST/GET requests and send directly your files to your MeTube instance via NewPiped. You can than have a background script on your server which: Removes and changes the pesky YouTube metadata, send your files to your Navidrome service !
This is a rather “complex” workflow but just to say it’s possible. Sure depending your skills with your OS it will take some time to get accustomed to docker containers and the like ! It took me approximately 1 year to really get accustomed to all this new workflow (and get the hang of linux), but now it’s only a matter of minutes !

Another use case for your phone: encrypted backup for docker containers ! Nowadays they come with a lot of spare space (over 120 GB). Encrypted, scrambles file/directory names and archived !
I wouldn’t backup any critical data this way though ! It’s more an “in case” emergency backup for docker database and config volumes !

Same thought here ! Wireguard being based on private/public key, even if the port is open every request that doesn’t have a valid private/public key gets dropped !
From a bot’s perspective this means the port is closed !
I’m not an export in the field but there’s also a way to only use key-based connection with SSH, but I’m not sure how good/secure it is compared to wireguard.
As you said, I’m also too scared to let a open SSH server running on my small home lab 😅 !
A better example to show that SMS’ are insecure are the Signalling system 7 protocols.
While it is possible to incerpte SMS, phone calls and 2FA (kinda scary…) it comes with a high cost (14k) and some technical skills.
However, if you are a vulnerable target, just don’t use SMS or any smartphone. Geotracking is also possible !
I get you ! And you’re right. It’s never to late though, until it is. We/they have been betrayed more than once by big tech and monopoly, so I think it’s justified to feel a bit anxious when something out of bound to user’s privacy/consent is implemented in the only real alternative we have right now…
I mean, sure Firefox is the only last bastion against big tech’s monopoly and all forks are depending on Firefox… So that’s not truely a real long term solution as alternative (If something is going to happen…). But as a long term Firefox user, I also have the feeling they are slowly following a dark/uncertain path.
Sure, right now it’s not that of a big deal, but what if in 3 years it becomes a big deal? Imagine a scenario where all web browsers become controlled by one single entity? Wouldn’t it be good to have an alternative? (Yeah there is Tor already) This is only possible in this kind of “hysteria” where some people take the lead before it’s too late, otherwise we will be stuck for years without any working solution, while depending on big data’s scrapper/hoarder riddled with ads and privacy invasive browsing…
Hope it make sense and that my arguments are somehow comprehensible? Not my first language so giving my best haha !
Edit: It’s not a matter of if, but when (but I hope that doesn’t apply to Firefox)
Edit2:
Just think about the Linux kernel, right now it’s the only best alternative to Windows/MacOS and everything is perfect. But what will happen in a few years when Linus steps down? Will it still be as good as today? Will big tech take a step into the kernel? Will it become the next Windows/MacOS? Who knows… That’s why alternatives are always a good thing to have before it’s too late !!
LibreWolf is great ! Coming from ArkenFox, I found LibreWolf’s override cfg a bit easier.
They also have a pacdiff cfg to see what changes from version to version without the need to roam arkenfoxes github repo for hours to find what changed or what to change.
I installed it yesterday to see how it goes :) If it doesn’t fit, will go back to Arkenfox.
I think the best thing to do is selfhosting your own instance :/ piped is doing a great job with their script to install with docker ! Yes I know this takes away the privacy feature allowing google to get your public IP and other annoying metadata… However all the rest works as expected !
It has some quirks right now though… But they are very close in solving the issue (already done with LibreTube ).
Most of the telemetry can be disabled in the Firefox settings. Some of the web services depend on some Mozilla domains so blocking all Mozilla domains will probably break a few things here and there?
Other than that, with the current situation, I would already think to switch to a Firefox fork or other alternative.
Firefox is walking a very dark path right now and you can see/feel how they are slowly rolling the enshitification path :/
The thing is…you can’t ! This is more or less a personal “enlightenment” ! You can forward your arguments, say what you know and why one is better than the other, but it always comes to personal experience ! If you’re not ready to change, you’re not ready, even with the best argument in the world, people tend to always change when they personally experience something.
Don’t push yourself or others, this will only cause frustration and anger. Do what you can but don’t expect others to change/think the same way you are…
I know this is very vague and doesn’t solve your actual issue, but that’s the best you can do :)
I have a strange bug where RethinkDNS wireguard session keeps failling after a while if my phone is not used for a while.
I have to reconnect my wireguard session or it just doesn’t work. I need to ADB and check the logs to see what’s happening and write some kind of bug report to rethink’s DNS bug tracking support.
It’s not the first time they have some kind of misbehave with their firewall and wireguard tunnel. Other than that, RethinkDNS rocks !!
Yeah :) piped self-hosting !
However, we have to wait until they merge the poToken and visitor data issue. Something invidious has already implemented.
Still it’s very strange you have to restart your container every hour :/ I’m sure I’m to stupid to understand the backend/code to make any sense out of it, but piped instances never had to restart anything.


Thanks for the hint :) probably going to switch from SimpleX to this one :)