The difference, as I understand it, is Beeper hasn’t claimed to not be doing that. Sunbird/Nothing touted E2EE and that was a lie.
I made that move and had no issues. You can copy/paste your way through DNS setup and the rest is just configuring your proton account how you want.
You’ll want to be familiar with proton and some of the tradeoffs in its privacy model, but it’s most likely more feature-full than a hosting provider. Dreamhost, for one, is quite basic.
Most self-hosters are probably using dns services through their registrar, but you don’t have to. A registrar with poor api support might still be a good choice, if that was the only negative.
Well, I’m back and can confirm the sneaky DNS resolver. I have two roku devices and they both were making requests to 8.8.8.8.
Thanks for this post! TIL.
Interesting. I set an adblocking dns via DHCP and, as far as I know, the Roku respects it. Ads are blocked and I can see it failing to delivery telemetry in my dns logs (most persistent thing on the network).
I set a rule to catch outside dns to see if anything, the roku included, has been misbehaving.
Here’s twitters ad revenue by quarter from 2013 to 2022Q2
There’s a spike in 2021 and then things started to come back to earth, but its an overall upward trend throughout that time.
Free and Open-Source Software
konsole
is low-key a great terminal. It’s really snappy, supports ligatures, and looks good. It’s one of my favorite KDE applications and the one I miss most when it’s not available.
Yes, wget is available, along with pretty much everything else you’d expect from a linux environment.
No, root isn’t required.
Red Ventures [a private equity-backed marketing firm that owns CNET] has applied a ruthless SEO strategy to its slate of outlets, which also includes The Points Guy, Healthline, and Bankrate.
Whoa, how did my search engine blocklist end up in a Verge article?
There are a few browser plugins that do this sort of thing for mastodon. I imagine some dev work would be needed to adapt them for the Threadiverse, but the concept is certainly out there.
ImagePipe is another one. Handles exif remove, compression/scaling, and a bunch of other transformations. I’ve been really happy with it.
Only if personally identifiable information was made available. My understanding is that this was not the case here. Doctors are allowed to discuss medical cases, just not in an identifiable way.
I’ve been using chezmoi
for dotfile management and have been really happy with it. You can directly import existing files to get started and template out any differences between systems.
Little clusters of nucs has become a really common way to run small Kubernetes clusters at home. I recently rebuilt mine (still using a bulky, power hungry box like you’re tossing) and have been very happy with it. Everything is really stable, containers that misbehave are automatically destroyed and replaced, and updates are breeze because everything lives in code/git.
Sure, but their algorithm in their app will be steering their users to content across the fediverse chosen specifically to engage enrage those users. Even if the broader fediverse isn’t being fed directly by their algorithm, the worst of the Threads user base will be showing up in our communities and comment sections.
Yeah, if that rolls out to more account types, you would no longer need the bridge for sending.
There are many ways to setups full disk encryption on Linux, but the most common all involve LUKS. Providing a password at mount (during boot, for a root partition or perhaps later for a “data” volume) is a but more secure and more frequently done, but you can also use things like smart cards (like a Yubikey) or a keyfile (basically a file as the password rather than typed in) to decrypt.
So, to actually answer your question, if you dont want to type passwords and are okay with the security implementations of storing the key with/near the system, putting a keyfile on removable storage that normally stays plugged in but can be removed to secure your disks is a common compromise. Here’s an approachable article about it.
Search terms: “luks”, " keyfile", “evil maid”