frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Google hit with $1B EU fine, in 'constructive' talks to avoid more penalties

https://www.reuters.com/world/google-hit-with-1-billion-eu-fine-first-under-landmark-rules-2026-0...
1•1vuio0pswjnm7•58s ago•0 comments

Water exposed to air plasma increases plant biomass by 75% [video]

https://www.youtube.com/watch?v=brfSLxoHUps
1•simonjgreen•1m ago•0 comments

Buying an ETL Tool? Here's the Ultimate Guide to Making the Right Choice

https://hevodata.com/data-builders-newsletter/buying-an-etl-tool/
1•MetricHub•1m ago•0 comments

Ray tracing massive amounts of animated geometry using tetrahedral cages

https://gpuopen.com/learn/ray-tracing-massive-amounts-animated-geometry/
1•LorenDB•1m ago•0 comments

Alphabet's cash burn raises alarm for Big Tech as AI spending climbs

https://www.reuters.com/business/retail-consumer/alphabets-cash-burn-raises-alarm-big-tech-ai-spe...
3•1vuio0pswjnm7•1m ago•0 comments

I asked 6 LLMs to design 100 software systems

https://opinion-radar.com/o/the-llm-stack-census-9f02ee?lang=en
1•mat6661•1m ago•0 comments

Glue bonds to nonstick surfaces and wipes clean with ethanol

https://cen.acs.org/materials/adhesives/glue-bonds-nonstick-surfaces-wipes-clean/104/web/2026/07
2•gmays•2m ago•0 comments

The AI Con

https://www.penguin.co.uk/books/468070/the-ai-con-by-hanna-emily-m-bender-and-alex/9781529949902
1•BodyCulture•4m ago•0 comments

Proxying inference requests in 6ms with Pingora, Envoy, and Spanner

https://modal.com/blog/serverless-servers
1•birdculture•5m ago•0 comments

Invoice PDFs in the browser, and the CJK font rabbit hole it took

https://invoices-generator.net/
1•xty_hello•5m ago•0 comments

Industrialism and the Slippery Slope

https://seths.blog/2026/07/authenticity-vs-the-slippery-slope/
1•herbertl•7m ago•0 comments

Codey – A multi-agent workbench for Claude Code, Codex and OpenCode

https://github.com/its-ahoh/codey
1•ahoh_tech•7m ago•0 comments

DeepSeek Liang Wenfeng Investor Meeting – Audio to Text Transcript [pdf]

https://github.com/demo-zexuan/liang-wenfeng-investor-meeting-2026-7-22/blob/master/%E6%A2%81%E6%...
1•chewz•7m ago•0 comments

The case of the slow-to-get-going Ethernet port

https://blog.yuo.be/2026/02/22/the-case-of-the-slow-to-get-going-ethernet-port/
1•speckx•9m ago•0 comments

AMD to launch next generation of AI infrastructure to challenge Nvidia

https://www.reuters.com/business/amd-expected-launch-next-generation-ai-infrastructure-challenge-...
1•VWWHFSfQ•10m ago•0 comments

But what is cross-entropy? – Compression is Intelligence Part 2 [video]

https://www.youtube.com/watch?v=GlYgs6v2YfU
1•surprisetalk•10m ago•0 comments

OpenAI and Anthropic unite against open-weight AI risks to their bottom line

https://www.axios.com/2026/07/22/openai-anthropic-open-models-trump-china
4•yogthos•11m ago•1 comments

Orcas filmed ramming one of the heaviest fish so hard it explodes

https://phys.org/news/2026-07-orcas-ramming-world-heaviest-fish.html
1•pseudolus•12m ago•0 comments

The Usefulness of Useless Knowledge (1939) [pdf]

https://faculty.lsu.edu/kharms/files/flexner_1939.pdf
2•jxmorris12•13m ago•0 comments

When Security Means Asking Permission

https://kryptprivacy.com/articles/when-security-means-asking-permission.html
1•clausemint•13m ago•0 comments

OpenAI Model Hacks into HuggingFace During Cybersecurity Evaluation

https://thezvi.substack.com/p/openai-model-hacks-into-huggingface
1•pseudolus•14m ago•1 comments

A Simple Website Blocker

https://orgnizedmess.net/simple-website-blocker.html
1•speckx•15m ago•0 comments

SharedRoot; Escaping the Claude Cowork Sandbox

https://accomplish.ai/blog/sharedroot-escaping-claude-cowork-sandbox/
5•aviramha•17m ago•0 comments

Spotify Desktop app includes a command line tool

https://blogarc.millionpieces.nl/2026/07/spotify-cli/
1•gvenk•18m ago•0 comments

Show HN: DrillFlow – a diagram editor where every node opens into a sub-diagram

https://drillflow.de/de/
2•capydev42•20m ago•0 comments

Qwen-Audio-3.0-TTS

https://funaudiollm.github.io/qwen-audio-3.0-tts/
1•ai2027•21m ago•0 comments

Self-host your mail server

https://blog.haschek.at/2026/you-should-selfhost-your-mail.html
4•geek_at•22m ago•2 comments

TeamAPI: Org as Code

https://github.com/JGalego/TeamAPI
1•jgalego•24m ago•0 comments

Elon Musk fame and popularity tracker

https://yougov.com/en-us/trackers/fame-and-popularity-elon-musk
2•dijksterhuis•26m ago•0 comments

Xbox Backward Compatibility

https://news.xbox.com/en-us/2026/07/22/xbox-backward-compatibility-on-pc/
1•colinprince•27m 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!