frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

We need more horror movies like "Obsession"

https://datagreed.pro/thoughts/we-need-more-horror-movies-like-obsession
1•datagreed•2m ago•0 comments

Scientists MayHave Foundthe Blueprint of the HumanBody Atthe Bottom of the Ocean

https://www.popularmechanics.com/science/animals/a71337415/sea-anemone-bilaterian-found-in-ocean/
2•anikoghosyan•6m ago•0 comments

ReleaseBar: Release freshness dashboard for open source maintainers

https://github.com/steipete/ReleaseBar
1•simonpure•15m ago•0 comments

Our Warming Planet Is a Petri Dish for New and Deadly Microbes

https://www.newyorker.com/magazine/2026/06/01/our-warming-planet-is-a-petri-dish-for-new-and-dead...
1•littlexsparkee•19m ago•0 comments

Chipotle rival Guzman y Gomez Mexican Kitchen closes all US restaurants

https://www.foxbusiness.com/economy/chipotle-rival-guzman-y-gomez-mexican-kitchen-closes-all-us-r...
1•mikhael•22m ago•0 comments

The Etymology of Trivia: A Place Where Three Roads Meet

https://uselessetymology.com/2026/04/30/965/
1•jawns•26m ago•0 comments

She Can Mentally Time Travel. Why Did Everyone Think She Was Lying?

https://www.popularmechanics.com/science/a70866475/teenager-hyperthymesia-memory-condition/
2•jawns•27m ago•0 comments

The Manufactured Normalcy Field

https://www.urbanhonking.com/index.html
1•nvader•33m ago•0 comments

An Open Call to Flipper Devices: Problems with Flipper and How They Can Improve

https://spicemesh.de/posts/open-call-to-flipper/
5•muxdervish•35m ago•2 comments

Dusklight is a reverse-engineered reimplementation of Twilight Princess

https://github.com/TwilitRealm/dusklight
2•Plasmoid•40m ago•0 comments

TP-7 Field Recorder

https://teenage.engineering/products/tp-7
2•nirkalimi•41m ago•1 comments

Clippy Config Should Be Stricter

https://emschwartz.me/your-clippy-config-should-be-stricter/
1•birdculture•46m ago•0 comments

Tokenization Is the Bottleneck You're Not Measuring

https://ranvier.systems/2026/05/25/tokenization-is-the-bottleneck-youre-not-measuring.html
1•mindsaspire•48m ago•0 comments

ContextVault – Local-First AI Conversation Recorder for ChatGPT, Claude, Gemini

https://context-vault-two.vercel.app/
1•aliabdm•52m ago•0 comments

I built a new app and I don't know how I feel about it

https://philna.sh/blog/2026/05/25/i-built-a-new-app-and-i-dont-know-how-i-feel-about-it/
1•philnash•53m ago•0 comments

What is 'pink-slime' journalism and has it infiltrated Australian media?

https://www.abc.net.au/news/2026-05-22/pink-slime-journalism-regional-australia-ai/106639600
2•MarxOk•59m ago•0 comments

The UX Cost of Swipe Culture

1•BrittanyHale•59m ago•0 comments

Radvd 2.21 – Linux IPv6 Router Advertisement Daemon

https://radvd.litech.org/
1•neustradamus•1h ago•0 comments

AlphaProof Nexus is out, but Hassabis said solving Erdős isn't real invention

https://www.youtube.com/watch?v=bgBfobN2A7A
1•muditsrivastava•1h ago•0 comments

Presentation and promulgation of the Encyclical Letter "Magnifica humanitas"

https://www.vatican.va/content/leo-xiv/en/events/event.dir.html/content/vaticanevents/en/2026/5/2...
1•KnuthIsGod•1h ago•2 comments

Sweden now considered a smoke free country

https://www.sverigesradio.se/artikel/sweden-now-considered-a-smoke-free-country
2•aleda145•1h ago•0 comments

Wyoming Company Uses High-Tech AI Sprinklers to Save Homes from Wildfire

https://cowboystatedaily.com/2026/05/25/wyoming-company-uses-high-tech-ai-sprinklers-to-save-home...
1•Bender•1h ago•2 comments

Ask HN: How do you get Internships with no work experience but cool projects?

1•dragonsenseiguy•1h ago•0 comments

Stack Overflow Sold to Tech Giant Prosus for $1.8B (2021)

https://www.wsj.com/business/deals/software-developer-community-stack-overflow-sold-to-tech-giant...
9•poly2it•1h ago•3 comments

Leadwerks Game Engine 5.1 Beta Releases with Support for "Potato PCs"

https://www.leadwerks.com/community/blogs/entry/2896-leadwerks-51-beta-is-now-available-with-supp...
3•Josh_Klint•1h ago•0 comments

Promising One and done heart disease genetic therapy

https://www.nytimes.com/2026/05/25/health/cholesterol-ldl-gene-therapy.html
2•anjel•1h ago•0 comments

CVE-2026-28952: Apple macOS 26.5 Kernel Vuln found by Claude

https://support.apple.com/en-us/127115
47•dragonsenseiguy•1h ago•12 comments

Google is its own worst enemy

https://disconnect.blog/google-is-its-own-worst-enemy/
10•cdrnsf•1h ago•1 comments

The Vatican-Anthropic relationship that's reshaping the AI ethics debate

https://religionnews.com/2026/05/22/why-anthropic-is-helping-unveil-the-popes-new-encyclical-on-ai/
5•cdrnsf•1h ago•1 comments

Performance of Rust Language [pdf]

https://github.com/yugr/rust-slides/
2•tanelpoder•1h 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!