Build1 distinct publisher3 min readUpdated
A worn or counterfeit microSD card can acknowledge a write and keep nothing. Free space drops, the file appears, and the gap only shows up on the day you go looking.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
The weak point in a continuous-capture rig is not the lens or the app; it is a storage device that reports success for writes it never durably keeps. According to a dev.to writeup on running an old handset as a 24/7 camera, a worn or counterfeit flash card can accept a write, return success to the operating system, and not store the data [1].
Compare the failure you are used to. A dying hard drive is noisy about it: clicks, slowness, read errors, climbing SMART counters [2]. A card failing this way produces no signal at all. Free space goes down. The file appears in the listing with a plausible size and a plausible timestamp [3]. The recording app has nothing to report because, as far as the controller told it, the write landed [1]. The writeup's framing is the useful part: write success is not a durability signal, because every layer is only reporting on the promise made by the layer beneath it [4]. The gap surfaces when something reads the bytes back, which for a security recording tends to be the one day the footage matters [5].
The wear side is arithmetic, and it is worth doing before buying hardware. Consumer microSD cards are specified for a photography workload: bursts of writes, long idle periods, an occasional full-card format [6]. Continuous recording is the inverse. It is sustained, it is rewriting rather than accumulating (once full, the useful behaviour is delete-oldest-and-continue, which cycles the whole capacity), and it is unattended [7]. Buying a bigger card does not stop the rewriting; it only slows how often you go all the way around [8].
Bytes per hour is bitrate divided by eight [9]. At 16 Mbps, an ordinary handset default for 1080p rather than an extreme setting [11], that is about 7.2 GB per hour [12], so a 128 GB card is a full pass roughly every 17.8 hours [13], or about 1.35 passes per day [15]. The writeup puts the same card at around 123 full cycles a year at 4 Mbps, 246 at 8 Mbps, and 493 at 16 Mbps [10]. Two caveats it makes itself: real bitrate varies enormously with resolution, frame rate, codec and scene complexity, so measure an hour at your own settings and look at the file [16]; and full-capacity rewrites are not program/erase cycles per cell, because wear levelling spreads the writes around [17]. The point is not a death date but the order of magnitude: hundreds of full passes a year, which is not what the cheap card in the checkout aisle was priced against [18]. That is why high-endurance parts exist as a separate line and why the price gap is not purely branding [19].
The filesystem compounds it. Cards arrive as FAT32 or exFAT and phones keep them that way, because that is what makes the card readable in a laptop [20]. There are no per-block checksums, so nothing in the read path can tell the byte you wrote from a byte, and corruption stays silent [21]. FAT32 has no journaling, so a power loss during a metadata update can damage the allocation table itself, not just the recording in flight [22]. And the file-to-cluster mapping lives in one structure, so damage there can make physically intact files unreachable [23].
Two things to schedule. First, measure your actual bitrate over one recorded hour instead of trusting a spec sheet [16]. Second, put a periodic read-back in the deployment and pull real frames from old files. If read-back is the only event that separates a recording rig from an unmonitored one [5], then a rig without one is not in a good state or a bad state; it is in an unknown state. The related failure is worth knowing too: an interrupted recording can leave an MP4 that will not play at all [24].
Follow any of these and your For You feed starts watching them — no settings page required.
Ranked by verification strength, evidence, and original report placement.
A worn or counterfeit flash card can accept a write, return success to the operating system, and not durably store what was handed to it; the recording app is told the write succeeded because the card's controller reported success.
A dying hard drive is usually loud about failing: it clicks, gets slow, throws read errors, and SMART counters climb, giving warning.
In a silent write failure nothing in the UI has reason to show an error: free space goes down and the file appears in the list with a sensible size and a sensible timestamp.
Write success is not a durability signal: every layer above the card is reporting on the layer below's promise, and the bottom layer has an incentive to promise quickly.
The problem only surfaces when something reads the data back, which for a security recording is usually the one day the footage is actually needed.
Consumer microSD cards are specified around a photography workload: bursts of writes, long idle periods, and occasional full-card format.
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Single-source explainer, internally consistent but unmeasured
All claims come from one self-published developer-blog post. The failure mechanism and the FAT32/exFAT limitations are described consistently with widely understood storage behaviour, and the rewrite arithmetic is checkable and self-consistent (16 Mbps to about 7.2 GB/hour, a 128 GB card fully rewritten about every 17.8 hours, roughly 493 passes a year). But nothing is corroborated by a second publisher, a vendor specification, a test, or field failure data, and the author explicitly limits the cycles table to an order-of-magnitude argument.
No adoption signal supplied
The supplied material contains no release, deployment, benchmark, incident, pricing, licensing, or usage disclosure. It is an explanatory post about a failure mode, with no evidence of who has adopted the advice or how widespread the described failures are, so adoption cannot be measured without inference.
Headline outruns evidence; body largely pulls it back
The title and dek generalise hard ('Your 24/7 Camera Is Not Recording', 'the weakest part'), and no prevalence or failure-rate data is supplied to support that framing, which tilts the story mildly overstated. The tilt is small because the body is unusually self-limiting: it states that cycles-per-year is not cell program/erase cycles, that the table is not a death-date prediction, that bitrate must be measured locally, and that the sync-versus-throughput dial is a real tradeoff rather than an obvious win.
No disclosed affiliation or commercial interest
The supplied source states no sponsorship, vendor relationship, affiliate arrangement, or product being sold, and the recommendation of a 'high endurance' card category names no brand. Nothing in the material lets incentives be scored without inventing facts about the author's interests.
Moderate on mechanism, weak on magnitude
Confidence is moderate that the described mechanism and filesystem limitations are real and correctly characterised, because they are internally coherent and the arithmetic checks out. Confidence is low on magnitude and prescription: one publisher, no adoption or incentive signal, no failure-rate data, and the two most actionable claims (16 Mbps as a typical default, high-endurance premium being justified) are unevidenced assertions.
build
The .mp4 that was never H.264: how a healthy serving path hid a codec bug1 distinct publisher
product
Linux 7.2 ships cache-aware scheduling, and Torvalds calls AI bug reports the new normal1 distinct publisher
build
The streaming edit is a software layer: proxies, stubs and an ffmpeg hook on storage you own1 distinct publisher
build
The npm audit that works because it never installs the package1 distinct publisher
Distinct publishers with included, body-backed reporting in this cluster.
dev.to
1 article · August 16, 2026