
DuckDB and httpfs behind a proxy: the secret nobody tells you
•
Databases






2 entries found

Lately I’m seeing more and more AI models calling themselves “open source”. Llama, Mistral, Falcon… they all claim to be “open”. But are they really? How open are they actually?
I recently discovered the European Open Source AI Index (OSAI), a European initiative doing excellent work systematically evaluating how open generative AI models really are.

A few days ago I came across an article that literally left me with my mouth open. It’s about TinyEMU-Go: a RISC-V emulator written entirely in Go, ported from C using Claude. And the best part: you can run a complete Linux with a single command.
go run github.com/jtolio/tinyemu-go/temubox/example@2c8151233c2d
And boom, you have a complete Linux running. No special permissions, no containers, no weird dependencies. A pure static Go binary.