frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Chronicle of a Disaster Foretold

https://www.newyorker.com/magazine/2026/07/06/chronicle-of-a-disaster-foretold
1•petethomas•36s ago•0 comments

Judge: DOJ Used Grand Jury to "Harass" Trump's Political Opponents

https://webcitydeux.blogspot.com/2026/06/federal-judge-rules-trump-doj-subpoenas.html
3•laurentlof•1m ago•1 comments

A Dark Dimension Could Link Two of the Universe's Great Unknowns

https://www.quantamagazine.org/a-dark-dimension-could-link-two-of-the-universes-great-unknowns-20...
1•Brajeshwar•1m ago•0 comments

Pact: Anonymous Credentials for the Web

https://hacks.mozilla.org/2026/06/pact-anonymous-credentials-for-the-web/
1•kevincox•2m ago•0 comments

The Problem is Prompt Debt: You can't be model agnostic and hand-tune prompts

https://www.dbreunig.com/2026/06/22/the-problem-is-prompt-debt.html
1•dbreunig•3m ago•0 comments

Is network access zero trust's biggest blind spot?

https://itwire.com/business-it-news/security/is-network-access-zero-trusts-biggest-blind-spot-clo...
1•Eingrand1978•3m ago•0 comments

New Testing Reveal: Linode G8 Singapore CPUs Are Great/One Network Path Is Not

https://webbynode.com/articles/linodes-new-g8-cpu-vms-look-excellent-in-singapore-except-for-one-...
1•gsgreen•4m ago•0 comments

Access begins rollout of Big Forms for Modern Monitors feature

https://techcommunity.microsoft.com/blog/accessblog/access-begins-rollout-of-big-forms-for-modern...
1•TowerTall•5m ago•0 comments

US manufacturing jobs fall at fastest rate since the pandemic

https://www.ft.com/content/fbee05c0-03bb-4907-9390-ef56155a4579
2•thm•5m ago•0 comments

A Complete Deep Dive of Nvidia DWDM Co-Packaged Optics for Scaling Past 200Gbps

https://chadw.substack.com/p/a-complete-deep-dive-of-nvidia-dwdm
1•siliconcodesign•5m ago•0 comments

A Man Was Gifted His Dream Car by the Notorious Hacker He Put in Prison

https://www.thedrive.com/news/this-man-was-gifted-his-dream-car-by-the-notorious-hacker-he-put-in...
2•xoxxala•5m ago•0 comments

Show HN: I gave Claude Code the keys to the Visual Studio debugger

https://github.com/firish/claude_code_vs
1•firish•9m ago•1 comments

LastPass confirms data breach in Klue supply chain attack

https://www.bleepingcomputer.com/news/security/lastpass-confirms-data-breach-in-klue-supply-chain...
3•thm•10m ago•2 comments

Show HN: Market Verdict Demo video for validating business ideas before building

https://marketverdict.app/demo-video
1•pigfox•10m ago•0 comments

Show HN: CWS'94 standard Core War simulator in 105 lines of Ruby

https://corewar.co.uk/rubymars.htm
2•impomatic•13m ago•0 comments

Ggrun v3 is 65% faster than Ollama

https://github.com/raketenkater/ggrun
2•raketenkater•14m ago•0 comments

Show HN: A thinking canvas where chats, notes, and sources live together

https://github.com/interfacedreams/bee-claude
1•babbleprune•14m ago•0 comments

I Prefer Jujutsu over Git

https://www.schafe-sind-bessere-rasenmaeher.de/tech/why-i-prefer-jujutsu-over-git/
1•speckx•15m ago•0 comments

AI Gateway, API Gateway, Gateway API, and Friends: A Map Through the Confusion

https://prokube.ai/en/blog/ai-gateway-api-gateway-gateway-api/
1•cgeier•15m ago•0 comments

28% Faster: The Blink Prototype vs. Apple's iOS Browser Engine

https://open-web-advocacy.org/blog/28-percent-faster--the-blink-prototype-that-shows-why-apples-i...
1•cognitiveinline•17m ago•0 comments

UK tribunal gives go ahead for $4B lawsuit against Apple over iCloud services

https://www.reuters.com/business/uk-tribunal-gives-go-ahead-4-billion-lawsuit-against-apple-over-...
3•onemoresoop•17m ago•0 comments

Meta launches cheaper range of AI smart glasses starting at $299

https://www.reuters.com/technology/meta-announces-new-range-smart-glasses-starting-299-2026-06-23/
2•onemoresoop•19m ago•1 comments

Prompt Injection as Role Confusion

https://simonwillison.net/2026/Jun/22/prompt-injection-as-role-confusion/
2•Brajeshwar•19m ago•0 comments

Show HN: OpenSoccer – open-source soccer game in browser / World Cup 2026 teams

https://github.com/modelence/open-soccer
1•artahian•19m ago•0 comments

Keeping the Web Open and Private in the Bot Era

https://blog.mozilla.org/en/privacy-security/keeping-the-web-open-and-private-in-the-bot-era/
2•galadran•19m ago•0 comments

Sharekit – install someone's AI coding setup with one command

https://github.com/LucasSantana-Dev/sharekit
1•LukSantana•20m ago•0 comments

I don't want you to summarise the page

https://kevquirk.com/no-i-dont-want-you-to-summarise-the-page
2•speckx•21m ago•0 comments

Why AI tokens will send your enterprise cloud bill sky-high again

https://www.zdnet.com/article/why-ai-tokens-will-send-enterprise-cloud-bill-sky-high/
1•CrankyBear•22m ago•0 comments

What is the mechanical world picture?

http://edwardfeser.blogspot.com/2026/06/what-is-mechanical-world-picture.html
2•danielam•22m ago•0 comments

You Can't Subtract the Model

https://hari.computer/you-cant-subtract-the-model
1•markovblanket•25m 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!