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/)AN
Posts
4
Comments
325
Joined
2 yr. ago

  • I disagree with one of their points

    Network firewalls can also be configured to deny inbound and outbound traffic to and from the physical interface. This remedy is problematic for two reasons: (1) a VPN user connecting to an untrusted network has no ability to control the firewall and (2) it opens the same side channel present with the Linux mitigation.

    Sure, they can't control the network firewall, but why would you do that when you can change your local firewall? Set an iptables rule to drop all traffic going out the physical interface that isn't destined for the VPN server. I'm 70% sure some vpn clients do this automatically.

  • Interesting, interesting, so by that logic it's fundamentally impossible for a country to have inadequate rail service and all rails are of equal quality? I'll be sure to let everyone know they can cut all funding because none of it matters.

  • Not sure if you're making a joke, but windows kill birds because they're transparent and birds fly into them not realizing it's there. The rest of the building doesn't really kill birds because they won't fly into it.

  • I disagree. DM's always have the ability to put in their own choices and, in this case, room descriptions, regardless of what a module says. But that is work, and one of the things you buy a module for.

    To make an extreme example, imagine I sold a campaign module called Blank Slate, where every page just says "and then you decide what happens next" and "decide what rooms are in this dungeon and what monsters are there."

  • That's awesome, reminds me of one of my favorite scenes from the Bourne movies. Bourne knows some agents are coming after him to the building he's in, so he picks up a phone, calls the police and says "I heard gunshots, I think they're Americans" and then throws the phone against the wall, fires a few random shots, and leaves. The police then catch the agents sneaking up to the building and arrest them.

  • One caveat I'd want to note is for the underlying methodology that uses:

    As this study by Joseph Bonneau attests, people frequently choose common phrases in addition to common words. zxcvbn would be better if it recognized "Harry Potter" as a common phrase, rather than a semi-common name and surname. Google's n-gram corpus fits in a terabyte, and even a good bigram list is impractical to download browser-side, so this functionality would require server-side evaluation and infrastructure cost. Server-side evaluation would also allow a much larger single-word dictionary, such as Google's unigram set.

    As another example, the passphrase "This password is good" is claimed to take centuries to crack, but if the search space were narrowed down from a sequence of words to grammatically correct sentences, certain passphrases would be much weaker than this would show.