

Sounds a lot like EEA (Iceland Norway Lichtenstein)


Sounds a lot like EEA (Iceland Norway Lichtenstein)


It’s not, unless you know the keys.
Keys are created by the software/app made by the service provider, like WhatsApp / Meta or Google. How is the key created, and is a copy sent back to WhatsApp? “Securely” and “No” they claim, and you just have to trust them.
That can change if WhatsApp need to comply with new laws.
Signal is a bit different because of the app is fully open source, so the code can be audited to verify the integrity of the encryption. They would still need to comply with laws or exit that market, but whatever they do would be 100% transparent.


Thanks for sharing! TIL about autofs. Now I’m curious to try NFS again.
What’s the failure mode if the NFS happens to be offline when PBS initiates a backup? Does PNS try to backup anyway? What if the NFS is offline while PBS boots?
EDIT: What was the reason for bind mounting the NFS share via the host to the container, and NFS mounting from NAS to host?
I did the NFS-mount directly in the PBS. (But I am running my PBS as a VM, so had to do it that way)


I run PBS as a virtual machine on Proxmox, with a dedicated physical harddrive passed through to PBS for the data.
While this protects from software failures of my VMs, it does not protect from catastrophic hardware failure. In theory I should be able to take the dedicated harddrive out and put it in any other system running a fresh PBS, but I have not tested this.
I tried running the same PBS with an external NFS share, but had speed and stability issue, mainly due to the hardware of the NFS host. And I wasn’t aware of autofs at the time, so the NFS share stayed disconnected


Divide Germany you say? I feel like that’s been done before


“Package” as in taking the raw chip and making it a finalised electronics component, as suggested here?


Wow that makes so much sense!
When reading “packaging” in the news articles it sounds like some relatively simple logistics operating.
But for electronics and semi-conductors, the “packaging” is very much part of the manufacturing process to get a usable product. Like chips that come in Surface Mount and Through Hole versions


This happened a while ago, article is from 22nd july


I’m with you on the poorly worded headline. I couldn’t parse that sentence either


On the other hand, seeing this symbol more and more on other random videos outside that bubble does give a very nice sense of “I am not alone”. It does more for users to find eachother than it does damage to big corpos.
But choice of the symbol itself is questionable… Why use a big tech symbol to protest big tech? -__- And not just any big tech, but super evil 90s monopolistic giant Microsoft
There’s a nice cartoon in this thread we’re clippy is if he could have, he would have harvest all your data.


Good news: Firefox on Android supports extensions, including uBlockOrigin
Though Im in the same camp, much prefer desktop over mobile for big purchases, banking, or anything that feels important


What timeline is this? xD If anything, Microsoft is less hostile these days than they were in the 90s and early 2000s


Fair enough, and clippy was indeed trying to be helpful, no matter how misguided xD
Did you look in to Zim Desktop Wiki? https://zim-wiki.org/
It stores articles in zim (plaintext) files rather than .md (plaintext) files, but otherwise it’s an excellent FOSS cross platform
Edit: never mind, zim also doesn’t have an Android client. The closest is https://github.com/gsantner/markor which understands Zim syntax


Or build more datacenters in the cold north, or near coastlines. Datacenters don’t necessarily need loads of fresh water.
For example https://greenmountain.no/about-us/


Using a mascot from big tech to protest against invasive big tech is tad confusing…


SingleFile is a browser addon to save a complete web page into a single HTML file. SingleFile is a Web Extension (and a CLI tool) compatible with Chrome, Firefox (Desktop and Mobile), Microsoft Edge, Safari, Vivaldi, Brave, Waterfox, Yandex browser, and Opera.
SingleFile can also be integrated with bookmark managers hoarder and linkding browser extensions. So your browser does the capture, which means you are already logged in, have dismissed the cookie banner, solved the capthas or whatever else annoyance is on the webpage.
ArchiveBox and I believe also Linkwarden use SingleFile (but as CLI from the server side) to capture web pages, as well as other tools and formats. This works well for simple/straightforward web pages, but not for annoying we pages with cookie banners, capthas, and other popups.
Story time?
Word of warning on “Safe removal” of external harddrives: You really want to click “Eject” or “Safe removal” every time before unplugging. This is much more important than on Windows, due to the way Linux handles buffers and caching. A copy operation will be “finished” but still live in the write-cache and not securely written to disk.
NTFS is no problem (But as mentioned earlier in the thread the permission system is different). I usually format all my external devices with NTFS so they’ll work on both Linux and Windows machines without any fuss.