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.

EULAs Aren’t Inherently Evil – Proprietary done right can beat free and open

21 pointsby mdb31about 3 years ago

7 comments

josephcsibleabout 3 years ago
So these are the two claimed benefits of proprietary software (everything else listed is either the same as or worse than FOSS):<p>&gt; the seller guarantees the software will work as documented, won’t be infected with malware, won’t be riddled with security holes, won’t contain plagiarized code<p>&gt; the seller provides support and maintenance via e-mail, with a response-time service-level agreement<p>But there&#x27;s nothing inherent to proprietary software about either of those things. There&#x27;s nothing stopping you from using a FOSS license for your software itself, and selling a separate contract that gives those two things.
评论 #31137234 未加载
评论 #31136460 未加载
Ourgonabout 3 years ago
Proprietary vs. open is like renting vs. owning without the legal protection offered to renters. If your data is locked in some proprietary format you&#x27;re beholden to the proprietor who can - and often does - abuse his power by raising prices, adding intrusive &#x27;features&#x27;, selling access to your eyes and more. No EULA is going to change that since those agreements can be changed more or less at will.<p>In other words keep your EULA, I don&#x27;t want it.
评论 #31136140 未加载
Beltirasabout 3 years ago
I&#x27;ve never seen proprietary software licenses not have an AS-IS clause. The license presented will be offered by no sane software house.
评论 #31137339 未加载
noasaserviceabout 3 years ago
&gt; Those who take the deal aren’t “locked in” by some dark legal magic.<p>No, they&#x27;re locked in because this application has a likely proprietary data format, and conversion means you lose content... If you&#x27;re even allow to export.<p>Proprietary programs act as data roach motels: your data checks in, and it dont check out.<p>&gt; The customer gets source and permission to hack it. This is way more normal in business-to-business software deals than hackers tend to think.<p>Almost all proprietary software won&#x27;t do this. And I&#x27;ve dealt with a lot of proprietary software. At best, I&#x27;ve seen an agreement that if the company died, they would get escrow sourcecode. And that was 1 company.
评论 #31136254 未加载
Brian_K_Whiteabout 3 years ago
I want to downvote the article itself but upvote the act of surfacing it for discussion.
mdb31about 3 years ago
My take: end-users don&#x27;t care very much about the license, and even for technical users, the value of an &#x27;open&#x27; license is overstated. I simply cannot fix bugs in, say, GCC, and it would also be pretty hard for me to pay someone to do so, despite this project being pretty much the poster child (other than, of course, Linux, but that is not exactly a typical case...) for the GPL.<p>Corporate users want a way out of an abusive or impossible vendor relationship: source escrow can fix that as well as the GPL can (which is to say: not exactly entirely, but, close, I guess?).<p>Regular users want... things just to work, and someone to shout at if it doesn&#x27;t. The license of the underlying source code is pretty much irrelevant for that. There are at least three levels of support&#x2F;indirection prior to that making any difference.
评论 #31136313 未加载
pgcj_posterabout 3 years ago
It seems like all of the benefits named here are a result of paying developers... not a result of software being proprietary.