Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MA
Posts
59
Comments
681
Joined
2 yr. ago

  • This is very unfortunate.

    But surely this is because Arabs are inherently savage and backwards, and has nothing to do with all the wars and bombs that created the worse humanitarian crisis of the century. (sarcasm)

  • Command+C on Mac books work, yes, But that still means inconsistencies across different platforms. I am forced to use macos for work, and I try to unify my shortcuts across the two platforms. Otherwise it's disorienting using my personal computer after a day of work

  • That's a valid point. I already have a similar but not exactly the same problem when I move between linux and macos, where the shortcuts don't really match or work.

    The difference between ctrl+C on the browser and ctrl+C on the terminal already disorients me. I'd rather the shortcut work the 99% of the time I'm on my own machines.

    I think I'll just have to really keep this in mind when not using my own machine.

  • My fear with Haskell is that I will end up trying to learn category theory, which will be a much bigger time sink. But I suppose it is the natural next step.

    Thanks for the pointer on the module system! I'll study that next.

  • You can create a key pair that is specifically just for this kind of backup transaction.

    To limit its affects, create a user and group on each of the devices that are highly restricted.

    This is actually the most secure solution that doesn't require an interactive password prompt. The passwordless key only serves this one purpose and has small attack surface.

  • From my understanding, the issue is you can't run them as background script because it is promoting you for the passphrase of the ssh key?

    The easiest way to solve this is to use a ssh key that has no passphrase. Yes it's possible and it won't prompt you for it. Whenever you create a key, it asks you to enter a passphrase. If you hit enter without entering anything, there's no passphrase.

    But if you just don't want ssh at all, you can use rsync daemon. Someone else mentioned it here. It's not as hard as they said, especially if you're in a local network where you're fine without encryption.