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.

Capitalism ruins computing once again

14 pointsby Breadmakerabout 4 years ago

4 comments

HideousKojimaabout 4 years ago
The core of the article's argument is that databases accessible to non-programmers (like MS Access) died out because they conflicted with the profit motives of the companies making them. This doesn't make much sense, you'd think there would be more open source projects to accomplish the same thing. SQLite is the closest I can think of, but even that isn't super accessible to non-programmers. I think the real issue is that a spreadsheet works for most basic stuff, and the gap where a spreadsheet is not enough but it's not complicated enough to need a full RDBMS is incredibly small.
评论 #26693611 未加载
评论 #26692871 未加载
评论 #26693232 未加载
xupybdabout 4 years ago
There is a huge profit motive to enable end users to use computers as general purpose machines. The problem is that the percentage of the population using computers has increased. Now the population of computer uses has a higher percentage of users not interested in developing software. These users want a simple interface with a low learning curve. They want to get on with the job that interests them.
fnordprefectabout 4 years ago
Sorry, but I think this is a poorly thought-out argument.<p>Main reasoning:<p><pre><code> All in all, though, the desktop database industry has entirely collapsed since the early &#x27;00s. Desktop databases are typically viewed today as legacy artifacts, a sign of poor engineering and extensive technical debt. Far from democratizing, they are seen as constraining. What changed? I posit that the decline of desktop databases reflects a larger shift in the software industry: broadly speaking, an increase in profit motive, and a decrease in ambition. ... The software industry, I contend, has fallen from grace. It is hard to place when this change occurred, because it happened slowly and by degrees, but it seems to me like sometime during the late &#x27;90s to early &#x27;00s the software industry fundamentally gave up. Interest in solving problems was abandoned and replaced by a drive to engage users, a vague term that is nearly always interpreted in a way that raises fundamental ethical concerns. Computing is no longer a lofty field engaged in the salvation of mankind; it is a field of mechanical labor engaged in the conversion of people into money. In short, capitalism ruins computing once again. </code></pre> A far more likely reason, and one which I believe is the true cause, is that there is relatively little demand for desktop databases:<p>* there is a non-trivial degree of tech knowledge needed to run and maintain them<p>* they are tied to the desktop, and not ubiquitously accessible<p>In short, people want to focus on the <i>task</i> (running their household; keep track of collections; running their small business; logging inventory; etc) and not the <i>technical means of accomplishing that task</i><p>This is all about a collapse in demand, and a shift to an alternative that better suits the needs and desires of the end-users.<p>It has <i>nothing</i> to do with &quot;capitalism&quot; ruining things. (Side note - the author has not defined capitalism, and I don&#x27;t think it actually means what he&#x2F;she thinks it does.)<p>Edited to add: there are still many desktop database programs offered to users. If there were still a huge demand for them, they would outcompete the supposedly evil industry products that so upset the author.
arbitrageabout 4 years ago
You might get more interest in your screeds if you put the thesis earlier than five paragraphs down. And maybe add a title?
评论 #26692831 未加载
评论 #26692700 未加载