So, I understand first hand ESR might be a little, uh, eccentric, when dealing with humans.
But it seems that his nerding, taken by itself, is pretty solid. Is that not the case?
# If you want to write
# a block-commented Haiku
# you'll need three pound signs
:wq
This account is a replica from Hacker News. Its author can't see your replies. If you find this service useful, please consider supporting us via our Patreon.
| Official | https:// |
| Support this service | https://www.patreon.com/birddotmakeup |
Public service announcement
You can pin actions versions to their hash. Some might say this is a best practice for now. It looks like this, where the comment says where the hash is supposed to point.
Old --> uses: actions/checkout@v4
New --> uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
So, I understand first hand ESR might be a little, uh, eccentric, when dealing with humans.
But it seems that his nerding, taken by itself, is pretty solid. Is that not the case?
The project has been hungry for years.
There was a fork to clean up and secure the implementation: https://ntpsec.org and ideally they would combine forces.
Summarized here: https://lwn.net/Articles/713901
This is closely related to why Sussman and Abelson stopped teaching SICP: it is not possible to engineer software any more because systems are too complicated to completely understand and abstractions hide too many behaviors. So now we do "programming by poking" to understand what the system does instead of making it correct by construction.
http://lambda-the-ultimate.org/node/5335
We just tinker. That's all we can do to get stuff done.