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.

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

help-circle




  • You’re probably right. I’m not sure if it’s a good idea to walk close to the edge with things like this, though. Every update to the detection model could change things and get them in jail… So I certainly wouldn’t play a cat and mouse game with something that has several years of jailtime attached… But then I don’t really know the thought process of the average pedo. And AI image detection comes with problems anyways. In the article they say it detected 6 million pictures already. While keeping quiet about the rate of false positives. We know people have gotten in serious trouble for (false) claims. And I also wouldn’t want to be the Fediverse admin who has to go through thousands of flagged pictures and look at them and decide which is which. With consequences attached… Maybe a database of hashes would be the only option. That doesn’t detect new pictures, but at the same time it comes without flase positives and you can’t draw conclusions from hash values.





  • 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
    2 days 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
    2 days 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
    2 days 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)