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.

What is a hard error, and what makes it harder than an easy error?

82 pointsby luuover 1 year ago

8 comments

kensover 1 year ago
The original definitions of "hard error" and "soft error" were for disks and go back to the early 1970s at least. A soft error was a recoverable error that could be handled by re-reading the disk sector. A hard error was a permanent disk error that could not be recovered.
评论 #39282188 未加载
评论 #39283689 未加载
janciover 1 year ago
Interesting they were actual graphical dialogs with bouse support in 16-bit windows, but you'd get a text-mode blue screen on Win95. Happened a lot to me due to faulty CD-ROM drive. D: can not be read. Abort/retry/fail. What was even the difference between Abort and Fail?
评论 #39280963 未加载
评论 #39280952 未加载
评论 #39280941 未加载
评论 #39283216 未加载
评论 #39282275 未加载
formerly_provenover 1 year ago
I guess the NT equivalent are those error popups that come out of SYSTEM and similar accounts, yet somehow manage to get on the interactive user's session display. They usually have styling that's several Windows versions out of date.
mike_hockover 1 year ago
[Abort] [Retry] [Cancel]<p><i>What&#x27;s the difference between abort and cancel?</i>
评论 #39282820 未加载
评论 #39282816 未加载
评论 #39282600 未加载
评论 #39282594 未加载
I_am_uncreativeover 1 year ago
<p><pre><code> “‘Abort, Retry, Fail?’ was the phrase some wormdog scrawled next to the door of the Edit Universe project room. And when the new dataspinners started working, fabricating their worlds on the huge organic comp systems, we’d remind them: if you see this message, always choose ‘Retry.&#x27;” — Bad’l Ron, Wakener, Morgan Polysoft (SMAC)</code></pre>
sedatkover 1 year ago
Such errors were called &quot;critical errors&quot; on DOS. They were called critical because the app could not continue execution unless the error was resolved. Windows seems to have picked a softer name.
nextaccounticover 1 year ago
isn&#x27;t the opposite of a hard error called a &quot;soft error&quot;?
评论 #39280921 未加载
lnxg33k1over 1 year ago
Guess it’s the same difference between caught exceptions and panics, you can either recover or you cannot?
评论 #39280548 未加载
评论 #39280997 未加载
评论 #39280831 未加载