frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

CSSQuake

https://cssquake.com/
171•msalsas•3h ago•35 comments

I Stored a Website in a Favicon

https://www.timwehrle.de/blog/i-stored-a-website-in-a-favicon/
219•theanonymousone•8h ago•78 comments

Bootimus – A Self-Contained PXE and HTTP Boot Server

https://bootimus.com
31•car•3h ago•9 comments

Where to Find the Colors Your Screen Can't Show You

https://moultano.wordpress.com/2026/06/19/where-to-find-the-colors-your-screen-cant-show-you/
267•moultano•10h ago•60 comments

From PGP to Mythos: a brief history of export controls that didn't stop anyone

https://techcrunch.com/2026/06/19/encryption-spyware-and-now-mythos-history-shows-why-cyber-expor...
20•Brajeshwar•47m ago•6 comments

The Cold War's Accidental Whale Observatory

https://thereader.mitpress.mit.edu/the-cold-wars-accidental-whale-observatory/
35•pseudolus•3d ago•11 comments

I restarted a 10 year old Xeon 174 times to delete 12 flags and gain 4 tps

https://point.free/blog/delete-12-flags/
4•zdw•23h ago•0 comments

Can you see three trees?

https://www.not-ship.com/can-you-see-three-trees/
212•Pamar•2d ago•102 comments

Computed goto for efficient dispatch tables (2012)

https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables
12•firephox•3d ago•3 comments

Lithuanian startup launches open-source network to detect Shahed-type drones

https://www.lrt.lt/en/news-in-english/19/2965205/lithuanian-startup-launches-open-source-network-...
46•giuliomagnifico•2h ago•23 comments

Data Compression Explained (2012)

https://mattmahoney.net/dc/dce.html
161•mtdewcmu•3d ago•24 comments

There are no instances in ATProto

https://overreacted.io/there-are-no-instances-in-atproto/
482•danabramov•23h ago•256 comments

GPT-5.5 hallucinates 3x more than MIT-licensed GLM-5.2

https://arrowtsx.dev/bigger-models/
332•oshrimpton•22h ago•142 comments

Human Judgment as a Specification

https://blog.brownplt.org/2026/06/09/pick.html
19•surprisetalk•3d ago•2 comments

The discovery that changed how scientists think about memory

https://www.ibm.com/think/news/discovery-changed-how-scientists-think-about-memory-kavli-prize
90•rbanffy•3d ago•30 comments

LLMs Are Complicated Now

https://ianbarber.blog/2026/06/19/llms-are-complicated-now/
87•matt_d•13h ago•26 comments

A 1969 camera operators' strike created Upstairs Downstairs multiverse

https://ironicsans.ghost.io/the-color-strike/
55•ohjeez•3d ago•15 comments

Surprising economics of load-balanced systems

https://brooker.co.za/blog/2020/08/06/erlang.html
132•KraftyOne•18h ago•30 comments

How many of the 170k English words do you know?

https://vocabowl-870366514258.us-west1.run.app/
429•abnry•1d ago•520 comments

Hyundai buys Boston Dynamics

https://startupfortune.com/hyundai-takes-full-control-of-boston-dynamics-as-softbank-exits-for-32...
886•ck2•22h ago•375 comments

Project Valhalla, Explained: How a Decade of Work Arrives in JDK 28

https://www.jvm-weekly.com/p/project-valhalla-explained-how-a
622•philonoist•1d ago•386 comments

Soccer Arcade Games Through the Years

https://arcadeheroes.com/2026/06/13/world-cup-2026-soccer-arcade/
34•speckx•4d ago•16 comments

Norway imposes near ban on AI in elementary school

https://www.reuters.com/technology/norway-imposes-near-ban-ai-elementary-school-2026-06-19/
745•ilreb•22h ago•514 comments

Temporary Cloudflare Accounts for AI Agents

https://blog.cloudflare.com/temporary-accounts/
7•farhadhf•3h ago•0 comments

A Perceptron in Age of Empires II

https://adewynter.github.io/notes/aoe2-circuits
103•EvgeniyZh•2d ago•38 comments

Bobby Prince, composer for Doom, Wolfenstein 3D, and Duke Nukem 3D, has died

https://www.legacy.com/legacy/robert-bobby-prince-lll
427•pgrote•18h ago•49 comments

AURpocalypse now: a look at the recent AUR attacks

https://lwn.net/SubscriberLink/1077619/f7b07c5489fdd43a/
111•jwilk•21h ago•74 comments

Egyptian Fractions (2006)

https://blog.plover.com/math/egyptian-fractions.html
103•luu•4d ago•17 comments

Satellite reveals immense scale of GPS signal tampering

https://www.space.com/space-exploration/satellites/its-quite-a-bit-more-than-we-expected-satellit...
144•y1n0•10h ago•71 comments

Zen and the Art of Machine Learning Research

https://blog.jxmo.io/p/zen-and-the-art-of-machine-learning
274•jxmorris12•4d ago•100 comments
Open in hackernews

16-year-old SATA II SSD survives 1 petabyte of writes, 25x the drive's rating

https://www.tomshardware.com/pc-components/ssds/16-year-old-sata-ii-ssd-survives-1-petabyte-of-writes-25x-over-the-drives-tbw-rating
51•giuliomagnifico•2h ago

Comments

tjoff•2h ago
These tests are quite misleading as they typically (didn't find any details) just go through the entire drive writing to it evenly. Which, to be fair is probably not that bad of a test unless you have intimate knowledge about how the controller operates.

But it means that every single cell gets even use and there are no write amplification and it doesn't expose controller or usage characteristics.

Depending on use it will most likely fail way earlier under more normal conditions. Not saying that filling a drive time and time again is completely abnormal, but it the nicest thing you can do to an ssd in many aspects.

foldr•2h ago
Wouldn't the firmware on the drive typically ensure that it's written to evenly regardless of write pattern? If you repeatedly delete/update the 'same' logical block address on the drive, that won't actually correspond to the same physical location.
tjoff•2h ago
It will try to do that yes, but there are consequences, drawbacks and imperfections.

You can only cheaply do so with free blocks, and if 70% is occupied you can only spread it out over the remaining 30%. After you've done that for a while you'll have to rearrange existing data which incurs more writes and less performance. And fragmentation is still an issue.

There are tons of tradeoffs - which will be better or worse for different workloads. But to assume that it wear perfectly, which most people seem to do because it is easy, isn't particularly realistic.

cm2187•1h ago
That’s why SSDs have overprovisioning, more so for enterprise drives. And why TRIM is important. That being said most workloads are sequential, particularly retail usage. Much easier to deal with for the controller than enterprise workload ratings that assume 4k random writes
tjoff•48m ago
Yes? Not sure what your point is.

Sequential workloads and just filling the drive over and over are very different still.

cm2187•6m ago
The drive internally usually stores data in blocks larger than the 4k blocks it pretends to use to the OS (say it uses 16k blocks internally). So if your writes are sequential, it will most likely write the same 16k block in one go. If you write random 4k blocks, it will have to rewrite a full 16k block for every 4k block you write, hence write amplification.

So if you fill the drive over and over using sequential writes you can expect way more endurance than if you write random blocks.

TurkTurkleton•2h ago
This actually isn't even writing data to the disk, it's exploiting a bug in the Windows 11 storage subsystem to run up the drive's firmware's count of bytes written without performing any actual writes in order to disprove the myth that SSD firmware is programmed to self-destruct when the endurance rating is reached.

This is detailed in the thumbnail of the YouTube video embedded about halfway through the article.

nutrientharvest•2h ago
Bogus article. They didn't write anything to the drive, they faked writes to run up the drive's write counter to test whether the controller would declare the drive worn out despite the flash not being touched.
Retr0id•1h ago
Yes, even the video's thumbnail explains this, I'm not sure how the article author managed to get it so badly wrong. (Although I'm not sure why it would need a windows bug, surely it's more of a drive firmware bug?)
gwerbret•32m ago
The article was written, from soup to nuts, by AI. I suspect the person who threw his byline on it barely glanced at the text.
yread•2h ago
I also jhave 16 year old X25-M 120GB thats still going strong nowhere near as much writes though
ThePowerOfFuet•2h ago
>However, this particular case was pretty interesting, given that it was on an older drive with MLC NAND that has since disappeared from the market.

Much less surprised after reading this; MLC is quite durable. Not as much as SLC, but still much better than TLC or, heaven forbid, QLC flash (which is trash).

momoraul•1h ago
TBW ratings are notoriously conservative. People have been writing well past a petabyte to consumer drives for years before they give out.
prism56•1h ago
I have an old sata SSD that's been my write cache and transcoding drive for 8 years. Will check the tbw
Iulioh•1h ago
Post what cell tech do it have

Probability SLC drives are better in that regard

cm2187•1h ago
Sequential vs random writes make a world of difference.
wazoox•49m ago
For more serious information, in my work PC I have a cache SSD which is a 2009 Intel 32GB, it got more than 46 TB of writes over 67000 hours of uptime, and is still working fine.