
Article URL: https://arxiv.org/abs/2504.11212
Comments URL: https://news.ycombinator.com/item?id=43729063
Points: 8
# Comments: 3
Article URL: https://alichraghi.github.io/blog/zig-gpu/
Comments URL: https://news.ycombinator.com/item?id=43726413
Points: 33
# Comments: 2

Article URL: https://www.inkandswitch.com/ink/notes/phase-2-constraint-system/
Comments URL: https://news.ycombinator.com/item?id=43729932
Points: 25
# Comments: 3
https://www.inkandswitch.com/ink/notes/phase-2-constraint-system/

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
