frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Is that bot a Pomeranian or a wolf – and who to sue when it 'bites'?

https://news.harvard.edu/gazette/story/2026/07/is-that-bot-a-pomeranian-or-a-wolf-and-who-to-sue-...
1•brassard•1m ago•0 comments

Frontier coding agents haven't stopped lying about their work – I measured it

https://trustysquire.ai/blog/the-last-mile-is-a-signup-form
1•lunchboxfortwo•6m ago•0 comments

Stripe, Google, Canva, Cloudflare and Higgsfield Are Selling

https://www.saastr.com/how-stripe-google-canva-cloudflare-and-higgsfield-are-actually-selling-in-...
1•jenthoven•6m ago•0 comments

GPT-5.6, Grok 4.5, Claude, and Muse Spark build the same 4 apps

https://www.tryai.dev/blog/gpt-5.6-build-off-12-models
2•hershyb_•7m ago•0 comments

How to Install a Mini Split Air Conditioner Complete Step-by-Step Guide [video]

https://www.youtube.com/watch?v=AQ4EYHNCDzg
1•Bender•9m ago•0 comments

Meta's Teen Safety Case Just Became a $1.4T Existential Threat

https://gizmodo.com/metas-teen-safety-case-just-became-a-1-4-trillion-existential-threat-2000782306
1•dotcoma•10m ago•1 comments

Apple Sues OpenAI for Stealing Trade Secrets to Build AI Hardware

https://www.macrumors.com/2026/07/10/apple-sues-openai/
6•stock_toaster•12m ago•0 comments

The zero-cost fallacy: open-source software in the agentic era

https://www.thoughtworks.com/insights/blog/open-source/zero-cost-fallacy-open-source-agentic-era
2•backlit4034•14m ago•0 comments

GhostLock, a stack-UAF that has existed in ALL Linux distributions for 15 years

https://nebusec.ai/research/ionstack-part-2/
2•djfergus•16m ago•0 comments

Apple Sues OpenAI

https://www.bloomberg.com/news/articles/2026-07-10/apple-sues-openai-for-trade-secret-theft-in-bl...
7•allending•16m ago•1 comments

Two Database Migrations and a Divorce

https://usefathom.com/blog/two-database-migrations-and-a-divorce
3•JsonCameron•18m ago•0 comments

Migrating a production AI agent to GPT 5.6

https://ploy.ai/blog/migrating-a-production-ai-agent-to-gpt-5-6
2•brryant•19m ago•0 comments

Staying in the Game

https://toni.org/2026/07/10/staying-in-the-game/
1•joshbetz•19m ago•0 comments

Apple sues OpenAI, two former employees for trade secrets theft

https://www.reuters.com/legal/litigation/apple-sues-openai-alleging-misappropriation-trade-secret...
7•coloneltcb•20m ago•0 comments

Outcry as Meta lets users make AI images from public Instagram profile pics

https://www.bbc.com/news/articles/cp9lee19y1yo
3•doener•20m ago•2 comments

Building intuition about LLM parameter counts

https://www.gilesthomas.com/2026/07/llm-parameter-counts
2•gpjt•22m ago•0 comments

Coder_eval – an evaluation framework for CLI and Skill builders

https://github.com/UiPath/coder_eval
1•aoetalks•22m ago•0 comments

Ask HN: What data have the frontier AI companies not ingested yet?

1•lysace•23m ago•0 comments

Apple Sues OpenAI, Alleging It Stole Trade Secrets

https://www.wsj.com/tech/apple-openai-lawsuit-f86bd58c
18•m348e912•24m ago•1 comments

Apple sues OpenAI alleging trade secret theft, says scheme was 'at every level'

https://www.cnbc.com/2026/07/10/apple-openai-lawsuit-trade-secrets.html
8•nope96•24m ago•0 comments

What Is Stopping MOFs Being More Widely Used?

https://www.ccdc.cam.ac.uk/discover/blog/what-is-stopping-mofs-being-more-widely-used/
1•giardini•24m ago•1 comments

LingBot-World 2.0

https://github.com/Robbyant/lingbot-world-v2l-2026-07-10/
1•_____k•26m ago•0 comments

Book Review: The Book of Abraha

https://www.astralcodexten.com/p/your-book-review-the-book-of-abraham
2•paulpauper•26m ago•0 comments

Eight of the Nation's Top Last Names Stayed the Same Since 1790

https://www.census.gov/library/stories/2026/04/2020-census-names-data.html
6•paulpauper•28m ago•0 comments

Maura Gillison, Who Transformed the Treatment of Mouth and Throat Cancers, Died

https://www.wsj.com/health/healthcare/maura-gillison-cancer-research-dies-f89b6c90
2•kamaraju•28m ago•0 comments

DOI Restores Clear ESA Enforcement by Rescinding Misguided "Harm" Definition

https://www.doi.gov/pressreleases/department-interior-restores-clear-esa-enforcement-rescinding-m...
2•petethomas•29m ago•1 comments

Software Engineer's Firing Ruled Illegal in a Rare Win for a Tech Worker

https://www.nytimes.com/2026/07/10/business/atlassian-tech-worker-wrongful-termination.html
5•ytpete•29m ago•1 comments

My Jewish Culture

https://american-innocence.com/p/my-jewish-culture
1•paulpauper•30m ago•1 comments

Crawlie Cloud: monitoring for your marketing sites SEO and GEO (+ MCP server)

https://crawlie.dev/
1•seandotexe•34m ago•1 comments

Skillgrade: "Unit tests" for your agent skills

https://github.com/mgechev/skillgrade
1•handfuloflight•34m 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!