achille-roussel

↗ HN profile [ 72.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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…

  3. 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…

  4. 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…

  5. 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…