• 0 Posts
  • 79 Comments
Joined 2 years ago
cake
Cake day: August 4th, 2024

help-circle




  • OpenAI could direct anyone working at Astral to insert whatever they want

    This would be suicidal for the project if it ignores the community. the project would instantly risk forking and OpenAI losing the ability to influence the ecosystem direction.

    to your second point on needing contributors and infrastructor after a fork, while this is true, uv specifically has seen MASSIVE adoption both for hobbyists AND corporate interests. it has greatly simplified the overall python packaging experience. I would not be shocked if other corps began supporting a community fork if the main project went off the rails.

    Bun, another open source project, has been doing just fine under Anthropic nearly a year later. Until there is more concrete info on the direction this will take, the fear is MASSIVELY overblown. uv is quickly starting to hit critical mass adoption and may be too important for it to end up in a dumpster.














  • Axum@lemmy.blahaj.zonetoSelfhosted@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    2
    ·
    edit-2
    5 months ago

    For dynamic updating of dns, don’t use ddclient or cron scripts on the server. Instead use inadyn.

    Ddclient is more or less just dead/maintenance mode.

    also using cron scripts kinda sucks and is ugly.

    just use inadyn and spare yourself headache.

    You’d basically just add something like this to the inadyn.conf file

    provider duckdns.org {
        username         = YOUR_TOKEN
        password         = noPasswordForDuckdns
        hostname         = YOUR_DOMAIN.duckdns.org
    }