frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Sergey Brin pours more than $100M into fighting California's billionaire tax

https://www.latimes.com/business/story/2026-08-12/googles-sergey-brin-spent-102-million-fighting-...
3•wslh•3m ago•0 comments

Al-Qaeda regroups in Afghanistan, 25 years after 9/11

https://www.washingtonpost.com/world/2026/09/12/25-years-after-911-al-qaeda-regroups-afghanistan/
1•wslh•7m ago•1 comments

A Godot 4 port of two 1996 Bethesda shooters

https://github.com/nemo22/skynet-godot
1•nemo22•7m ago•0 comments

Serotonergic Neurotransmission in Mediating Octopus Social Behavior

https://www.frontiersin.org/journals/behavioral-neuroscience/articles/10.3389/fnbeh.2019.00185/full
1•andsoitis•9m ago•0 comments

Apple A20 Pro 2nm Crushes Geekbench, Anthropic Cyber Misuse and Vision Pro 2

https://www.youtube.com/watch?v=X_65gfY3wV0
2•LebToki•15m ago•0 comments

OpenAI IPO will not happen in 2026 amid AI safety fears, Altman says

https://www.reuters.com/legal/litigation/openai-ipo-will-not-happen-2026-amid-ai-safety-fears-alt...
3•usernomdeguerre•18m ago•1 comments

Recurrent Looped Transformer

https://yifanzhang-pro.github.io/recurrent-looped-tranformer/
1•MayCXC•20m ago•0 comments

How to Improve Outbound Sales – YC Partner Christina Gilbert [video]

https://www.youtube.com/watch?v=wr6PMD06hP0
1•nomilk•20m ago•0 comments

Know Your Paradoxes

https://blog.coredump.cx/p/know-your-paradoxes
1•encyclopedism•20m ago•0 comments

Booting straight into a local LLM (no linux) on my Raspberry Pi

https://www.xda-developers.com/raspberry-pi-boots-straight-into-local-llm/
2•encyclopedism•21m ago•0 comments

The Vanishing Archive

https://basinandassociates.substack.com/p/the-vanishing-archive
1•lbasin23•23m ago•0 comments

Iran's Internet Blackout Is Almost Impossible to Escape

https://www.bloomberg.com/features/2026-iran-internet/
5•alephnerd•24m ago•0 comments

Nobody wrote the Matrix and AI code-writing will be dead by 2036

https://lufzle.dev/write/nobody-wrote-the-matrix/
2•riffonio•26m ago•0 comments

Automattic confirms Mullenweg back as CEO after attempted ouster by board

https://techcrunch.com/2026/09/12/automattic-confirms-mullenweg-has-returned-as-ceo-after-attempt...
4•_djo_•34m ago•0 comments

1.1.1.1 now supports post-quantum DNSSEC, all 2,420 bytes of it

https://blog.cloudflare.com/post-quantum-dnssec-1111/
1•Retro_Dev•38m ago•0 comments

AgentsDock: An IDE designed for agentic AI research

https://agentsdock.net/
3•ZihuiGeorgia•39m ago•2 comments

Leo: Organize Code and Ideas Your Way

https://leo-editor.github.io/leo-editor/index.html
2•octopoc•40m ago•0 comments

No Atlantic hurricanes by Sept. 12 breaks a 60-year record

https://www.accuweather.com/en/hurricane/no-atlantic-hurricanes-by-sept-12-breaks-a-60-year-recor...
4•RickJWagner•41m ago•1 comments

TailTalk: A modern async user space AppleTalk stack with Rust and Tokio

https://github.com/FeralFirmware/TailTalk/
1•zdw•42m ago•0 comments

Atlantic hurricane season 2026 sets a new record

https://www.usatoday.com/story/news/weather/2026/09/12/atlantic-hurricane-season-2026-sets-record...
1•RickJWagner•42m ago•0 comments

Vince Carter called out modern NBA players for checking social media at halftime

https://www.basketballnetwork.net/latest-news/vince-carter-called-out-modern-nba-players-for-chec...
1•hbcondo714•43m ago•0 comments

Essential Pathways and Circuits of Autism Pathogenesis

https://pmc.ncbi.nlm.nih.gov/articles/PMC4844597/
1•andsoitis•50m ago•0 comments

I created Nitro Skills to reduce token usage of my Claude agents

https://nitroskills.com
1•dextrata•50m ago•0 comments

Show HN: DiskTriage – A simple CLI tool to reclaim space on your Win C drive

https://github.com/ricardoborges/DiskTriage
2•r2ob•53m ago•0 comments

The Trainable Skill File: Where Sovereign Value Lives in Local Coding Agents

https://medium.com/@michael.hannecke/the-trainable-skill-file-where-sovereign-value-lives-in-loca...
2•rasengan0•58m ago•0 comments

Oura's rings found their way onto millions fingers

https://www.economist.com/business/2026/09/04/how-ouras-rings-found-their-way-onto-millions-of-fi...
2•andsoitis•1h ago•0 comments

Show HN: A Technical Book for the Age of AI

https://codeberg.org/juurej/p4cu
1•juurej•1h ago•0 comments

Transferable sessions between Claude Code instances

https://getcesar.dev/
2•apkhydr•1h ago•0 comments

Explore Changes with Drafts

https://docs.lovable.dev/features/drafts
1•doener•1h ago•0 comments

Sam Altman: I agree with Dario that we need to pace the frontier

https://twitter.com/sama/status/2098811563415150910
5•mfiguiere•1h ago•2 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!