frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: ZeroFS – A log-structured filesystem for S3

https://www.zerofs.net/
43•Eikon•1h ago

Comments

abtinf•55m ago
Entrusting data storage to a vibe coded filesystem seems imprudent.
Eikon•26m ago
Is it? :)

Ask me anything!

wyager•22m ago
FYI it looks like some of your comments are getting auto-flagged by the HN moderation system and marked as dead
abtinf•17m ago
Here is my unsolicited advice:

If one of your goals is to get others to adopt the software, I recommend you redo the marketing page and readme from scratch. Delete them without looking at them again, then hand write the content for them. Once you have the content, you call tell an LLM to format it into a nice landing page, but strictly keep your wording without changes.

Eikon•14m ago
That's fair advice, thanks.
dan_sbl•55m ago
> The test suites run in public CI.

> Each card links to the CI pipeline.

Thanks for being explicit, AI written marketing site. Wouldn't have been able to figure that out! Every currently maintained and reasonably popular open source project either runs CI in public or makes the tests extremely easy to run.

xx_ns•52m ago
I got the same vibe from

> These are asciinema recordings of real terminal sessions, rendered as text rather than video. Playback caps idle pauses at two seconds and changes nothing else.

Thanks? This sounds like it's the LLM's response to the prompter, not something you should display on the page itself...

dizhn•44m ago
I feel bad for actually liking that part now. Capping pauses at 2 seconds would show you where it hung 2+ seconds without wasting your time. Smart I thought.
Eikon•44m ago
Thank you for the feedback, the idea behind this was to say "We make claims that are backed by workflows you can verify". I'll improve the phrasing.
abtinf•52m ago
Why does this landing page load js from merklemap.com?
xx_ns•47m ago
Both projects have the same author.
Eikon•46m ago
Just a self hosted plausible instance :)
breckognize•48m ago
Under the hood, S3's storage nodes are also built on a log-structured file system: https://cdn.amazon.science/77/5e/4a7c238f4ce890efdc325df8326...

(Not posix compliant because it doesn't need to be.)

iamalizaidi•43m ago
Seems purely vibecoded
lukewarm707•11m ago
wonder when we get agents good enough that we can't say vibecode any more and have to say 'code'.

there was slop with ai jesus but now gpt image is just a photo with hidden watermark

tmach32•38m ago
See also: JuiceFS, S3FS, and quite a few others.

We have done loads of research into using object storage wherever we can (given how cheap it is compared to SSDs), and so far it seems like making your application object store-aware is a far surer bet than abstracting S3 behind the file system. The behavior is just too different.

I'm more interested in applications that cleverly use object storage, e.g. AutoMQ, which is quite compatible with Kafka APIs but needs no HDDs.

the8472•34m ago
s3fs doesn't provide posix semantics. It's good enough™ for some uses, but not comparable to what this one is ostensibly providing.
coxley•31m ago
From the docs:

> ZeroFS fetches object data in 128 KiB parts

Read/write operations in object storage are _far more_ expensive than stored bytes. I'm always afraid of anything that abstracts over S3/GCS access specifically for that reason.

throw1234567891•22m ago
Especially that the “one fetch” is who knows how many reads and retries under the hood.
karakanb•14m ago
One of the reasons why ZeroFS seems interesting is they use SlateDB under the hood, which optimizes the requests that hit S3 behind the scenes.
preetham_rangu•24m ago
How does this compare to JuiceFS or SeaweedFS in terms of metadata latency? The LSM tree approach is interesting but compaction pauses on a remote-backed store seem like they could be painful.
tribal808•20m ago
I’ve seen things like this before; your key differentiator needs to be efficiency and safety compared to other options.
ChocolateGod•18m ago
I believe the first version of this required the metadata to be stored on the ZeroFS server, making HA kinda hard.

This has changed now that if I stop the server and create a new instance with the same configuration file it'll pickup the existing metadata from the bucket?

rockwotj•11m ago
The sub-millisecond writes with data in S3 is false and impossible. If you look at the benchmark the fsync is not timed, so this is just the latency of either the network or in kernel file operations depending on the mount settings
xyzzy_plugh•3m ago
I hate it when databases celebrate their performance without synchronous flushing. You should be clear about data loss window (which should be zero for committed transactions by default!) and the flushing interval to persistent storage.

I'm okay if you batch writes, I'm okay if you offer a low-latency mode with less durability, but by being unclear about this it just feels like a scam.

BlackLotus89•7m ago
For a good S3 fs look at geesefs https://github.com/perrynzhou/geesefs-s3

Ask HN: What are you working on? (July 2026)

1•AznHisoka•1m ago•0 comments

Who am I? I'm an awkward fellow, after all

https://devz.cl/posts/who-am-i/
1•DanielVZ•1m ago•0 comments

Kavrol – predicts upcoming bill shortfalls before they happen

https://kavrol.com
1•Krishna142•2m ago•0 comments

SQLite Databases for Humans and Agents

https://marcobambini.substack.com/p/rethinking-databases-for-humans-and
1•marcobambini•2m ago•0 comments

I deduplicated 53,000 missing-persons reports from Venezuela's earthquake

https://medium.com/tilo-tech/i-deduplicated-53-000-missing-persons-reports-from-venezuelas-earthq...
1•Major_Grooves•3m ago•1 comments

The Imagination Curriculum (a reading list)

https://zoescaman.substack.com/p/the-imagination-curriculum
1•anarbadalov•3m ago•0 comments

Palantir's Manifesto on AI Sovereignty

https://twitter.com/i/status/2072114267776491695
1•sherlock-holmes•3m ago•0 comments

Show HN: AI-14all – All you (or your AI agents) need for coding

https://ai-creed.dev/projects/ai-14all/
1•vuphanse•4m ago•0 comments

KAGE GhostPad – Smart Desk Surface

https://kagetech.works/ghostpad/
1•taubek•5m ago•0 comments

Don't make a prompt cut you can't measure

https://www.edonadei.com/blog/shortening-skills-without-regressing/
1•edonadei•5m ago•0 comments

Show HN: Enola-A deterministic architecture graph for developers and AI agents

https://github.com/enola-labs/enola/tree/main
2•GertLH•7m ago•0 comments

Chipify – Open-source workflow automation for analog IC design

https://chipify.io/
1•santihofi•8m ago•0 comments

Width vs. Depth: Speculating on the Margin

https://blog.doubleword.ai/speculating-on-the-margin
3•somnial•8m ago•1 comments

Agent-Rigor: AI Coding Discipline and Testing Framework

https://github.com/MeherBhaskar/agent-rigor
1•michael-sumner•10m ago•0 comments

Lunatic: An Erlang-inspired runtime for WebAssembly

https://lunatic.solutions/
2•giancarlostoro•11m ago•0 comments

US Government says it got hacked – again

https://techcrunch.com/2026/07/02/us-government-says-it-got-hacked-again/
1•rbanffy•13m ago•0 comments

China's CXMT Is Set to Challenge DRAM Incumbents

https://newsletter.semianalysis.com/p/chinas-cxmt-is-set-to-challenge-dram
1•rbanffy•13m ago•0 comments

Fable via API and Me

1•lygten•14m ago•0 comments

Localize your App Store IAP and subscriptions in 175 countries with one clic

https://medium.com/apparence/localize-your-app-store-prices-automatically-with-parityappkit-ae3d4...
1•macfleid•16m ago•0 comments

OpenAI Proposes Giving US Govt. 5% Stake

https://www.bloomberg.com/news/articles/2026-07-02/openai-proposes-giving-the-us-government-a-5-s...
1•karma_daemon•16m ago•1 comments

Show HN: LoopFlow – plain-English loops that run coding agents until tests pass

https://loopflow.live
1•forgeapp•18m ago•0 comments

3D Printing a Brain (2021)

https://jonathanraines.github.io/projects/3d-printing-a-brain/
1•JonathanRaines•18m ago•1 comments

Show HN: Newsprint – A native RSS reader for macOS with Hacker News support

https://github.com/ata-sesli/newsprint
2•ata-sesli•18m ago•0 comments

Low-level Haskell: The cursed way to emulate inline assembly in Haskell/GHC, or

https://minoki.github.io/posts/2026-06-30-haskell-inline-asm.html
1•fanf2•19m ago•0 comments

FoundationDB's Flow – Bringing Actor-Based Concurrency to C++11

https://apple.github.io/foundationdb/flow.html
1•sourdecor•19m ago•0 comments

Ask HN: Who here has gotten a job offer from 'Ask HN: Who wants to be hired?'

3•fur-tea-laser•20m ago•2 comments

Qdf – a Go serializer you query the raw bytes of, smaller than protobuf

https://github.com/alex60217101990/qdf
1•alex602•20m ago•0 comments

The System as a Program: fusing the database and the programming language

https://www.cambra.dev/blog/the-system-as-a-program/
2•sortalongo•23m ago•1 comments

Tarski's influence on computer science [pdf]

https://math.stanford.edu/~feferman/papers/tarskiandcs.pdf
1•remywang•23m ago•0 comments

Optimizing an Algorithm That's Quadratic by Design

https://whatchord.earthmanmuons.com/articles/chord-ranking-performance.html
1•elasticdog•24m ago•0 comments