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/)ST
Posts
3
Comments
80
Joined
2 yr. ago
  • Short answer, yes.

    Longer answer, it's a game of patience and learning patterns. You will die... a lot. If you don't like struggling for an hour, sometimes a few hours, on the same boss, then you probably won't like the game.

    It is more forgiving than Dark Souls though.

    I love the game. Learning those patterns and finally defeating whatever it is you're fighting is the reward.

  • The self hosted web interface tool I use called Pterodactyl Game Server Panel uses docker and iptables when it creates the game servers.

    I'm just trying to add some additional routing since I'm using wireguard.

  • Selfhosted @lemmy.world
    Statick @programming.dev

    Does this iptables rule cause unnecessary routing?

    I'm routing game traffic on my VPS via wireguard to a home server that has games hosted via docker.

    Setup is...

    VPS/Wireguard -> Internet -> Wireguard/Dockerized Games Server

    Now, my current config WORKS... however I'm curious if there is some unnecessary routing going on.

    VPS iptable rules (omitted PostDown)

     undefined
            PostUp = iptables -t nat -A PREROUTING -i eth0 -p tcp --match multiport --dports 61000:61100 -j DNAT --to-destination 10.0.0.3
        PostUp = iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
    
    
    
      

    Game Server (omitted PostDown)

    Here are the iptable rules on the game server and the --to-destination part is what I'm curious about...

     undefined
            PostUp = iptables -t nat -A PREROUTING -p tcp --dport 61000:61100 -d 10.0.0.3 -j DNAT --to-destination 192.168.1.14
        PostUp = iptables -t nat -A POSTROUTING -j MASQUERADE
    
    
      

    10.0.0.3 is the same machine as 192.168.1.14

    The reason I'm setting the --to-destination ip to that is because the docker rules that are created in the `Chain D

  • I've tried a ton, and DeltaChat came close, but there is no edit option for messages, since under the hood, it uses email. The apps on both iPhone and Android also had issues with notifications. I convinced a few family members and friends to use it and then had to convince them again to move to Signal. Lost a few of them in the process.

    The point of my story is to say... If you think you'll have a hard time convincing people to get off WhatsApp/Texting, just go to Signal. It is much more mainstream and at least it isn't Facebook.

  • Tech-savvy content creators, sure...

    Your average content creator that wants to make Minecraft videos? Unrealistic.

    I hate the monopoly Youtube has, but all of the federated alternatives have a learning curve the general public isn't willing to deal with.

  • For Marvel Rivals

    LD_PRELOAD='' fixed stuttering for me (but this also disables the steam overlay so you'll need to remove it to make purchases in game)

    SteamDeck=1 fixed crashes when booting the game

    Haven't tried the update since I'm away from home though.

  • I tried a few distros this year. Landed on vanilla arch using KDE Plasma. Love it so far. Unfortunately I do some hobbyist stuff with Fusion 360 and my friends and I started playing PUBG again so i need to boot into my windows partition for those.

  • Programming.dev Meta @programming.dev
    Statick @programming.dev

    Alternate theme subdomains are down

    Looks like all of the alternate theme subdomains are down. I'm assuming this is due to the maintenance but wanted to point it out just in case.

    https://t.programming.dev/

    https://p.programming.dev/

    https://a.programming.dev/

    https://old.programming.dev/

    https://v.programming.dev/

    Ask Lemmy @lemmy.world
    Statick @programming.dev

    Will Pine-Sol damage composite decking?

    Saw something about Pine-Sol being a "bug repellant" and people use it to clean patios/decks. I have composite deck boards and just want to make sure it won't damage them.