frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I made a WWI dogfight game that runs in the browser

https://www.gamedev.pl/ay/biplane-skirmish
1•fullstackwife•44s ago•0 comments

Meteor M2-4: Receiving Weather Satellite Images from My Garden in San Francisco

https://gdamdam.github.io/meteor-satellite-reception/meteor-m2-4-2026-09-23.html
1•gidam•2m ago•0 comments

The Download: The Pentagon's AI-powered lie detector and young organ limits

https://www.technologyreview.com/2026/09/25/1145157/the-download-pentagon-ai-lie-detector-young-o...
1•joozio•4m ago•0 comments

Jupyter AI: A Map of 100 Jupyter Extensions for AI

https://openteams.com/awesome-jupyter-ai-extensions/
1•redsquirrel12•7m ago•0 comments

Kakao Entertainment to Shut Down N. American Webtoon Platform Tapas

https://www.animenewsnetwork.com/news/2026-09-22/kakao-entertainment-to-shut-down-n-american-webt...
1•speckx•8m ago•0 comments

First Triangulation Results in UAP Search by the Galileo Project Observatories

https://www.youtube.com/watch?v=HrvEbbqsN-s
1•musha68k•8m ago•1 comments

If the Work Is So Meh That It Might Be AI, Who Cares How It Was Made?

https://novelarcade.substack.com/p/whats-worse-than-ai-slop-trad-slop
1•richardatlarge•9m ago•0 comments

Replicating Classic Adobe Photoshop with PSD/PSB Compatibility

https://github.com/eolix/photosuite
1•Venn1•10m ago•0 comments

The Robust U.S. Economy Powers Through Rate Hikes and Rising Bond Yields

https://www.wsj.com/finance/investing/us-economy-bond-market-0bfda8b3
1•kaycebasques•10m ago•0 comments

PHP Structured Concurrency and Beyond: history and vision

https://www.hook-dev-alter.com/en/articles/php-structured-concurrency-and-beyond-1-history-and-vi...
1•Geek-Merlin•10m ago•0 comments

Tesla’s optimus hits snags in hands, suppliers as scale-up begins

https://electrek.co/2026/09/25/tesla-optimus-production-ramp-hands-ai-generalization-problems/
3•vidulous•12m ago•0 comments

I Went to Kyrgyzstan to Find China's Silent Nomads

https://www.chinatalk.media/p/i-went-to-kyrgyzstan-to-find-chinas
1•speckx•12m ago•0 comments

SCP 06F6

https://en.wikipedia.org/wiki/SCP_06F6
1•d_silin•13m ago•0 comments

Show HN: Doom or Bloom, map your AI worldview with Jev

https://www.doom-or-bloom.com
1•transitivebs•14m ago•0 comments

The Great CI Bottleneck of 2026

https://dagger.io/blog/the-great-ci-bottleneck-of-2026/
1•levlaz•15m ago•0 comments

Agents can now set up your website's security with Turnstile Spin

https://blog.cloudflare.com/turnstile-spin/
1•jlemee•16m ago•0 comments

Show HN: Open-Source Origami CLI

https://github.com/BrainGridAI/origami-cli
1•acossta•16m ago•0 comments

Show HN: PromptPad- A lightweight editor for long coding prompts

https://github.com/aaravchour/PromptPad
1•aaravchour•16m ago•0 comments

Promises Made, Promises Broken: RFK Jr. Keeps Covid Vaccines from Children

https://www.techdirt.com/2026/09/24/promises-made-promises-broken-rfk-jr-keeps-covid-vaccines-fro...
2•hn_acker•17m ago•0 comments

Diggers Song (The World Turned Upside Down)

https://www.fsc.org.uk/glee/the-world-turned-upside-down/
1•Bluestein•17m ago•0 comments

PostgreSQL to SQL Field Notes: Date and Time

https://devblogs.microsoft.com/azure-sql/pg-to-sql-date-time/
1•ibobev•17m ago•0 comments

Foundry hosted agent isolation with Microsoft Agent Framework

https://devblogs.microsoft.com/agent-framework/foundry-hosted-agent-isolation-with-microsoft-agen...
2•ibobev•17m ago•0 comments

Show HN: An open-source launch kit to help you vibe code your knowledge base

https://knowledgebase.dev/
1•ivanpenchev•18m ago•0 comments

Randomly Place an Element Along Edge of Another Element

https://blog.master.dev/randomly-place-an-element-along-edge-of-another-element/
1•ibobev•18m ago•0 comments

The Tension Between Self-Hosting, Ownership, and Corporate Branding

https://community.vikunja.io/t/the-tension-between-self-hosting-ownership-and-corporate-branding/...
1•kitlop•20m ago•1 comments

A Skill.md for Commenting on Hacker News

https://blog.coredump.cx/p/a-skillmd-for-commenting-on-hacker
1•surprisetalk•21m ago•0 comments

OpenCode: $60 of usage for DeepSeek v4.1 Flash is now permanent

https://twitter.com/opencode/status/2103505541871907109
2•worldofmatthew•21m ago•0 comments

Nearly one-third of electric co-ops have declined BEAD awards – NRECA

https://www.lightreading.com/broadband/nearly-one-third-of-electric-co-ops-have-declined-bead-awa...
3•hn_acker•21m ago•0 comments

Waymo's driverless cars continue to crash less often than people

https://www.theverge.com/transportation/999891/waymo-safety-data-injury-crash-human-driver
1•xnx•26m ago•1 comments

What Is (Google) Tink?

https://developers.google.com/tink/what-is
1•mooreds•27m 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!