frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How Your Internet Traffic Gets There: IXPs and Peering

https://community.ipinfo.io/t/how-your-internet-traffic-actually-gets-there-ixps-peering-and-why-...
1•shubhamjain•1m ago•0 comments

A Programming Mentality

https://www.natemeyvis.com/a-programming-mentality/
1•meetpateltech•3m ago•0 comments

Vibes vs. Evidence: What delivers AI code review quality

https://dsifry.github.io/harnesseval/
1•pjf•4m ago•0 comments

What Makes Jev Different from Other LLMs? A Simple Explanation

https://medium.com/@dolevietthang/what-makes-jev-different-from-chatgpt-and-claude-a-simple-expla...
1•vietthangif•4m ago•0 comments

Silicon Valley Saw the iPhone Coming 13 Yrs Before Apple [video]

https://www.youtube.com/watch?v=34dAyDUglrI
1•Teever•5m ago•0 comments

Something bugs me about AGI AI LLM, what if we back paddled 1000 year

https://shatteringtheabyss.substack.com/p/llm-agi-god-congratulations-humanity
1•vseedstriker•6m ago•1 comments

Context compaction, measured: FutureOS vs. Codex vs. OpenCode

https://future-os-blog.github.io/posts/context-compaction-measured.html
1•thetechlead•12m ago•0 comments

Major air traffic controller outage triggers flight chaos [video]

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

Meta's Muse Is Better at Surveilling Than Helping Me

https://www.wired.com/story/metas-muse-is-better-at-surveilling-than-helping-me/
2•the-mitr•16m ago•0 comments

Android Bench 2.0 – Long Horizon Android Development Benchmark

https://developer.android.com/bench
1•bentrengrove•19m ago•0 comments

FloatLib: Verified Floating-Point Arithmetic in Lean

https://leandojo.org/floatlib.html
1•matt_d•24m ago•0 comments

Driscoll's Gave China Its Blueberries–Then China Swiped the Secret to Growing Th

https://www.wsj.com/business/driscolls-berry-farms-china-competition-b0b49f04
2•harry_nutsachs•27m ago•0 comments

Open-Sourcing Rebalancer: High-Performance Assignment Problem Solver

https://engineering.fb.com/2026/09/21/open-source/rebalancer-generic-high-performance-library-ass...
1•iamsyr•28m ago•0 comments

Lifestreams: A storage model for personal data (1996)

https://dl.acm.org/doi/10.1145/381854.381893
1•dgudkov•30m ago•0 comments

A zero-day has been released for Meta's Muse

https://github.com/pwardle/not-a-mused
2•momentmaker•30m ago•0 comments

I built an autonomous accounting tool to let AI do my taxes

https://github.com/CodeGameDev29/KFAutonomousAccounting
4•7eleven2007•30m ago•1 comments

Google fined more than €400M by Irish regulator over its use of location data

https://www.theguardian.com/technology/2026/sep/21/google-is-fined-more-than-400m-by-irish-regula...
1•MC995•31m ago•0 comments

Ask HN: Ceremonious Architecture in Times of AI

2•ruxian•31m ago•1 comments

We're Using AI Wrong. The Chat Window Sucks

https://www.stclair.ai/blog/the-chat-window.html
1•kenxle•32m ago•0 comments

Artificial Intelligence and Labor Market Reallocation [pdf]

https://conference.nber.org/conf_papers/f247923.pdf
2•paulpauper•32m ago•0 comments

A U.S. Strategy to Secure Geopolitical Advantage on an Path to Superintelligence

https://www.rand.org/pubs/perspectives/PEA5105-1.html?project=&utm_campaign=thread&utm_content=17...
3•paulpauper•32m ago•0 comments

US threatens to ground Iranian airlines worldwide from Wednesday

https://www.aljazeera.com/economy/2026/9/21/us-threatens-to-ground-iranian-airlines-worldwide-fro...
3•teleforce•33m ago•0 comments

I shipped 2,500 PRs last month to production

https://twitter.com/poteto/status/2102050467505430555
1•doppp•33m ago•0 comments

Monthly Roundup #46: September 2026

https://thezvi.substack.com/p/monthly-roundup-46-september-2026
2•paulpauper•35m ago•0 comments

Sa: A Wrapper Around GNU Screen

https://joshstoolbox.com/blog/introducing_sa/
1•thatslast•36m ago•0 comments

OpenAI flags 6 new incidents of 'concerning' behavior, unveils plan to track it

https://www.nbcnews.com/tech/tech-news/openai-new-incidents-concerning-behavior-model-misalignmen...
5•gmays•38m ago•0 comments

The Way of Code by Rick Rubin

https://www.thewayofcode.com/
1•momentmaker•43m ago•0 comments

Agents on Rails: Maximum Effort and DeepSeek 4.1 Flash

https://rubyonrails.org/2026/9/21/agents-on-rails-maximum-effort-and-deepseek-4-1-flash
2•doppp•46m ago•0 comments

Escaping the OpenAI Codex sandbox, twice

https://accomplish.ai/blog/escaping-the-openai-codex-sandbox-twice/
2•CoderLim110•46m ago•0 comments

Outages across API, Grok.com, and Grok Build – API (us-east-1.api.x.ai) Status

https://status.x.ai/api-us-east-1/INC578e0bc8
2•corvad•47m 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!