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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Storray Engine, an excellent example of why we use databases.

42 点作者 bigstorm将近 15 年前

5 条评论

singular将近 15 年前
I think this demonstrates nicely one of the common memes amongst the, shall we say, less reflective programmers out there - 'this is a simple problem, I can solve this easily myself' - the Bob paradox[1] in action. I think the thrill of being able to 'just get stuff done' can have a warping influence on a programmer which causes them to neglect to notice the details which makes the problem at hand a little more complicated than they imagine.<p>It's funny to see how they rationalise problems later as being entirely necessary to the problem (I've witnessed this first hand), and nothing to do with a misapprehension of the difficulty of the problem.<p>Am I the only one here who finds the dailywtf sometimes extremely depressing?!<p>[1]:<a href="http://sites.google.com/site/steveyegge2/being-the-averagest" rel="nofollow">http://sites.google.com/site/steveyegge2/being-the-averagest</a>
评论 #1624766 未加载
评论 #1625075 未加载
评论 #1625058 未加载
Robin_Message将近 15 年前
In-memory databases do make sense for some things if you can: a. easily dump data as code and b. construct good key-value maps.<p>Incidentally, doesn't HN run as a stoarray?
评论 #1624865 未加载
code_duck将近 15 年前
This is a groundbreaking implementation of a cutting edge NoSQL storage system! What is it doing on the Daily WTF? Some incompetent tech team in NYC or somewhere should be congratulating themselves for installing it.
jacquesm将近 15 年前
Typical. There's enough text in the sample to ID the client, they could have been a bit more circumspect there.<p>When all you have is a hammer...<p>I think we should see this in light of the recent nosql trend though, this guy was just ahead of the curve.
athom将近 15 年前
Wow, this takes me back!<p>Back around '05, I inherited the enviable task of getting a "linked project scheduling system" up and running. The creator of this MS-Project-based marvel had implemented an employee database in a VB module, that not only avoided the hassles of ADO and SQL, but almost managed to do away with arrays completely! Switch/Case statements, anyone?<p>By the way, if needles and haystacks are your thing, try a Google search on Microsoft Project. Hours of fun!