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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: The Ethics of Working with Someone Else's research

2 点作者 kshatrea大约 12 年前
I live and work in India. I have some experience of research and development in a certain field. Recently I decided to start up on my own and developed certain algorithms based on available research, which do borrow somewhat from current algorithms. I have an ethics question: I am not American. Most of this current public research is paid for by the US taxpayer (although I did pay a minuscule amount of US tax since I lived there for 2 years). The university that did the research behind the algorithms that I have partaken of (remember I did the coding myself, only looked at papers publicly available; I can't stress this enough) has never responded to my requests for licensing parts of their algorithm (the reason why I try to license is that they have applied for a US patent). They haven't come into the Indian market and I don't have any plans of trying to go outside India (and besides, who's to know if I'll succeed or not at this point). All these preliminaries lead to the question: Do I use the papers in the public domain together with my modifications for a commercial enterprise? Or do I drop it?

3 条评论

mattsfrey大约 12 年前
From an ethical standpoint I don't believe for the most part in software patents period, let alone patenting something of a much purer form like a mathematical formula or an algorithm. Many will disagree but in general free information is a classical tenant of hackers. If you've looked into the legal circumstances and it seems OK, I say make hay while the sun shines.
评论 #5303199 未加载
ankitml大约 12 年前
I cant say about the legal issues, but on ethics front this is ok. The purpose of research is not to remain in libraries and papers. The purpose is to benefit the humanity. Make everyone better of. You have played your part in conveying the researchers your intentions.
10dpd大约 12 年前
If the algorithms have been published in a peer-review paper, you are free to implement and improve on them.<p>Ethically, if you make improvements it would be proper to publish your updated algorithm.