frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Covid vaccination cut risk of adverse heart events, large study finds

https://www.statnews.com/2026/06/15/covid-vaccination-cardiovascular-protection-jama-study/
1•thinkcontext•57s ago•0 comments

Learn Agent Substrate

https://learn.agentsubstrate.dev/
1•mooreds•1m ago•0 comments

SpaceX to buy Cursor AI parent Anysphere for $60B

https://www.cnbc.com/2026/06/16/-spacex-to-buy-cursor-ai-parent-anysphere-for-60-billion.html
1•furkansahin•3m ago•0 comments

SpaceX Cements $60 Billion Deal to Take Over AI Startup Cursor

https://www.bloomberg.com/news/articles/2026-06-16/spacex-cements-60-billion-deal-to-take-over-ai...
1•flippyhead•4m ago•0 comments

DuckDB Internals: Why Is DuckDB Fast? (Part 1)

https://www.greybeam.ai/blog/duckdb-internals-part-1
1•marklit•4m ago•0 comments

Tlbic: A Time-Limited Basic Income System Designed with AI, v6.1

https://drive.google.com/file/d/1NJA8clb_wkotSnUkBPGZMw8Dywa5caiF/view?usp=drive_link
1•michikawa59•5m ago•0 comments

A Company That Was Nobody: The Case for AI-Agent Corporations

https://sebas.fika.bar/a-company-that-was-nobody-01KTRGPQ9G7T66N98PMY0SN8BT
1•smtx•5m ago•0 comments

Want to get a data center online quickly? Give it some flex

https://www.technologyreview.com/2026/06/16/1138591/data-center-online-quickly-electric-grid-flex/
1•joozio•7m ago•0 comments

The Implementation Trilemma: Substance-Independence Is Incomplete

https://philpapers.org/rec/GIOTIT
1•cgio•12m ago•0 comments

Why is it important for a matrix to be square? (2018)

https://math.stackexchange.com/questions/2811951/why-is-it-important-for-a-matrix-to-be-square
1•downbad_•13m ago•0 comments

Evaluating different LLMs for their security research capabilities

https://zeroquarry.com/research/models-capabilities/
1•eskibars•15m ago•0 comments

Boston University grad students demonstrate flaw in MBTA tap-to-pay system

https://www.nbcboston.com/news/local/it-was-shocking-bu-grad-students-say-theyve-found-a-flaw-in-...
1•ripe•18m ago•0 comments

Show HN: Write SaaS apps where users control where their data is stored

https://linkedrecords.com/
3•WolfOliver•19m ago•0 comments

About ASCII art and Jgs font (2023)

https://velvetyne.fr/news/about-ascii-art-and-jgs-font/
1•Luc•20m ago•0 comments

Stepyard – local YAML pipelines with a Python escape hatch, no server needed

https://github.com/rorlikowski/stepyard
1•rorlikowski•22m ago•0 comments

Celebrating seven years of the Fairphone 3

https://www.fairphone.com/stories/celebrating-seven-years-of-the-fairphone-3
2•ravenical•24m ago•0 comments

Finplan.me – offline expense tracker for Android no accounts or cloud

https://play.google.com/store/apps/details?id=com.finplan.me.finplan.me&hl=en_US
1•ivarlev•26m ago•0 comments

SpaceX to buy Cursor AI coding agent operator Anysphere for $60B

https://www.reuters.com/legal/transactional/spacex-buy-anysphere-60-billion-2026-06-16/
10•itsmarcelg•27m ago•2 comments

Do you tend to follow the rules that suppliers made?

1•carnoxen•28m ago•0 comments

Starlink ends free dish perks ahead of new Standard and Mini kits launch

https://www.notebookcheck.net/Starlink-ends-free-dish-perks-ahead-of-new-Standard-and-Mini-kits-l...
1•ashitlerferad•31m ago•0 comments

Revisiting the Inmos Transputer – Also in the News

https://www.rs-online.com/designspark/revisiting-the-inmos-transputer
1•rbanffy•31m ago•0 comments

Europe Wants Digital Sovereignty. 2,165 Polish Organisations Show the Gap

https://ciphercue.com/blog/polish-cdn-email-traffic-american-companies-2026
4•adulion•34m ago•2 comments

Inmos and the Transputer – Part 1: Parallel Ventures

https://thechipletter.substack.com/p/inmos-and-the-transputer-part-1-parallel
1•rbanffy•37m ago•0 comments

Cyber-Censorship: Web Censorship Cases Rebound in 2025

https://www.statista.com/chart/35957/number-of-online-censorship-cases-worldwide-social-media-blo...
1•bilekas•37m ago•0 comments

Telescope Ranchers

https://kottke.org/26/06/telescope-ranchers
1•bookofjoe•37m ago•0 comments

The Productive Sovereign

https://greggbarbers.substack.com/p/the-productive-sovereign
1•taivare•39m ago•1 comments

x86 Hypervisors and Emulators: Architecture, Features, and Performance

https://deepresearch.ninja/2026/06/x86-Hypervisors-and-Emulators-Architecture-Features-and-Perfor...
1•scrapemaster•39m ago•0 comments

Show HN: Mittr – Webhook delivery on one Postgres (inbound and outbound)

https://mittr.io/
1•stevewanjohi•39m ago•0 comments

Reeks, Wrecks and Robots

https://www.washingtonpost.com/archive/politics/1982/07/21/reeks-wrecks-and-robots/c3b63ac8-a823-...
1•lebek•41m ago•0 comments

Agentic AI PRs sit in the review queue 5.3x longer than unassisted ones

https://blog.codacy.com/ai-breaking-code-review-how-engineering-teams-survive-pr-bottleneck
2•claudiacsf•42m ago•1 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!