oddly specific
-
Oh you are the numbers guy ? Name every number
0, 1, 2, 3, 4, 5, 6, 7, 8, 9
-
Oh yeah well if you're some sort of numbers guy, answer me this: I think you're name is super cool, and makes me wonder, is there a largest prime you can make listing digits of pi starting from the beginning. There's gotta be infinite right?
Well, three is prime and pi starts with a three, therefore, even if there's larger primes, there is one which is the largest. QED.
-
Well, three is prime and pi starts with a three, therefore, even if there's larger primes, there is one which is the largest. QED.
Unless there isn't one that's the largest because there are infinite primes.
-
This post did not contain any content.
A previous version of this article said it was "not clear why WhatsApp settled on the oddly specific number." A number of readers have since noted that 256 is one of the most important numbers in computing, since it refers to the number of variations that can be represented by eight switches that have two positions - eight bits, or a byte.
Lol, weird way to say that 256 is a power of two, and computers operate in base two.
-
Numbers guy here, I can confirm 256 is an evenly specific number, and not an oddly specific number.
As the numbers guy. Do you remember the name of the site that can tell you the what a given number is often associated with?
-
This post did not contain any content.
I remember being puzzled by this and many other numbers that kept cropping up. 32, 64, 128, 256, 1024, 2048... Why do programmers and electronic engineers hate round numbers? The other set of numbers that was mysterious was timber and sheet materials. They cut them to 1220 x 2440mm and thicknesses of 18 and 25mm. Are programmers and the timber merchants part of some diabolical conspiracy?
-
I remember being puzzled by this and many other numbers that kept cropping up. 32, 64, 128, 256, 1024, 2048... Why do programmers and electronic engineers hate round numbers? The other set of numbers that was mysterious was timber and sheet materials. They cut them to 1220 x 2440mm and thicknesses of 18 and 25mm. Are programmers and the timber merchants part of some diabolical conspiracy?
They just do it to look cool in front of their developer friends.
-
As the numbers guy. Do you remember the name of the site that can tell you the what a given number is often associated with?
Wikipedia often has disambiguation pages for numbers that may be helpful in a search like this (https://en.m.wikipedia.org/wiki/71).
WolframAlpha is good for identifying numerical properties of numbers (https://www.wolframalpha.com/input?i=71).
OEIS has a searchable set of sequences (https://oeis.org/search?q=71&language=english&go=Search)
I fear that none of these is what you're looking for, though. My attempts to find something that sounds like what you want mostly turned up resources on numerology, and at least one article apparently about how the meaning of numbers is radically different between cultures.
-
This post did not contain any content.
A lot of things arbitrarily limit what they can do to more "human friendly" numbers.
-
I remember being puzzled by this and many other numbers that kept cropping up. 32, 64, 128, 256, 1024, 2048... Why do programmers and electronic engineers hate round numbers? The other set of numbers that was mysterious was timber and sheet materials. They cut them to 1220 x 2440mm and thicknesses of 18 and 25mm. Are programmers and the timber merchants part of some diabolical conspiracy?
Powers of two are the roundest of numbers.
-
A previous version of this article said it was "not clear why WhatsApp settled on the oddly specific number." A number of readers have since noted that 256 is one of the most important numbers in computing, since it refers to the number of variations that can be represented by eight switches that have two positions - eight bits, or a byte.
Lol, weird way to say that 256 is a power of two, and computers operate in base two.
It's a pretty succinct explanation that links what it is to something most people have heard of (a byte).
-
Shout out to Castlevania II, where you can hold anywhere from 0 to 256 laurels. Yes, you read that right -- 256, not 255. I inspected RAM to double check. It's a 16-bit word on an 8-bit system with a maximum value of
0x100
. They could have used 8 bits instead of 16. But no, they really did choose this arbitrary number.I hate this. I love this.
If I ever make a game I might put stuff like this in it.
-
0, 1, 2, 3, 4, 5, 6, 7, 8, 9
So simple yet so effective as an answer
-
Wikipedia often has disambiguation pages for numbers that may be helpful in a search like this (https://en.m.wikipedia.org/wiki/71).
WolframAlpha is good for identifying numerical properties of numbers (https://www.wolframalpha.com/input?i=71).
OEIS has a searchable set of sequences (https://oeis.org/search?q=71&language=english&go=Search)
I fear that none of these is what you're looking for, though. My attempts to find something that sounds like what you want mostly turned up resources on numerology, and at least one article apparently about how the meaning of numbers is radically different between cultures.
No that doesn't seem to be it. Thanks for trying anyway.
-
As the numbers guy. Do you remember the name of the site that can tell you the what a given number is often associated with?
My brain is going to OEIS or angel numbers which are both like total opposites. Number theory or numerology, take your pick.
-
Unless there isn't one that's the largest because there are infinite primes.
wrote last edited by [email protected]You started at zero and went to infinity. If you start at infinity and go to zero then the first prime you got is the largest. QED.
-
No, you can't have a group of zero, so the counter doesn't need to waste a position counting zero.
Tell that to the Castlevania 2 devs. https://lemmy.ml/comment/19720906
-
Powers of two are the roundest of numbers.
Much later in my career I came to appreciate the beauty of this system and the link with hexadecimal. I had to debug a network transmitted CRC that was endian flipped and in that process learned that in the Galois Field of two, 1+1=0 which feels delightfully nonsensical to a luddite.
-
A previous version of this article said it was "not clear why WhatsApp settled on the oddly specific number." A number of readers have since noted that 256 is one of the most important numbers in computing, since it refers to the number of variations that can be represented by eight switches that have two positions - eight bits, or a byte.
Lol, weird way to say that 256 is a power of two, and computers operate in base two.
Their definition is a lot better.
-
You started at zero and went to infinity. If you start at infinity and go to zero then the first prime you got is the largest. QED.
I can no longer tell if these are bits. ðŸ«