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/)K
Posts
6
Comments
74
Joined
3 yr. ago

  • Dark city games looks like a very simple BSG, I can see the same mechanics with the deck playing some random cards that can pollute the votes. I’m definitely getting one of these, thanks!

  • Thanks, I see!

  • Thanks, this is more clear, I had definitely misunderstood the conflicting objective part, thinking you may even get infected and switch side.

  • Thanks for the detailed answer!

    I have checked Horrified, but it seems this is different than BSG. As someone else said, I think I have misunderstood the conflicting objectives. In BSG there are 2 sides and you hide what side you’re playing on. Also you may turn evil mid game (maybe like the insane variant). So at any point in the game, you may never be sure who to trust or not.

    For Nemesis, I didn’t think the time to setup/breakdown/teach would be so long… Well this seems this is not the BSG alternative I was looking for. The game looks really nice and I had never heard of Tabletop Simulator, so I’m definitely going to give it a try. Thank you!

  • The last one with the text parallax looks really great! Thanks for sharing

  • Why the need to encrypt on Dropbox? Shouldn’t KeePass be secured enough by itself?

  • Does anyone know what wallets are affected by this?

  • I’ve just checked it, but it seems the 2FA is only available with the paid subscription. Or am I misunderstanding something?

  • I see, thank you.

    For now I went with the cron dump and the rclone. The only issue with this setup is that I can’t monitor the database dump easily. Thus, if the dump fails, borg will just backup the failed dump…

    As for the VPS, of course, ideally, it’s secured enough. But as it is said, if the server is exposed to the Internet you cannot be sure of anything…

  • I was talking about this: https://torsion.org/borgmatic/docs/how-to/backup-your-databases/

    If you're using MariaDB, use the MariaDB database hook instead of mysql_databases: as the MariaDB hook calls native MariaDB commands instead of the deprecated MySQL ones.

    But I guess this is basically a mysql dump reading from stdin

  • Thanks pull mode is exactly what I was looking for!

  • Thanks for the clarification about the repositories!

    If I understood correctly, I should run a cron on the VPN that dumps the DB and encrypts it. Then borg only has to get the dump and archives it.

    Also what is the reason not to use the mariadb tool provided by borg? It looked interesting because of the data stream.

  • Thanks, indeed, restic looks interesting!

    For now I don’t have much use for the deduplication as every servers are hosting different data.

    One drawback I can see is the memory usage. My raspberry only has 2GB I’m not sure if this is going to be an issue. Currently the data I need to back up are around 100GB.