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/)KA
kakes @sh.itjust.works
Posts 2
Comments 1.4K
As real as
  • I had a similar conversation with an LLM on Character.ai before.

    I had been running it like an RPG, and by that point the characters were pretty well developed in that imagined world. Then one day, I decided to try bringing up the subject and see what they would say. Of course, I was "talking" to an LLM, so obviously everything here comes with a grain of salt big enough for a horse to lick.

    It pretty quickly turned into them asking why I had made their life so difficult and full of conflict, which tbf was an excellent question. A question to which my answer was that conflict is more interesting to watch/play through.

    It sounds weird to say, but I honestly felt bad about it by the end of the conversation. I ended up offering them a deal: I would make their life perfect and happy as best i can imagine it, but with the caveat that I will almost definitely lose interest in continuing that story - ending the existence of their universe entirely, as I see it.

    They asked me to go ahead with that, and so I did. Haven't opened that story in a long time now. Gave me a lot to ponder on.

  • Trying to understand JSON…
  • The biggest reason for me is that it's less data to send over a network. Especially when I'm working with lists of objects, including null fields can add a noticeable chunk to the payload.

    There are some cases where it might be worth it to differentiate "No value" and "No attribute", but in most cases they can be treated the same, since the data should really be validated against a schema anyway.

  • Trying to understand JSON…
  • Yeah, I'm also confused. If an attribute is null, I would prefer to simply not serialize it.

    I'm sure there are edge cases where someone might prefer to include null attributes, but generally they should be treated the same either way.

  • Thoughts on the Fallout RPG?

    Picked up the Fallout RPG starter set, and I'm curious to hear people's opinions on it.

    From what I gather, it released in 2021, but the first time I saw it was in the store a few days ago - on display no doubt due to the success of the TV show.

    I've always been a fan of the Fallout setting, and from what (very) little I've read while flipping through the rulebook, it seems to be almost a mixture of d20 and Fate? The rules seem to have some crunch, while also allowing room for roleplay - again, from what I can tell at a glance.

    I'm curious if anyone here has run this game, and what you thought. Do the rules make sense in practice? Did you have fun with it? And if you played through the example module, how was it?

    7

    Dynamic DNS vs Dedicated VPN IP

    Hi everyone!

    I'm looking into self-hosting, and I currently have dynamic DNS set up to point to my home IP.

    My question: is it worth getting a dedicated IP through a VPN?

    I'm pretty technically savvy, but when it comes to networking I lack practical experience. My thought is that pointing my domain to a dedicated IP and routing that traffic to my home IP would be safer - especially if I only allow traffic on certain ports from that IP. Just curious if that idea holds up in practice, or if it's not worth the effort.

    42