Author Topic: The General Chit Chat Thread 2  (Read 389431 times)

Offline Burkingam

  • Member
  • Posts: 8674
  • Love, Science & Dubstep
Re: The General Chit Chat Thread 2
« Reply #3460 on: December 29, 2011, 03:17:02 AM »
Can you do the multiples of 256 in your head?
In hexadecimal, yes. It's 100*1=100, 100*2=200, 100*3=300, 100*4=400, 100*5=500, 100*6=600, 100*7=700, 100*8=800, 100*9=900, 100*A=A00, 100*B=B00, 100*C=C00, 100*D=D00, 100*E=E00, 100*F=F00, 100*10=1000, etc

And if you are talking about the exponents of 256 in hexa that would be 100^1=100, 100^2=10000 , 100^3=1000000

Easy don't you think. I would be so much easier for programmers who would no longer need to find the multiples of 256 in decimal(aka the fact that it's hard to find the multiples of 256 in your head in decimal is the reason why it would make more sense to count in hexadecimal)
Don't just assume that you are right. Verify with the best tools available and if you are wrong, change your mind and you will become right.

Online metro.

  • Member
  • Posts: 9738
  • fuckyougoskiing.
Re: The General Chit Chat Thread 2
« Reply #3461 on: December 29, 2011, 04:19:37 AM »
Can you do the multiples of 256 in your head?
In hexadecimal, yes. It's 100*1=100, 100*2=200, 100*3=300, 100*4=400, 100*5=500, 100*6=600, 100*7=700, 100*8=800, 100*9=900, 100*A=A00, 100*B=B00, 100*C=C00, 100*D=D00, 100*E=E00, 100*F=F00, 100*10=1000, etc

And if you are talking about the exponents of 256 in hexa that would be 100^1=100, 100^2=10000 , 100^3=1000000

Easy don't you think. I would be so much easier for programmers who would no longer need to find the multiples of 256 in decimal(aka the fact that it's hard to find the multiples of 256 in your head in decimal is the reason why it would make more sense to count in hexadecimal)

What language are you using that 256 comes up often?

I'm gunna leave you anyway.

Offline Burkingam

  • Member
  • Posts: 8674
  • Love, Science & Dubstep
Re: The General Chit Chat Thread 2
« Reply #3462 on: December 29, 2011, 05:11:17 AM »
What language are you using that 256 comes up often?
Sorry I can't tell if you are asking the question seriously or if you are joking. Every computer languages organize the data in bytes.
« Last Edit: December 29, 2011, 05:14:27 AM by Burkingam »
Don't just assume that you are right. Verify with the best tools available and if you are wrong, change your mind and you will become right.

Offline Meomix

  • Member
  • Posts: 4993
  • For our glorious order
    • MAL
Re: The General Chit Chat Thread 2
« Reply #3463 on: December 29, 2011, 05:22:43 AM »
What language are you using that 256 comes up often?
Sorry I can't tell if you are asking the question seriously or if you are joking. Every computer languages organize the data in bytes.

Your professionalism smells of bullshit, 256 = 0 because there is no 256 unless you are calculating in networks / hosts.
Did you know Satan was supposedly gods RIGHT HAND MAN, not his left. Blows your theory out of the water now doesn't it.

Offline Burkingam

  • Member
  • Posts: 8674
  • Love, Science & Dubstep
Re: The General Chit Chat Thread 2
« Reply #3464 on: December 29, 2011, 05:32:16 AM »
Your professionalism smells of bullshit, 256 = 0 because there is no 256 unless you are calculating in networks / hosts.
And there is no such thing as 10 because 10 = 0 ... your point?
Don't just assume that you are right. Verify with the best tools available and if you are wrong, change your mind and you will become right.

Offline froody1911

  • Member
  • Posts: 7206
  • Confucius say man's last will is dead giveaway.
    • froody1911
Re: The General Chit Chat Thread 2
« Reply #3465 on: December 29, 2011, 05:33:37 AM »
Your professionalism smells of bullshit, 256 = 0 because there is no 256 unless you are calculating in networks / hosts.


MAL | Your mother was a father and your hamster smelt of elderberries | last.fm

Offline Dale08

  • Member
  • Posts: 790
Re: The General Chit Chat Thread 2
« Reply #3466 on: December 29, 2011, 05:41:42 AM »

Offline Meomix

  • Member
  • Posts: 4993
  • For our glorious order
    • MAL
Re: The General Chit Chat Thread 2
« Reply #3467 on: December 29, 2011, 05:46:35 AM »
Nope sorry i even went back a few posts to see what i missed and still didn't get it.
Did you know Satan was supposedly gods RIGHT HAND MAN, not his left. Blows your theory out of the water now doesn't it.

Online metro.

  • Member
  • Posts: 9738
  • fuckyougoskiing.
Re: The General Chit Chat Thread 2
« Reply #3468 on: December 29, 2011, 06:08:58 AM »
What language are you using that 256 comes up often?
Sorry I can't tell if you are asking the question seriously or if you are joking. Every computer languages organize the data in bytes.

If you're talking Network managment/systech then yeah maybe. Or data manipulation but you don't run into that in many programming courses for quite a while.

I'm gunna leave you anyway.

Offline Meomix

  • Member
  • Posts: 4993
  • For our glorious order
    • MAL
Re: The General Chit Chat Thread 2
« Reply #3469 on: December 29, 2011, 06:15:16 AM »
What language are you using that 256 comes up often?
Sorry I can't tell if you are asking the question seriously or if you are joking. Every computer languages organize the data in bytes.

If you're talking Network managment/systech then yeah maybe. Or data manipulation but you don't run into that in many programming courses for quite a while.

Ahh your talking about programming calculation, still i thought that java coder made some sense that the counter reverts to zero once you hit 256, i still hate the arrays. Array: 0 1 2 3 4 = 5 / Basic: 1 2 3 4 5 = 5
Did you know Satan was supposedly gods RIGHT HAND MAN, not his left. Blows your theory out of the water now doesn't it.

Offline Burkingam

  • Member
  • Posts: 8674
  • Love, Science & Dubstep
Re: The General Chit Chat Thread 2
« Reply #3470 on: December 29, 2011, 06:17:25 AM »
To put it simply, 256 is an important number in computing in the same way that ten is an important number in maths. It's the number of values that a byte can take. And if you want to know the number of values 2 bytes can take you do 256^2=65536(another important number, although not as much), in the same way that to decimal digits can take 100 values or 10^2, not 81.

How is that important? It's fucking important!!! If you use an Integer variable in a software I want to know what's the maximum value it will take. In most languages, the default Type "Integer" uses two bytes for the data so I can't have a number bigger than (256*2 -1) = 65535 but there are some situations where I could want to use less, like if performance is a big issue. It's also super important if I want to create a new file format. Seriously you can't work without this number.
Don't just assume that you are right. Verify with the best tools available and if you are wrong, change your mind and you will become right.

Offline Jurichan

  • Member
  • Posts: 296
  • Supai's admirer
    • Япония Центральный комитет Коммунистической партии
Re: The General Chit Chat Thread 2
« Reply #3471 on: December 29, 2011, 06:23:12 AM »
S'been a while since I've posted here.
sup?

Offline Meomix

  • Member
  • Posts: 4993
  • For our glorious order
    • MAL
Re: The General Chit Chat Thread 2
« Reply #3472 on: December 29, 2011, 06:28:08 AM »
Hmm interesting, first can you clear up one thing for me, when people are doing high calculations they always say "To the power of 2" is this a fancy way of saying "Times 2" or what?
And my bad on that one, since in networking you're multiplying by 2 it's supposed to be 255 to 512.
Did you know Satan was supposedly gods RIGHT HAND MAN, not his left. Blows your theory out of the water now doesn't it.

Offline froody1911

  • Member
  • Posts: 7206
  • Confucius say man's last will is dead giveaway.
    • froody1911
Re: The General Chit Chat Thread 2
« Reply #3473 on: December 29, 2011, 07:36:19 AM »
Hmm interesting, first can you clear up one thing for me, when people are doing high calculations they always say "To the power of 2" is this a fancy way of saying "Times 2" or what?

x to the power 2 = x2 = x*x

MAL | Your mother was a father and your hamster smelt of elderberries | last.fm

Offline Meomix

  • Member
  • Posts: 4993
  • For our glorious order
    • MAL
Re: The General Chit Chat Thread 2
« Reply #3474 on: December 29, 2011, 07:40:56 AM »
Hmm interesting, first can you clear up one thing for me, when people are doing high calculations they always say "To the power of 2" is this a fancy way of saying "Times 2" or what?

x to the power 2 = x2 = x*x

Meh so it is a fancy way of saying multiplication, thx.
Did you know Satan was supposedly gods RIGHT HAND MAN, not his left. Blows your theory out of the water now doesn't it.

Offline kurandoinu

  • Member
  • Posts: 9670
  • I am not a robot, I am a unicorn
Re: The General Chit Chat Thread 2
« Reply #3475 on: December 29, 2011, 07:41:42 AM »
0o Morning guys

Offline Kam

  • Member
  • Posts: 491
  • Power Uploader
Re: The General Chit Chat Thread 2
« Reply #3476 on: December 29, 2011, 08:12:28 AM »
Hmm interesting, first can you clear up one thing for me, when people are doing high calculations they always say "To the power of 2" is this a fancy way of saying "Times 2" or what?

x to the power 2 = x2 = x*x

Meh so it is a fancy way of saying multiplication, thx.
Yes it is multiplication but your original question was if "to the power of two" was a fancy way of saying "times 2". It's not. They're two completely different things actually. For example: Eight "times two" (8x2) would equal 16. Whereas eight "to the power of two" (82 or 8x8) would equal 64.

If anything, "to the power of 2" is a fancy way of saying "squared." If you ever see something like 72, for example, that would be called seven squared. - Sorry for the math lesson. :)
And even though we feel dead inside, we can still say, "At least we tried."

Offline Meomix

  • Member
  • Posts: 4993
  • For our glorious order
    • MAL
Re: The General Chit Chat Thread 2
« Reply #3477 on: December 29, 2011, 08:17:49 AM »
Hmm interesting, first can you clear up one thing for me, when people are doing high calculations they always say "To the power of 2" is this a fancy way of saying "Times 2" or what?

x to the power 2 = x2 = x*x

Meh so it is a fancy way of saying multiplication, thx.
Yes it is multiplication but your original question was if "to the power of two" was a fancy way of saying "times 2". It's not. They're two completely different things actually. For example: Eight "times two" (8x2) would equal 16. Whereas eight "to the power of two" (82 or 8x8) would equal 64.

If anything, "to the power of 2" is a fancy way of saying "squared." If you ever see something like 72, for example, that would be called seven squared. - Sorry for the math lesson. :)

Oooo it's very clear now, domo.
Did you know Satan was supposedly gods RIGHT HAND MAN, not his left. Blows your theory out of the water now doesn't it.

Offline kurandoinu

  • Member
  • Posts: 9670
  • I am not a robot, I am a unicorn
Re: The General Chit Chat Thread 2
« Reply #3478 on: December 29, 2011, 08:18:12 AM »
I feel like I'm back in high school. Lol.

Offline Kam

  • Member
  • Posts: 491
  • Power Uploader
Re: The General Chit Chat Thread 2
« Reply #3479 on: December 29, 2011, 08:24:47 AM »
I feel like I'm back in high school. Lol.
LOL. Yeah, sorry about that. Good morning, by the way. :)
And even though we feel dead inside, we can still say, "At least we tried."