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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: what open source project do you want on your tombstone?

5 点作者 seamusabshere超过 11 年前
If you're an OS author, what are you most proud of?

2 条评论

japhyr超过 11 年前
I already know what I want my life&#x27;s work to have been. I want to give teachers all over the world the same quality toolset that programmers have. I want the education world, to benefit from open source and open content in the way programmers have.<p>Programmers have been using vim and emacs for about 40 years, and engineers have been using CAD tools for just as long. These tools automate the repetetive and boring aspects of programming and engineering, so that professionals in these fields can focus on the difficult and interesting tasks in their work. Leaders in these fields recognized some common needs, and built high-quality open tools so that everyone in the field could do higher-level work. When I use emacs, it knows whether I&#x27;m writing a Python script or editing an html file, and it makes both tasks as easy as possible. When I go back to these files later, they are easier to work with because they have structure to them, and the tools I use recognize that structure.<p>When I write a math lesson in Word, it has no idea that I have just created a math lesson. If I want to share my work with someone else, there is no easy way to do that. If I want to pull in the best math standards in the world to base my work off of, there is no easy way to do that.<p>I am working on software to address some of these long-standing issues in the education world. I hope I take these projects far enough that they end up on my tombstone.
评论 #6670087 未加载
评论 #6726827 未加载
FurrBall超过 11 年前
I don&#x27;t have a tombstone worthy project.<p>But my favorite personal project is a database comparison tool. It is basically a &quot;diff&quot; on databases. Everything from the schema, to stored procs, indexes, etc. It also works cross database. You can compare Oracle to SQLServer to [insert DB here].<p>There are lots of database &quot;diff&quot; tools. But I believe mine is the only one that works well cross-database. And it&#x27;s easy to add support for a new database (day&#x27;s work at most).