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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Applying Dan Ariely's TED talk to software development

56 点作者 dpaluy将近 12 年前

5 条评论

incision将近 12 年前
The TED Talk [0] being referenced is excellent.<p>What rang particularly true to me wasn&#x27;t harder work feeling more rewarding, but that people are willing to work longer and for less direct pay when they see that their work is valued or at least not immediately discarded.<p>0: <a href="http://www.ted.com/talks/dan_ariely_what_makes_us_feel_good_about_our_work.html" rel="nofollow">http:&#x2F;&#x2F;www.ted.com&#x2F;talks&#x2F;dan_ariely_what_makes_us_feel_good_...</a>
not_that_noob将近 12 年前
Yes exactly. In the startup world, we build products for users - they are the ultimate arbiters of a product&#x27;s value. It doesn&#x27;t matter whether the value is delivered by working two weeks or two years - all that matters to the user is the value delivered.<p>So smart founders should find ways of getting to that value delivery point via the shortest, cheapest most efficient path. Because that way you win over your competitors who might not.<p>BTW, this is also why companies led by technical founders often beat those that are not. If you&#x27;re a non-technical founder, you are beholden to the techno-priesthood, which may care about building things in the most perfect way, which often ends up being an inefficient path.<p>Note that this is not meant as a knock on writing good maintainable and elegant code. It is more an affirmation of minimizing work that does not move you closer to the point of value delivery for your user.
ronilan将近 12 年前
&gt; &quot;Embrace simplicity in your product and in your code. The value is in what gets used, not what gets built.&quot;<p>There are all sorts of values. Usage value is only one of. If all that gets built is judged by what gets used, then a lot of great things won&#x27;t get built.
评论 #5996530 未加载
评论 #5996031 未加载
mmorris将近 12 年前
I really enjoyed Dan&#x27;s book Predictably Irrational. If you have any interest in human motivation and rationality, I&#x27;d recommend you pick up a copy: <a href="http://www.amazon.com/Predictably-Irrational-Revised-Expanded-Edition/dp/0061353248" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Predictably-Irrational-Revised-Expande...</a>
评论 #5996367 未加载
rdudekul将近 12 年前
Awesome analysis!<p>Questions applicable to every hard working startup:<p><pre><code> + Do we solve a real problem? + Do we have customers who find our solution useful? + Can we make enough money to make our solution a sustainable business? </code></pre> Questions for the execution team:<p><pre><code> + Will we know when and how people hear about our solution? + Will we be able to understand if and how they use our solution? + Can we change things quickly enough to improve our solution (based on learning)? + Can we measure the quality (usage) of our changes? + Can we reduce amount of work and test for need earlier (think MVP)?</code></pre>