frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Red Hat packages backdoored through its official NPM channel

https://arstechnica.com/security/2026/06/dozens-of-red-hat-packages-backdoored-through-its-offica...
1•RedShift1•3m ago•1 comments

Measuring the value priorities of LLMs using Schwartz's theory [slides]

https://docs.google.com/presentation/d/1cOqh86W8DI7-iuTJUE1Iy7wRgDemFjw5VRY4KTtJOWE/edit?slide=id...
1•mcchen51•6m ago•0 comments

Lemmings for Picotron

https://sophiehoulden.com/ohno.html
1•memalign•6m ago•0 comments

CopilotForXcode

https://github.com/github/CopilotForXcode
1•saikatsg•9m ago•0 comments

Nvidia Introduces First PCs Designed for AI Agents

https://www.wsj.com/tech/ai/nvidia-unveils-ai-laptops-rtx-spark-47445bcd
1•JumpCrisscross•11m ago•0 comments

Privacy isn't dead: it's just that tech companies have made it inconvenient

https://inforrm.org/2026/06/02/privacy-isnt-dead-its-just-that-tech-companies-have-made-it-inconv...
3•latein•15m ago•0 comments

Will the IT consulting share price rout ever end?

https://www.ft.com/content/17bf8aa3-c5f7-4cd3-a67e-8de580509525
1•thm•16m ago•0 comments

FriendlyBet – A free, ad-free World Cup prediction pool with no sign-up wall

https://friendlybet.live/
1•aviatorpo•17m ago•0 comments

Canada considers cancelling part of U.S. F-35 order to buy 60 Swedish Gripen

https://www.armyrecognition.com/news/aerospace-news/2026/canada-f35-saab-gripen-fighter-jet-order
6•vrganj•24m ago•0 comments

Show HN: Viveka: filter LLM output against a Lean-verified Advaita Vedanta model

https://github.com/SpecStudio-net/Viveka
3•adyashakti•28m ago•0 comments

Show HN: See the JA3 TLS fingerprint your scraper sends to Cloudflare

https://check.jibaoproxy.com
2•jibaoproxy•29m ago•0 comments

What the Meat Industry Doesn't Want You to Know

https://www.nytimes.com/2026/05/30/opinion/pigs-farm-bill-meat-industry.html
2•NoRagrets•30m ago•0 comments

O-POPE: High-Frequency Pipelined Outer Product based GEMM acceleration

https://arxiv.org/abs/2606.02333
1•matt_d•34m ago•0 comments

AI Forward Deployed Engineer (FDE)

https://twitter.com/AndrewYNg/status/2061477558693384395
1•pretext•35m ago•1 comments

Book about AI and truth shipped with fake AI-generated quotes

https://vibegraveyard.ai/story/future-of-truth-ai-fake-quotes/
1•jruohonen•37m ago•0 comments

Used EVs Are Now the Most Affordable Cars

https://www.wsj.com/business/autos/ev-used-car-gas-prices-57623274
2•JumpCrisscross•38m ago•1 comments

California Attorney General sues 23andMe successor for 2023 data breach

https://www.bbc.com/news/articles/crepleq2zyvo
2•mgh2•41m ago•0 comments

AI Engineering for Developers

https://www.lucavall.in/blog/ai-engineering-for-developers
1•kiyanwang•42m ago•0 comments

We Reined In AI Agents With pre-commit

http://blog.merrilin.ai/engineering/2026/reining-in-ai-with-precommit/
3•stonecharioteer•44m ago•0 comments

Love's Labour Lost – Building a Reading App

https://tech.stonecharioteer.com/posts/2026/loves-labour-lost/
1•two_poles_here•48m ago•0 comments

Opus, Sonnet, Haiku: Stop Optimizing the Wrong Number

https://medium.com/@nitishagar/opus-sonnet-haiku-stop-optimizing-the-wrong-number-f0e4732020b7
1•nitishagar•48m ago•0 comments

"You're fucking crazy": Trump fumes at Netanyahu in call on Lebanon

https://www.axios.com/2026/06/01/trump-netanyahu-israel-lebanon-call
2•hggh•50m ago•1 comments

Angry security researcher declares Bitskrieg on Microsoft

https://deadeclipse666.blogspot.com/2026/05/announcing-bitskrieg.html
2•doener•55m ago•1 comments

Comparing Tim Berners-Lee's Solid to ATProto's PDS (2025)

https://forum.solidproject.org/t/comparing-solid-to-atproto-pds/9461
1•xeonmc•59m ago•0 comments

What I learned by building an agentic system in Go to generate Google slides

https://blog.owulveryck.info/2026/05/31/the-agentic-mesh-in-practice-anatomy-of-an-agent-product....
1•owulveryck•59m ago•0 comments

Salesforce Signs Definitive Agreement to Acquire Contentful

https://www.salesforce.com/news/stories/salesforce-signs-definitive-agreement-to-acquire-contentf...
1•taubek•1h ago•0 comments

We Built Our Own Cloud Agent Infrastructure

https://www.harvey.ai/blog/why-we-built-our-own-cloud-agent-infrastructure
1•AnhTho_FR•1h ago•0 comments

Hegseth Blocks Eight Navy Senior Officer Promotions

https://www.wsj.com/politics/national-security/hegseth-blocks-eight-navy-senior-officer-promotion...
3•petethomas•1h ago•0 comments

OpenAI let ChatGPT aid and abet mass shooters, Florida lawsuit claims

https://www.bbc.com/news/articles/czx2j0v8d2xo
2•austinallegro•1h ago•1 comments

GitHub based note taking mobile app

https://www.gitnotes.org/
2•vidwa•1h 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!