From 0c21f23d79386e8bc52e725871b15d3afed57a7f Mon Sep 17 00:00:00 2001 From: rhetenor Date: Tue, 22 Jul 2025 23:10:46 +0200 Subject: [PATCH] update --- src/nav.html | 2 +- src/pages/about.html | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 src/pages/about.html 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 + +