frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The gutting of USAID has left a void China will not fill

https://www.economist.com/asia/2026/05/07/the-gutting-of-usaid-has-left-a-void-china-will-not-fill
1•andsoitis•49s ago•0 comments

A GPU-rendered terminal emulator with inline 3D graphics

https://github.com/orhun/ratty
1•LelouBil•1m ago•0 comments

Chitin-rich crab shell by-products modulate the marine lifetime of PHBV films

https://linkinghub.elsevier.com/retrieve/pii/S0141391026001564
1•PaulHoule•2m ago•0 comments

Shai Hulud attack ships signed malicious TanStack, Mistral NPM packages

https://www.bleepingcomputer.com/news/security/shai-hulud-attack-ships-signed-malicious-tanstack-...
1•Brajeshwar•3m ago•0 comments

Show HN: Tiny long-memory benchmark with Harbor running across Islo sandboxes

https://zozo123.github.io/longmem-mini-on-islo/
1•zozo123-IB•4m ago•0 comments

A Russian ship may have been carrying submarine nuclear reactors to North Korea

https://www.cnn.com/2026/05/12/world/a-russian-ship-sank-in-mysterious-circumstances-it-may-have-...
2•vinnyglennon•8m ago•0 comments

In Trump administration battle over AI, U.S. spy agencies seek more power

https://www.washingtonpost.com/politics/2026/05/11/trump-ai-regulation-commerce-intelligence/
1•delichon•8m ago•0 comments

Dusklight: A reverse-engineered reimplementation of Twilight Princess

https://github.com/TwilitRealm/dusk
1•klaussilveira•9m ago•0 comments

Show HN: Nimbalyst open source Obsidian, Codex app, and Linear for coding agents

https://github.com/nimbalyst/nimbalyst
3•wek•11m ago•0 comments

Dusk brings Twilight Princess to PC and mobile platforms

https://twilitrealm.dev/
1•transportheap•11m ago•0 comments

/Goal: The Six-Hour Codex Run That Survived a Five-Hour Pause

https://tectontide.com/en/blog/codex-goal-six-hour-run/
2•gmays•12m ago•0 comments

My offline AI-assisted Linux development machine

https://deepu.tech/my-fully-offline-ai-assisted-linux-development-machine/
1•deepu105•12m ago•0 comments

Down the memory lane with OS/2 (2020)

https://jmmv.dev/2020/08/os2-memory-lane.html
2•jmmv•12m ago•0 comments

Before you move to San Francisco, read this

https://junglegym.substack.com/p/before-you-move-to-san-francisco
4•ndewilde•12m ago•0 comments

Cameras Are Easy – Fingertips Aren't – Atoms to Algo

https://atomsfrontier.substack.com/p/cameras-are-easy-fingertips-arent
1•jpatel3•13m ago•0 comments

GameStop's $55.5B bid for eBay rejected as 'neither credible nor attractive'

https://www.theguardian.com/business/2026/may/12/gamestop-bid-for-ebay-rejected-as-neither-credib...
1•andsoitis•13m ago•0 comments

Show HN: Automatic Git snapshots while AI agents edit your repo

https://github.com/Baukaalm/safesandbox
1•baursha•15m ago•0 comments

World Passkey Day: Advancing passwordless authentication

https://www.microsoft.com/en-us/security/blog/2026/05/07/world-passkey-day-advancing-passwordless...
2•vdelitz•16m ago•1 comments

Snack giant makes mono(chrome) move due to Middle East conflict

https://www.printweek.com/content/news/snack-giant-makes-mono-move-due-to-middle-east-conflict
1•Kaibeezy•17m ago•0 comments

Why passkey sign-in success rate is much lower than many companies pretend

https://www.corbado.com/passkey-benchmark-2026/passkey-authentication-success-rate
2•vdelitz•17m ago•0 comments

AI coders are carrying half-open laptops through airports, offices, & ice rinks

https://www.businessinsider.com/coders-keep-laptops-open-in-public-ai-agent-2026-5
3•littlexsparkee•18m ago•0 comments

As agentic dev tools boom, workflow auditability becomes the constraint

https://thenewstack.io/agentic-cicd-audit-compliance-gap/
1•Brajeshwar•19m ago•0 comments

Quant Operator's Log

1•popcuptea•19m ago•0 comments

Six years of Planning Poker Online: from a 2020 Hacker News post to 147K users

https://weagileyou.com/blog/six-years-making-an-app-used-by-147000-people/
1•MiquelLHC•19m ago•0 comments

What could Functional Architecture mean? [video]

https://www.youtube.com/watch?v=x8jLOtZoOOU
1•surprisetalk•20m ago•0 comments

Yarbo says it will remove the intentional backdoor from its robot lawn mower

https://www.theverge.com/tech/928289/yarbo-remove-robot-lawn-mower-backdoor
1•SpyCoder77•20m ago•0 comments

Show HN: Browser-native replay of an AI agent governance incident

https://slashlife.ai/agent-gate/demo
1•ossughychen•21m ago•0 comments

Finlynq – Open-source personal finance app with a first-party MCP server

https://github.com/finlynq/finlynq
1•hhalawi•21m ago•0 comments

Has Merge Join's Time Gone?

https://buttondown.com/jaffray/archive/has-merge-joins-time-gone/
1•ibobev•22m ago•0 comments

Pediatricians say schools need to make time for recess for kids of all ages [video]

https://apnews.com/video/pediatricians-say-schools-need-to-make-time-for-recess-for-kids-of-all-a...
1•rawgabbit•23m 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!