astronautas

↗ HN profile [ 74.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Two issues I observed with typical migration as a separate new SQL file approach: * Views don't have alter, so have to be fully redefined. Any change to a view obscures actually changed parts of a view, since you have…

  2. For non-LLMs, we have a high variety of frameworks with Python interfaces for running models, often built to call C bindings. This makes it impractical to run models directly from languages like Rust—you’d need to…

  3. Let's build a Bloom filter. Part 1 (astronautas.github.io)