TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Change the default temp file prefix to be "SQLite" spelled backwards

58 点作者 janvdberg12 个月前

6 条评论

mmastrac12 个月前
The backstory from the comments:<p><pre><code> ** 2006-10-31: The default prefix used to be &quot;sqlite_&quot;. But then ** Mcafee started using SQLite in their anti-virus product and it ** started putting files with the &quot;sqlite&quot; name in the c:&#x2F;temp folder. ** This annoyed many windows users. Those users would then do a ** Google search for &quot;sqlite&quot;, find the telephone numbers of the ** developers and call to wake them up at night and complain. ** For this reason, the default name prefix is changed to be &quot;sqlite&quot; ** spelled backwards. So the temp files are still identified, but ** anybody smart enough to figure out the code is also likely smart ** enough to know that calling the developer will not help get rid ** of the file.</code></pre>
评论 #40455787 未加载
评论 #40456147 未加载
seabass-labrax12 个月前
Did this actually work? Searching for &#x27;etilqs_&#x27;, now in 2024, gives plenty of results much like the ones described in the comment. The claim that &quot;...anybody smart enough to figure out the code is also likely smart enough to know that calling the developer will not help...&quot; doesn&#x27;t hold true when the confused users were never being &#x27;smart&#x27; at all; they were reading out-of-context support queries and blogspam.<p>In my opinion, the problems that remain to this day include:<p>- lack of adherence to conventions for naming and storage of temporary files, especially on Windows. Somehow I&#x27;m not surprised that McAfee was a prime offender: antivirus vendors have no incentive to make things less confusing!<p>- sub-standard technical support that perpetuates misunderstandings. I sometimes wonder how I ever managed to become expert in the fields that I have, because most of the information on any technical subject is misleading if not outright wrong.<p>- (predictably) a lack of technical literacy in the general population. I know people are touchy about this, and rightly so - it&#x27;s not the fault of the individual. Yet you can&#x27;t avoid the mismatch between the knowledge required to correctly understand and debug software like SQLite and the much lower threshold of being able to find a telephone number online and start pestering people.
lagniappe12 个月前
But then what was tfanswtpf_
评论 #40456234 未加载
评论 #40456394 未加载
qbane12 个月前
Previous discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36302805">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36302805</a>
causal12 个月前
The ability to go observe this kind of history is one of the wonderful things about OSS
评论 #40472742 未加载
sixhobbits12 个月前
(2006)