
I make a no-CGO Go SQLite driver, by compiling the amalgamation to Wasm, then loading the result with wazero (a CGO-free Wasm runtime).
To compile SQLite, I use wasi-sdk, which uses wasi-libc, which is based on musl. It's been said that musl is slow(er than glibc), which is true, to a point.
musl uses SWAR on a size_t to implement various functions in string.h. This is fine, except size_t is just 32-bit on Wasm.
I found that implementing a few of those functions with Wasm SIMD128 can m


Hey HN, we're Eliza and Xin, and we’ve been working on Attune. Attune is a tool for publishing Linux packages.
Previously, we worked at other startups building open source developer tools that ran on our customers’ CI and development machines. For many of them, being able to `apt-get install` our tools was a requirement.
When we went to actually set up APT repositories, we were really surprised by the state of tooling around package publishing. The open source tools we found were old, sl

Article URL: https://www.governance.fyi/p/college-towns-urbanism-from-a-past
Comments URL: https://news.ycombinator.com/item?id=43729609
Points: 6
# Comments: 0
https://www.governance.fyi/p/college-towns-urbanism-from-a-past

Article URL: https://github.com/Kuberwastaken/backdooms
Comments URL: https://news.ycombinator.com/item?id=43729683
Points: 14
# Comments: 1

Article URL: https://aneesiqbal.ai/2025-04-18-walled-gardens-can-kill
Comments URL: https://news.ycombinator.com/item?id=43726672
Points: 11
# Comments: 6

Earlier this year, I took a month to reexamine my coding habits and rethink some past design choices. I hope to rewrite and improve my FOSS libraries this year, and I needed answers to a few questions first. Perhaps some of these questions will resonate with others in the community, too.
- Are coroutines viable for high-performance work?
- Should I use SIMD intrinsics for clarity or drop to assembly for easier library distribution?
- Has hardware caught up with vectorized
Article URL: https://undark.org/2017/02/01/math-lesson-hitlers-germany/
Comments URL: https://news.ycombinator.com/item?id=43728130
Points: 26
# Comments: 0