Live data from Hacker News

Untitled Dice: Run a Bitcoin Dice Casino on GitHub Pages

github.com

1–5 of 5 posts

Re: Untitled Dice: Run a Bitcoin Dice Casino on GitHub Pages

#3
post #2

A platform that uses consecutive app ids which are pure integers and which you can actually crash (as in, service returns {error: "INTERNAL_ERROR"} if you provide an app id > INT64_MAX ) isn't really trustworthy from my point of view...

To be fair, the server isn't crashing, it's sending a 500 instead of a 404, but that needs to be fixed. Thanks. :)

Re: Untitled Dice: Run a Bitcoin Dice Casino on GitHub Pages

#4
post #2

A platform that uses consecutive app ids which are pure integers and which you can actually crash (as in, service returns {error: "INTERNAL_ERROR"} if you provide an app id > INT64_MAX ) isn't really trustworthy from my point of view...

To be fair, the server isn't crashing, it's sending a 500 instead of a 404, but that needs to be fixed. Thanks. :)

(Fixed)