Compare commits

..

10 commits

Author SHA1 Message Date
Sander Hautvast
3b9b35f8dc
Update README.md 2023-12-15 08:49:04 +01:00
Sander Hautvast
d90f360ed1
Update README.md 2023-12-15 08:48:46 +01:00
Sander Hautvast
4221370d8f
Update links.md 2023-09-05 16:14:44 +02:00
Sander Hautvast
78aafe0244
link added 2023-09-05 16:14:00 +02:00
Sander Hautvast
2d5c95c13e
Create links.md 2023-09-05 14:20:44 +02:00
Sander Hautvast
998e900a37
newline 2023-07-31 17:05:46 +02:00
Sander Hautvast
c9cabe055a
add 1 2023-07-31 17:05:08 +02:00
Sander Hautvast
026966bb61
Update README.md 2023-07-06 15:00:46 +02:00
Sander Hautvast
2b8167bf89
2 more 2023-05-21 13:07:34 +02:00
Sander Hautvast
5a60023d3b
2 more ideas 2023-05-21 12:54:52 +02:00
2 changed files with 21 additions and 3 deletions

View file

@ -10,9 +10,9 @@
- download the datafile,
- FAST queries on local data
**3. use LLJVM as a starting point to compile rust to java bytecode
**3. use LLJVM as a starting point to compile rust to java bytecode**
**4. compile rust using truffle (graalvm)
**4. compile rust using truffle (graalvm)**
pixelate camera
@ -26,4 +26,18 @@ becos pumpkin seeds coagulate easily (says yt)
* 10g seasalt
* 10g plain sugar
* 5tbsp juice from fermented beetroot
* 1tsp guar
* 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**
**11. create a realtime (java) gc viewer in rust :)**
**12. visualize a datastructure from the actual code: ie HashMap, create images of internal storage using instrumented <?> code
**13. >graphiz editor<, images from code and back (ie draing tool actions translate back into the textual representation)

4
links.md Normal file
View file

@ -0,0 +1,4 @@
# links
* https://questdb.io/blog/leveraging-rust-in-our-high-performance-java-database/
* https://cari.institute/aesthetics