A software developer and Linux nerd, living in Germany. I’m usually a chill dude but my online persona doesn’t always reflect my true personality. Take what I say with a grain of salt, I usually try to be nice and give good advice, though.

I’m into Free Software, selfhosting, microcontrollers and electronics, freedom, privacy and the usual stuff. And a few select other random things, too.

  • 3 Posts
  • 892 Comments
Joined 5 months ago
cake
Cake day: June 25th, 2024

help-circle


  • I think rolepley with LLMs is fun. They’re surprisingly creative and cabable of describing fantasy settings. Though, it doesn’t really compare to D&D. I mean first of all your friends are missing and so is the pizza, so it’s a different experience altogether.

    And the LLMs are more invested in the storytelling. They don’t strictly adhere to the rulebook. And they don’t do the calculations and dice rolls correctly. They’ll decide to push for a resolution, happy ending or whatever they deem fit. And it’s not a fair game that feels like encounters are settled by the character’s abilities. It’s more storytelling tropes being the deciding factor. And I believe I’m missing a proper story arc… So I think it’s fun, but not D&D.



  • every time I find myself trying to browse enclosures without having an account and they simply won’t allow me to browse much before prompting me to sign up or subscribe to view more.

    Yeah, like Pintrest and Facebook an a lot of services these days. I avoid those like the plague. That’s enshittification and for the users: living within small confined spaces. Though, that’d get me started babbling about freedom and starting the technobabble on how the internet is supposed to liberate information, and not confine it…

    as simple as them being open and ad-free

    I generally recommend uBlock to my friends. With that, 90% of the internet is ad-free. And I don’t mind watching the advertisements itself… It’s (again) the other things that come with it. The tracking, selling of data, being an object to the ad selling algorithms…

    I can’t help but immediately proceed to the technobabble… Maybe with a few exceptions. I could explain why it’s stupid to watch 2 ads before each Youtube video.



  • I think this is good advice, but has some caveats. If you skip the technobabble and politics about free (as in freedom), what’s left? If it’s just a platform that feels more complicated to sign up, because you have to learn about instances and it’s not clear which one you want, plus your friends aren’t there, plus it’s just 45k users total instead of a lot…?

    I mean we then need some positive thing. For all I care, we might call it detox. But what’s the detox? We’d need something like a substancially better (healthier/more welcoming) culture, less posts that make up for that with quality… And I’m not 100% sure we’re there… Feel free to disagree or comment on my perspective… I mean the atmosphere here is nicer than on Reddit. But not radically different, in my opinion.












  • hendrik@palaver.p3x.detoSelfhosted@lemmy.worldMatrix coturn issues
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    21 hours ago

    Check your indentation. I’m not sure if Lemmy is messing with that, but there seems to be an additional erraneous space before turn_username and password in your config. And the dash should (I guess) be indented two spaces further than the previous line and then one space after the dash. I’m not sure if it’s that.


  • hendrik@palaver.p3x.detoSelfhosted@lemmy.worldMatrix coturn issues
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    21 hours ago

    Alright. I believe that means you need to fix your DNS.
    turn.domainexample.com” is pointing to a different server, and not the one running coturn.

    Do you use Cloudflare as a DNS provider? I mean I don’t know how that works, since I’ve never used it… But judging by the following documentation: https://developers.cloudflare.com/dns/manage-dns-records/reference/proxied-dns-records/

    I believe you need a dedicated record for the turn subdomain that’s not “Proxied”, but “DNS only”.

    But(!) there seems to be a caveat. There is a note on that page, saying: “If you have multiple A/AAAA records on the same name and at least one of them is proxied, Cloudflare will treat all A/AAAA records on this name as being proxied.” I believe that means you can’t point one of the subdomains directly at your VPS. At least not with Cloudflare DNS.

    Edit: I’m not sure though, why putting in the IP address doesn’t work… I think that should work. I’m not sure what Dendrite does in the background. Have you added the correct secret or username/password and set the correct transport type (TCP/UDP)? Maybe you could add the port number if it’s non-standard…


  • hendrik@palaver.p3x.detoSelfhosted@lemmy.worldMatrix coturn issues
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    22 hours ago

    Once the TURN testing tools I linked, work with the domain name: You should be able to fill out the turn section in config/dendrite.yaml with that. It should be something like turn:turn.domainexample.com?transport=udp.

    Maybe your DNS isn’t pointing to the correct IP? You could try pinging it, or use the command dig A turn.domainexample.com and see if it returns the correct IP for the VPS.

    (Edited)