frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Key symbols we lost to time, pt. 1: The PC side

https://unsung.aresluna.org/key-symbols-we-lost-to-time-pt-1-the-pc-side/
1•leephillips•5m ago•0 comments

LLMs are real, AI is fake

https://pluralistic.net/2026/09/12/god-in-the-box/#llms-are-fake
3•andrepd•7m ago•0 comments

AI Writing Is Fine

https://matthewphillips.info/programming/posts/ai-writing-is-fine/
1•thomastill•7m ago•0 comments

Bastion of the Turbofish

https://github.com/rust-lang/rust/blob/main/tests/ui/parser/bastion-of-the-turbofish.rs
1•birdculture•8m ago•0 comments

Paul A. M. Dirac, Interview by Friedrich Hund (1982) [video]

https://www.youtube.com/watch?v=xJzrU38pGWc
2•emerongi•12m ago•0 comments

Thingport – a self-hosted web that pulls your 3D model collection into one place

https://github.com/TautvydasDerzinskas/Thingport
1•TautvydasDerzin•17m ago•1 comments

Show HN: Notula for Google Meet

https://chromewebstore.google.com/detail/notula-for-google-meet/egpbmkbnahnhjggmeemnkbblnpedcfkj
1•anetrebskii•18m ago•0 comments

Ask HN: Who Are You?

1•whatnoww•18m ago•1 comments

Irish, Scottish and Welsh leaders meet to plan break-up of United Kingdom

https://www.telegraph.co.uk/politics/2026/09/13/irish-scots-and-welsh-leaders-meet-to-plot-break-...
5•staringforward•20m ago•0 comments

A lease with a timeout is not a lock

https://lucascarlson.net/2026/09/09/a-lease-with-a-timeout-is-not-a-lock/
2•cardmagic•21m ago•0 comments

Read your writes: WAIT FOR in PostgreSQL 19

https://clickhouse.com/blog/postgresql-19-wait-for-read-your-writes
2•bucket2015•21m ago•0 comments

Your car is selling your data

https://www.theverge.com/column/994172/your-car-is-selling-your-data
6•bookofjoe•21m ago•1 comments

How Trump Is Wielding Power to Stifle Speech

https://www.nytimes.com/2026/09/12/us/politics/trump-free-speech.html
3•whack•23m ago•0 comments

Why Tech Oligarchs Are Willing to Risk Apocalypse

https://www.nytimes.com/2026/09/12/opinion/ai-tech-apocalypse-silicon-valley.html
3•cdrnsf•25m ago•1 comments

What happens if you extrapolate the age of US presidents?

https://www.reddit.com/r/dataisugly/comments/1wbuo9z/extrapolation_never_lies_the_55th_president_...
1•gloussou•27m ago•0 comments

Flock worker calls police on reporter filming public camera installation

https://www.investigatetv.com/2026/09/08/flock-worker-calls-police-investigatetv-reporter-filming...
7•SanjayMehta•31m ago•0 comments

Mars astronauts could live in houses made of yeast and jello, say scientists

https://www.theregister.com/offbeat/2026/09/11/mars-astronauts-could-live-in-houses-made-of-yeast...
3•Bender•32m ago•0 comments

AI models don't kill people – people kill people

https://www.theregister.com/ai-and-ml/2026/09/09/ai-models-dont-kill-people-people-kill-people/52...
7•Bender•33m ago•0 comments

RevenueOS – open-source revenue automation that waits for your approval

https://github.com/unempyd/revenueos
2•unempyd•33m ago•0 comments

I Pivoted to Game Development

https://sibylline.dev/articles/2026-09-12-why-i-pivoted-to-game-development/
1•CuriouslyC•34m ago•0 comments

Show HN: I built a day-by-day timeline of the AI boom (2017–2026, 437 events)

https://www.aihistory.live/
1•aniketsauravv•35m ago•0 comments

AI is breaking our proxies for expertise

https://www.seangoedecke.com/ai-is-breaking-our-proxies-for-expertise/
2•j4102_•35m ago•0 comments

Lessons I learned as a software engineer

https://www.thetrueengineer.com/p/10-lessons-from-the-journey-what
1•adletbalzhanov•37m ago•0 comments

Hornbound – I made a 13KB roguelike game for js13k game jam (no AI)

https://labrat.mobi/games/hornbound/
1•g0ld3nrati0•38m ago•0 comments

An update on the May spam-publishing campaign on rubygems.org

https://blog.rubygems.org/2026/09/11/update-may-spam-publishing-campaign.html
1•Topfi•40m ago•0 comments

Tesla Is Reclaiming the U.S. EV Market as Legacy Automakers Retreat

https://www.wsj.com/business/autos/tesla-is-reclaiming-the-u-s-ev-market-as-legacy-automakers-ret...
1•fortran77•41m ago•1 comments

US Customs supervisor busted for stealing hardware from Homeland Security PCs

https://www.tomshardware.com/pc-components/us-customs-supervisor-busted-for-stealing-core-i7-cpus...
18•Levitating•42m ago•9 comments

Xorcery – a WebGPU superoptimizer that rediscovers bit hacks in the browser

https://xorcery.vercel.app
1•zaydmulani•42m ago•0 comments

Trump says he would be OK with China building cars in US

https://www.reuters.com/world/us/trump-says-he-would-be-ok-with-china-building-cars-us-2026-09-12/
5•geox•44m ago•0 comments

Metacarp: a self-hosting Carp compiler written in Carp

https://blog.veitheller.de/Metacarp.html
1•joshcsimmons•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!