Memory Safety Absolutists
The article examines the debate over memory safety in systems programming languages, focusing on Rust and the emerging Fil‑C project for C and C++. It argues that while Fil‑C can add runtime safety checks, it introduces trade‑offs such as ABI incompatibility, performance overhead, and garbage collection. The author calls for a pragmatic approach rather than absolutist positions that dismiss Rust’s safety guarantees.
- ▪Rust enforces memory safety at compile time but provides an unsafe block that can bypass these guarantees.
- ▪Fil‑C compiles C and C++ code to panic on invalid memory accesses by combining garbage collection with InvisiCaps tracking.
- ▪Fil‑C’s trade‑offs include ABI incompatibility with existing binaries, potential performance slowdowns, and the introduction of a garbage collector.
- ▪Critics claim Rust is unsafe compared to Fil‑C, but the article suggests these arguments often ignore practical considerations.
- ▪The author advocates a balanced view, recognizing both Rust’s strengths and the limitations of Fil‑C for many real‑world projects.
Lobsters files mainly under programming. We currently carry 187 of its stories.
Story provenance
Source · retrieval · rights · ranking — open for full record
inspect →
Attribution is not the same as permission. This drawer separates discovery metadata, excerpts, WeSearch-generated summaries, reuse status, and whether the publisher receives the visit. Nothing here claims a legal grant the publisher has not made.
Record
| Original publisher | It's all about the bit |
| Canonical URL | https://itsallaboutthebit.com/memory-safety-absolutists/ |
| Publication time | Sat, 25 Jul 2026 16:38:29 -0500 |
| Retrieval time | 2026-07-27T05:47:05.668Z |
| Last seen | 2026-07-27T05:47:05.668Z |
| Headline source | Publisher (no WeSearch rewrite) |
| Excerpt source | publisher body |
| Excerpt method | First ~120 words (~800 chars) of extracted publisher body, fair-use limited. |
| Summary | WeSearch · cerebras-chat (WeSearch summarizer) |
| Summary source text | contentText |
| Citation coverage | Summary is a WeSearch-generated derivative; primary citation is the original publisher URL. |
| Cluster | jwOnS43QdwwU · 1 stories |
| Cluster logic | Grouped by semantic title/content similarity across sources within a rolling window. Same-publisher template collisions are excluded from coverage comparison. |
| Ranking reason | Story pages are not engagement-ranked. Hub feeds use recency, with optional source-diversified chronological ordering (cap consecutive stories per source). No personalized ranking. |
| Publisher visit | Yes — open original |
| Substitutes article? | No — link-out required for full text |
Rights status (four layers)
WeSearch handling by dimension
| Indexing | May the item be indexed (stored, ranked, made findable)? | Allowed |
| Snippet | May a short excerpt of the publisher's text be shown? | Allowed |
| AI summary | May WeSearch generate its own short summary of the article? | Limited |
| Retrieval / RAG | May the content be exposed for third-party retrieval-augmented generation? | Not asserted |
| Model training | May the content be used to train AI models? | Not asserted |
| Commercial reuse | May the content be reused commercially? | Not permitted |
Basis: Derived from the published RSS/Atom feed. Contact: [email protected]. Reviewed: 2026-07-24.
Opening excerpt (first ~120 words) tap to expand
Written by Piotr Sarnacki on July 28, 2026 Memory Safety Absolutists Comment on: HN When seeing the title of this post, I bet in some people's minds, the first thought was "Rust devs!". This connection is not unfounded. Rust devs tend to be passionate about memory safety. Some of it, I'm sure, may have been caused by a classic language wars attitude: my language is better than yours, and here is why. I'm hoping, though, that most of the Rust devs, who say they care about memory safety, genuinely care about making software safer, and not just criticizing languages that compete with Rust. The article, surprisingly, is not about Rust devs.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at It's all about the bit.