Show HN: HTTP-network-relay: Tunnel TCP over HTTP using WebSockets
We're using this to enable connectivity to devices behind NAT or firewalls.
If you're using uv, you can use this project directly by running `uvx --from git+https://github.com/Thymis-io/http-network-relay <command> [args...]`. Where `<command>` is one of `network-relay`, `edge-agent` or `access-client`.
Show HN: 7x faster Iceberg ingestion, how we redesigned OLake's writer
OLake is our open-source tool for ingesting Database & Kafka data into Apache Iceberg. We recently redesigned the write pipeline and saw ~7x throughput improvements. Sharing the architecture decisions, trade-offs, and benchmarks.