We kinda do, with GPS satellites that have to correct their clocks due to the effects of gravity and speed
And communication with space probes
I use 24h clocks and ISO 8601 dates almost always
Honestly, I’m better at organizing code than I am my actual life
Timezones make intuitive sense for humans
UTC / Unix timestamps make intuitive sense for computers
The issue is bridging the gap
It’s an explicit “opt-out” by the OP, such that their content cannot (legally) be used to train LLMs or such (Chat GPT, Github Copilot, etc)
Well, that’s what I assumed until i read the license terms. It doesn’t explicitly mention AI or LLMs, but it does say
You may not use the material for commercial purposes
Which i assume has the same limitations for AI training, for commercial AI
(I am not a lawyer)
While i also disagree with python’s tendency to use exceptions as control flow
Python is a pretty stellar scripting language. I wouldn’t use it for app dev, but it’s quite handy for the odd automation or CLI task
I mean, you just need to look at the conflicting files, fix up the code, then stage those changes and pop a new commit
There’s no “special” merge conflict resolution commit “type”
As for fixing the code itself, I usually look at what changed between both versions, and then re-author the code such that both changes make “sense”