Just got it! Super excited

38
8
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearME
me_irl Now
Jump
me_irl
Final Fantasy 14's Yoshi-P says 'if the question is whether I was shocked' by the mixed reception to Dawntrail's story, 'the answer is no, not really'
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSX
    sxt
    Now 66%

    Certainly more engaging and cohesive than SB and yeah, we have to walk things back from EW. Overall I liked the story but the first half was a bit anemic. I think it would've benefited from playing up the competition/stakes of the succession some more - a bit more intrigue there.

    Definitely think it'll land towards SB where the story is hit or miss for people but the post patch stuff is really good.

    1
  • Music Monday - what have you been listening to?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSX
    sxt
    Now 100%

    I live right next to a venue that hosts concerts during the summer so there's no escaping hearing what's playing most of the time despite the special windows my apartment complex supposedly put in.

    A couple days ago they had someone doing some really nice instrumental guitar stuff which I'm always on the lookout for. Turned out to be Hermanos Gutiérrez and I've been really enjoying listening to their stuff since then.

    2
  • Linguistics
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSX
    sxt
    Now 90%

    That said I feel like when people are referring to whether or not something "is a word" they're referring to whether not is has seen historical/widespread usage, not "has somebody ever just decided it meant something, somewhere, at some point"

    17
  • Vulkan 1.3.286 Released With One New Extension
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSX
    sxt
    Now 100%

    Their logos are always great. Took a class on Vulcan in college and managed to snag one of these .

    Should probably wear it more often but it was probably too big for me even at the time

    13
  • Kia EV3 revealed as sub-£30k electric SUV with 373-mile range | Autocar
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSX
    sxt
    Now 100%

    A good step forward in terms of price but can we please get something smaller than an SUV. I would do strange things for a sub $30k hatchback EV that doesn't look terrible

    9
  • Amber - the programming language compiled to Bash
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSX
    sxt
    Now 100%

    I doubt the goal is to produce easily understood bash, otherwise you'd just write bash to begin with. It's probably more similar to a typescript transpiler that takes in a language with different goals and outputs something the interpreter can execute quickly (no comment on how optimized this thing is).

    30
  • I am attempting to follow this https://www.procustodibus.com/blog/2022/09/wireguard-port-forward-from-internet to forward traffic from a few ports on a public oracle vps to other ports on my local server through a wireguard connection. Currently I am doing this using rinetd, but I was looking for a more normal way of forwarding traffic. (Also looking to forward UDP traffic at some point.) After stopping rinetd, adding these rules to the public server's wg config ``` # packet forwarding PreUp = sysctl -w net.ipv4.ip_forward=1 # port forwarding PreUp = iptables -t nat -A PREROUTING -i ens3 -p tcp --dport 443 -j DNAT --to-destination 10.144.65.2:8443 PostDown = iptables -t nat -D PREROUTING -i ens3 -p tcp --dport 443 -j DNAT --to-destination 10.144.65.2:8443 # packet masquerading PreUp = iptables -t nat -A POSTROUTING -o wg0 -j MASQUERADE PostDown = iptables -t nat -D POSTROUTING -o wg0 -j MASQUERADE ``` and restarting the wg connection, I'm seeing traffic on the ens3 port but none entering wg0 via tcpdump. I feel like I probably have conflicting iptables rules saved https://pastebin.com/0eNwhNKM but I don't really know enough about whats going on there to fix it. I feel like its probably the wireguard-*-rule ones (created by pivpn possibly?) but I'm not sure. Edit way later: Ended up just using rinetd for the udp connections. Ubuntu doesn't include the latest version here https://github.com/samhocevar/rinetd which *is* able to do UDP connections. The docker container RxBrad suggested uses that version within the docker container to make the redirections so it will be roughly equivalent.

    10
    1
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSX
    Now
    2 60

    sxt

    lemmy.world