• 8 Posts
  • 68 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle
  • They’ve checked in my code in their own repository, using an automated tool that keeps track of its origin so they can still check for updates. (The build tool knows to check this directory before trying to pull in dependencies from elsewhere)

    One benefit to them is that their build won’t break if I decide to delete that specific repository (see also: the left-pad incident) or do silly things with version tags (deleting versions, or re-tagging a different commit with the same version number, that sort of thing).

    But more relevantly for this thread, it also means that if I release a new version and they upgrade to it, the PR on their repository won’t just be incrementing a version number in go.mod and adding an unreadable hash to go.sum: the diff will show all the changes I’ve made since the version they previously used.














  • I assume it’s because the traffic laws were written so that it’s illegal for a driver to do certain things. If so, owners of driverless cars could (at least theoretically) fight the tickets in court due to the lack of a driver to ticket?

    If I were a judge I’d be tempted to consider the driver to be the person (or company) that caused such a car to drive on the public street, despite them not necessarily being inside the car at the time of the offense. After all, at some point in this process a person was involved even if it was someone at the manufacturer activating a “drive to the person who bought you” feature. (If it was an AI, then whoever created the AI and allowed it to do that, etc.)

    But then again I have no legal training whatsoever, so perhaps that ruling would get me kicked off the bench or at least overruled on appeal :þ.