• 1 Post
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle



  • Yes, but the special thing here is that OpenAI, which has a lot of shared stakeholders with Reddit, has already trained their models on its data, so they might have an interest in turning it off for the other companies. Also, they might be in a better position to negotiate with Reddit for special access to the data than smaller companies.

    It’s a pretty wild theory, but interesting nontheless.



  • Ugh, internet providers are annoying. Why is stuff like that even legal.

    For situations like this I’ve had success with Shadowsocks, which you can combine with Wireguard, and run over Port 443, here’s a guide.

    You could also try if it’s sufficient to just run vanilla Wireguard over port 443.

    Edit: One issue you might run into with Shadowsocks is that combining it with Wireguard is not possible on mobile AFAIK.



  • Not possible yet. The devs said it may be coming in the far future. kbin supports this, but it’s a bit buggy still and is not yet compatible with Lemmy. I’m considering switching once they turn on federation (so that you can join Lemmy communities from there and vice versa).

    This is all still a bit early still, unfortunately. Though I’m sure now that so many people are here development will accelerate significantly.

    Edit: People on Mastodon can reply to Lemmy conversations, though. And we can see their comments here.











  • I don’t really understand the problem here. Do these routers each have their own internet connection? Why can’t you just attach whatever device you are using to host stuff to one of them, configure your router for port forwarding, and be done? To get a domain name for free, you can use https://www.noip.com/.

    If that mysteriously doesn’t work, you might want to investigate if your internet provider uses CGNAT (mine does). In that case, you might be able to contact them so they’ll turn it off for you. I don’t know about Germany, but in Austria they have to comply with your request, by law.

    If you can’t do that or don’t want to expose your device to the internet directly, you have other options depending on whether you want your stuff to be public or not. For private services setting up WireGuard using wg-quick (on your Hetzner server) is really easy, reliable, and very secure. For public stuff, you might want to look at one of the services listed here. I recommend Cloudflare Tunnel, though it’s only meant for web stuff, no gameservers etc.

    Feel free to ask for more help if you need more details.