frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

To Early-Z, or Not To Early-Z

https://therealmjp.github.io/posts/to-earlyz-or-not-to-earlyz/
1•luu•1m ago•0 comments

Deliberate Abstraction

https://entropicthoughts.com/deliberate-abstraction
2•tempodox•1m ago•0 comments

Strong Eventual Consistency – The Big Idea Behind CRDTs

https://lewiscampbell.tech/blog/250908.html
2•tempodox•3m ago•0 comments

Solar and Nuclear, US vs. China

https://old.reddit.com/r/EconomyCharts/comments/1l5h5e2/solar_and_nuclear_us_vs_china/
1•ciconia•4m ago•0 comments

Byte Type: Supporting Raw Data Copies in the LLVM IR

https://blog.llvm.org/posts/2025-08-29-gsoc-byte-type/
2•luu•5m ago•0 comments

Hiring your (first) Account Executives (2021)

https://medium.com/point-nine-news/hiring-your-first-account-executives-a7eb998aea1
2•airstrike•15m ago•0 comments

Participation in Phase I Clinical Pharmaceutical Research

https://www.astralcodexten.com/p/your-review-participation-in-phase
1•qsi•16m ago•0 comments

An great anime-style image generator, it's also translate anime to realistic

https://photo-anime.art
1•tavitao•16m ago•0 comments

Show HN: Website to Connect Dreamers to Builders

https://unmetneeds.virock.org
1•Virock•19m ago•0 comments

Excel's =COPILOT

https://techcommunity.microsoft.com/blog/microsoft365insiderblog/bring-ai-to-your-formulas-with-t...
3•pykello•20m ago•0 comments

Show HN: Start a Text with 'Like "'

2•noduerme•21m ago•1 comments

Nepal lifts social media ban after 19 killed in protests

https://www.bbc.com/news/articles/cp98n1eg443o
2•JumpCrisscross•24m ago•0 comments

Reticular Thalamic Activity and Autism Spectrum Disorders

https://www.science.org/doi/10.1126/sciadv.adw4682
1•greg_w•26m ago•1 comments

Microsoft Signs Nebius Cloud Deal Worth Up to $19.4B

https://www.bloomberg.com/news/articles/2025-09-08/microsoft-signs-nebius-cloud-deal-for-as-much-...
1•jamesblonde•29m ago•0 comments

Incident hitting NPM users is likely the biggest supply-chain attack

https://arstechnica.com/security/2025/09/software-packages-with-more-than-2-billion-weekly-downlo...
2•beatthatflight•34m ago•0 comments

OpenAI Researchers Have Discovered Why Language Models Hallucinate

https://www.thealgorithmicbridge.com/p/openai-researchers-have-discovered
1•13years•35m ago•0 comments

Show HN: Miniatur AI – Transform character images into figurine renders with AI

https://www.miniatur-ai.online
1•yszhu•36m ago•0 comments

Anthropic's Landmark Copyright Settlement: Implications for AI Developers

https://www.ropesgray.com/en/insights/alerts/2025/09/anthropics-landmark-copyright-settlement-imp...
1•bretpiatt•36m ago•0 comments

In court filing, Google concedes the open web is in "rapid decline"

https://arstechnica.com/google/2025/09/in-court-filing-google-concedes-the-open-web-is-in-rapid-d...
1•doctorshady•38m ago•0 comments

Show HN: Modular, LLM-optimized OpenAPI docs – deterministic URLs

1•saransh_01•39m ago•0 comments

The Art of Andrew Wulf

https://andrewwulf.com/
1•nick__m•43m ago•0 comments

Alonzo 'Hamburger' Jones

https://en.wikipedia.org/wiki/%22Hamburger%22_Jones
1•sugarpimpdorsey•47m ago•0 comments

Imec – the most important company you've never heard of [video]

https://www.youtube.com/watch?v=hDo5P578wJI
2•creer•52m ago•0 comments

Stem Cells Age Faster in Space

https://www.the-scientist.com/stem-cells-age-faster-in-space-73357
1•gmays•54m ago•0 comments

Veo 3 and Veo 3 Fast – new pricing, new configurations and better resolution

https://developers.googleblog.com/en/veo-3-and-veo-3-fast-new-pricing-new-configurations-and-bett...
1•diwank•55m ago•0 comments

A quarter century of chasing simplicity

https://www.loopwerk.io/articles/2025/25-years-chasing-simplicity/
1•kjmr•1h ago•0 comments

AI locates missing person by analyzing camera footage

https://www.koreaherald.com/article/10570687
1•geox•1h ago•0 comments

UBI is not socialism, but it can rescue late stage capitalism from itself

https://community.intercoin.app/t/ubi-is-not-socialism-but-it-can-rescue-late-stage-capitalism-fr...
1•EGreg•1h ago•1 comments

The cursed programming language: programming, but make it Gen Z

https://cursed-lang.org/
5•ghuntley•1h ago•2 comments

I ran Claude in a loop for 3 months, and it created a genz programming language

https://ghuntley.com/cursed/
1•ghuntley•1h ago•0 comments
Open in hackernews

Show HN: ZeroFS, the Filesystem That Makes S3 Your Primary Storage

https://github.com/Barre/ZeroFS
22•Eikon•6h ago

Comments

jauntywundrkind•6h ago
Built stop the excellent SlateDB! Breaks files down into 256k chunks. Encrypted. Much much better posix compatibility than most FUSE alternatives. SlateDB has snapshots & clones, so that could be another great superpower of zerofs.

Incredible performance figures, rocketing to probably the best way to use object storage in an fs like way. There's a whole series of comparisons, & they probably need a logarithmic scale given the scale of the lead slatedb has! https://www.zerofs.net/zerofs-vs-juicefs

Speaks 9p, NFS, or NBD. Some great demos of ZFS with l2arc caches giving a near local performance while having s3 persistence.

Totally what I was thinking of when in the Immich someone mentioned wanting a way to run it on cheap object storage. https://news.ycombinator.com/item?id=45169036

monkaiju•3h ago
Finally a way to get more than 2gb of local storage on digital ocean's app platform!
nodesocket•2h ago
2gb? They have storage optimized nvme droplets that at the high end support 4.6tb (though absurdly expensive at $2,000/mo).
siliconc0w•3h ago
Very cool to see NFS, NDB, or even P9 supported.

Looking at those benchmarks, I think you must be using a local disk to sync writes before uploading to S3?

visualphoenix•3h ago
Seems to be nfs v3 [0] - curious to test it out - the only userspace nfsv4 implementation I’m aware of is in buildbarn (golang) [1]. The example of their nfs v3 implementation disables locking. Still pretty cool to see all the ways the rust ecosystem is empowering stuff like this.

I’m kinda surprised someone hasn’t integrated the buildbarn nfs v4 stuff into docker/podman - the virtiofs stuff is pretty bad on osx and the buildbarn nfs 4.0 stuff is a big improvement over nfs v3.

Anyhow I digress. Can’t wait to take it for a spin.

[0] https://github.com/Barre/zerofs_nfsserve

[1] https://github.com/buildbarn/bb-remote-execution/tree/master...

akshayKMR•3h ago
Incredibly cool! It shows running Ubuntu and Postgres, and also supports full posix operations.

Questions:

- I see there is a diagram running multiple Postgres nodes backed by this store, very similar to horizontally distributed web-server. Doesn't Postgres use WAL replication? Or is it disabled and they are they running on same "views" of the filesystem?

- What does this mean for services that handle geo-distribution on app layer? e.g. CockroachDB?

Sorry if this sounds dumb.

williamstein•2h ago
They have a bunch of claims comparing this to JuiceFS at https://www.zerofs.net/zerofs-vs-juicefs

I am in no way affiliated with JuiceFS, but I have done a lot of benchmarking and testing of it, and the numbers claimed here for JuiceFS are suspicious (basically 5 ops/second with everything mostly broken).

anorwell•2h ago
Seems like a really interesting project! I don't understand what's going on with latency vs durability here. The benchmarks [1] report ~1ms latency for sequential writes, but that's just not possible with S3. So presumably writes are not being confirmed to storage before confirming the write to the client.

What is the durability model? The docs don't talk about intermediate storage. Slatedb does confirm writes to S3 by default, but I assume that's not happening?

[1] https://www.zerofs.net/zerofs-vs-juicefs

Shakahs•1h ago
SlateDB offers different durability levels for writes. By default writes are buffered locally and flushed to S3 when the buffer is full or the client invokes flush().

https://slatedb.io/docs/design/writes/

moltar•1h ago
Has anyone tried it as a cache dir in CI? I’m concerned about random reads looking pretty slow in the benchmarks.
billev2k•1h ago
I had to laugh out loud: "In practice, you'll encounter other constraints well before these theoretical limits, such as S3 provider limits, performance considerations with billions of objects, or simply running out of money."