astronautas
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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…
- Should we replace Spark with DuckDB? (valatka.dev)
- FOSDEM 2025 has exceeded my expectations (valatka.dev)
- Wheel - a surprisingly good model package format (valatka.dev)
- Uv's killer feature is making ad-hoc environments easy (valatka.dev)
- Where async-io cripples, and the promise of No-GIL (valatka.dev)
-
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…
- Why I am excited about No-GIL (and skeptical about asyncio) (astronautas.github.io)
- Let's build a Bloom filter. Part 1 (astronautas.github.io)
- A warehouse table might just be enough as a feature store (astronautas.github.io)