Lodra

joined 1 year ago
[–] [email protected] 37 points 7 months ago (1 children)

This is regulated. And there are penalties for violating those regulations. But it’s just not enough. Even a class action lawsuit won’t help the victims. Most of that money goes to lawyers.

Honestly, I don’t expect any of it to change until the penalties are so severe that major companies go under. Aka a corporate death penalty (which the US used to have). But even then, good software security is extremely hard. Almost everyone screws up something.

[–] [email protected] 4 points 7 months ago

I agree in full!

I’ve thought quite a bit about corporate funding of the fediverse. The only possibility good way that I currently see is if there’s a not-for-profit acting as a middle man to dispense the funds. And that not-for-profit can’t voice opinions on how the fediverse is developed. Even this is wishful thinking.

I’ve actually given thought to creating this non-for-profit but I don’t really know how to get started or get attention for significant donations.

[–] [email protected] 16 points 7 months ago (3 children)

Well this confuses me. I’m only aware of upvotes and downvotes. What do the 4 colors mean? And what do the left and right arrows mean? Arrow size?

[–] [email protected] 2 points 8 months ago

TST = Tree Style Tabs STG = Simple Tab Groups

[–] [email protected] 5 points 8 months ago (2 children)

Sidebery provides this functionality as well. Don’t get me wrong. If you like TST and STG, then enjoy!

[–] [email protected] 5 points 8 months ago

Sidebery And userchrome.css to hide the default tab bar

[–] [email protected] 4 points 8 months ago (4 children)

Gotta check out Sidebery. It’s a big upgrade from TST

[–] [email protected] 4 points 8 months ago* (last edited 8 months ago)

The simplest way is certainly to use a hosted service like GitHub Pages. These make it so easy to create static websites.

If you’re not flexible on that detail, then I next recommend Go actually. You could write a tiny web server and embed the static files into the app at build time. In the end, you’d have a single binary that acts as a web server and has your content. Super easy to dockerize.

Things like authentication will complicate the app over time. If you need extra features like this, then I recommend using common tools like nginx as suggested by others.

[–] [email protected] 2 points 8 months ago

Absolutely a good perspective on the surrounding infra! I fully agree. Thanks for sharing.

[–] [email protected] 13 points 8 months ago (3 children)

An interesting discussion! You’re probably right about most Lemmy instances. But it’s entirely possible that some instances are running a modified version of Lemmy that collects more data. And only those admins will understand why. They could sell it as easily as any company.

You need to trust your service providers or accept what they’re doing.

[–] [email protected] 8 points 8 months ago

I can agree that crisp, cold air has a taste sometimes. But I would never describe it as milky. To be fair, I’m not sure how to describe sooo

[–] [email protected] 3 points 8 months ago

I recently dug into this because I accidentally trashed my wife’s OS which was encrypted with bitlocker. PITA btw and I couldn’t beat the encryption

Bitlocker encryption key hash is stored in 2 possible places. First is an unencrypted segment of the encrypted drive. This is bad because it’s pretty easy to read that hash and then decrypt the drive. The second place is on a Trusted Platform Module (TPM) which is a chip on the motherboard. This is better because it’s much more difficult to hack. It can be done but requires soldering on extra hardware to sniff the hash while the machine boots up. Might even be destructive… I’m not sure.

Either way a motivated attacker can decrypt the drive if they have physical access. For my personal machines, I wouldn’t care about this level of scrutiny at all.

Anyways you can see if any open source solutions support TPM.

view more: ‹ prev next ›