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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Codekeeper – Source Code Escrow for Developers

37 点作者 ddewit超过 7 年前

5 条评论

cyberferret超过 7 年前
Source code escrow is a great service, and one that ALL developers who do client contract work should look into. I&#x27;ve been creating bespoke software for business clients for nearly 30 years now as a one man business, and I have a clause in all my development contracts that stipulates should I pass on or my business ceases to exist, that full source code is released to my clients so they can engage another programmer to maintain those projects.<p>However, I do think the current pricing is quite high when given the expected timeframes that this sort of service can have. For example, I have one client where I have had their software in escrow with a local lawyer now for over 20 years! I believe my lawyer only charged me &lt; $500 for the drafting of the contract way back then, and I&#x27;ve never seen a bill from him in 2 decades now for the CD of code that he has in his safe somewhere.<p>Mind you, that CD would be totally out of date now, with the incremental changes that I have made to the system over the years, and I have no real guarantee that the CD <i>is</i> in fact still in a safe somewhere as I have not spoken to my lawyer about this in some years.<p>That&#x27;s why I think that this Codekeeper service is a good thing, as it always ensures your latest code is available. But the drawback are:<p>1. Is this service still going to be around in 10+ years? 2. The cost per month is still quite high. Given my project I mentioned above, it would have cost me $11760 to date to have my source code in escrow. If I am going to be around for another 10 years, then that is going to cost me another ~$6000.<p>I could conceivably pass those costs on to my customers, but then that is another thing I have to track and ensure they are billed etc.
评论 #15504477 未加载
评论 #15506702 未加载
评论 #15505097 未加载
评论 #15506112 未加载
lowlevel超过 7 年前
Maybe I’m just a dummy but you should probably explain source code escrow as the first topic in your faq. I <i>think</i> I know what it entails but Im making a lot of assumptions...
评论 #15506223 未加载
ddewit超过 7 年前
We created Codekeeper so you can now easily comply with escrow requirements from your enterprise and government clients, and more importantly, to help you close deals with those clients quicker.<p>Being developers ourselves it’s designed to keep your life easy and works in pair with Github, Bitbucket and the other SCM platforms.<p>We’d love to hear your thoughts and suggestions to make it fit even better inside your development or software business.<p>Cheers!
评论 #15503898 未加载
jake_morrison超过 7 年前
Too expensive.<p>Make a source code release and encrypt it. Put it somewhere accessible to the customer, e.g. an S3 bucket owned by them. Arrange for the key to be given to the customer under the terms of the escrow agreement, e.g. send a letter to your lawyer with the terms of release and the key.<p>I can see value in having someone handle this for me, with a nice UI. It&#x27;s fundamentally a clerical job, though, with some legal process &#x2F; responsibility. So $50&#x2F;month is already a fair amount, to say nothing of $1000.
评论 #15506132 未加载
syllogism超过 7 年前
The killer feature you should add is support for hosting an API, for trial usage. The escrow service would affirm that the trial API endpoint was produced by hosting a container on a given instance size.<p>The client then knows that the solution works and is runnable. The integration onus is then on the client, because the software has passed inspection before delivery.