frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

'Huge Breakthrough' in the Math of Imbalance

https://www.quantamagazine.org/huge-breakthrough-in-the-math-of-imbalance-20260821/
2•pykello•3m ago•0 comments

Over 5,200 Ebola cases recorded in Congo

https://www.afro.who.int/countries/democratic-republic-of-congo/news/over-5200-cases-recorded-dem...
3•simonebrunozzi•5m ago•0 comments

Saily Ultra eSIM Premum Plan Review: Packed with Perks

https://www.wired.com/review/saily-ultra-esim/
1•joozio•7m ago•0 comments

Seymour and Peters hit back as Luxon moves on under-16s social media ban

https://www.1news.co.nz/2026/08/24/seymour-and-peters-hit-back-as-luxon-moves-on-under-16s-social...
1•01-_-•7m ago•0 comments

I spent $200 a month to SEO-poison Google search results

https://higashi.blog/2026/08/23/api-use/
2•yuedongze•7m ago•0 comments

Casio's Bluetooth F-B100W-1A with step-tracker sells out again

https://www.notebookcheck.net/Casio-s-Bluetooth-F-B100W-1A-with-step-tracker-sells-out-again-leav...
1•01-_-•8m ago•0 comments

Andreessen Horowitz is investing billions into a bleak future

https://www.modelrepublic.org/articles/a16z-portfolio
2•reasonableklout•12m ago•0 comments

Disconnect – Tracking Leads to Hacking

https://disconnect.me/
1•janandonly•14m ago•0 comments

Hugging Face has been fielding M&A interest for a deal worth at least $13B

https://www.businessinsider.com/hugging-face-could-be-acquired-13-billion-2026-8
2•AlexDragusin•16m ago•0 comments

Show HN: Hookpost – Open-source social media scheduler with AI Agent copilot

https://github.com/jatinder14/hookpost
2•jrgupta•19m ago•0 comments

Shrink a Market (2006)

https://web.archive.org/web/20120212201947/http://redeye.firstround.com/2006/04/shrink_a_market.html
1•tosh•20m ago•0 comments

Show HN: Cryptographic logging for agents from action capture to audit reports

https://github.com/Providex-AI/rootsign
1•oabolade•21m ago•0 comments

From a Drive Away to a Walk Away: Best U.S. Cities to Live in Without a Car

https://www.coworkingcafe.com/blog/best-u-s-cities-to-live-in-without-a-car/
3•vanclaude•27m ago•0 comments

Show HN: Open-source automation for breaking up monolithic Terraform states

https://github.com/schrieksoft/demonolith
1•karlschriek•27m ago•0 comments

Show HN: OutbidLaunch – Open-Source Pay-to-Rank Leaderboard with 3D Live Globe

https://github.com/fastlaunch/outbidlaunch
1•respectattentio•27m ago•1 comments

Sloc Cloc and Code 4.0 (scc) – Finding the files that need the most attention

https://boyter.org/posts/sloc-cloc-code-hotspots-finding-files-that-need-attention/
1•boyter•33m ago•0 comments

Show HN: LongRuay – Live Like a Millionaire for 30 Days

https://longruay.com
1•QingWu•33m ago•1 comments

Investors "should be on alert" as US financial risks mount, says market expert [video]

https://www.youtube.com/watch?v=bi95w_V4bGU
3•thelastgallon•34m ago•0 comments

Anthropic Claude and API service outages

https://status.claude.com/uptime
9•vikrantrathore•36m ago•1 comments

Show HN: Brkpt-auth – NestJS authentication as source you own

https://brkpt.com/auth/
1•ilhasol•37m ago•0 comments

A 2026 Survey of Rust GUI Libraries

https://blog.wybxc.cc/blog/rust-gui-survey-2026/
1•rcarmo•37m ago•0 comments

FDA clears blood test to aid evaluation for Alzheimer's disease

https://medicine.washu.edu/news/fda-clears-blood-test-to-aid-evaluation-for-alzheimers-disease/
5•dabinat•39m ago•0 comments

Best AI voice cloning in 2026: how to clone your voice

https://nexustrade.io/blog/best-ai-voice-cloning-2026-how-to-clone-your-voice-with-ai-20260824
1•theanonymousone•39m ago•0 comments

Walgit – a Git server that is one binary in front of an object store

https://github.com/tobi/walgit
1•romanhotsiy•40m ago•0 comments

Your Open Source Model Could Have a Hidden Time-Release Backdoor

https://morgin.ai/articles/your-open-source-model-could-have-a-hidden-time-release-backdoor.html
4•llmbababoom•43m ago•0 comments

OCR It – pull text out of un-copyable documents for your LLM

https://github.com/thiagotigaz/ocr-it
5•thiagolima•43m ago•3 comments

The Hubris of Donald Trump

https://www.ms.now/opinion/donald-trump-historical-figure-powerful
4•downbad_•44m ago•1 comments

Signals – Privacy-first analytics. Human vs. bot detection without cookies

https://signals.lyfmail.com
1•LYFMail•46m ago•0 comments

MCP-gate – Ephemeral capability token proxy for LLM tool execution in Go

http://engineeringstepstone.blogspot.com/2026/08/show-hn-mcp-gate-ephemeral-capability.html
1•ananthaprakashb•47m ago•0 comments

Bluetooth Shock Collar Keeps Wearer on Task

https://hackaday.com/2026/08/23/bluetooth-shock-collar-keeps-wearer-on-task/
2•rcarmo•49m 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!