This commit is contained in:
Sander Hautvast 2023-05-21 13:07:34 +02:00 committed by GitHub
parent 5a60023d3b
commit 2b8167bf89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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