TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cosmic rays and computers (1998)

33 pointsby cfontesover 4 years ago

5 comments

zinekellerover 4 years ago
At one time, Windows even dealt with gamma rays, as this assembly comment stated [1]:<p><pre><code> ; ; Invalidate the processor cache so that any stray gamma ; rays (I&#x27;m serious) that may have flipped cache bits ; while in S1 will be ignored. ; ; Honestly. The processor manufacturer asked for this. ; I&#x27;m serious. ; invd </code></pre> [1] For a brief period, the kernel tried to deal with gamma rays corrupting the processor cache (<a href="https:&#x2F;&#x2F;devblogs.microsoft.com&#x2F;oldnewthing&#x2F;20181120-00&#x2F;?p=100275" rel="nofollow">https:&#x2F;&#x2F;devblogs.microsoft.com&#x2F;oldnewthing&#x2F;20181120-00&#x2F;?p=10...</a>)
bitcharmerover 4 years ago
This issue is quite under-appreciated from my experience. I work in a field where ECC memory is an absolute must because there&#x27;s a lot of money on the line and cosmic rays are a real issue.<p>You&#x27;d be surprised by the amount of random bit flipping happening in commodity hardware that we use every day.
评论 #25229313 未加载
评论 #25231918 未加载
评论 #25230083 未加载
kreddorover 4 years ago
Oh, this reminds me of the Radiolab episode about cosmic rays from last year. Fascinating story!<p><a href="https:&#x2F;&#x2F;www.wnycstudios.org&#x2F;podcasts&#x2F;radiolab&#x2F;articles&#x2F;bit-flip" rel="nofollow">https:&#x2F;&#x2F;www.wnycstudios.org&#x2F;podcasts&#x2F;radiolab&#x2F;articles&#x2F;bit-f...</a>
tyingqover 4 years ago
Interesting presentation on real world issues with cosmic rays: <a href="http:&#x2F;&#x2F;webhost.laas.fr&#x2F;TSF&#x2F;IFIPWG&#x2F;Workshops&amp;Meetings&#x2F;44&#x2F;W2&#x2F;05-Mukherjee.pdf" rel="nofollow">http:&#x2F;&#x2F;webhost.laas.fr&#x2F;TSF&#x2F;IFIPWG&#x2F;Workshops&amp;Meetings&#x2F;44&#x2F;W2&#x2F;0...</a><p>Page 2 notes the somewhat famous set of issues in the year 2000 with some Sun Sparc models that did not have ECC on the L2 cache. It took out some pretty big players.
willis936over 4 years ago
This comes up often when talking about ECC.<p>Does a Faraday cage not work against high velocity charged particles?
评论 #25228989 未加载
评论 #25228914 未加载