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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Go Freaking Do It – Smart contract for reaching your goals

128 点作者 superkarolis超过 7 年前

26 条评论

masukomi超过 7 年前
ignoring the tech, i think many folks here are missing the point. Assume you really want to quit smoking right now, and you are also pro choice. With a system like this you can say &quot;I will quit smoking in 2 months or this $5000 will go to an anti-abortion charity.&quot; now THIS system doesn&#x27;t do that BUT the core point remains, if you can attach &quot;significant&quot; loss to NOT achieving a goal it can help motivate people (not all people, but you get teh point).<p>this system is limited in that it can only do &quot;money&quot; for significance. it can&#x27;t also tie it to something you loathe. I don&#x27;t think any of the available things ( <a href="https:&#x2F;&#x2F;www.beeminder.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.beeminder.com&#x2F;</a> was mentioned by someone ) can do this, but you can do it with a friend you trust.<p>to those who suggested having the money go to charity: Having the money go to a charity you LIKE is a terrible idea because then if you fail in your task &quot;well at least my favorite charity is getting money&quot; You actually have incentive to fail.
评论 #15847737 未加载
评论 #15849237 未加载
评论 #15848316 未加载
underyx超过 7 年前
The same concept, but with credit cards: <a href="https:&#x2F;&#x2F;www.beeminder.com" rel="nofollow">https:&#x2F;&#x2F;www.beeminder.com</a>
jesperht超过 7 年前
Awesome job building your idea! Took at a look at the source code an found a few bugs and put them here in a post: <a href="https:&#x2F;&#x2F;medium.com&#x2F;@jesperht&#x2F;dont-go-freaking-do-it-5da4df4d4b44" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@jesperht&#x2F;dont-go-freaking-do-it-5da4df4d...</a><p>Feel free to get in touch with me if you need a hand fixing any of this!
评论 #15846126 未加载
评论 #15846264 未加载
评论 #15846541 未加载
CrossWired超过 7 年前
&gt;&gt; and will keep the funds otherwise.<p>If I&#x27;m possibly going to give my money away, why would I want to do this to some random contract, instead maybe a Charity or somewhere other than directly to the contract?
评论 #15844472 未加载
评论 #15845222 未加载
评论 #15844476 未加载
评论 #15844539 未加载
评论 #15845405 未加载
danpalmer超过 7 年前
I don&#x27;t really understand the trend of solving all problems with &quot;smart contracts&quot;. This just seems to limit the potential market to people who care about smart contracts, and complicate an otherwise simple arrangement, without providing any benefits. You still have to find a supervisor your trust, why not just give money to a friend instead?
评论 #15845813 未加载
评论 #15846375 未加载
评论 #15846975 未加载
amelius超过 7 年前
They didn&#x27;t implement the most difficult part of the idea: the supervisor.<p>Seems like a half-baked solution. Interesting, but incomplete.
评论 #15846005 未加载
suanmeiguo超过 7 年前
I had the exact same idea years ago. Eventually I found there are some shortage about it so I ditched the idea:<p>- How to verify people achieved their goal (this website introduces &quot;supervisor&quot; but I&#x27;m not sure that&#x27;s gonna work well)<p>- You gain nothing from achieving goals, v.s. you lose money if you didn&#x27;t<p>- The gain (goal achieved, which can be done without losing money) is much less than lose (lose <i>real money</i>), so no incentive for people to use this service.<p>This website will face the same challenge.<p>I&#x27;m happy to see there are someone out there having the exact same idea, I hope they can do well sincerely.
评论 #15847613 未加载
评论 #15847511 未加载
frisby超过 7 年前
I had been discussing almost exactly this idea with a friend over the last couple weeks, wholly unaware of the similar services listed elsewhere in the comments (although I realise there is a chance I heard about one of them in the past but forgot about it). Good job on getting this up and running, looks great so far!<p>The way we had proposed to deal with funds that were not returned to the user because of failing a goal was to add them to a reward pool of sorts. We would take a percentage of any failed goal funds, but the majority would be given as rewards to others who had completed their goals in a similar area or time period. The details of this hadn&#x27;t been fleshed out but one potential way to do it we discussed would be to distribute the reward pool at the end of every month to those who had completed gals in that month (proportional to the amount of money staked).<p>This would potentially remove some people&#x27;s concerns listed in the comments about the money not being handled well in case of goal failure. Also it might drive more usage of the service if people would maybe even profit.
评论 #15845002 未加载
评论 #15845018 未加载
mpeg超过 7 年前
Since setGoalFailed is public (because you want it to be callable by the person trying to achieve the goal, and the contract owner is the supervisor) and does no checks, seems like anyone can mark a goal as failed and the money held in the smart contract will go to the contract owner?<p>Shouldn&#x27;t that check that msg.sender is either goals[_hash].owner or owner ?
评论 #15845472 未加载
评论 #15847175 未加载
pjam14超过 7 年前
Like the one from Pieter Levels? <a href="https:&#x2F;&#x2F;gofuckingdoit.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gofuckingdoit.com&#x2F;</a> <a href="https:&#x2F;&#x2F;levels.io&#x2F;debriefing-go-fucking-do-it&#x2F;" rel="nofollow">https:&#x2F;&#x2F;levels.io&#x2F;debriefing-go-fucking-do-it&#x2F;</a>
评论 #15844513 未加载
cantrip超过 7 年前
I don&#x27;t like kill functions. If you have to trust that the owner won&#x27;t just kill the contract in the middle of your goal it&#x27;s not actually trustless.
评论 #15844678 未加载
评论 #15844921 未加载
sharemywin超过 7 年前
This might be a better model:<p><a href="https:&#x2F;&#x2F;www.fitnessmagazine.com&#x2F;weight-loss&#x2F;tips&#x2F;motivation&#x2F;weight-loss-apps-bet-money&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.fitnessmagazine.com&#x2F;weight-loss&#x2F;tips&#x2F;motivation&#x2F;...</a>
mapleoin超过 7 年前
&gt; get an email emailed<p>I think this could be rewritten as &quot;send an email&quot;.
codingdave超过 7 年前
So if your supervisor flakes out, you lose the money? There is definitely a flaw in that...
评论 #15847527 未加载
ghostly_s超过 7 年前
Interesting idea, but it seems ultimately like a high-tech implementation of a low-tech process-- really I&#x27;m just relying on the &#x27;supervisor&#x27; to hold me accountable, and if I get to the point of asking someone else to hold me accountable to a deadline I&#x27;ve already accomplished the hard part, anyway. Sharing goals is a proven strong motivator in itself, I think.<p>It did bring to mind an interesting related idea, though, specifically for software side projects: instead of relying on a human to validate your success, create a smart contract around a test suite; funds are released by passing your tests by the deadline.
crispyambulance超过 7 年前
This is a neat idea.<p>But it makes wonder that there&#x27;s perhaps more to consider about &quot;your goals&quot; if you need &quot;a supervisor&quot; to verify that you met your goals and a monetary penalty for failing to meet your goals.<p>More importantly, one&#x27;s _choice_ of goals and the process by which they strive to achieve them (the journey) is every bit as important as the &quot;verifiable&quot; success&#x2F;failure rate if we&#x27;re talking about personal goals.
jcousins超过 7 年前
Similar on the bitcoin blockchain - <a href="https:&#x2F;&#x2F;www.realitykeys.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.realitykeys.com&#x2F;</a>
jhiska超过 7 年前
Using technology and money to blackmail yourself isn&#x27;t an effective way to make you do something you don&#x27;t actually want to do; shady.
NwmG超过 7 年前
why can you put in negative numbers as the amount?
评论 #15844383 未加载
评论 #15844360 未加载
alexee超过 7 年前
Suggestion to make it with lesser scope, but with verifiable contracts, so you can automatically verify that it was done. I&#x27;d actually use that service myself :)<p>For example: 1) Run 10K on Strava. 2) Solve programming challenge on Codeforces&#x2F;TopCoder. 3) Pass coursera class. 4) Have X bitcoins on your wallet 5) Check-in in some specific location.
评论 #15847643 未加载
NwmG超过 7 年前
You might want to note that you can test it on the testnet. It looks like it works, i did it using ropsten testnet but the verbiage in the posting says mainnet regardless of if it is actually the mainnet.
everdev超过 7 年前
I&#x27;ve seen these financial penalty systems promoted as change motivators, but does anyone have a success story using them?
评论 #15848709 未加载
supermdguy超过 7 年前
This is a great idea!
aqsheehy超过 7 年前
This seems like a great way to have your money stolen
jister超过 7 年前
come on you can do this without tech, it&#x27;s called discipline.
demoonkevin超过 7 年前
Seems like an exact copy of gofuckingdoit.com
评论 #15845933 未加载