diff --git a/src/nav.html b/src/nav.html index 6820295..1280b31 100644 --- a/src/nav.html +++ b/src/nav.html @@ -4,7 +4,7 @@
  • blog()
  • now()
  • links()
  • -
  • beliefs()
  • +
  • about()
  • git()
  • diff --git a/src/pages/about.html b/src/pages/about.html new file mode 100644 index 0000000..519c717 --- /dev/null +++ b/src/pages/about.html @@ -0,0 +1,38 @@ +
    +

    mount /dev/about

    + + stuff about me. + +

    command line tools

    + + + +

    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. +

    + + last updated: 25-07-22 + +