From 2b8167bf890bf1886a15bf764a9e7789b037f8f6 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Sun, 21 May 2023 13:07:34 +0200 Subject: [PATCH] 2 more --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f801cee..25f3710 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,9 @@ becos pumpkin seeds coagulate easily (says yt) * 1tsp guar **7. a circular list in rust (as an excercise) + **8. a java bytecode interpreter (not necessarily written in java) that estimates runtime complexity (static analysis) +**9. [blog] code as human communication. inspired by knuth I p. 195 zero based encoding of nr of chars. since zero repetitions would be meaningless, zero encodes one so n+1 in general, which makes total sense for efficiency and maybe mathematicians but it increases cognitive load for the human decoder. So is readability at odds with efficiency? also YouTube video about clean code (actually polymorphism) not being performant. + +**10. [blog] give back my monolith. daily life in microservice 'hell'. ie. dependency hell \ No newline at end of file