Ask HN: Why hasn't x86 caught up with Apple M series?
431 points by stephenheron 3d ago 615 comments
Ask HN: Best codebases to study to learn software design?
103 points by pixelworm 4d ago 90 comments
Show HN: VAERS DuckDB Database
3 yehosef 0 8/28/2025, 3:50:18 PM
I've been playing with the VAERS database for a while and I just got through importing it into duckdb for local analytics. The data set has various problems that I try to fix to improve the quality of the dataset.
The import scripts are https://github.com/yehosef/vaers-duckdb
A ready data file is available here (~3GB) https://drive.google.com/file/d/1d3wRRr2UFvCYR9r7J5XBym2dYKT...
I'm planning to add some dashboards like my original elasticsearch project. I would also like to add some embeddings for vector search. WIP
I'd love to hear what you think!
No comments yet