foonex

joined 2 years ago
[–] foonex@feddit.de 6 points 7 months ago

He is also great in Fight Club where Edward Norton beats him to a pulp.

[–] foonex@feddit.de 25 points 1 year ago (2 children)

Are you going fangless?

I would definitely go fangless. I have been bitten enough times. A bite might also transfer viruses. Nowadays I defang all my computers.

[–] foonex@feddit.de 4 points 1 year ago (1 children)

But then why bother to package the game for the distro in the first place?

[–] foonex@feddit.de 6 points 1 year ago (1 children)

Sorry, but you are mistaken. Joplin definitely encrypts data at rest if you enable end-to-end encryption: https://joplinapp.org/e2ee/

[–] foonex@feddit.de 52 points 1 year ago

Discord is not very privacy-oriented. We‘re in a privacy-oriented community here, so Discord should raise an eyebrow, not Signal, which is famously privacy-oriented.

[–] foonex@feddit.de 11 points 1 year ago (1 children)

There‘s no reason not to use both. For some things a GUI file manager is more convenient.

[–] foonex@feddit.de 8 points 1 year ago* (last edited 1 year ago) (1 children)

If in fact being listed in credits is that important, why wasn’t it in their contract?

Maybe because of the usual power imbalance between employer and employee? If there are enough other applicants, employers can dictate the terms. It‘s a bit like saying to a coal miner: “Oh, if not dying from black lung disease is sooo important to you, why wasn‘t that in your contract?”

“I see a lot of white knighting”

I hate this term. If you call people who care about injustices “white knights”, what do you call the people who go out of their way to defend injustices and take the side of the more powerful parties?

[–] foonex@feddit.de 1 points 1 year ago (1 children)

32 GB should be plenty of RAM for this scenario.

[–] foonex@feddit.de 2 points 1 year ago* (last edited 1 year ago)

tl;dr Duplicity does full or incremental backups, BorgBackup only does full backups but with deduplication.

After the first backup with Duplicity, you can choose to do an incremental backup which will only store the data that has changed since the last backup. This saves time and disk space but you have to do slow full backups regularly. See question 3 of the FAQ.

BorgBackup alway does a full backup. But it divides all data into chunks or blocks (don’t know what they call it exactly at the moment). It then hashes those chunks and stores them in a content-addressed storage layer. So it basically works like Git under the hood (plus encryption). If a chunk doesn’t change between backups it‘s already there and does not have to be stored again. A backup is always a full index of the data.

With today‘s fast processors and hashing algorithms, a backup with Borg should be just as fast as an incremental backup with Duplicity. If you ask me deduplicated backups are just plain superior.

Another tool that works like BorgBackup is Restic, which I prefer. Both are good choices that I would trust with my data.

[–] foonex@feddit.de 2 points 1 year ago

Do you know what takes up the space? Something like gdu or ncdu will help you analyze the problem.

[–] foonex@feddit.de 1 points 1 year ago* (last edited 1 year ago)

Great, I accidentally deleted my original comment because the Lemmy web interface doesn’t ask for confirmation when you click the delete button. And the buttons are so small on mobile that it‘s really easy to click the wrong button.

view more: next ›