Hacker News new | ask | show | jobs
by viggity 166 days ago
Nice work! Out of curiosity, how are you deciding what the verse of the day is? i.e. is randomness weighted somehow? There are are ~31k verses in the bible, 23k in old testament, 8k in new testament. Is it 2.5 times more likely to be an old testament verse? Or, perhaps you're picking a testament at random, then a random book, then a random verse. Lots of ways to skin the proverbial cat.
1 comments

Great question. It picks a random book first (out of the 66 non-Deuterocanonical books (so far)) and then a random group of 3 back-to-back verses from that book. That way it's not weighted towards books with more of verses, which I wanted to avoid. It doesn't try to equalize between old/new testament.