• 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: July 7th, 2023

help-circle
  • leverage@lemdro.idtomemes@lemmy.worldThis is infininitivelivy worse
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    3 months ago

    Same happens every time I’ve tried to use it for search. Will be radioactive for this type of thing until someone figures that out. Quite frustrating, if they spent as much time on determining the difference between when a user wants objective information with citations as they do determining if the response breaks content guidelines, we might actually have something useful. Instead, we get AI slop.



  • Not sure if it’s actually feasible today, but in the future when all the Internet routing and consumer devices are compliant, something something ipv6 has enough address space for every device many times over to have a unique address. I’m guessing there’s still too many links in the chain that won’t be setup for ipv6 to work, but it’s worth your research.

    Probably more realistic to work out the complication you’re concerned about with reverse proxy and a VPS + VPN.



  • leverage@lemdro.idtoSelf-hosting@slrpnk.netStarlink with self hosted?
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    2
    ·
    3 months ago

    Just use a dynamic dns service and expose the stuff you need to access publicly, publicly. If you want to be extra careful, or secure services that otherwise have no security, your reverse proxy should be able to forward auth, which forces people to login before the request is handled. This gives you a single point of security failure again, which I’m not seeing as any different from whatever you’re thinking about with wireguard and a vps. You can also selectively configure which services use forward auth, which are fully public, and which aren’t accessible outside of LAN addresses. This would give you the option to use something like Tailscale for your private stuff when away from home without having to use the forward auth.