frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Frankensqlite a Rust reimplementation of SQLite with concurrent writers

https://frankensqlite.com/
37•rahimnathwani•3d ago

Comments

DetroitThrow•1h ago
Love the "race" demo on the site, but very curious about how you approached building this. Appreciated the markdown docs for the insight on the prompt, spec, etc
Jooror•1h ago
Is the implementation untouched by generative AI? Seems a bit ignorant/dishonest to claim “clean-room” in such a case
messe•1h ago
AGENTS.md and COMPREHENSIVE_SPEC_FOR_FRANKENSQLITE_V1_CODEX.md in the root folder, and ugly AI slop image on the home page and README.

A better question is if the implementation was touched by anything other than generative AI.

bpbp-mango•1h ago
I was looking at this repo the other day. Time travel queries look really useful.

Impressive piece of work from the AIs here.

tekacs•1h ago
It's worth scrolling down to the current implementation status part:

https://github.com/Dicklesworthstone/frankensqlite#current-i...

Although I will admit that even after reading it, I'm not exactly sure what the current implementation status is.

measurablefunc•42m ago
It's fake. It doesn't exist. It never happened. The whole thing is an LLM hallucination. You can notice that it's all half implemented if you read the code: https://github.com/Taufiqkemall2/frankensqlite/blob/main/cra...
tosti•1h ago
Says on top it's called monster but then it speaks of frankensql. Confusing website imho for a nice project
bigyabai•1h ago
While I don't think the website is particularly well-designed, "monster" can be used as an adjective.
littlestymaar•55m ago
There's a limit to what Claude can do without a competent human helping …
DeathArrow•1h ago
Was it vibe coded?
kennethallen•1h ago
Extremely. Repo is littered with one-off Python scripts, among many other indicators.
littlestymaar•54m ago
Of course it was.
baq•21m ago
Nobody in their right mind would sponsor this project to be hand written.
anon-3988•1h ago
Clean room implementation yea sure buddy
vvern•1h ago
Why does clean room even matter given SQLite is in the public domain?
kennethallen•1h ago
And in every training corpus many times over.
burakemir•1h ago
Looks mildly interesting, but what's up with the license?

MIT plus a condition that designates OpenAI and Anthropic as restricted parties that are not permitted to use or else?

nxobject•17m ago
Good luck enforcing that. "Glad" to hear that Gemini's excluded.
messe•1h ago
> TCL test harness. C SQLite's test suite is driven by ~90,000+ lines of TCL scripts deeply intertwined with the C API. These cannot be meaningfully ported. Instead, FrankenSQLite uses native Rust #[test] modules, proptest for property-based testing, a conformance harness comparing SQL output against C SQLite golden files, and asupersync's lab reactor for deterministic concurrency tests.

If you're not running against the SQLite test suite, then you haven't written a viable SQLite replacement.

littlestymaar•56m ago
Isn't that test suite private though?
messe•49m ago
The TH3 test suite is proprietary, but the TCL test suite that they refer to is public domain.

I'm not sure where they get their 90k CLOC count though, that seems like it might be an LLM induced hallucination given the rest of the project. The public domain TCL test suite is ~27k CLOC, and the proprietary suite is 1055k CLOC.

manmal•56m ago
I thought I read somewhere that their full test suite is not publicly available?
messe•49m ago
The TH3 test suite is proprietary, but the TCL test suite that they refer to is public domain.

I'm not sure where they get their 90k CLOC count though, that seems like it might be an LLM induced hallucination given the rest of the project. The public domain TCL test suite is ~27k CLOC, and the proprietary suite is 1055k CLOC.

siliconc0w•55m ago
If this wasn't ambitious enough, the author is also porting glibc to rust. As I understand it, all of it is agentic coded using custom harnesses.
messe•48m ago
It doesn't read ambitious so much as naive.
nine_k•25m ago
It entirely depends on how much the author reads the result of the agentic coding.
baq•22m ago
It sounds scifi, but not naive anymore.
measurablefunc•40m ago
If you can't tell this is LLM slop then I don't really know what to tell you. What gave it away for me was the RaptorQ nonsense & conformance w/ standard sqlite file format. If you actually read the code you'll notice all sorts of half complete implementations of whatever is promised in the marketing materials: https://github.com/Taufiqkemall2/frankensqlite/blob/main/cra...
baq•18m ago
If you bothered to do any research at all you’d know the author as an extreme, frontier, avant-garde, eccentric LLM user and I say it as an LLM enthusiast.
measurablefunc•12m ago
Thanks. Next time I'll do more research on what counts for LLM code artwork before commenting on an incomplete implementation w/ all sorts of logically inconsistent requirements. All I can really do at this point is humbly ask for your & their avant-garde forgiveness b/c I won't make the same mistake again & that's a real promise you can take to the crypto bank.

Computer-generated dream world: Virtual reality for a 286 processor

https://deadlime.hu/en/2026/02/22/computer-generated-dream-world/
60•MBCook•2h ago•2 comments

If AI writes code, should the session be part of the commit?

https://github.com/mandel-macaque/memento
148•mandel_x•6h ago•169 comments

Evolving descriptive text of mental content from human brain activity

https://www.bbc.com/future/article/20260226-how-ai-can-read-your-thoughts
12•ggm•1h ago•2 comments

WebMCP is available for early preview

https://developer.chrome.com/blog/webmcp-epp
253•andsoitis•8h ago•137 comments

Everett shuts down Flock camera network after judge rules footage public record

https://www.wltx.com/article/news/nation-world/281-53d8693e-77a4-42ad-86e4-3426a30d25ae
156•aranaur•2h ago•27 comments

Show HN: Timber – Ollama for classical ML models, 336x faster than Python

https://github.com/kossisoroyce/timber
100•kossisoroyce•5h ago•11 comments

How to record and retrieve anything you've ever had to look up twice

https://ellanew.com/2026/03/02/ptpl-197-record-retrieve-from-a-personal-knowledgebase
19•Curiositry•2h ago•6 comments

Right-sizes LLM models to your system's RAM, CPU, and GPU

https://github.com/AlexsJones/llmfit
93•bilsbie•7h ago•22 comments

Show HN: I built a zero-browser, pure-JS typesetting engine for bit-perfect PDFs

https://github.com/cosmiciron/vmprint
54•cosmiciron•18h ago•27 comments

Ghostty – Terminal Emulator

https://ghostty.org/docs
694•oli5679•18h ago•302 comments

Frankensqlite a Rust reimplementation of SQLite with concurrent writers

https://frankensqlite.com/
37•rahimnathwani•3d ago•30 comments

Tove Jansson's criticized illustrations of The Hobbit (2023)

https://tovejansson.com/hobbit-tolkien/
142•abelanger•2d ago•64 comments

Why does C have the best file API

https://maurycyz.com/misc/c_files/
101•maurycyz•11h ago•65 comments

Little Free Library

https://littlefreelibrary.org/
103•TigerUniversity•8h ago•48 comments

When does MCP make sense vs CLI?

https://ejholmes.github.io/2026/02/28/mcp-is-dead-long-live-the-cli.html
353•ejholmes•13h ago•226 comments

Decision trees – the unreasonable power of nested decision rules

https://mlu-explain.github.io/decision-tree/
459•mschnell•21h ago•73 comments

Enable CORS for Your Blog

https://www.blogsareback.com/guides/enable-cors
10•cdrnsf•2d ago•1 comments

Have your cake and decompress it too

https://spiraldb.com/post/cascading-compression-with-btrblocks
8•emschwartz•2d ago•2 comments

Next-gen spacecraft are overwhelming communication networks

https://atempleton.bearblog.dev/how-next-gen-spacecraft-are-overwhelming-our-communication-networks/
57•korrz•2d ago•16 comments

Show HN: Vibe Code your 3D Models

https://github.com/ierror/synaps-cad
48•burrnii•2d ago•13 comments

Long Range E-Bike (2021)

https://jacquesmattheij.com/long-range-ebike/
146•birdculture•3d ago•220 comments

C64 Copy Protection

https://www.commodoregames.net/copyprotection/
40•snvzz•3d ago•3 comments

Microgpt explained interactively

https://growingswe.com/blog/microgpt
250•growingswe•21h ago•37 comments

Ape Coding [fiction]

https://rsaksida.com/blog/ape-coding/
164•rmsaksida•16h ago•109 comments

You don't have to

https://www.scottsmitelli.com/articles/you-dont-have-to/
76•marginalia_nu•9h ago•35 comments

Running Neural Amp Modeler on embedded hardware

https://www.tone3000.com/blog/running-nam-on-embedded-hardware
24•woodybury•2d ago•5 comments

Setting up phones is a nightmare

https://joelchrono.xyz/blog/setting-up-phones-is-a-nightmare/
137•bariumbitmap•3d ago•173 comments

Why XML tags are so fundamental to Claude

https://glthr.com/XML-fundamental-to-Claude
191•glth•16h ago•132 comments

Flightradar24 for Ships

https://atlas.flexport.com/
214•chromy•19h ago•46 comments

Microgpt

http://karpathy.github.io/2026/02/12/microgpt/
1787•tambourine_man•1d ago•301 comments