frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Willamette: The First First-Party Bridgetown Theme

https://willamette.bridgetownrb.com/2026/05/26/introducing-willamette-first-party-bridgetown-theme/
1•TheWiggles•28s ago•0 comments

Amazon starts selling its AI shopping technology to other retailers

https://www.cnbc.com/2026/05/27/amazon-ai-shopping-alexa-kate-spade.html
1•thm•4m ago•0 comments

When Quiet Undersea Volcanoes Turn Disruptive

https://www.quantamagazine.org/when-quiet-undersea-volcanoes-turn-disruptive-20260526/
1•Brajeshwar•6m ago•0 comments

Endive and the Next Chapter of WebAssembly on the JVM

https://bytecodealliance.org/articles/endive-and-the-next-chapter-of-webassembly-on-the-jvm
1•phickey•6m ago•0 comments

The future of AI is an AI futures market

https://www.semafor.com/article/05/26/2026/the-future-of-ai-is-an-ai-futures-market
1•speckx•8m ago•0 comments

AI as Nervous System

1•tenpast•8m ago•0 comments

A Luxury Survivalist Community Is Tearing Itself Apart

https://www.wsj.com/us-news/a-luxury-survivalist-community-is-tearing-itself-apart-53d2a99f
1•SirLJ•9m ago•0 comments

GPG-encrypted email forwarding is back, and the mxcrypt relay is now open source

https://easydns.com/blog/2026/05/27/gpg-encrypted-email-forwarding-is-back-and-the-mxcrypt-relay-...
1•StuntPope•10m ago•0 comments

Fun with Markov Chains

https://tjcrowley.substack.com/p/fun-with-markov-chains
1•tjcrowley•11m ago•1 comments

Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS

https://tinycld.org/
1•nathanstitt•13m ago•1 comments

Show HN: Filemat – an open-source web-based file manager

https://github.com/bingud/filemat
1•bingud•13m ago•0 comments

Women who power America's offices are making themselves AI-proof

https://19thnews.org/2026/05/women-administrative-assistants-ai/
1•cdrnsf•13m ago•0 comments

NASA takes steps toward building Moon Base, including discussing a "perimeter"

https://arstechnica.com/space/2026/05/nasa-takes-steps-toward-building-moon-base-including-discus...
1•robtherobber•14m ago•0 comments

After 88 Days of Censored News, TV and Chat, Iranians Are Coming Back Online

https://www.nytimes.com/2026/05/27/world/europe/iran-internet.html
1•tantalor•14m ago•0 comments

Pay humans to engage in ads, not LinkedIn

https://www.nexertise.com/founding
2•izzygottlieb•15m ago•4 comments

FFmpeg Audio Normalization: The Complete Loudnorm Guide

https://32blog.com/en/ffmpeg/ffmpeg-audio-normalization-loudnorm
3•speckx•15m ago•0 comments

'Lobotomized': Character.ai Is Showing What AI Enshittification Looks Like

https://www.404media.co/lobotomized-character-ai-is-showing-what-ai-enshittification-looks-like/
3•cdrnsf•15m ago•0 comments

Show HN: TruthLens – Free multi-signal deepfake image detector

https://huggingface.co/spaces/legendarydragontymer/DeepfakeDetectGPU
1•AnubhavCraft27•16m ago•0 comments

Show HN: Claude Usage Tray – Windows Tray for Claude Code Rate Limits

https://github.com/apexlocal-jz/claude-usage-tray
1•JosephZeng•18m ago•0 comments

The Correctness Layer: How We Beat Claude Code on the ADE Benchmark

https://www.altimate.ai/blog/the-correctness-layer-in-ade
3•frasermarlow•19m ago•0 comments

Picking up the Pieces: Popular Spec-Driven Development tool abandoned, forked

https://github.com/open-gsd/get-shit-done-redux/discussions/1
1•tfrancisl•19m ago•1 comments

Tlamatini – Local-first AI dev assistant with 68 agents and hybrid RAG

https://github.com/XAIHT/Tlamatini
1•angelahack1•22m ago•0 comments

Intl.RelativeTimeFormat: the browser knows how to say '2 hours ago'

https://www.tbds.fr/en/blog/the-browser-already-knows-how-to-say-2-hours-ago
3•HollowMan•22m ago•0 comments

Claude skills bundle where each skill ships with its audit report

https://venture-hub-snowy.vercel.app/skillvault
1•operatoriq•22m ago•0 comments

Ten Years of Charter 77

https://journals.sagepub.com/doi/pdf/10.1080/03064228708534186
1•jruohonen•23m ago•0 comments

AVTR-1: Open-weight real-time flow-matching transformer for audio-driven avatars

https://github.com/avaturn-live/avtr-1
1•hexfaker•23m ago•0 comments

Ubuntu Workshop

https://ubuntu.com/workshop
2•amatheus•24m ago•0 comments

We built a lab to evaluate data agents

https://hex.tech/blog/evaluate-data-agents/
1•izzymiller•26m ago•0 comments

AI-Writing Scandals Are Getting Confusing

https://www.theatlantic.com/technology/2026/05/ai-writing-scandal-future-of-truth-book/687290/
1•thm•27m ago•0 comments

Greenpeace study finds microplastics in Gerber baby food pouches [pdf]

https://www.foodpolitics.com/wp-content/uploads/Tiny_Plastics_Big_Problem.pdf
3•speckx•28m 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!