frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: N=1 – iOS app for structured longevity self-protocols

https://apps.apple.com/us/app/n-1-tracker/id6762523189
1•middleastbeast•58s ago•0 comments

Fossil: A Coherent Software Configuration Management System

https://fossil-scm.org/home/doc/trunk/www/index.wiki
1•whatisabcdefgh•1m ago•0 comments

Roger Sweet, Creator of the He-Man Action Figure, Dies at 91

https://www.nytimes.com/2026/04/29/arts/roger-sweet-dead-he-man.html
1•ChrisArchitect•1m ago•1 comments

AWS stops billing Middle East cloud customers as repairs to war damage drag on

https://arstechnica.com/gadgets/2026/05/amazon-stuck-with-months-of-repairs-after-drone-strikes-o...
1•johnbarron•2m ago•0 comments

Launched tool for contractors, then found the mod sticky banning "SaaS bros"

https://quotr-8r2q.vercel.app
1•atdl•4m ago•0 comments

Understand Anything

https://github.com/Lum1104/Understand-Anything
2•taubek•4m ago•0 comments

Mayo Clinic AI helps specialists detect pancreatic cancer up to 3 years early

https://newsnetwork.mayoclinic.org/discussion/mayo-clinic-ai-detects-pancreatic-cancer-up-to-3-ye...
1•sreekanth850•5m ago•1 comments

Flock cameras keep telling police a man who doesn't have a warrant has a warrant

https://www.youtube.com/watch?v=nHwxV0Sd9V8
2•johnbarron•6m ago•0 comments

Eka Robotics

https://www.wired.com/story/when-robots-have-their-chatgpt-moment-remember-these-pincers/
1•temur•6m ago•0 comments

Maintenant: One container to monitor your stack

https://github.com/kOlapsis/maintenant
1•kadrek•7m ago•0 comments

We stopped hiring engineers for coding ability

https://eliseai.com/blog/we-stopped-hiring-engineers-for-coding-ability
7•ohxh•7m ago•0 comments

What's in the latest eLxr Pro? An overview for enterprise Linux folks

https://www.windriver.com/blog/Advancing-the-Enterprise-Latest-eLxr-Pro
1•ohjeez•11m ago•0 comments

Open Source Email Signature Generator

2•jcobhams•12m ago•0 comments

AI Uses Less Water Than the Public Thinks

https://californiawaterblog.com/2026/04/26/ai-water-use-distractions-and-lessons-for-california/
2•hirpslop•12m ago•2 comments

Ailom: How AI Permanently Makes Everything Less Meaningful

https://www.jsanilac.com/ailom/
1•PieUser•12m ago•0 comments

As Tim Cook steps down, Apple hit record sales – but a chip shortage looms

https://techcrunch.com/2026/04/30/as-tim-cook-steps-down-apple-hit-record-sales-but-a-chip-shorta...
1•Brajeshwar•14m ago•0 comments

Waymos, robotaxis can now be ticketed by California police. But how exactly?

https://www.latimes.com/california/story/2026-05-01/california-can-ticket-robotaxis-that-violate-...
3•dangle1•14m ago•0 comments

AI model did better than ER doctors at diagnosing patients

https://www.npr.org/2026/04/30/nx-s1-5804474/ai-doctors-openai-patient-care-diagnosis
1•marojejian•17m ago•1 comments

Analyzing GPT-5.5 and Opus 4.7 with ARC-AGI-3

https://arcprize.org/blog/arc-agi-3-gpt-5-5-opus-4-7-analysis
1•meetpateltech•20m ago•0 comments

Earth is splitting open beneath the Pacific Northwest, scientists say

https://www.sciencedaily.com/releases/2026/04/260429232851.htm
2•unsnap_biceps•22m ago•0 comments

Xbox has "work to do" as console sales drop 33% in Q3

https://sherwood.news/business/xbox-has-work-to-do-as-console-sales-drop-33-in-q3/
2•avonmach•23m ago•0 comments

Tangled – combat LLM spam by building a web of trust

https://blog.tangled.org/vouching/
4•icy•24m ago•1 comments

Scaling Pain of Coding Agent Serving: Lessons from Debugging GLM-5 at Scale

https://z.ai/blog/scaling-pain
1•wolttam•24m ago•0 comments

Canonical's web infrastructure is under a sustained, cross-border attack

https://status.canonical.com/
1•smoyer•27m ago•2 comments

Beyond Bigger Models: Recursion as the Next Scaling Axis in AI [video]

https://www.youtube.com/watch?v=DGtUUMNYLcc
2•sandslash•28m ago•0 comments

Operationalizing AI for Scale and Sovereignty

https://www.technologyreview.com/2026/05/01/1136772/operationalizing-ai-for-scale-and-sovereignty/
1•joozio•29m ago•0 comments

The Gay Jailbreak Technique

https://github.com/Exocija/ZetaLib/blob/main/The%20Gay%20Jailbreak/The%20Gay%20Jailbreak.md
4•bobsmooth•32m ago•0 comments

Weather Website

https://nimbus.edgeone.app/
1•notam•32m ago•0 comments

LangGraph and Cosmos DB: one back end for agents, memory, and RAG

https://devblogs.microsoft.com/cosmosdb/langchain-azure-cosmos-db-agents-rag/
2•jcodella•32m ago•0 comments

Report Links Piracy to Drugs, Weapons, and the Mafia; Calls for US Site-Blocking

https://torrentfreak.com/report-links-piracy-to-drugs-weapons-and-the-mafia-calls-for-u-s-site-bl...
3•iamnothere•33m ago•0 comments
Open in hackernews

What every developer needs to know about in-process databases

https://www.graphgeeks.org/blog/what-every-developer-needs-to-know-about-in-process-dbmss
12•semihs•1y ago

Comments

semihs•1y ago
In-process (aka embedded/embeddable) databases are not new. In fact SQLite is the most widely deployed database in the world. However, starting with DuckDB, there is a new set of in-process database systems, such as Kuzu and Lance. As a co-developer of Kuzu, I hear several frequently asked questions (some of which are misconceptions) about in-process databases.

- What are their advantages/disadvantages compared to client-server databases? - Does in-process mean databases are in-memory/ephemeral? (NO!) - Can in-process databases handle only small amounts of data? (NO!) - What are some common use cases of in-process databases? - What if my application needs a server?

I tried to answer some of these questions in a blog post with pointers to several other resources that articulate several of these points in more detail than I get into.

I hope it's helpful to clarify some of these questions and help developers position in-process DBMSs against client-server ones.

emmanueloga_•1y ago
The article suggests running Kuzu in a FastAPI frontend for network access. A caveat: production Python servers like Uvicorn [1] typically spawn multiple worker processes.

A simple workaround is serving HTTP through a single process language like Go or JavaScript, since Kuzu has bindings for both. Other processes could access the database directly in read-only mode for analysis [2].

For better DX, the ideal would be Kuzu implementing the Bolt protocol of Neo4J directly in the binary, handling single-writer and multi-reader coordination internally. Simpler alternative: port the code from [3] to C++ and add a `kuzu --server` option.

--

1: https://fastapi.tiangolo.com/deployment/server-workers/#mult...

2: https://docs.kuzudb.com/concurrency/#scenario-2-multiple-pro...

3: https://github.com/kuzudb/explorer/tree/master/src/server

semihs•1y ago
Yes this makes sense and we plan to eventually do something along what you are suggesting. We also have a plan to have a built-in server/GUI, where users can directly launch a web-based explorer through our CLI by typing "kuzudb -ui".
emmanueloga_•1y ago
That sounds great!