frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Should Airbnb Add Ads?

1•Taikhoom2010•1m ago•0 comments

What does China's 15th '5-year plan' for renewables mean for climate change?

https://www.carbonbrief.org/qa-what-does-chinas-15th-five-year-plan-for-renewables-mean-for-clima...
1•xbmcuser•1m ago•0 comments

Tempered – AI-Powered PC optimizer that won't show a metric it can't measure

https://tempered.to/
1•AutomationGoat•3m ago•0 comments

Forgotten memories can leave silent traces in the brain

https://www.fmi.ch/news-events/articles/news.html?news=672
1•XzetaU8•6m ago•0 comments

Teen hackers tell BBC how police are helping them use their skills for good

https://www.bbc.co.uk/news/articles/cn0nqpy1rk4o
1•mmarian•7m ago•0 comments

DeepSeek v4 Flash final models show solid improvements

https://api-docs.deepseek.com/updates/
4•dnhkng•8m ago•1 comments

SodaSlim Natural Weight Management Supplement for Wellness

https://finance.yahoo.com/healthcare/articles/sodaslim-releases-updated-2026-highlights-122400710...
1•Ikerphan•8m ago•0 comments

ChatGPT has been silently routing Pro to mini for several months

https://articles.fmt.kr/2026-07/oai
2•ilsubyeega•9m ago•1 comments

LinkedIn adds a button to report AI-generated 'slop'

https://techcrunch.com/2026/07/30/linkedin-adds-a-button-to-report-ai-generated-slop/
1•robin_reala•10m ago•0 comments

US Government map of Africa mislabels every country at global conference

https://www.reuters.com/world/africa/us-government-map-africa-mislabels-every-country-global-conf...
1•adg001•11m ago•0 comments

Remote

https://www.textclad.com/2026/07/30/remote/
1•kxrm•12m ago•0 comments

SAP's Big Push for Tabular AI. What It Means for Enterprises

https://pub.towardsai.net/saps-big-push-for-tabular-ai-what-it-means-for-enterprises-7dc3af2a1d8c...
1•justinvan•14m ago•0 comments

k-Coloring is Faster than Computing the Chromatic Number

https://arxiv.org/abs/2607.25973
1•matt_d•16m ago•0 comments

Show HN: Tileroot – save/restore tiling WM layouts (sway, Hyprland, i3)

https://github.com/Hinikaa/tileroot
2•hinikaa•19m ago•0 comments

Psychedelic images reveal what your weather app isn't telling you

https://grist.org/extreme-heat/these-psychedelic-images-reveal-what-your-weather-app-isnt-telling...
1•sizzle•23m ago•1 comments

x86 AMX/ACE with >8 tiles

https://lore.kernel.org/lkml/CAKSQd8WxM75DeZvovYXkt2c60ftHeEW_gpf0qTxaLF8i8kjm=w@mail.gmail.com/
2•matt_d•24m ago•0 comments

Show HN: QuizPaste – paste any text or doc, get an instant quiz

https://quizpaste.com/
1•jimliu01•24m ago•0 comments

Show HN: Gander, an Android file viewer that asks for no permissions at all

https://github.com/mokshablr/gander
2•mokshablr•31m ago•1 comments

Book Time: Automatic Page Turner from Japan [video]

https://www.youtube.com/watch?v=O3BJtUssbhQ
1•mushstory•33m ago•0 comments

U.S. FCC approves giant space mirror to deliver 'sunlight on demand'

https://www.cbc.ca/news/science/eflect-orbital-approval-FCC-9.7287535
3•LostMyLogin•34m ago•2 comments

It's Time to Give Up on the Nonstick Pan as We Know It

https://www.nytimes.com/wirecutter/reviews/give-up-on-ceramic-nonstick-pans/
1•jimnotgym•36m ago•0 comments

I built a website cost calculator with 9 engines

https://projectcostestimator.com
1•VrumVrum•40m ago•1 comments

Martin Shkreli Breaks Down the Collapse of Situational Awareness [video]

https://www.youtube.com/watch?v=RJdgh9eEZvw
3•j_aime•40m ago•0 comments

'First tremors' of AI earthquake showing in digital revenue hit

https://pressgazette.co.uk/publishers/digital-journalism/first-tremors-of-ai-earthquake-showing-i...
4•giuliomagnifico•47m ago•1 comments

Human Honeypot

https://human2llm.pages.dev/
4•kevin_kraft•50m ago•1 comments

Critical Rendering Path: The Foundation of Web Performance [Part 1]

https://pagarevijayy.substack.com/p/critical-rendering-path-the-foundation
2•pagarevijayy•51m ago•0 comments

Aschenbrenner's hedge fund forced to unwind all public stock positions

https://www.cnbc.com/2026/07/30/leopold-aschenbrenners-hedge-fund-is-facing-steep-ai-losses.html
4•akbabu•54m ago•0 comments

Nvidia's $750B AI bet deepens fears of a circular tech bubble

https://www.latimes.com/business/story/2026-07-29/nvidias-750-billion-ai-bet-deepens-fears-of-cir...
4•1vuio0pswjnm7•57m ago•0 comments

Show HN: What should the GUI for AI agents look like?

https://marbleos.com/demo
4•akbabu•59m ago•0 comments

The nation's harshest data privacy law collides with a political problem

https://www.politico.com/news/2026/07/24/new-jersey-data-privacy-law-politics-01011055
2•1vuio0pswjnm7•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!