mount /dev/about
+ + stuff about me. + +command line tools
+-
+
- terminal emulator: kitty (for static stuff), yakuake (for ad-hoc stuff) +
- shell: fish +
- fish pkg manager: omf (need to change to fisher) +
- file search: fd +
- grep: ripgrep +
- editor: neovim +
- nvim config: astronvim + custom +
beliefs
+ some beliefs. i update from time to time +writing
++ dates need to be everywhere +
+ citations are always important, always give the source +
+ +programming
+test first
+ writing test before the actual program ensures that there are tests in the end. manual testing sucks! +premature optimization
++
“The real problem is that programmers have spent far too much time worrying about efficiency in the wrong places and at the wrong times; premature optimization is the root of all evil (or at least most of it) in programming.”+ this led to programming being to unoptimized. but i know of enough people still overoptimizing. +