Staredit Network

Staredit Network -> Polling Booth -> Favorite Number Base
Report, edit, etc...Posted by adam2new on 2006-11-30 at 17:42:14
What will it be?

If you don't know, Decimal is the numbering system used in mainstream America and other parts of the world.
Report, edit, etc...Posted by Centreri on 2006-11-30 at 18:02:57
I don't know anything about binary, hexadecimal or octal. Decimal!
Report, edit, etc...Posted by Deathawk on 2006-11-30 at 18:04:48
Decimal for it's ease of use... but definately binary for fun ;p
Report, edit, etc...Posted by CheeZe on 2006-11-30 at 18:10:55
Binary is the best. It's so much more efficient.
Report, edit, etc...Posted by Kow on 2006-11-30 at 18:24:47
3rd.
Report, edit, etc...Posted by O)FaRTy1billion on 2006-11-30 at 19:11:41
In order: Binary, Hex, Decimal, Base64, Octal. I'll vote my #1.
Report, edit, etc...Posted by green_meklar on 2006-11-30 at 20:46:24
For now I'll vote decimal because it's the one I normally use and it's by far the easiest one to read (mostly because it's what I've learned to read). If I could actually change the world's number base, though, I'd probably go with either base 12 (which isn't on your list) or binary. I know binary sounds like an enormous bother to write out, but keep in mind we wouldn't be forced to use a strictly digital system like we have now; there are other possible ways of writing numbers that could make binary much easier to use.
Report, edit, etc...Posted by O)FaRTy1billion on 2006-11-30 at 20:51:44
QUOTE(green_meklar @ Nov 30 2006, 07:46 PM)
there are other possible ways of writing numbers that could make binary much easier to use.
It's called base 16.
Observe:
0 = 0000
1 = 0001
2 = 0010
3 = 0011
4 = 0100
5 = 0101
6 = 0110
7 = 0111
8 = 1000
9 = 1001
A = 1010
B = 1011
C = 1100
D = 1101
E = 1110
F = 1111
Fish = In Water
Report, edit, etc...Posted by green_meklar on 2006-12-01 at 11:41:58
QUOTE
It's called base 16.

No, like I said, I mean actually leaving the standard digital system of writing numbers, if not completely than at least to some extent. See, the problem with binary is that, when you write it in 0s and 1s, it gets quite long to say even rather small numbers (like in the hundreds or thousands). To shorten it, we'd have to use different characters. But it seems to me that, so long as we use complex characters at all, binary is going to be too long. So instead, I've been thinking of new ways to write it, using simple characters. Dots and lines are one interesting possibility (turning '01001', for example, into '.|..|'), but can we get more efficient even than that?

What about the idea of, where there's a string of enough digits of the same type in a row, using a number inside brackets (or whatever) to represent it. So '0101100000000000010', instead of being '.|.||............|.', would be '.|.||<||..>|.'. See, I just got rid of six extra characters. Meanwhile, a computer would still remember it in binary and merely translate it to this system when displaying it on the screen. This is just one example of new ways in which we could write numbers to make it easier and more effective. Once you start thinking outside the box, there's tons of interesting stuff you can do. biggrin.gif
Report, edit, etc...Posted by xmrxsiegecopx on 2006-12-02 at 02:32:18
I've always liked hexadecimal, but nothing beats calculating in Decimal, particularly when it comes to $.
Report, edit, etc...Posted by CheeZe on 2006-12-03 at 13:40:12
green_meklar.. that's what he was refering to his base 16.
Report, edit, etc...Posted by Voyager7456(MM) on 2006-12-03 at 14:21:03
Binary is 00110001001100110011001100110111.
Report, edit, etc...Posted by Centreri on 2006-12-03 at 14:23:41
Binary is not 1337, binary is too much work.
01000011011001010110111001110100011100100110010101110010011010010010000001101001 01110011001000000111010001101000011001010010000001101100011011110111001001100100 0010000001101111011001100010000001100001011011000110110000100001
Report, edit, etc...Posted by Syphon on 2006-12-03 at 16:13:08
Base 13.

Because in base 13 6 x 9 = 42.
Report, edit, etc...Posted by green_meklar on 2006-12-05 at 00:03:37
QUOTE
green_meklar.. that's what he was refering to his base 16.

But base 16 is base 16. It's not a way of writing binary because it isn't binary. It can be more easily translated into binary than decimal can, but it's still not binary.
Report, edit, etc...Posted by O)FaRTy1billion on 2006-12-06 at 23:34:21
And nobody likes writing 01100001001000000110001001101001011011000110110001101001011011110110111000100000011011110110111001100101011100110010000001100001011011100110010000100000011110100110010101110010011011110110010101110011.
Report, edit, etc...Posted by green_meklar on 2006-12-06 at 23:46:27
QUOTE
And nobody likes writing 01100001001000000110001001101001011011000110110001101001011011110110111000100000011011110110111001100101011100110010000001100001011011100110010000100000011110100110010101110010011011110110010101110011.

That has some 24 digits in decimal, so it would be seldom that you'd want to write out such a long number. But if you did want to, it becomes somewhat easier with my system:
.||....|..|<||.>||...|..||.|..|.||.||...||.||...||.|..|.||.||||.||.|||...|<||.>||.||||.||.|||..||.
.|.|.|||..||..|<||.>||....|.||.|||..||..|....|<||.>||||.|..||..|.|.|||..|..||.||||.||..|.|.|||..||
I managed to omit four digits, and the remaining ones are much easier to write than 0s and 1s, as well as shorter.
Report, edit, etc...Posted by Rantent on 2006-12-07 at 04:37:46
zomg base 26, you simply use letters.
Rantent = OMG TEH BBQ!
Report, edit, etc...Posted by adam2new on 2006-12-12 at 12:20:52
huh.gif ... .. ... uh, nice job everyone... blink.gif
How about base 36?
0-9 then A-Z

I made an any-base-to-any-base converter for my TI-84 Plus Silver Edition calculator. It took some time to figure out how to do it, but with help of a thick JavaScript book (at most 4 pages of it), I figured out how to convert Decimal <-> Hexadecimal, which helped me figure out how to convert between other bases.

QUOTE(Darth Vader)
Your base, surrender it to me or die.
HELP!!! Darth Vader is going to kill me!!!! sweatdrop.gif


▒▒
▒▒▒
▒▒


lol
Report, edit, etc...Posted by Ihjel on 2006-12-12 at 12:40:12
Roman numbers!!!
Report, edit, etc...Posted by O)FaRTy1billion on 2006-12-14 at 17:28:54
QUOTE(adam2new @ Dec 12 2006, 11:20 AM)
I made an any-base-to-any-base converter for my TI-84 Plus Silver Edition calculator.  It took some time to figure out how to do it, but with help of a thick JavaScript book (at most 4 pages of it), I figured out how to convert Decimal <-> Hexadecimal, which helped me figure out how to convert between other bases.
I've done that, except I found all the formulas and conversion on my own. Did you use TI-BASIC or ASM?

Try Base 0, or Base 1. Have fun.
Next Page (1)