frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The worst VGA monitor ever made – Tandy VGM-225

https://www.youtube.com/watch?v=m79HxULt3O8
1•haunter•2m ago•0 comments

Understanding Tetrode Screen Current

https://www.robkalmeijer.nl/techniek/electronica/radiotechniek/hambladen/qst/1961/07/page26/index...
1•bariumbitmap•4m ago•0 comments

Six-year-old breaks women's world Rubik's Cube record [video]

https://www.youtube.com/watch?v=UCMRgvyTm08
3•1659447091•4m ago•0 comments

An extension that finds things you've never searched, from your own history

https://microsoftedge.microsoft.com/addons/detail/njffhmcdmdhlnpkfnjjojifbddkcmiii
1•Discover_Daily•6m ago•0 comments

It's not your imagination – dating has gotten more combative lately

https://www.vox.com/life/503630/modern-dating-combative-apps-tiktok-gender-roles
2•dabinat•7m ago•1 comments

Moderna announced that their cancer mRNA vaccine succeeded in a late-stage trial

https://www.bbc.com/news/articles/c79gpv7v190o
3•codebyaditya•7m ago•0 comments

Sign Up for Tweet.app

https://app.tweet.app/join
1•marc0janssen•9m ago•0 comments

SpaceX given unique access to classified DoD space tracking data, sources say

https://breakingdefense.com/2026/09/exclusive-spacex-given-unique-access-to-classified-dod-space-...
1•TMWNN•9m ago•0 comments

Treating the APK as a database: a decompiler 269x faster than JADX

https://medium.com/@droidasc/droid-asc-a-super-fast-android-decompiler-41-to-269-times-faster-tha...
1•mgaldys4•10m ago•0 comments

Katamari Object Library

https://katamari.andrew-boylan.com/
4•mef•13m ago•5 comments

Book Review: Steve Jobs in Exile by Geoffrey Cain

https://lapcatsoftware.com/articles/2026/9/6.html
1•frizlab•21m ago•0 comments

antigravity-seo: Go engine and token-efficient SEO audits for Antigravity CLI

https://github.com/angelotc/antigravity-seo
1•telecomhacker•21m ago•0 comments

Meta's New Muse AI Agent Read My Private Messages. I Never Asked It To

https://www.inc.com/jason-aten/metas-new-muse-ai-agent-read-my-private-messages-i-never-asked-it-...
1•binarynate•33m ago•0 comments

Tattoos as a risk factor for lymphoma: a population-based case–control study

https://www.thelancet.com/journals/eclinm/article/PIIS2589-5370(24)00228-1/fulltext
1•Teever•34m ago•0 comments

Level Designers Will Love My Engine, Here's Why [video]

https://www.youtube.com/watch?v=CvrETndu76M
1•Starpelly•35m ago•0 comments

Eric Schmidt on the era of AI warfare

https://www.economist.com/insider/inside-defence/eric-schmidt-on-the-era-of-ai-warfare
1•andsoitis•38m ago•0 comments

OpenAI agent 'infiltrated' Australian government website, PM says

https://www.bbc.com/news/articles/c6vgy0333dppo
2•Ozymandias-9•38m ago•1 comments

DoorDash's $131.5M Settlement with the City of New York

https://about.doordash.com/en-us/news/dcwp
1•sizzle•43m ago•0 comments

'Rex Jr.' Could Be Most Important T. Rex Ever Discovered

https://cowboystatedaily.com/2026/09/19/rex-junior-found-on-newcastle-ranch-could-be-most-importa...
1•in-silico•43m ago•0 comments

TSA is rolling out a new scanner – it could be a headache for carry-on travelers

https://www.independent.co.uk/travel/news-and-advice/tsa-new-scanner-carry-on-bags-b3055280.html
2•mikhael•45m ago•0 comments

Contrastive Language Models

https://contrastive-lm.notion.site/
4•erichocean•51m ago•2 comments

Trump White House Press Ban Matches 1933 Nazi Law

https://www.flyingpenguin.com/trump-white-house-press-ban-matches-1933-nazi-law/
5•speckx•55m ago•0 comments

Universities Must Reinvent Themselves for the Intelligent Age

https://time.com/article/2026/04/13/universities-must-reinvent-themselves-for-the-intelligent-age/
2•the-mitr•57m ago•0 comments

Nori LLM: Achieving Over 1M tok / s

https://noriagentic.com/nori-llm.html
1•theahura•1h ago•0 comments

An Undercover Google Analyst Infiltrated a Notorious Supply-Chain Hacking Gang

https://www.wired.com/story/an-undercover-google-analyst-infiltrated-a-notorious-supply-chain-hac...
2•chris_overseas•1h ago•0 comments

A 13-Year-Old Has Been Cured of DIPG, the Deadliest Childhood Brain Cancer

https://www.imapac.com/news-updates/world-first-a-13-year-old-has-been-cured-of-dipg-the-deadlies...
6•thunderbong•1h ago•1 comments

ThinkingCap-Qwen3.8-27B: the same answers, 37% less thinking

https://bottlecapai.com/post/thinkingcap-qwen3-8-27b/
2•jackbravo•1h ago•0 comments

China's Approach to AI

https://madeinchinajournal.com/2026/09/23/chinas-approach-to-ai-infrastructural-statecraft-manage...
3•paimapi•1h ago•0 comments

Show HN: Tokenhush – keeps your secrets out of what Claude Code sends

https://github.com/fregie/tokenhush
2•fregie•1h ago•0 comments

16GB iPod Nano 3G Upgrade

https://tuckerosman.com/projects/16gb-ipod-nano
3•Ivoah•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!