2 more
This commit is contained in:
parent
5a60023d3b
commit
2b8167bf89
1 changed files with 4 additions and 0 deletions
|
|
@ -29,5 +29,9 @@ becos pumpkin seeds coagulate easily (says yt)
|
||||||
* 1tsp guar
|
* 1tsp guar
|
||||||
|
|
||||||
**7. a circular list in rust (as an excercise)
|
**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)
|
**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
|
||||||
Loading…
Add table
Reference in a new issue