Skip Navigation

Posts
15
Comments
229
Joined
2 yr. ago

  • This quote from your article does nail the problem on the head though.

    It nails a different problem on the head.

    You don't have to convince the US government to allow you access to classified information, you just have to convince a lawyer that their (possibly non-US) client won't be liable in case you are lying.

  • First of all, saying "based on their country of residence" is either grossly uninformed or (most probably) plain dishonest.

    Ignoring that, the GPL-freedoms of companies subject to sanctions are still preserved, so.... having established that your "free" is not the same "free" as in "free and open source software", what the hell are you talking about?

  • Finland was invaded by Russia before WWII, then participated in a campaign against Russia with the Axis powers and finally signed the Moscow Treaty with Russia and the UK and joined them against Germany.... I fear history is more complex than what may serve your simplistic view (I'd go to far as to say that, most probably, reality is too).

    Also, if I may, that happened some 80 years ago... do you think current Finns should be ashamed of that when they were not even alive back then? Can you name a nation that didn't do anything shameful in the last century?

  • Permanently Deleted

    Jump
  • It's a guy babbling about an anonymous website with the same-old stuff against Stallman, and how that is part of a conspiracy to harm free software.

    I watched it (most of it) despite having formed my opinion on the quality of that DistroTube channel a while ago... you might want to be wiser than me and do something else with your time.

    PS:

    Before you put me in the pro-Stallman faction, let me clarify that I think the FSE (non the FSFe - BTW you should change your name guys) is largely irrelevant and so I've never investigated the allegations to Stallman enough to take a stance pro or against: I do not care.

  • I must say, this whole shitshow has been pretty funny to watch :)

  • One way or another, if you want to run an application you are gonna need its dependencies (the key is the name)... they may be bundled into an appimage or come as part of flatpak ruintime, or be confined inside a container, or live in the nix store, but they will "bloat" your system anyway.

    Learn how to cleanup your system (ie. uninstall all packages that are not needed by others that have been requested explicitly) and live a happy life. Only bother with other solutions if the software (or version) you need isn't available for your distro.

  • The main difference is probably that I have a desktop PC rather than a laptop (plus, a few old hard disks lying around).

    I think I'll keep the local replica even when I'm finished reorganizing the library: the local copy doubles as a backup and I must say I am enjoying the faster access times.

  • I also read that drives should not be spun down and up too often, but I think it only matters if you do that hundreds of times a day?

    Anyway, the reason I spin down my drives is to save electricity, and... more for the principle than for the electric bill (it's only 2 drives).

  • I am amazed at the achievement, and even more amazed at how much people can cheer at anything like madmen.

  • Never heard of it.... OMG that must be the worst name for a backup solution! :D

    It reeks of abandoned software (last release is 0.50 from 2018), but there is recent activity in git, so... IDK

  • Yes, Syncthing does watch for file changes... that's why I am so puzzled that it also does full rescans :)

    Maybe they do that to catch changes that may have been made while syncthing was not running... it may make sense on mobies, where the OS like to kill processes willy-nilly, but IMHO not on a "real" computer

  • OP, I forgot to say! There are specific communities dedicated to self hosting and/or home labbing (eg. !selfhosted@lemmy.world), you may want to participate there

  • Yes, and computers people have laying around are most probably not outdated enterprise servers that draw 120w at idle :)
    (if anything, that's something a newbie self hoster may buy since they are cheap and look cool)

  • Cheapest? Use someone else's hrdware (or "borrow" it) and set it up at work/school/friend's house/cafe. Free hardware, free connectivity, free electricity.

    More seriously, set everithing up on whatever spare old computer you have at hand (or use a vm running on you pc). You should not start with buying hardware.

  • The ones I added recently are all git-related (one key for signing and I started using different keys for codeberg, gitlab and github)

  • I did add a bunch of new keys to my ssh agent... this might really be it!

  • Now that's a neat idea! (not sure I'll ever implement it though: having passwords on my ssh keys is already enough of a hassle, plus having provisioning and scripts ask for password is a PITA)

    Anyway, I was just trying to authenticate with a password, like we used to back in the day :)
    (it's only for install isos or freshly installed systems that I've not provisioned yet - everything else requires a key).

  • How would that improve security when all a bad actor has to do is add -o PubkeyAuthentication=no on their side?

    Also, I'm pretty sure it used to just ask for a password?