frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: JavaScript port of SQLite's parser, 2x-200x faster than others

https://github.com/justjake/sqlite3-parser-js
1•jitl•56m ago
I needed a SQLite parser small and fast enough to use in Notion's UI thread that I can trust will handle modern SQLite syntax. The most-downloaded SQLite parser on NPM is unfortunately unmaintained and slow, and while there are some fast and accurate WASM options, WASM pays a very large start-up cost as well as per-call overhead.

SQLite uses a LALR(1) parser generator call Lemon (similar to Yacc). I patched Lemon to dump its parse tables to JSON, then ported SQLite's [parse.y][] grammar to TypeScript with some help from Claude. The result is this library, which I think is the fastest JavaScript SQL parser out there:

      ~2.5x faster than liteparser (wasm)
      ~6x   faster than @guanmingchiu/sqlparser-ts (wasm)
     ~10x   faster than node-sql-parser
    ~100x   faster than pgsql-ast-parser
    ~200x   faster than sqlite-parser
    ~250x   faster than @appland/sql-parser
This shipped in Notion a few weeks ago and cleared up some sporadic crash reports where the library we previously used choked on valid input.

parse.y: https://github.com/justjake/sqlite3-parser-js/blob/main/vend...

Making a Mark on the Ocean Floor

https://ocean.si.edu/ecosystems/deep-sea/making-mark-ocean-floor
1•thunderbong•25s ago•0 comments

Fighting Hyrum's Law in LLVM

https://maskray.me/blog/2026-05-10-fighting-hyrums-law-in-llvm
1•birdculture•28s ago•0 comments

Token "Optimizers" for AI Coding Agents Are Silently Dangerous

https://old.reddit.com/r/ClaudeCode/comments/1spiy8t/token_optimizers_for_ai_coding_agents_are/
1•ahamez•1m ago•0 comments

Physics-intern: an autonomous agentic framework for physics research

https://huggingface.co/spaces/huggingface/physics-intern
1•victormustar•2m ago•0 comments

The Starbucks barista that took a 4k latte order from Steve Jobs

https://www.theverge.com/2013/3/4/4063272/meet-starbucks-barista-that-took-steve-jobs-4000-latte-...
1•SpyCoder77•2m ago•0 comments

Thinking Machines and Interaction Models

https://www.seangoedecke.com/interaction-models/
1•Brajeshwar•2m ago•0 comments

NHS England confirms: Palantir staff can access patient data

https://www.theregister.com/databases/2026/05/12/nhs-england-confirms-palantir-staff-can-access-p...
2•jjgreen•3m ago•0 comments

From Vector Database to Vector Lakebase

https://zilliz.com/blog/from-vector-database-to-vector-lakebase
1•Fendy•4m ago•0 comments

Leagues to be allowed one game abroad a season under new FIFA proposals

https://www.theguardian.com/football/2026/apr/24/leagues-allowed-one-game-abroad-a-season-new-fif...
2•PaulHoule•4m ago•0 comments

Show HN: My father said I'd never read 10 books a year so I built a book tracker

https://www.cogito-app.io
1•hugobeey•5m ago•0 comments

RomHacking with Ghidra, Part 1: Loading SNES ROMs

https://tech.dreamleaves.org/posts/romhacking-with-ghidra-part-1-loading-snes-roms/
1•joshguthrie•5m ago•0 comments

Ask HN: Is software cooked with all the recent malware?

1•fnoef•6m ago•0 comments

PAI Is a Life Operating System

https://github.com/danielmiessler/Personal_AI_Infrastructure
1•Beijinger•6m ago•1 comments

Setting the standard for agentic development [pdf]

https://lorqvmwmiiherfjgxrkz.lovable.cloud/storage/v1/object/public/post-pdfs/1778572790778-Setti...
3•tfehring•7m ago•0 comments

Agent Platform That Builds Itself

https://www.ashpreetbedi.com/agent-platform-build-itself
1•ashpreet-bedi•7m ago•0 comments

Heritability of human life span is ~50% when heritability is redefined

https://dynomight.net/lifespan/
1•surprisetalk•7m ago•0 comments

OpenAI launches Daybreak, an AI platform for cyber defense

https://firethering.com/openai-daybreak-ai-cybersecurity/
1•steveharing1•9m ago•0 comments

A molecule with half-Möbius topology

https://www.science.org/doi/10.1126/science.aea3321
1•bryanrasmussen•9m ago•0 comments

Show HN: Crane Control

https://xkqr.org/cranecontrol/
1•kqr•9m ago•0 comments

Evento – Events Made Social

https://evento.so/
1•janandonly•10m ago•0 comments

Graphmind – local code intelligence for Claude Code(graph and mem and MCP)

https://github.com/aouicher/graphmind
1•aouicher•10m ago•0 comments

AI Floss

https://actsofvolition.com/2026/05/ai-floss/
1•speckx•11m ago•0 comments

Static Analysis for GitHub Actions

https://github.com/zizmorcore/zizmor
1•SEJeff•12m ago•1 comments

Exposing a $300M Private Equity Scam (by Coffeezilla) [video]

https://www.youtube.com/watch?v=04FRAsU0za0
2•Imustaskforhelp•12m ago•0 comments

I built a privacy-focused tool to help people understand complex documents

https://www.understanddocs.com
1•Nencheff•13m ago•0 comments

Ranking a What Is My IP Tool

https://timleland.com/ranking-what-is-my-ip-tool/
2•TimLeland•13m ago•0 comments

Wrap Go binaries in Python wheels

https://github.com/simonw/go-to-wheel
1•ankitg12•13m ago•0 comments

Show HN: X509-certificate-exporter – Prometheus exporter for TLS cert expiration

https://github.com/enix/x509-certificate-exporter
3•solvik•15m ago•0 comments

Setting the record straight on Cloud Access and Community

https://blog.bambulab.com/setting-the-record-straight-on-cloud-access-and-community/
2•Topfi•15m ago•0 comments

All the ways to mock your Rust code

https://blog.appliedcomputing.io/p/all-the-ways-to-mock-your-rust-code
3•avenger337•17m ago•0 comments