frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Agents Are Thinking: A tiny project exploring text based thinking animations

https://www.threads.com/@theaicontinuum/post/DXniNvyDVQw
1•zane__chen•2m ago•0 comments

Don't prepone it – do the needful. 10 Indianisms we should all be using

https://www.theguardian.com/commentisfree/2016/jan/04/indian-english-phrases-indianisms-english-a...
1•kayo_20211030•4m ago•1 comments

What I Got Wrong Implementing Graph-Based Vector Search

https://dubeykartikay.com/posts/reading-algorithms-like-an-engineer/
1•dubeyKartikay•4m ago•0 comments

Microsoft Edge stores all passwords in memory in clear text, even when unused

https://twitter.com/L1v1ng0ffTh3L4N/status/2051308329880719730
3•cft•4m ago•0 comments

Robot-mediated haptic feedback outperforms vision in violin duo coordination

https://www.science.org/doi/10.1126/scirobotics.aeb1901
1•geox•4m ago•0 comments

Amazon Web Services' plan to make networking disappear

https://www.theregister.com/2026/05/04/amazon_web_services_cupertino_networking_lab/
1•Bender•5m ago•0 comments

In Investing, It's When You Start and When You Finish (2011)

https://archive.nytimes.com/www.nytimes.com/interactive/2011/01/02/business/20110102-metrics-grap...
1•downbad_•6m ago•1 comments

Rumor: Disney to Remove Star Wars Sequel Trilogy from Timeline

https://geeksandgamers.com/remove-star-wars-sequel-trilogy/
2•bilsbie•7m ago•0 comments

Usage-based pricing killing your vibe, here's how to roll your own local AI

https://www.theregister.com/2026/05/02/local_ai_coding_agents/
2•Bender•8m ago•0 comments

Show HN: USD Accounts for Pakistani Freelancers

https://www.rizqfinance.com/
1•pickleballcourt•9m ago•0 comments

Chevrolet Performance eCrate package (400v/200hp)

https://www.chevrolet.com/performance-parts/crate-engines/ecrate
1•mindcrime•10m ago•0 comments

Show HN: I built a personal finance projection tool after outgrowing Excel

https://fignis.io/
1•loroloko•12m ago•0 comments

Deadweight Cognitive Loss, Mass Incarceration, and the Case for Education Reform

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6613125
1•paulpauper•12m ago•0 comments

How A.I. Is Transforming China's Entertainment Industry

https://www.nytimes.com/2026/05/03/world/asia/china-microdrama-ai-backlash.html
1•paulpauper•13m ago•0 comments

Show HN: Isonq – PDF/DXF and STEP to shop quoting

https://isonq.com/demo
1•dantesmaghi•13m ago•1 comments

The Southern Poverty Law Center Indictment

https://marginalrevolution.com/marginalrevolution/2026/05/the-southern-poverty-law-center-indictm...
3•paulpauper•14m ago•0 comments

Wizards of the Coast declines to voluntarily recognize Magic Arena union

https://www.enworld.org/threads/wizards-of-the-coast-declines-to-voluntarily-recognize-magic-aren...
1•pavel_lishin•15m ago•0 comments

AI Has Made Memory Chips One of the Most Profitable Products

https://www.wsj.com/tech/ai-has-made-memory-chips-one-of-the-worlds-most-profitable-products-b062...
1•gmays•16m ago•0 comments

Infinite Image Grids Are Flat Toruses

https://seththompson.com/articles/infinite-image-grids
1•s3th•16m ago•0 comments

Individual knowledge wikis need a sharing system, here is an example

https://github.com/dpetryshchuk/atrium-init
1•dimapetryshchuk•16m ago•1 comments

Apple Plans to Let Users Build Their Own Passes in iOS 27 Wallet App

https://www.bloomberg.com/news/articles/2026-05-04/ios-27-features-apple-plans-to-let-users-build...
1•helsinkiandrew•18m ago•0 comments

Drawy, KDE's first infinite whiteboard app

https://prayag2.github.io/posts/meet-drawy/
2•p4bl0•19m ago•0 comments

A Dark-Money Campaign Is Paying Influencers to Frame Chinese AI as a Threat

https://www.wired.com/story/super-pac-backed-by-openai-and-palantir-is-paying-tiktok-influencers-...
5•thm•20m ago•1 comments

Retail Investors Keep Getting Burned in the Stock Market.They're Piling in Again

https://www.barrons.com/articles/retail-investors-stocks-railroads-wall-street-4df3b7b1
2•laxmena•22m ago•0 comments

Offenders sentenced up to 10 years for spying on TSMC

https://www.taipeitimes.com/News/front/archives/2026/04/28/2003856358
11•ironyman•22m ago•0 comments

Toyota built a $10B private utopia–what's going on in there?

https://arstechnica.com/cars/2026/05/inside-toyotas-10b-private-utopia-big-ideas-few-people-camer...
1•rbanffy•23m ago•0 comments

CNC Adhesive Applicator

https://blog.rahix.de/cnc-adhesive-applicator/
1•pillars•23m ago•0 comments

Software Is Not Sentient

https://karlbode.com/your-software-is-not-sentient/
1•cdrnsf•23m ago•2 comments

Cayman reinsurance growth raises oversight concerns

https://www.insurancebusinessmag.com/reinsurance/news/breaking-news/cayman-reinsurance-growth-rai...
1•petethomas•24m ago•0 comments

QueryShield – secure SQL proxy for AI agents (NL→SQL, AST safety, RLS)

https://queryshield.dev/
1•bch12•26m 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!