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