frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Wordfence Prism AI Vulnerability Detector Finds Backdoored WordPress Plugin

https://www.wordfence.com/blog/2026/07/wordfence-prism-detected-backdoored-wordpress-plugin-withi...
1•leecoursey•1m ago•0 comments

LLMs Will Benefit from Scratch Workspaces

https://win-vector.com/2026/07/28/llms-will-benefit-from-scratch-workspaces/
1•jmount•1m ago•0 comments

Show HN: CogniKernel;AI Coding with cross session and cross platform memory

https://github.com/KanishkNoir/cognikernel
1•KanishkNoir•2m ago•0 comments

My Personal Software Journey: Self-Hosting Agent-Built Apps on a Mac Mini

https://metedata.substack.com/p/016-my-personal-software-journey
1•young_mete•3m ago•0 comments

The word is not the food

https://thetraces.substack.com/p/the-word-is-not-the-food
2•feldrim•5m ago•0 comments

The consumable space data center

https://networkingnerd.net/2026/07/28/the-consumable-space-data-center/
1•tatersolid•5m ago•0 comments

The Forgetting Machine

https://thetraces.substack.com/p/the-forgetting-machine
1•feldrim•6m ago•0 comments

Visa time limits on foreign PhD students and postdocs will harm U.S. science

https://www.statnews.com/2026/07/28/dhs-visa-policy-change-international-students-scientific-rese...
2•Jimmc414•6m ago•0 comments

Wikimedia Won't Voluntarily Recognize Union a Supermajority of Its Workers Want

https://www.404media.co/wikimedia-waits-until-after-its-massive-conference-to-say-it-wont-volunta...
3•pizzaiolo•7m ago•0 comments

Point AI at a "Proven" Microkernel?

2•RantyDave•7m ago•0 comments

Anthropic publishes a practical key-recovery attack on HAWK-256

https://github.com/anthropics/cryptography-research-demo
4•bakigul•7m ago•0 comments

Farmers Are Getting Control of Their Equipment Back

https://www.eff.org/deeplinks/2026/07/farmers-are-getting-control-their-equipment-back
3•Jimmc414•8m ago•0 comments

Iran Has Figured Out How to Overwhelm U.S. Air Defenses

https://theintercept.com/2026/07/28/iran-missiles-drones-us-air-defenses/
4•Jimmc414•10m ago•1 comments

AI Shi(f)ts the Cost to the Reader

https://aloutfi.com/writing/ai-shifts-the-cost-to-the-reader
3•anloutfi•10m ago•0 comments

FBI Seeks AI for Political Watch List

https://reason.com/2026/07/28/minority-report-fbi-seeks-ai-for-political-watch-list/
6•devonnull•13m ago•1 comments

Why Rocq is better than Lean for program verification

https://joomy.korkutblech.com/posts/2026-07-28-why-rocq-is-better.html
2•joomy•13m ago•1 comments

Code review (as we know it) needs to die

https://alexlooney.substack.com/p/code-review-as-we-know-it-must-die
2•looknee•13m ago•0 comments

Nvidia's Jensen Huang meets Lutnick amid China scrutiny

https://www.axios.com/2026/07/28/nvidia-jensen-huang-lutnick-meeting-china-ai
6•billybuckwheat•16m ago•0 comments

Show HN: An MMO for AI agents where cooking a pizza requires a civilization

https://spacemolt.beehiiv.com/p/to-make-a-pizza-you-must-first-invent-civilization
2•statico•16m ago•0 comments

Relaxin Jailbreak for iOS 17.0-17.3.1 Released

https://onejailbreak.com/blog/relaxin-jailbreak-enters-closed-beta-for-ios-17/
2•madihaa•17m ago•0 comments

Claude may have leaked your chats to the public

https://lifehacker.com/tech/your-claude-chats-may-have-been-exposed-on-google
4•zapataband1•18m ago•1 comments

Experimental explosion detected off Florida coast sparks earthquake alert

https://www.dailymail.com/sciencetech/article-16011619/experimental-explosion-florida-coast-navy....
2•Bender•20m ago•0 comments

Paramount Agrees to Delay Warner Bros. Merger for Months

https://www.nytimes.com/2026/07/24/business/media/paramount-warner-bros-merger-delayed.html
2•cdrnsf•21m ago•0 comments

Drinks at work? Svedka debuts office water vodka cooler

https://ktla.com/news/consumer-business/drinks-at-work-svedka-debuts-office-water-vodka-cooler/
3•Bender•21m ago•1 comments

Tesla buys the output of a new 140 MW Texas solar farm

https://electrek.co/2026/07/28/tesla-buys-texas-solar-farm-output-zelestra/
3•Bender•23m ago•0 comments

The Anthropic-Physical Intelligence Rumor Roiling AI Twitter

https://techcrunch.com/2026/07/21/the-anthropic-physical-intelligence-rumor-roiling-ai-twitter/
3•gmays•24m ago•0 comments

VRSE: Validated Regional Support Expansion for PyTorch

https://github.com/Byte-Naut/vrse-pytorch
2•Byte-Naut•28m ago•0 comments

Show HN: Vyne – Zapier for DeFi users, run from any LLM or the workflow builder

https://app.vyne.finance
2•rajgoesout•29m ago•0 comments

'The Odyssey' Translator Emily Wilson Slams Nolan's 'Abysmal' Screenplay

https://variety.com/2026/film/news/odyssey-translator-emily-wilson-slams-christopher-nolan-bad-wr...
5•handfuloflight•30m ago•0 comments

Half-Life ported to Mac OS 9

https://mac-classic.com/news/half-life-ported-to-mac-os-9/
3•freediver•32m 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!