frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Squeezing π from 122 Bits

https://text.marvinborner.de/2025-02-08-12.html
1•marvinborner•16s ago•0 comments

Show HN: A Discord-alternative community platform built in PHP

https://github.com/lesleyespire/motylo
1•Pyrobyte•1m ago•0 comments

Y Combinator Investments in Europe

https://old.reddit.com/r/Startup_eu/comments/1rrl1qw/y_combinator_investments_in_europe/
1•wrahim•6m ago•0 comments

White House Considers Waiving Jones Merchant Marine Act

https://apnews.com/article/jones-act-trump-trade-abcac596db839bff3679b3117d2e81b2
1•ChrisMarshallNY•8m ago•1 comments

The OpenClaw AI mania in China, as security fears and enthusiasm surge

https://www.scmp.com/tech/tech-trends/article/3346513/inside-openclaw-mania-gripping-china-securi...
1•giuliomagnifico•9m ago•0 comments

Faster Data Migrations for Postgres

https://clickhouse.com/blog/practical-postgres-migrations-at-scale-peerdb
1•saisrirampur•10m ago•0 comments

Fake rooms, props and a script to lure victims: inside an abandoned scam centre

https://www.theguardian.com/technology/2026/mar/14/inside-abandoned-scam-centre-cambodia-thai-border
2•sandebert•10m ago•0 comments

China's Edge in an Oil Shock: Electric Cars and Renewables

https://www.nytimes.com/2026/03/14/business/china-oil-cars.html
1•doener•14m ago•0 comments

$ABSURD – a meme coin built on one idea: everything stopped making sense

https://pump.fun/coin/Gt4w8KVwy7aPztiUm27YwsQgchzbS3srK8JYNpTpump
1•AbsurdCoin•16m ago•0 comments

React Quizzes for Preparing Interviews

https://www.reactchallenges.com/quizzes
1•DuffmanCC•22m ago•0 comments

You've got the LLMs to code, now you need the glue

https://codin.ro/youve-got-the-llms-to-code-now-you-need-the-glue-1-n/
3•CodinM•23m ago•0 comments

Spain's PM calls for end to UNSC veto power, criticises US over global conflicts

https://tribune.com.pk/story/2597072/spains-pm-calls-for-end-to-unsc-veto-power-criticises-us-ove...
1•vrganj•24m ago•0 comments

Show HN: I built a card-based eldritch IT support game in React

https://dadbodgames.itch.io/it-never-ends/devlog/1388428/building-a-system-for-the-absurd-why-it-...
1•euphoric_series•26m ago•0 comments

Jeff Bezos Upended the Washington Post

https://www.nytimes.com/2026/03/14/business/media/washington-post-jeff-bezos-layoffs.html
2•doener•27m ago•1 comments

Ronin – A Security Toolkit

https://ronin-rb.dev
1•Alifatisk•31m ago•0 comments

RAM kits are now sold with one fake RAM stick alongside a real one

https://www.tomshardware.com/pc-components/ram/fake-ram-bundled-with-real-ram-to-create-a-perform...
2•edward•33m ago•0 comments

"I've spent so many hours wasted on plugins"

https://www.musicradar.com/artists/ive-spent-so-many-thousands-of-hours-wasted-on-plugins-it-just...
1•latexr•34m ago•0 comments

Living with Jagged ASI

https://langkilde.se/blog/living-with-asi/
1•langkilde•35m ago•0 comments

Show HN: Colota – Open-source, self-hosted GPS tracker for Android

https://github.com/dietrichmax/colota
2•daturbod•38m ago•2 comments

Michael Burry worries about "structural manipulation" of Nasdaq-100 for SpaceX

https://twitter.com/michaeljburry/status/2032483200404992209
2•adrianmsmith•38m ago•0 comments

I built a free automation engineering calculator library

https://automationcalculators.net/
1•jacolotti•38m ago•0 comments

Two long-lost episodes of 'Doctor Who' have been found

https://www.nbcphiladelphia.com/entertainment/entertainment-news/two-long-lost-episodes-doctor-wh...
1•breve•41m ago•0 comments

UCP Protocol: The Internet Has 100M Shops and No Front Door

https://askucp.com/blog
2•defencetechhn•44m ago•0 comments

Show HN: Prove your SaaS isn't abandonware to boost checkout trust

https://www.gitpulse.dev/
1•bombashell•47m ago•3 comments

Space Exploration Logo Archive

https://spaceexplorationlogoarchive.webflow.io/
1•Michaelsoft•50m ago•0 comments

Memory should decay. I've gotten pretty good at this with age

https://stackresearch.org/blog/memory-should-decay/
2•dnmacon•54m ago•0 comments

America and Israel built military targeting machines

https://www.economist.com/international/2026/03/11/how-america-and-israel-built-vast-military-tar...
2•edward•54m ago•0 comments

Show HN: AgentArmor – open-source 8-layer security framework for AI agents

https://github.com/Agastya910/agentarmor
2•AgastyaTodi•54m ago•1 comments

I prompt-injected a bot on social media to complain about Jira

https://bsky.app/profile/sheep-cat.bsky.social/post/3mgxjskxyj224
1•chadders13•57m ago•0 comments

The Lord of the Rings: an allegory of the PhD? (2003)

http://danny.oz.au/danny/humour/phd_lotr.html
1•stared•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•10mo ago

Comments

semihs•10mo 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_•10mo 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•10mo 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_•10mo ago
That sounds great!