• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: April 27th, 2025

help-circle
  • francois@sh.itjust.workstoMildly Infuriating@lemmy.world🤔 Interesting
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    3 months ago

    This is not new for companies to make money on the internet using the work and information others made without compensation for the community
    Google search or stackoverfow did it long before LLMs, it’s just that the price is different, you pay with your attention spans instead of money
    I’m pretty sure that we’ll have freely accessible LLMs with ads baked in a way you can’t even see them at first glance (if they aren’t doing it already)

    What’s new with LLMs is that the information source is hidden, no credit is attributed for people that contribute to the community anymore







  • Exposing services over the public internet is not without risks, you might consider getting more knowledge before doing it

    Every service you expose should require authentication and may need to handle bots

    To gain knowledge about reverse proxies and dns without much risk exposure, you could start by setting up your custom domain name on your private tailscale network, here is an example of how you could do it

    Now if you really want to expose services on the internet because you have devices that you don’t want to connect to your tailscale network, you could use tailscale funnel, but only with your ts.net custom subdomain that they provide you, not with your own domain

    There is an open issue to support custom domains https://github.com/tailscale/tailscale/issues/11563

    I’m waiting for this to get resolved, in the meantime I have a vps with a reverse proxy connected to a tailscale container, that serves my services from my home network, so that I dont need a static IP or open a port in my home router