logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: a2cf2c1e3569c1ec642a35fae91ae5a77d1beaa5
parent 94d4ff1de66cf6c960ecaa44d6f554a599644c3f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 18 Apr 2021 10:50:49 +0200

notes/computing-truths.txt: Names

Diffstat:

Mnotes/computing-truths.txt4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/notes/computing-truths.txt b/notes/computing-truths.txt @@ -60,6 +60,10 @@ I would love to be proved wrong or shown doubts on any of this, thanks a lot if ## Git - You can rewrite history (git-filter-branch, git-rebase, git-reset, ...) +## Names +- Consider using something comparable to tag URIs (RFC 4151) to avoid having a namespace that can get conflicts or be burned +- (Human) names are weird, verify any assumption you can have and then still use some doubt. I wrote <https://hacktivis.me/articles/real%20names> for a reason. + ## See Also I would also highly recommend watching https://www.destroyallsoftware.com/talks/ideology which has: - Functionnal Programming can be efficient enough