frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open AI No. 2 Exec at OpenAI Fidji Simo is leaving the company

https://techcrunch.com/2026/07/09/fidji-simo-steps-down-from-openais-no-2-role/
1•jeffhwang•10m ago•0 comments

Record and Replay, teach AI agents desktop workflows by showing them once

https://github.com/video-db/open-record-replay
1•ashu_trv•12m ago•0 comments

Ask HN: Do we need a support group for developers alienated by LLMs?

3•sph•15m ago•1 comments

Russian Surveillance Software Suppresses Georgian Civilians Rights

https://algorithmwatch.org/en/russian-surveillance-face-recognition-georgia/
1•fodmap•16m ago•0 comments

Open Source E-Reader

https://liliputing.com/crowdfunding-begins-for-open-book-touch-an-open-source-ereader/
1•djfergus•17m ago•0 comments

Iran Hatched Fresh Plot to Kill Trump, Israel Told U.S.

https://www.wsj.com/world/middle-east/iran-hatched-fresh-plot-to-kill-trump-israel-told-u-s-1511d9d2
1•throw310822•18m ago•1 comments

Bayeux Tapestry arrives at British Museum under police escort in dead of night

https://news.sky.com/story/bayeux-tapestry-arrives-at-british-museum-in-dead-of-night-under-polic...
2•austinallegro•20m ago•0 comments

NixOS on real hardware is more complex than you think. Noctalia V5 and LabWC

https://grigio.org/nixos-noctalia-v5-labwc-real-hardware/
1•grigio•22m ago•0 comments

The triage is the product: running AI agents against Ethereum's protocol code

https://blog.ethereum.org/2026/07/09/triage-is-the-product
1•quantumgarbage•23m ago•0 comments

Crawl4AI: Open-source web crawler and scraper for LLMs

https://github.com/unclecode/crawl4ai
1•mpfect•24m ago•0 comments

OpenAI, Anthropic Employees Could Buy ~1/3 of All Homes in SF with IPO Earnings

https://www.redfin.com/news/openai-anthropic-housing-wealth/
1•littlexsparkee•25m ago•0 comments

Show HN: ePub Fixer – repair a narrow set of EPUBCheck errors

https://epub-fixer.com
1•shanewei•26m ago•0 comments

Show HN: Qualify – open-source agent for sales

https://github.com/chaitanyya/sales
2•brownpoints•29m ago•0 comments

The Id Software Cuts Will Change It Forever: 'I Don't See How They Make a Game'

https://kotaku.com/the-cuts-at-doom-maker-id-software-go-shockingly-deep-i-dont-see-how-they-make...
2•Michelangelo11•30m ago•0 comments

PwC employee was working remotely in India when he should have been in Dublin

https://www.irishtimes.com/business/work/2026/07/09/pwc-employee-was-working-remotely-in-india-wh...
2•CringeOut•32m ago•0 comments

CleoBench: Can Fable mathematically prove Cleo's integrals?

https://rain-1.github.io/cleo-bench/
1•rain1•32m ago•0 comments

Demand Unlocked: The Innovation Playbook [video]

https://www.youtube.com/watch?v=CHKU_CjFX9I
1•julienreszka•32m ago•0 comments

SiyanoAV Total Security Antivirus for Advanced PC and Internet Security

https://siyanoav.com/total-security
1•rahulyadavv•33m ago•0 comments

AI-generated videos to maximally drive a target brain region

https://nevo-project.epfl.ch/
2•smusamashah•36m ago•0 comments

EasyJet agrees to rival £5.7B takeover bid

https://www.bbc.co.uk/news/articles/cgjxqq9jg8yo
1•jonjomckay•39m ago•0 comments

China recovers Long March 10B rocket following maiden flight

https://www.chinadaily.com.cn/a/202607/10/WS6a507465a310986e2b464988.html
3•TMWNN•40m ago•2 comments

Nobel-Winning U.S. Chemist Will Move to China to Lead A.I. Institute

https://www.nytimes.com/2026/07/09/science/nobel-winning-us-chemist-will-move-to-china-to-lead-ai...
3•pseudolus•42m ago•1 comments

CO2 overload in blood suggests potentially toxic atmosphere within 50 years

https://link.springer.com/article/10.1007/s11869-026-01918-5
2•littlexsparkee•43m ago•0 comments

Verity – Chrome extension that auto fact-checks AI responses with cited sources

https://chromewebstore.google.com/detail/verity-—-ai-truth-reveale/pdobceidjkciljhdglpmkkjdbjna...
1•HalaDefense•43m ago•0 comments

Localghost. A little ghost to help you NPM dev

https://hamedb89.github.io/localghost/
2•hamedbahrami•49m ago•1 comments

The Secret Sabotage Behind Your Worst DOS-to-Windows Memories

https://comuniq.xyz/post?t=1377
1•01-_-•51m ago•0 comments

Show HN: BastionRoute – An outbound-initiated WebSocket relay fabric for UDP

https://github.com/klauscam/BastionRoute
1•klauscam•56m ago•0 comments

SensorFM: Towards a general intelligence and interface for wearable health data

https://research.google/blog/sensorfm-towards-a-general-intelligence-and-interface-for-wearable-h...
1•NathaP•57m ago•0 comments

TrainRouter – 601 of the great train routes on one interactive map

https://trainrouter.com/
1•Flightmussy•58m ago•0 comments

Let's build a simple interpreter for APL – part 1

https://mathspp.com/blog/lsbasi-apl-part1
1•mpweiher•59m 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!