frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Swiftcruit – AI assisted technical assessment platform

https://www.swiftcruit.ai/tools/assessment-question-generator
1•abhishxk1•44s ago•0 comments

list55.com – Now 2x faster with MAI 2 transcription

https://list55.enzom.dev/
1•emadda•1m ago•1 comments

Okay, Sure, a Folding iPhone

https://www.theatlantic.com/technology/2026/09/apple-folding-iphone/688562/
1•_tk_•3m ago•0 comments

Custom Chat Platform – MirrorFly

https://www.contus.com/blog/build-a-custom-chat-platform/
1•abiramid20•3m ago•0 comments

"Project Dream" SNES Prototype Uploaded to Internet Archive

https://archive.org/details/project-dream-snes_202609
1•AdmiralAsshat•6m ago•0 comments

Using Tags

https://pgadey.ca/blog/using-tags/
1•surprisetalk•8m ago•0 comments

Show HN: BlindLock – Passwords hidden in a photo, sealed to your TPM/SE

https://blindlock.app/en/
1•BlindLock•9m ago•1 comments

Show HN: I graded 200 AI tools/apps and track any changes in their policies

https://isittrainingonme.com/
1•trainingonme•10m ago•0 comments

Release 13.2.1 · Grafana/Grafana

https://github.com/grafana/grafana/releases/tag/v13.2.1
1•kyisaiah47•13m ago•0 comments

Show HN: KeepUp – Verified net worth rankings for everyone

https://keepup.finance/
2•leonardkarsunky•13m ago•1 comments

The Beatles: Detecting cultural wordplay in scientific literature using LLMs

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0356147%20&utm_campaign=2026-pr...
1•sebg•13m ago•0 comments

Bending Spoons Agrees to Buy Miro for $1.36B

https://www.bloomberg.com/news/articles/2026-09-10/bending-spoons-agrees-to-buy-workspace-miro-fo...
1•helsinkiandrew•14m ago•0 comments

6th Mind Version 2

https://medium.com/@6thMind/announcing-6th-mind-version-2-5c8b41099801
1•smanuel•15m ago•0 comments

Show HN: Relay – a voice layer for dense dashboards (MIT)

https://aniruddha-sainkar.github.io/relay-voice-ops/
3•Aniruddha7532•16m ago•0 comments

Begging everyone in his network to help is son find a job – any job

https://twitter.com/trikomes/status/2097782869456482757
2•bilsbie•17m ago•0 comments

Canadian Students Say AI Is Hurting Their Critical Thinking

https://thewalrus.ca/what-if-students-are-sick-of-ai-too/
1•pseudolus•18m ago•1 comments

Show HN: Apparat/UI – React UI library for vibecoded creative tools

https://github.com/tommyjepsen/apparat-ui
2•tommyjepsen•19m ago•0 comments

Julia 1.13 Highlights

https://julialang.org/blog/2026/09/julia-1.13-highlights/
2•eigenspace•22m ago•1 comments

Continuous field vector DB in Rust to block RAG hallucinations

https://github.com/julianjohnson-web/julianflux-research
1•julianjohnson•23m ago•0 comments

OECD education report: sustained math and reading decline since 2012

https://www.oecd.org/en/publications/pisa-2025-results-volume-i_73451bc5-en/full-report/student-p...
2•oblio•24m ago•0 comments

DeepSeek-v4.1-Flash: smarter, faster, more efficient

https://www.deepseek.com/en/news/deepseek-v4-1-flash/
2•linggen•25m ago•0 comments

Where Starting over Doesn't Mean Starting Fresh

https://medium.com/@gurvinder372/article-15-where-starting-over-doesnt-mean-starting-fresh-0ad560...
1•gps372•27m ago•0 comments

An offline payment protocol PUF+ECC that works with Zero Connectivity

https://rawcdn.githack.com/TOMDEGGS/BETONIQ-WEST-/main/crowdfunding/back_us.html
1•ZeroPayMoney•28m ago•0 comments

Geekbench 6: Apple A20 Pro vs. A19 Pro

https://browser.geekbench.com/v6/cpu/compare/19143100?baseline=19141805
1•aurareturn•29m ago•2 comments

Chrome is displaying a clean, Safe-Browsing-cleared extension as malware

https://groups.google.com/a/chromium.org/g/chromium-extensions/c/MUe0EkfKCnY
2•OzzyOzbour•30m ago•0 comments

If you don't care, then why should I

https://teadriven.com/blog/care-about-what-you-do/
2•linked-pages•31m ago•0 comments

Echoes of Stuxnet: How a 16-Year-Old Hacking Trick Is Finding New Life

https://medium.com/meetcyber/echoes-of-stuxnet-how-a-16-year-old-hacking-trick-is-finding-new-lif...
1•ls1911•31m ago•0 comments

List of references on Sony websites to players "owning" their digital games

https://consumerrights.wiki/w/Sony_PlayStation_digital_game_ownership_lawsuit
7•haunter•32m ago•1 comments

Anthropic Researcher Publicly Quits: Labs Are "Gambling with Our Lives"

https://techcrunch.com/2026/09/09/gambling-with-our-lives-anthropic-researcher-quits-warns-agains...
5•Wpnx330•32m ago•0 comments

Show HN: A free API to query 3.5B subdomains

https://subdomains.jsmon.sh
3•rashahacks•33m 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!