Tim Reynolds - Message Board
Tim Reynolds - Message Board
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tim Reynolds Message Board
 Friends Aboard the Space Pod
 Binary Code
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Zachmozach
Fluffy-Esque

USA
1534 Posts

Posted - 07/09/2004 :  10:58:15 PM  Show Profile  Reply with Quote
01001001 01110111011000010110111001110100 0111010001101111 0110110001100101011000010111001001101110 0110000101100010011011110111010101110100 01100011011011110110010001100101

Where can I go to find out about it and how it works. I'm having troubel finding any good sites that explain it well. All I get is weak definitions alphabets and translator crap. I copied that crap from and alphabet site. CPP James?

Jay
Alien Abductee

Vatican City
2279 Posts

Posted - 07/10/2004 :  01:29:06 AM  Show Profile  Send Jay an AOL message  Reply with Quote
My explination is quite simple...You don't want to know what it means, and no one ever really WILL know what it means.

I mean no harm to you or your personal endeavors, hobbies, whatever the case may be...but I personally hate computers...I mean, I know people that know more about computers than people...I mean, it's a god damn machine...Granted, they do some pretty sweet shit, but come on, I think people need to get off their asses once and a while and quit bitching that their Ib97-capacitor sound file OB29 sound file card...thing...is screwing up the motherboard, or the mouse, or whatever piece of hardware is doing the dirty buisness. Who the hell cares?

But yeah, that's my opinion, to each his own. I never got Binary, I don't give a fuck about programing, so I probably shouldn't of made an ass of myself (which I did not, by any means, intend to do but obviously did).

Actually, I think these computer people are just trying to take over the world.

"Hey man...you smell..."
"Oh yeah?"
"yeah...like dinner..."
Go to Top of Page

SandyCarl
Try A Little Harder

81 Posts

Posted - 07/10/2004 :  09:28:49 AM  Show Profile  Reply with Quote
quote:
Originally posted by Zachmozach

01001001 01110111011000010110111001110100 0111010001101111 0110110001100101011000010111001001101110 0110000101100010011011110111010101110100 01100011011011110110010001100101

Where can I go to find out about it and how it works. I'm having troubel finding any good sites that explain it well. All I get is weak definitions alphabets and translator crap. I copied that crap from and alphabet site. CPP James?

I think the definition should show you how it works. Transistors can be in two states: on and off. So two options represented numerically are done with 1 and 0. Thus, code must be written in a language that can be stored, ie, 1s and 0s.
Go to Top of Page

GuitarGuy305
Alien Abductee

USA
2007 Posts

Posted - 07/10/2004 :  1:05:29 PM  Show Profile  Send GuitarGuy305 an AOL message  Reply with Quote
I think these guys could explain it to you....







Adam
Go to Top of Page

Macht
Chatterbox

USA
272 Posts

Posted - 07/10/2004 :  1:06:52 PM  Show Profile  Send Macht an AOL message  Reply with Quote
oh sorry. couldn't resist. that picture is so funny...


im still laughing

the binars!!!

Authorities here are alert
Go to Top of Page

tericee
Alien Abductee

USA
2579 Posts

Posted - 07/12/2004 :  04:47:02 AM  Show Profile  Visit tericee's Homepage  Send tericee an AOL message  Reply with Quote
I'm amazed at the lack of Internet info regarding binary. I was able to find one site:

http://www.learnbinary.com/home.htm

It has a little basic information but isn't very well designed. Each page has info boxes that contain more detail about the subject. Read the text in the info boxes and click on the i to get to the next part.
Go to Top of Page

CPPJames
Yak Addict

Fyro Macedonia
800 Posts

Posted - 07/12/2004 :  08:50:13 AM  Show Profile  Send CPPJames an AOL message  Reply with Quote
LOL, how did I miss this thread?! I don't know if you're actually asking for a "meaning" or if you just typed a random bunch of 0's and 1's. A quick internet search should explain the basic concept, but basically it's the base 2 number system. Traditional numbers are base 10, so when you think of a number like 947, it's really:

9x10^2 + 4x10^1 + 7x10^0. In base 2, with 110010101:

1*2^8 + 1x2^7 + 0x2^6 + 0x2^5 + 1*2^4 + 0x2^3 + 1x2^2 + 0x2^1 + 1x2^0 = 405

There are 10 kinds of people in the world. Those that understand binary, and those that don't.
Go to Top of Page

Zachmozach
Fluffy-Esque

USA
1534 Posts

Posted - 07/12/2004 :  1:44:24 PM  Show Profile  Reply with Quote
Ah thanks CPP James and Tericee. I had a hard time finding anything online but between the site Tericee gave me and the explaination CPP gave me I get it now. It's actually not that hard I've done some work with some alternate number systems and it's still not second nature like the 10's but this is easier then the sevens one.

Go to Top of Page

guitarted
Chatterbox

Canada
487 Posts

Posted - 07/12/2004 :  2:05:29 PM  Show Profile  Reply with Quote
correct me if I'm wrong here but,

I believe an integer can be anywhere from -32768 to +32768

and this is determined by a 17 digit binary number

10101010101010101
|________________| <-- that long

the number furthest to the left determines wether its negative or positive and the 16 other digits define the number itself.

16 digits in base 2 gives up to 32768 possibilities

I haven't learnt about binary for years, so this maybe be SLIGHTLY inaccurate (such as the number 32768, give or take a hundred).

But you get the basic idea

Tim, come to Canada!
Go to Top of Page

CPPJames
Yak Addict

Fyro Macedonia
800 Posts

Posted - 07/12/2004 :  2:06:17 PM  Show Profile  Send CPPJames an AOL message  Reply with Quote
Well, when you master that, you can get into hexadecimal...base 16. It's how colors are rendered in HTML and is used in a variety of computer applications. You get into the letters ABCDE and F, so a hex number representing 11259375 is actually ABCDEF in Hex.

A = 10, B = 11, C = 12, D = 13, E = 14, F = 15

Definitely good for parties.

There are 10 kinds of people in the world. Those that understand binary, and those that don't.
Go to Top of Page

guitarted
Chatterbox

Canada
487 Posts

Posted - 07/12/2004 :  2:08:35 PM  Show Profile  Reply with Quote
When my dad went to university, he learned to progrma in binary. You would punch holes in cards and then submit it to a machine that would read the code.

They were marked on how easy the code was to read and learn from.
By the time he left university, the focus of programming had become the importance of EFFICIENCY in a program.


Tim, come to Canada!
Go to Top of Page

Oozle
Chatterbox

USA
108 Posts

Posted - 07/12/2004 :  3:09:08 PM  Show Profile  Send Oozle an AOL message  Reply with Quote
Believe it or not, my father-in-law actually understands it, could explain it, used to program space programs in it for ECAC and (this is the kicker! LOL) has a binary LED clock on the table in his room right now. LOL I can't read it, have no interest really, but he can glance at it and tell you the time. Some people are WAY too logical, ya know? LOL

ren :)
Go to Top of Page

Mave Datthews 85
Try A Little Harder

USA
80 Posts

Posted - 07/12/2004 :  3:58:51 PM  Show Profile  Send Mave Datthews 85 an AOL message  Reply with Quote

LOL!

I am so sorry...

quote:
Actually, I think these computer people are just trying to take over the world.


...and I quite agree.

y helo thar!¡!¡
Go to Top of Page

guitarted
Chatterbox

Canada
487 Posts

Posted - 07/12/2004 :  4:22:05 PM  Show Profile  Reply with Quote
quote:
Originally posted by Mave Datthews 85


LOL!

I am so sorry...

quote:
Actually, I think these computer people are just trying to take over the world.


...and I quite agree.



hah, thats such an old and typical thread picture. I've always wondered how many pages of binary would go into one picture like that.

Tim, come to Canada!
Go to Top of Page

tericee
Alien Abductee

USA
2579 Posts

Posted - 07/15/2004 :  09:51:25 AM  Show Profile  Visit tericee's Homepage  Send tericee an AOL message  Reply with Quote
quote:
Originally posted by Zachmozach

01001001 01110111011000010110111001110100 0111010001101111 0110110001100101011000010111001001101110 0110000101100010011011110111010101110100 01100011011011110110010001100101



It translates to: I want to learn about code. How cool!

Did you know it did that Zach? BTW, the translator I used is here:
www.nickciske.com/tools/binary.php
Go to Top of Page

tericee
Alien Abductee

USA
2579 Posts

Posted - 07/15/2004 :  09:52:29 AM  Show Profile  Visit tericee's Homepage  Send tericee an AOL message  Reply with Quote
quote:
Originally posted by CPPJames

LOL, how did I miss this thread?!


I was wondering that myself... You were the first person I thought of when I read it.
Go to Top of Page

CPPJames
Yak Addict

Fyro Macedonia
800 Posts

Posted - 07/15/2004 :  10:45:00 AM  Show Profile  Send CPPJames an AOL message  Reply with Quote
quote:
Originally posted by tericee

I was wondering that myself... You were the first person I thought of when I read it.



Hehehe.

Ahh...it's an ASCII translation. I failed to notice the strict 8-bit pattern and the spacing. Can't win 'em all I guess. That site's pretty cool...although not overly useful anymore.

There are 10 kinds of people in the world. Those that understand binary, and those that don't.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Tim Reynolds - Message Board © Back to the top Go To Top Of Page
Snitz Forums 2000