Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JS
Posts
20
Comments
762
Joined
2 yr. ago

  • I think rsync rclone is the correct tool to meet your needs. I'm not good with it so I can't help with the specifics.

    As for sharing, you can manually pick a folder to share and give the link out as you please

  • Air Force Secretary Frank Kendall told senators on Tuesday at a hearing on the service’s 2025 budget that he will enter the cockpit of one of the F-16s that the service has converted for drone flight to see for himself how the AI-controlled plane performs in the air.

    “There will be a pilot with me who will just be watching, as I will be, as the autonomous technology works,” Kendall told the Senate Appropriations Committee defense panel members. “Hopefully neither he or I will be needed to fly the airplane.”

    Doesn't this defeat the purpose of the drone? I thought the big advantage for AI/drone fighter jets was that it isn't limited by the humans inside (in regards to G forces and life supporting systems, not in regards to targets)

  • I highly recommend using Docker/Podman, even though you say you don't want to. It is trivial to start up a new service using docker-compose once you get the basics down.

    host:container when specifying ports or directories in the compose YAML (e.g. 58333:8080 will route the container's port 8080 to the host machine's port 58333.