frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

If You're Not Studying for Retention, Just Use AI

https://www.fjapm.com/posts/if-youre-not-studying-for-retention-just-use-ai
1•f18m•3m ago•0 comments

Show HN: MeetingIntro, a macOS menu bar app that interrupts you before a meeting

https://github.com/templegit9/MeetingIntro
1•black_observer•10m ago•0 comments

Stripe's August 2026 Investor Letter

https://www.documentcloud.org/documents/28565866-stripes-august-2026-investor-letter/
1•dayve•11m ago•0 comments

Jugwalking: Exercise Your Mind, Your Body, and the Neural Network That Connects

https://davidsmaynard.com/blog/juggle-walking
1•andsoitis•13m ago•0 comments

Gardner police discontinue Flock cameras as license plate readers face scrutiny

https://www.kmbc.com/article/gardner-kansas-flock-cameras-license-plate-readers-privacy/73468724
6•cocacola1•16m ago•0 comments

More tales of App Store curation

https://lapcatsoftware.com/articles/2026/8/9.html
3•cdrnsf•20m ago•0 comments

What makes leaders effective?

https://www.raphaelbauer.com:443/posts/drucker-on-effective-leaders/
1•teleforce•27m ago•0 comments

Remember When Everyone Was Using Solar Energy? (2016)

https://www.nationalgeographic.com/science/article/160225-solar-calculator-history-energy-objects
1•Eridanus2•27m ago•0 comments

Winning a contentious soft fork in 2026

https://getcofund.com/research/what-is-an-economic-node
1•setzeus•28m ago•0 comments

AI-Powered Cyberattacks

https://www.opswat.com/blog/ai-powered-cyberattacks
1•bps1418•29m ago•0 comments

The Arduino UNO Q is an almost perfect Hermes Agent host

1•etoxin•31m ago•0 comments

The Calculus of Value

https://www.oaktreecapital.com/insights/memo/the-calculus-of-value
1•rzk•33m ago•0 comments

AI Hurtles Ahead

https://www.oaktreecapital.com/insights/memo/ai-hurtles-ahead
1•rzk•33m ago•1 comments

Technical leaders should have the largest AI exhaust

https://schipper.ai/posts/technical-leaders-should-have-the-largest-ai-exhaust/
2•schipperai•41m ago•0 comments

I still hand write my commit messages

https://www.jvt.me/posts/2026/08/17/hand-write-commits/
2•birdculture•45m ago•0 comments

NASA estimates the size of the hole SpaceX made in the moon

https://www.theregister.com/offbeat/2026/08/19/nasa-estimates-the-size-of-the-hole-spacex-made-in...
2•Bender•46m ago•0 comments

ASML tries to keep employees until 2030 with €20K stock

https://www.dutchnews.nl/2026/07/asml-staff-get-e20000-in-shares-if-they-stay-until-2030/
2•jbverschoor•47m ago•5 comments

The Point

https://jamie.ideasasylum.com/2026/08/19/the-point
2•mooreds•48m ago•0 comments

NASA's rescue mission for the Swift space telescope has failed

https://www.scientificamerican.com/article/nasa-calls-off-rescue-mission-for-its-falling-swift-sp...
4•sohkamyung•49m ago•0 comments

"Half-Day": 0-Day in the Age of AI

https://margin.re/2026/08/introducing-the-half-day-0-day-in-the-age-of-ai/
1•aaronsdevera•50m ago•0 comments

SvelteKit 3 puts heat on Next.js with approach to RPCs

https://www.theregister.com/devops/2026/08/19/sveltekit-3-puts-heat-on-nextjs-with-radical-approa...
2•Bender•51m ago•0 comments

Drivers are so used to speeding many ignore posted limits, study finds

https://www.freep.com/story/news/local/michigan/2026/08/18/speeding-drivers-traffic-deaths/913503...
3•mandaroVH•53m ago•1 comments

Solving the Flat Cube

https://mathenchant.wordpress.com/2026/08/19/solving-the-flat-cube/
3•jamespropp•55m ago•1 comments

Jason Kelce pleads with NFL fans to send urine to AI data centers

https://www.themirror.com/sport/american-football/jason-kelce-pee-garage-beers-1989324
1•farrisa•55m ago•0 comments

Threshold Schnorr signs in 3ms, threshold ECDSA in 5s

https://808bits.com/articles/the-ecdsa-tax/
1•meehow•56m ago•1 comments

Automated 500 to PR with Hermes and Buzz

https://twitter.com/chadarimura/status/2090208429264826560
3•carimura•57m ago•0 comments

Rick Scott Walked Away from $1.7B Health Care Fraud Case, Then Got a Senate Seat

https://www.uncensoredobjection.com/p/senator-rick-scott-walked-away-from
7•petethomas•1h ago•0 comments

I had to unplug from AI to rediscover my love of writing

https://www.science.org/content/article/i-had-unplug-ai-rediscover-my-love-writing
1•prabal97•1h ago•0 comments

The Future of CSS: Target Multiple Classes with the Class Prefix Selector

https://www.bram.us/2026/08/20/the-future-of-css-target-multiple-classes-with-the-class-prefix-se...
6•cdrnsf•1h ago•1 comments

Digging Out of a Deep Hole: Saving Billions on 125th Street

https://www.etany.org/reports/digging-out-deep-hole-sas-west
3•petethomas•1h 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!