doragcoder | 11 years ago | on: So you want to abolish time zones
doragcoder's comments
doragcoder | 11 years ago | on: We're all communication hoarders
Which is what Gordon Bell (http://en.wikipedia.org/wiki/MyLifeBits) and Microsoft Research have been looking into.
doragcoder | 11 years ago | on: Insurance Company Pays People to Stay Fit
Meaning I would love to come up with an algorithm that works while you workout. Then the hash rate is timed to number of steps or kilometers taken to release a block of bitcoin. Which I think could open up even more fitness incentives.
You could even have "races" to see who can find a hash before the others in your group.
Of course people could try and cheat, but that would be where the secret sauce is... kinda like reCAPTCHA but for bio-metrics.
doragcoder | 11 years ago | on: A Formula for the Number of Days in Each Month
http://www.infoplease.com/spot/history-of-august.html
It just makes it a more interesting formula because of that!
doragcoder | 11 years ago | on: Landing on a Comet, 317M Miles from Home
doragcoder | 11 years ago | on: Mark Cuban's Plan for Limiting Scope of Discovery in Lawsuits
doragcoder | 11 years ago | on: DNA from hagfish being used to synthesize bulletproof slime
doragcoder | 11 years ago | on: What Does It Really Cost to Live in San Francisco?
doragcoder | 11 years ago | on: Brain changes are associated with casual marijuana use in young adults
Would it be safe to say that, any drug that alters your state of mind will cause a brain change? (Legal or illegal)
doragcoder | 11 years ago | on: Ask HN: Review my startup – itripd.com
Can you explain what you mean by that? I thought network effects were good. No?
doragcoder | 11 years ago | on: Ask HN: What Android Wear apps would you like to see?
A clip for those who don't know: https://www.youtube.com/watch?v=VFkyV7d5t8o
doragcoder | 11 years ago | on: Show HN: EDI – An editor in Go
doragcoder | 11 years ago | on: Posty – A comprehensive, modern Postfix and Dovecot administration tool
doragcoder | 11 years ago | on: Posty – A comprehensive, modern Postfix and Dovecot administration tool
I really like it. I was doing a one-time email type of service that had to manually create and destroy 100's of email addresses a day. This would have helped out a lot when getting started. I had to write/hack custom tools that barely worked. I would have loved this.
doragcoder | 11 years ago | on: Google killer-robots.txt
doragcoder | 11 years ago | on: BitAuth for Decentralized Authentication
I also didn't see if this touched the blockchain at all. They made note about the SIN being public (then again, so is a Public Key), so I'm looking for the SIN to be in a blockchain somewhere.
doragcoder | 11 years ago | on: Go Hercule
for i, v := range array
will give you the indexes and values. If you just want the values then use "_" in place of i to "throwaway" the index.