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/)CF
Posts
30
Comments
1,053
Joined
2 yr. ago

  • reminds me of SpinTires.

    Though I think it's interesting having an exploration video game centered around cars. Like Link can scale those mountains just fine. Curious how they make digging a car out of the mud a fun and not frustrating experience.

  • One thing to note that I just learned!

    If you rsync over a network, you need to be careful. While you might sude rsync -a to maintain file ownership on the sending side, the receiving side will not be a superuser and therefore will be unable to make files owned by other users.

    If you add "--rsync-path "sudo rsync" in the ssh version of the command, it'll tell the receiving side to use sudo which will allow it to maintain file ownership when storing the files.