Addittions

This commit is contained in:
Nathan Anderson 2025-10-03 22:22:17 -06:00
parent 723fda29f2
commit dfb1bf4ee5
3 changed files with 23 additions and 1 deletions

View File

@ -9,3 +9,20 @@ Spotify
normie normie
syscall syscall
syscalls syscalls
aspell
catppuccin
cli
config
formatter
Foss
fosscat
Gitea
Gokarna
LSP
markdownlint
md
Pre
RSS
submodule
TILs
webp

View File

@ -50,6 +50,10 @@ if command -v aspell &> /dev/null; then
done done
fi fi
done <<< "$ERRORS" done <<< "$ERRORS"
echo -e "\nMisspelled words:\n"
while IFS= read -r word; do
echo "$word"
done <<< "$ERRORS"
MISSPELLED=1 MISSPELLED=1
echo "" echo ""
fi fi

View File

@ -15,7 +15,8 @@ tags: ["life", "dogs", "history"]
I started listening to [_Sapiens: A Brief History of Human I started listening to [_Sapiens: A Brief History of Human
kind_](https://en.wikipedia.org/wiki/Sapiens:_A_Brief_History_of_Humankind) and was struck at the significance of dogs kind_](https://en.wikipedia.org/wiki/Sapiens:_A_Brief_History_of_Humankind) and was struck at the significance of dogs
in human history. I [realized](https://fosscat.com/tils/people-are-actually-right/) that dogs really are man's best in human history. I [realized](https://fosscat.com/tils/people-are-actually-right/) that dogs really are man's best
friend, and only animal that has evolved alongside us sinze the hunter gatherer period. Its incredible! friend, and only animal that has evolved alongside us since the hunter gatherer period. Its incredible!
# Reflection # Reflection
Otto (pictured above) is my first dog. I feel like having a dog isn't for everybody, but having humans is for every dog. Otto (pictured above) is my first dog. I feel like having a dog isn't for everybody, but having humans is for every dog.