scarecrw@lemmy.onetoProgramming@programming.dev•Has anyone else seen this interesting "challenge site" when googling a programming topic?English
4·
1 year agoI went through these challenges a while back; they were super fun! I remember at the end there was something about “notify me if there are more challenges” but I don’t believe I ever heard anything.
I’m a sucker for puzzles, and the write-ups for the challenges were the right level of silliness.
Why restrict to 54-bit signed integers? Is there some common language I’m not thinking of that has this as its limit?
Edit: Found it myself, it’s the range where you can store an integer in a double precision float without error. I suppose that makes sense for maximum compatibility, but feels gross if we’re already identifying value types. I don’t come from a web-dev/js background, though, so maybe it makes more sense there.