achille-roussel
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
I made this because I kept running into issues and limitations when trying to embed DuckDB in Go applications: because DuckDB and its extensions do their own I/O in C++ land, integrating with the rest of my applications…
- Incident postmortem in the age of AI agents (blog.firetiger.com)
- I Joined Firetiger as an AI Skeptic (blog.firetiger.com)
- Sequoia Launches Open Source Fellowship (sequoiacap.com)
-
Hello HN! I open-sourced this package designed to protect against security risks implied by sending HTTP requests to URLs constructed from user input. I kept running into this kind of problem in my career but couldn't…
- Show HN: Go 1.22 range functions with database/sql (github.com)
Hello HN! I published a package exploring how to use the experimental range functions coming to Go 1.22 with database/sql to stream values in and out of SQL databases. One interesting benefit of range functions I found…
-
This is an implementation of the K-way merge algorithm using the experimental range functions coming in Go 1.22 in February. I learned a lot about what is possible to do with range functions, and I'm really excited for…
- Show HN: WASI socket extensions for Go 1.21 (github.com)
The WASI preview 1 specification was missing socket APIs so some WebAssembly runtimes added extensions to allow applications to do more than basic file I/O. This package enables a large class of Go programs (almost any…