• 1 Post
  • 24 Comments
Joined 1 year ago
cake
Cake day: July 16th, 2023

help-circle



  • Technically you can do everything through email, because everything online can be represented as text. Doesn’t mean you should.

    PRs also aren’t just a simple back and forth anymore: Tagging, Assignees, inline reviews, CI with checks, progress tracking, and yes, reactions. Sure, you can kinda hack all of that into a mailing list but at that point it’s becoming really clunky and abuses email even more for something it was never meant to handle. Having a purpose-built interface for that is just so much nicer.
















  • i don’t understand how i connect the pc to the domain.

    Yeah, that’s the part where I think there’s some misunderstanding. You don’t “connect” the server to your domain. Instead, there is a Nameserver (most run by your registrar, GoDaddy) that hosts a list of DNS records, that you can edit, which point to IPs. So you need to edit those to point to your public IP (or set up stuff like DynDNS if your IP isn’t static) and once that’s doneand the port forwarding is also set up properly in the Fritz!Box you should be able to connect.

    That said, what’s wrong with VPN? Particularly if you’re using Wireguard VPN, which was recently added to Fritz!Box, there shouldn’t be any performance differences. Plus, it would be safer than exposing services to the whole internet, doubly so if you’re not a networking expert.



  • From my experience the “default” experience, which is Docker Desktop, is a pain, due to what you described. In particular, Linux containers and Windows file permissions just don’t mix well.

    Other than that, there’s three options:

    1. Docker Desktop, but used from WSL 2. This seems to be the cleanest solution nowadays. Never personally used it though. Officially supported.
    2. Installing Docker inside WSL 2. Configuring this correctly is a bit of a pain and not really supported AFAIK.
    3. Installing Docker in a VM, using the integrated Hyper-V functionality for example. The least amount of integration, but most reliable.