Live data from Hacker News

Staking Claims with Scheduled Tweets

shkspr.mobi

1–10 of 33 posts

Re: Staking Claims with Scheduled Tweets

#8

Smart, what about using words (like a password phrase) instead of a hash? You can schedule title of the upcoming tweet, so people can like it and "subscribe" to notifications

I'm not sure of any hashing algorithms which use words as their output. Or have I misunderstood your comment?

Re: Staking Claims with Scheduled Tweets

#9
post #6

Yeah the key point is: ‘ And, of course, a person can post two hashes – for contradictory messages – and only publish replies one of them. ‘

Perhaps also state when the reply is coming in the initial tweet so if you don't meet your deadline, people can assume you decided to hide it.

Re: Staking Claims with Scheduled Tweets

#10
post #8

Smart, what about using words (like a password phrase) instead of a hash? You can schedule title of the upcoming tweet, so people can like it and "subscribe" to notifications

I'm not sure of any hashing algorithms which use words as their output. Or have I misunderstood your comment?

It's just a byte string converted to a hex string commonly. Chunk it into quads of hex and you can index into a 65k dictionary (the OED has more than twice that).
Post reply on HN