frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Shaming Electrek on Their AI Bullshit

https://www.dgriffinjones.com/extraordinary/electrek.html
1•dgriffinjones•2m ago•0 comments

How Fast Is the Universe Really Expanding?

https://www.quantamagazine.org/how-fast-is-the-universe-really-expanding-20260723/
1•Brajeshwar•2m ago•0 comments

TQuel Paper: Implementing Temporal Operators in Postgres

https://illuminatedcomputing.com/posts/2026/07/tquel-paper/
1•plaur782•4m ago•0 comments

AI Coding will Prevent Expertise – The need for friction in skill formation

https://larsfaye.com/articles/ai-coding-will-prevent-expertise
1•larsfaye•4m ago•0 comments

Show HN: Jixp, a Lisp DSL for describing Jax neural nets

https://github.com/baileywickham/jixp
1•baileywickham•4m ago•0 comments

New Jersey bans grocery stores from using shoppers' personal data to set prices

https://jerseyvindicator.org/2026/07/23/new-jersey-bans-grocery-stores-from-using-shoppers-person...
1•randycupertino•4m ago•0 comments

Better on-device dictation and cleanup for Mac with Model 4

https://www.epilude.com/news/introducing-model-4
2•brmkr•6m ago•0 comments

I read the 148 Reddit threads my tool flagged as buyers. 20 were spam

https://cuescout.com/blog/what-a-reddit-buying-question-actually-looks-like
2•weeklyrunner•7m ago•0 comments

AI

https://jcs.org/2026/07/23/ai
1•erikschoster•7m ago•0 comments

Laserbrain – the adaptive recursion harness for AI agents

https://phronesis.world/laserbrain/
1•degibug•7m ago•0 comments

Sweden eases mining permits to cut China minerals reliance

https://www.dw.com/en/sweden-eases-mining-permits-to-cut-china-minerals-reliance/a-78087394
1•speckx•7m ago•0 comments

Earnings at Tesla fall as research spending cuts into profit from selling cars

https://apnews.com/article/tesla-musk-electric-vehicles-robotaxis-robots-976cc9e895bbdcbd3728e7ba...
1•1vuio0pswjnm7•9m ago•0 comments

A Database Engine Written in SWI-Prolog

https://asa-db.kocoygroup.site/
1•birdculture•10m ago•0 comments

EU delays release of Copernicus imagery over Gulf of Oman

https://spacenews.com/eu-delays-release-of-copernicus-imagery-over-gulf-of-oman/
1•hggh•10m ago•0 comments

Show HN: Crisp – Open-source display manager for macOS (DDC, HiDPI, presets)

https://github.com/didriksg/Crisp
1•didriksg•10m ago•0 comments

Make Sure You Can Be Reached in a Parking Emergency

https://qrcard.in/vehicle-card/
1•nookeshkarri7•12m ago•0 comments

Horrible edge cases to consider when dealing with music (2022)

https://dustri.org/b/horrible-edge-cases-to-consider-when-dealing-with-music.html
1•mik3y•13m ago•0 comments

Four takeaways from our investigation into a hidden gene-editing death

https://www.science.org/content/article/four-takeaways-our-investigation-hidden-gene-editing-death
1•randycupertino•16m ago•1 comments

Show HN: Compile computation graphs into transformer weights – no training

https://github.com/physicsrob/torchwright
1•physicsrob•16m ago•0 comments

Employee Engagement Remains Flat as AI Adoption Accelerates

https://www.gallup.com/workplace/712433/employee-engagement-remains-flat-adoption-accelerates.aspx
1•hn_acker•17m ago•0 comments

The case for a cooldown: Why Dependabot now waits before issuing version updates

https://github.blog/security/supply-chain-security/the-case-for-a-cooldown-why-dependabot-now-wai...
1•Brajeshwar•17m ago•0 comments

Clover: Manage version strings across arbitrary files

https://gechr.github.io/clover/
1•gechr•17m ago•0 comments

Telstar: Narrowing transatlantic divide to size of TV screen

https://newsguy.substack.com/p/telstar-narrowing-transatlantic-divide
1•speckx•18m ago•0 comments

SemiAnalysis Latest Interview: OpenAI and Anthropic in a Two-Horse Race

https://www.moomoo.com/news/post/73408076/semianalysis-latest-interview-openai-and-anthropic-in-a...
1•swolpers•18m ago•0 comments

Making 1080p screen shares look sharper

https://www.gethopp.app/blog/sharpening-screen-sharing
2•iparaskev•21m ago•0 comments

Photoroom cut inference cold start to seconds with Nvidia Dynamo

https://www.photoroom.com/inside-photoroom/how-we-cut-gpu-cold-starts-from-minutes-to-seconds-wit...
1•david_lc•21m ago•0 comments

Flock's CEO Says Its ALPRs Don't Do Video After Repeatedly Announcing They Can

https://www.404media.co/flocks-ceo-says-its-alprs-dont-do-video-after-repeatedly-announcing-they-...
1•bookofjoe•24m ago•1 comments

Google Lawsuit Against SerpApi over Scraping Search Results Has Been Dismissed

https://www.seroundtable.com/google-lawsuit-serpapi-dismissed-41731.html
5•thm•24m ago•0 comments

Turn And Face The Strange: Fly.io is betting on computers for AI agents

https://fly.io/blog/kurt-scott-money-sprites/
3•whitlock•25m ago•1 comments

The world model remembers, the actor forgets: dissecting AI forgetting on 1 GPU

https://arxiv.org/abs/2607.19749
1•gurpnijjer•25m 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!