![]() |
|
|
|||
Quote:
This is one of many reasons why I check the books before the 10 minute mark. Anything glaringly out of wack can be corrected. There have been times where I get a legitimate explanation/reason for a delayed book. That is good to know in advance instead of at/below 10 mins.
__________________
If some rules are never enforced, then why do they exist? ![]() |
|
|||
Quote:
Peace
__________________
Let us get into "Good Trouble." ----------------------------------------------------------- Charles Michael “Mick” Chambers (1947-2010) |
|
|||
Quote:
Now I must throw in my 2 cents regarding technology or lack thereof. Based on what you said, if computer programs can distinguish between 1 and 11 as being different numbers, that must mean the computer program can recognize a null value in the tens place. Therefore, why couldn't the same program do the same for the number 0? I hate computers. All they do is reflect the imperfections of humans ![]()
__________________
If some rules are never enforced, then why do they exist? ![]() |
|
|||
Quote:
Depends on if you're storing the values as a String (characters) or as an Integer (number). Computers store everything in binary, as a combination of 1s and 0s. Assuming we're using 8-bit notation (that is, 8 slots per number) if we're storing just Integers, there's no difference between 0 and 00, because they're both stored as 00000000. 1 is stored as 00000001, 2 is stored as 00000010, 3 is stored as 00000011, 4 is stored as 00000100, etc... 11 is stored as 00001011. String values are handled differently... each "letter" has it's own 8-bit value. Assuming we're using ASCII notation, the 8-bit value for 0 is 00110000, which would be repeated twice for 00, so 0011000000110000. 11 would be 0011000100110001. Of course, there are many different types of character encoding schemes (UTF-8, UTF-16, UTF-32, ISO8859, Windows 1252, and many many more, all of them work similarly to ASCII, but the actual binary value of a particular character may be different) You may commence shouting "Shut Up, Nerd!" at me at your earliest convenience. |
|
|||
Quote:
Peace
__________________
Let us get into "Good Trouble." ----------------------------------------------------------- Charles Michael “Mick” Chambers (1947-2010) |
|
|||
FWIW, here's what our charter clinician said:
"As you know, according to rule 3-4-3d. A team shall not have both #'s of 0 and 00. Simply a clerical thing here. The intent isn't to penalize a team in this situation." |
|
|||
Quote:
![]() https://en.wikipedia.org/wiki/Computer_number_format
__________________
If some rules are never enforced, then why do they exist? ![]() |
|
|||
I see I have found my people. Hello nerds!
__________________
Powder blue since 1998. Longtime forum lurker. Umpiring Goals: Call the knee strike accurately (getting the low pitch since 2017)/NCAA D1 postseason/ISF-WBSC Certification/Nat'l Indicator Fraternity(completed) "I'm gonna call it ASA for the foreseeable future. You all know what I mean." |
|
|||
Yes, welcome!. As you know, there 10 kinds of people in the world: those who understand binary and those who don't.
![]() But, of course, hexidecimal is much easier to read.
__________________
Owner/Developer of RefTown.com Commissioner, Portland Basketball Officials Association |
|
|||
Quote:
Peace
__________________
Let us get into "Good Trouble." ----------------------------------------------------------- Charles Michael “Mick” Chambers (1947-2010) |
|
|||
Oh, not this argument again. It has nothing to do with the leading zero problem, except for the demonstration of a null value in the tens place.
Because 0 and 00 are different numbers in the rulebook but the same number mathematically, there's a bit of wiggle room as to how to handle the situation. (For the following notes, I will use an underscore to denote a null value in the tens place.)
As mentioned in my signature, I am not an official, but I've been on this forum long enough to know the relevant rules.
__________________
Lurker from Massachusetts. Not an official in any sport. Last edited by bwburke94; Tue Jan 09, 2018 at 02:42am. |
![]() |
Bookmarks |
|
|