frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Never Ever Use Content Addressable Storage

https://frederic.vanderessen.com/posts/never-use-cas/
1•fvdessen•2h ago

Comments

taylodl•38m ago
This paragraph explains the problem:

So when a user wants to remove a CAS-addressed document, before really deleting it you need to detect if it's the last reference. This is not easy to do, it is in fact much harder to do correctly than eating the cost of storing duplicate files.

And this paragraph is the purported solution:

And usually when CAS is considered as a solution, it's to solve the need of deduplicating files to save on storage. But even there, the good solution is to give files their own internal uuids as storage keys, store its hash alongside, and generate external uuids for each file upload, then use refcounts to handle the final delete.

The problem is this solution reframes the problem but doesn't solve it. It still requires:

- Accurate reference counting

- Careful handling of deletes

- Synchronization across systems

Which is all part of the original problem.

At the end of the day, you can't safely and scalably do distributed deletes with refcounts unless you centralize the operation, which kills scalability. There are work-arounds, such as marking the file as unreferenced and then running a garbage collector to delete unreferenced files, but the author doesn't discuss them.

FrankWilhoit•16m ago
Hash content+provenance. Done.

Samsung released a 7M model that achieved 45% on ARC-AGI-1

https://arxiv.org/abs/2510.04871
1•chintler•40s ago•0 comments

Show HN: Spacelift Intent MCP – Cloud Infra Provisioning for Your AI Agent

https://github.com/spacelift-io/spacelift-intent
1•cube2222•1m ago•1 comments

Show HN: Build a back end in VS Code using Snapser MCP Server [video]

https://www.youtube.com/shorts/2NgDG8mjvnc
1•avlaho•3m ago•0 comments

Show HN: MovePlay – An app that gets kids moving

https://www.moveplayapp.com/
1•echamussy•8m ago•1 comments

Bank of England flags risk of 'sudden correction' in tech stocks inflated by AI

https://www.ft.com/content/fe474cff-564c-41d2-aaf7-313636a83e5b
4•m-hodges•9m ago•0 comments

My Cognitive Dissonance

https://studium.dev/osib/my-cognitive-dissonance
1•jerlendds•10m ago•0 comments

Turn Your Nano Banana Figures into Reality

https://nanobanana.page/
1•zlonmask•10m ago•0 comments

We didn't rewrite our feed handler in Rust

https://databento.com/blog/why-we-didnt-rewrite-our-feed-handler-in-rust
2•mpweiher•11m ago•0 comments

I counted the number of swimming pools in São Paulo

https://pools.iglu.website
1•rafaelBG•11m ago•0 comments

A $6B Nuclear U.S. Navy Aircraft Carrier 'Sunk' by $100M Diesel 'AIP' Sub

https://nationalsecurityjournal.org/a-6000000000-nuclear-u-s-navy-aircraft-carrier-sunk-by-100000...
1•voxadam•12m ago•0 comments

Tests of laser ice drill for the exploration of interplanetary ice and icy soils

https://www.sciencedirect.com/science/article/pii/S0094576525005570
1•PaulHoule•13m ago•0 comments

The Death Spiral of San Francisco's Most Storied Mall

https://www.wsj.com/real-estate/commercial/san-francisco-centre-falling-value-93e50970
2•fortran77•14m ago•0 comments

Qualcomm Acquires Arduino

https://www.cnbc.com/2025/10/07/qualcomm-acquires-italian-hardware-company-arduino-in-robotics-pl...
1•freakynit•15m ago•1 comments

Shale, Not Dotcom

https://henrygladwyn.substack.com/p/shale-not-dotcom
1•incognito124•15m ago•0 comments

Show HN: CodeLens.AI– Community benchmark comparing 6 LLMs on real code tasks

https://codelens.ai
3•skrid•15m ago•0 comments

LLVM-MOS: Modern C/C++ on the Venerable 6502 – VCFMW 20 (2025) [video]

https://www.youtube.com/watch?v=ejbTKtgSZI0
1•mariuz•15m ago•0 comments

'Breakthrough' blood test detects chronic fatigue in 92% of cases

https://newatlas.com/imaging-diagnostics/chronic-fatigue-accurate-blood-test/
1•01-_-•17m ago•0 comments

Beyond Self-Service: Design Patterns for Delegation-Based Digital Services

https://delegation.design/
1•mjheadd•17m ago•0 comments

The 20 bytes of code that fixed Antennagate in the iPhone 4

https://9to5mac.com/2025/10/08/a-15-year-mystery-solved-the-20-bytes-of-code-that-fixed-antennagate/
1•giuliomagnifico•18m ago•0 comments

Desperate search for fuel in Mali as al-Qaida-linked group enforces blockade

https://apnews.com/article/mali-fuel-blockade-jnim-al-qaida-shortage-087978063870ee29d5f9bcb7280b...
1•mhb•18m ago•0 comments

America Is Drowning in Scam Calls and Texts and Donald Trump Is Making It Worse

https://www.techdirt.com/2025/10/08/america-is-drowning-in-scam-calls-and-texts-and-donald-trump-...
3•01-_-•18m ago•1 comments

Testing a compiler-driven full-stack web framework

https://wasp.sh/blog/2025/10/07/how-we-test-a-web-framework
2•franjo_mindek•19m ago•0 comments

The Sudanese women left alone to live hand to mouth in Chad's desert camps

https://www.theguardian.com/global-development/2025/oct/08/aid-cuts-sudanese-refugees-chad-malnut...
1•mhb•20m ago•0 comments

Walmart Wants More Developers, and More AI Agents to Automate Their Work

https://www.wsj.com/articles/walmart-wants-more-developers-and-more-ai-agents-to-automate-their-w...
1•nradov•20m ago•0 comments

Does the road to hell begin in Cork?

https://www.rte.ie/brainstorm/2025/1008/1537382-hell-folklore-cork-tnugdalus-visio-tnugdali/
1•austinallegro•21m ago•0 comments

OpenAI wasn't expecting Sora's copyright Drama

https://www.theverge.com/ai-artificial-intelligence/795171/openai-devday-sam-altman-sora-launch-c...
1•healsdata•22m ago•0 comments

Evolution and Artificial Intelligence Face the Same Basic Problem

https://mindmatters.ai/2020/09/evolution-and-artificial-intelligence-face-the-same-basic-problem/
1•b-man•22m ago•0 comments

Show HN: QGen – turn documents into AI-ready Q&A datasets(SaaS and on-prem)

https://qelab.org/products/qgen/
1•arora-raghav•25m ago•0 comments

PeelCode: Interactive Closure Playground

https://peelcode.devsip.tech/peel/closure/index.html
1•KoomeK•27m ago•1 comments

Asyncio-Native and Typed Kalshi Client Library

https://github.com/the-odds-company/aiokalshi
1•ashersopro•29m ago•0 comments