frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anime User Interfaces

https://animeuserinterface.tumblr.com
1•akyuu•32s ago•0 comments

Some initial thoughts, and a complicated mix of feelings

https://twitter.com/henryquantum/status/2083623695436623915
1•bryan0•39s ago•0 comments

Bulunkul, Central Asia's Coldest (and Warmest) Town (2019)

https://www.worldnomads.com/stories/connection/bulunkul-central-asias-coldest-and-warmest-town
1•peter_d_sherman•57s ago•0 comments

Mexico became a surprise cornerstone of America's AI boom

https://www.ft.com/content/ac3274ac-86ca-46ac-bc7b-029fb9dcd173
1•alephnerd•2m ago•0 comments

The Math Superstar Who's Terrified of AI–and Just Took a Job at OpenAI

https://www.wsj.com/tech/ai/openai-jacob-tsimerman-fields-medal-ai-safety-391d0f79
1•fortran77•2m ago•1 comments

Mechanical strain creates chirality

https://www.mpsd.mpg.de/1208949/2026-07-cavalleri-nature
2•hhs•2m ago•0 comments

Bestprompts.sh – Best AI Prompts

https://bestprompts.sh
1•goldkey•3m ago•0 comments

The Rise and Fall of Leopold Aschenbrenner (Situational Awareness)

https://www.reddit.com/r/agi/comments/1vc33k1/the_rise_and_fall_of_leopold_aschenbrenner/
2•johnbarron•5m ago•0 comments

Show HN: Optimize circadian rhythms by using iPhone as a light meter

https://www.impulsearc.com/wavelength/
1•bkazez•5m ago•0 comments

Show HN: Understanding the ReMarkable Coordinate System

https://scrybble.ink/blog/understanding-remarkable-coordinate-system
1•azeirah•6m ago•0 comments

AI opens new era in cognitive studies of wild primates

https://news.emory.edu/features/2026/07/ai-opens-new-era-cognitive-studies-wild-primates
1•hhs•7m ago•0 comments

Show HN: I built a free Open Graph image designer

https://mosaicora.io/tools/og-image-designer
1•d-atanasov•17m ago•0 comments

Prediction Markets Need Prestige Signals to Fulfill Their Mission

https://www.richardhanania.com/p/prediction-markets-need-prestige
1•paulpauper•18m ago•0 comments

Book Review: The Epic of Gilgamesh

https://www.astralcodexten.com/p/your-book-review-the-epic-of-gilgamesh
1•paulpauper•19m ago•1 comments

Report 08/2026: Collision between two passenger trains near Talerddig

https://www.gov.uk/raib-reports/report-08-slash-2026-collision-between-two-passenger-trains-near-...
1•Jimmc414•22m ago•2 comments

From MIT: AI financial advice is surprisingly good

https://mitsloan.mit.edu/ideas-made-to-matter/ai-financial-advice-surprisingly-good-especially-if...
13•foxtrot8672•22m ago•6 comments

CSB Releases Bio-Lab Conyers Final Investigation Report

https://www.csb.gov/csb-releases-bio-lab-conyers-final-investigation-report/
1•Jimmc414•25m ago•0 comments

RFC 9987: Secure Shell (SSH) Agent Protocol

https://www.rfc-editor.org/rfc/rfc9987.html
2•Jimmc414•25m ago•0 comments

Stateless MCP has recaptured my interest

https://simonwillison.net/2026/Jul/31/stateless-mcp/
5•swyx•25m ago•0 comments

Show HN: Pronto – real‑time wire for AI agents (70k+ feeds connected)

https://pronto.stream/
1•MomohNobert•26m ago•0 comments

Drug reverses autism-like brain changes in adult mice within hours

https://www.uclahealth.org/news/release/drug-reverses-autism-like-brain-changes-adult-mice-within
2•gmays•27m ago•0 comments

Oil Droplets Remodel Themselves, Swallow Their Surroundings Like Living Cells

https://www.nyu.edu/about/news-publications/news/2026/july/oil-droplets-remodel-themselves.html?c...
3•geox•30m ago•0 comments

Was AI Responsible for Finding the Coldcard Security Flaw?

https://cryptonews.net/news/security/33234551/
1•paulpauper•30m ago•1 comments

A discarded SpaceX rocket is on a high-speed collision course with the moon

https://phys.org/news/2026-07-discarded-spacex-rocket-high-collision.html
1•bookmtn•36m ago•0 comments

AT&T CEO Says He Can't Deploy Robocall Blockers Without FCC Approval. He's Wrong (2016)

https://web.archive.org/web/20160602030339/http://consumerist.com/2016/06/01/att-ceo-says-he-cant...
2•dredmorbius•38m ago•1 comments

Show HN: Created a Drink Journal App, Drinqly

https://drinqly.io/welcome
1•haileivera•38m ago•0 comments

Docs in 2026: Feed the machine, then guide the humans

https://passo.uno/tech-writing-role-split/
1•theletterf•43m ago•0 comments

Karakeep Release 0.33.1

https://github.com/karakeep-app/karakeep/releases/tag/v0.33.1
1•toomuchtodo•44m ago•1 comments

Rcarmo/umcp: A micro MCP core (asyncio and synchronous)

https://github.com/rcarmo/umcp
1•rcarmo•44m ago•0 comments

Laravel LSP, Pest 5, Laracon US 2026 – A Day with Laravel #062

https://a-day-with-laravel.happyto.dev/p/laravel-lsp-pest-5-laracon-us-2026-a-day-with-laravel-062
1•happytodev•45m 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!