I fed an LLM a journal entry asking it specific questions about different problems I’ve have been facing and after the long discussion, it told one thing that resonated with me:
“perfectionism is surgical and not blanket”
~ updated at: 2025-07-19T17:30:02.527Z
TIL: golang has a sort package that has sort string method.
and the strings will be sorted by alphabetical/lexicographical order.
…an alternative way (and a much better way) is using the slices package and calling slices.Sort()
which is agnostic of the data type.
~ updated at: 2025-07-19T11:44:06.798Z
I found this tweet from naval:
Technology will eventually have to drive human evolution (embryo selection, gene editing).
Otherwise, our technology will evolve faster than our biology and lead to Paleolithic humans facing Neolithic stressors.
it does link to the idea of the great filter and this statement popped into my head immediately after:
the great filter is just stressors in different costumes
~ updated at: 2025-07-19T04:28:28.687Z