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/)H

HappyRedditRefugee

@ HappyRedditRefugee @lemm.ee

Posts
0
Comments
33
Joined
3 yr. ago

    1. Decide on a random N and what tails (even) and heads (uneven) mean.
    2. Each party generates a random number
    3. Combine the numbers with a conmutative operation of some sort, the harder the operation the better.
    4. Take the hash N times. (Can be done independently by each participant)

    (4.5) optional: for extra robustness, do some hard-to-calculate transformations to the result of 4. (Can be done independently by each party)

    1. The final result is either uneven or even === coin toss. (0 will be treathed as even*.*)

    This is not infalibe, one party could get all the numbers a precalculate a answer to get a specific result but they will need to randomly try numbers. adding some timing constrains, using big numbers and hard operations would make that sort of attack not really practicable.

    Nice question, had fun thinking about it!

  • Either you run the RP in the VPS and point to the ips on your server or you run it on the server and access it like you are accessing Jellyfin.

    Easiest option is a container with Nginx proxy manager (imo) with NPM you can get free let's encrypt certs, but be aware, in case you want automated certificates, NPM will need to run on the machine pointed to by the DNS (in your case, your VPS I guess)

  • People stop buying things because they've detached from social media

    What do you mean by that? Social media is quite popular.

  • First time I hear that, happend to you?

  • Tho I support gun ownership, this guy has no business owning a gun

    "If you are a [in my perception] a communist, you don't wanna step on my lawn" === "If I don't agree with you, I'll shoot you"

    Plus anyone saying "communist states" is definetly fallen victim of right wing propaganda and haven't even take the time to research what communisim is. Even the US left political wing is quite capitalisitic.

    Just a bunch of bad "arguments" bagged up with slapsticks words which he doesn't even know the meaning of.

  • I wouldn't eat something that could kill me, but I def will ingest something like that. But hey that's just me.

  • At the very least, you need to keep an eye on it. Just seeding can be insufficent because of speeds, competition and popularity of things you download.

    Is it a lot of effort? Probably no but in my case any effort is too much effort. Is just not my thing. I admire the spirit but I don't have it in me.

  • I just don't have the time for it or well, I do, but I don't wanna put effort into mantaining ratios and whatnot. I have stuff to do that I enjoy more than be part of a internet club.

    But that's just me.

  • We have something like that here too: MOIA in Hamburg.

  • Proxmox for the the hosts, Debian cloud imagen for the VMs and docker inside

  • I dont know. 😆 im really just trying to get it in case -for example- of needing to advice someone in such a case :) my confusion probably comes from the fact that I have never host anything outside containers.

    I still see it a bit diferent. A well structured container structure with configs as files instead of bare commands, back up volumes would be the same effort... But who knows. Regarding the rest like proxies, well you do not really need one.

    Thanks taking the time to explain you point tho!

  • Yes, but doesn't that also apply for a machine running bare git?

    Not containers also adds some challenges with posibly having dependecies problems. I'd say running bare git is not a lot easier than having a container with say forgejo.

  • Is running a docker container a lot of overhead?

    Ernestly asking, since my opinion is skewed cause im use to running containers.