frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How are you using local LLMs for code? (esp. security/IP protection)

1•antipaul•36s ago•0 comments

The Movie Buffs Who Track Film Profits as If They Work in Hollywood

https://www.wsj.com/arts-culture/film/fans-tracking-box-office-results-numbers-a18e12ef
1•sonabinu•1m ago•0 comments

Mira Murati's Thinking Machines strikes multibillion chip deal with Nvidia

https://www.ft.com/content/a8853057-c0a3-46f6-817f-7a23e79ea4e2
1•pretext•1m ago•0 comments

Abusing .arpa, the TLD that isn't supposed to host anything

https://www.infoblox.com/blog/threat-intelligence/abusing-arpa-the-tld-that-isnt-supposed-to-host...
1•birdculture•2m ago•0 comments

Are AI Tools Ready to Answer Patients' Questions About Their Medical Care?

https://jamanetwork.com/journals/jama/fullarticle/2846269
1•geox•3m ago•0 comments

Show HN: StateSurface – server-owned state and NDJSON streaming for MPA pages

https://github.com/superlucky84/state-surface
1•superlucky84•4m ago•1 comments

IronDiff – Network Config Backup and Analysis

1•MattRos•5m ago•0 comments

Ruby Users Forum February–March Update

https://www.rubyforum.org/t/monthly-update-february-wrap-up-march-preview/177
1•todsacerdoti•5m ago•0 comments

Amazon Wins Court Order Blocking Perplexity AI Shopping Bots

https://www.bloomberg.com/news/articles/2026-03-10/amazon-wins-court-order-blocking-perplexity-s-...
1•juokaz•7m ago•0 comments

Fooling AI Agents: Web-Based Indirect Prompt Injection Observed in the Wild

https://unit42.paloaltonetworks.com/ai-agent-prompt-injection/
2•tcbrah•7m ago•0 comments

Precision Learning Has the Potential to Do What Personalized Learning Could Not

https://www.the74million.org/article/precision-learning-has-the-potential-to-do-what-personalized...
1•jyunwai•7m ago•0 comments

Towards "Let's Encrypt" for Document Signing

https://documenso.com/blog/building-documenso-part-3---aes-qes-qtsp
1•ElTimuro•8m ago•1 comments

Amazon asks senior engineers to address issues created by 'AI assisted changes'

https://www.tomshardware.com/tech-industry/artificial-intelligence/amazon-calls-engineers-to-addr...
2•cdrnsf•8m ago•1 comments

Tesla FSD drives through railroad crossing barriers in viral video

https://electrek.co/2026/03/09/tesla-fsd-drives-through-railroad-crossing-barriers-viral-video/
1•nixass•8m ago•0 comments

Why on-device agentic AI can't keep up

https://martinalderson.com/posts/why-on-device-agentic-ai-cant-keep-up/
1•devy•8m ago•0 comments

Rust Coreutils 0.7 Released with Many Performance Optimizations

https://www.phoronix.com/news/Rust-Coreutils-uutils-0.7
1•Bender•9m ago•0 comments

$3 ChromeOS Flex stick will revive old and outdated computers

https://9to5google.com/2026/03/10/this-3-chromeos-stick-will-revive-old-and-outdated-computers/
2•pentagrama•10m ago•0 comments

Ultra-compact photonic AI chip operates at the speed of light

https://techxplore.com/news/2026-03-ultra-compact-photonic-ai-chip.html
1•Brajeshwar•10m ago•0 comments

Tiny transmitter could help scientists understand surprisingly social wasps

https://spectrum.ieee.org/rf-tags
1•Brajeshwar•11m ago•0 comments

Hiroo Onoda: The Japanese Soldier Who Continued Fighting World War II Until 1974

https://www.utterlyinteresting.com/post/hiroo-onoda-japanese-soldier-who-fought-ww2-until-1974
1•freediver•11m ago•0 comments

Experiments.md to stay sane down the rabbit hole

https://www.execfoo.de/blog/experiments.html
1•softwarehippie•11m ago•0 comments

Trump Admin Cyber Strategy Centers Private Sector in Offensive Cyber Operations

https://www.lawfaremedia.org/article/trump-admin-cyber-strategy-centers-private-sector-in-offensi...
1•hn_acker•12m ago•0 comments

How did the Apollo flight computers get men to the moon and back? (2018) [video]

https://www.youtube.com/watch?v=ULGi3UkgW30
2•spking•14m ago•0 comments

YouTube ads are about to get even longer and they'll be unskippable

https://www.dexerto.com/youtube/youtube-ads-are-about-to-get-even-longer-and-theyll-be-unskippabl...
3•robtherobber•14m ago•0 comments

Gemini Embedding 2: Our first natively multimodal embedding model

https://blog.google/innovation-and-ai/technology/developers-tools/gemini-embedding-2/
2•meetpateltech•16m ago•0 comments

Ask HN: What will be the future of RPE in IT services

1•sriramgonella•16m ago•0 comments

Show HN: What was the world listening to? Music charts, 20 countries (1940–2025)

https://88mph.fm/
1•matteocantiello•16m ago•0 comments

An Update on SVG in GTK

https://blogs.gnome.org/gtk/2026/02/25/an-update-on-svg-in-gtk/
1•PaulHoule•16m ago•0 comments

Ad-tech is fascist tech

https://pluralistic.net/2026/03/10/ice-tech/#foreseeable-outcomes
16•only_in_america•17m ago•0 comments

I built and used this boilerplate to generate $2.5M in revenue over 5 years

https://www.indiehackers.com/post/i-built-and-used-this-boilerplate-to-generate-2-5m-in-revenue-o...
2•iwillinc•17m 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!