33 lines
984 B
Markdown
33 lines
984 B
Markdown
**ideas**
|
|
|
|
**1. book recommendations**
|
|
- train a model on all books
|
|
- recommend books based on user inputs (keywords) (like dall-e image generation)
|
|
|
|
**2. sqlite as a service (done on java and rust)**
|
|
- on the server: automatic sqlite data file generation based on (queried) data
|
|
- in the browser: run sqlite in wasm,
|
|
- download the datafile,
|
|
- FAST queries on local data
|
|
|
|
**3. use LLJVM as a starting point to compile rust to java bytecode
|
|
|
|
**4. compile rust using truffle (graalvm)
|
|
|
|
pixelate camera
|
|
|
|
fodmap app
|
|
|
|
use sunflower and or pumpkin seeds as a 'coagulating base' with other proteins like nuts when creating a curd and ferment it?
|
|
becos pumpkin seeds coagulate easily (says yt)
|
|
|
|
* 200g plain white raw almonds
|
|
* 500g water
|
|
* 10g seasalt
|
|
* 10g plain sugar
|
|
* 5tbsp juice from fermented beetroot
|
|
* 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)
|
|
|