Getbig.com: American Bodybuilding, Fitness and Figure

Getbig Main Boards => Gossip & Opinions => Topic started by: Marty Champions on January 03, 2013, 07:04:45 PM

Title: show "person of interest" writing computer code and its potential
Post by: Marty Champions on January 03, 2013, 07:04:45 PM
i think i have the creative mind to take full advantage of computer code, if anyone can communicate with a higher life form it would be me

now whos into writing computer code, what do you do with it, whats its potential and uses , im sure the answer is everything under the sun but lets start talking about a few levels beneath that to start
Title: Re: show "person of interest" writing computer code and its potential
Post by: True Amateur on January 03, 2013, 07:09:48 PM
Go paint a fence, lackey.
Title: Re: show "person of interest" writing computer code and its potential
Post by: Marty Champions on January 03, 2013, 07:12:52 PM
Go paint a fence, lackey.

ill bury your family in a pyramid shit
Title: Re: show "person of interest" writing computer code and its potential
Post by: Jadeveon Clowney on January 03, 2013, 07:14:28 PM
 111001010101010101010111 111110001011010100011101 0101010111111111111
Title: Re: show "person of interest" writing computer code and its potential
Post by: Kwon_2 on January 03, 2013, 07:15:08 PM
Go paint a fence, lackey.

You and your family will be buried... in pyramid shits.
Title: Re: show "person of interest" writing computer code and its potential
Post by: Marty Champions on January 03, 2013, 07:15:16 PM
why does the number pie have no numbers numbers repeating they said that in the show they also said theres your birthdate ,phone number, and everything all contained in the long handed code of pie
Title: Re: show "person of interest" writing computer code and its potential
Post by: C-BuZz on January 03, 2013, 07:15:37 PM
Duh, hack into Skynet obviously.
Title: Re: show "person of interest" writing computer code and its potential
Post by: Marty Champions on January 03, 2013, 07:16:05 PM
111001010101010101010111 111110001011010100011101 0101010111111111111

this is what mass media wants your curiosity to end at this very point
Title: Re: show "person of interest" writing computer code and its potential
Post by: Jadeveon Clowney on January 03, 2013, 07:16:30 PM
why does the number pie have no numbers numbers repeating they said that in the show they also said theres your birthdate ,phone number, and everything all contained in the long handed code of pie

111010001010101010011111 111100001010101010000000 1111
Title: Re: show "person of interest" writing computer code and its potential
Post by: Jadeveon Clowney on January 03, 2013, 07:17:02 PM
this is what mass media wants your curiosity to end at this very point

that was a very thoughtful response in binary - i thought you said you could talk to computers.
Title: Re: show "person of interest" writing computer code and its potential
Post by: haider on January 03, 2013, 07:17:07 PM
You and your family will be buried... in pyramid shits.
;D
Title: Re: show "person of interest" writing computer code and its potential
Post by: Marty Champions on January 03, 2013, 07:17:29 PM
You and your family will be buried... in pyramid shits.

people like him are mass produced, i wonder if the mass produced idiots are needed to make genious in the algorithm of human being
Title: Re: show "person of interest" writing computer code and its potential
Post by: Marty Champions on January 03, 2013, 07:19:23 PM
that was a very thoughtful response in binary - i thought you said you could talk to computers.
where are you typing in the binary code, on google search or the windows command prompt?
Title: Re: show "person of interest" writing computer code and its potential
Post by: Marty Champions on January 03, 2013, 07:21:13 PM
is everything just binary code? how does one put English language into code, what about falcon language and coding that into a computer like what i already do when i send out codes on getbig , i want to put it into the machine instead because frankly i get bored with the negativity and lackluster humor here
Title: Re: show "person of interest" writing computer code and its potential
Post by: CARTEL on January 03, 2013, 07:24:06 PM
       0
     101
    0010
  011111

Binary pyramid shit.
Title: Re: show "person of interest" writing computer code and its potential
Post by: Marty Champions on January 03, 2013, 07:27:16 PM
cmon we cant be that stupid here on getbig , is everyone just a chronic masterbater /protein fart powder inhaler?
Title: Re: show "person of interest" writing computer code and its potential
Post by: haider on January 03, 2013, 07:28:09 PM
i never knew what this thread was about, but im enjoying it nonetheless.

pyramid shits of peace
Title: Re: show "person of interest" writing computer code and its potential
Post by: Jadeveon Clowney on January 03, 2013, 07:29:24 PM
is everything just binary code? how does one put English language into code, what about falcon language and coding that into a computer like what i already do when i send out codes on getbig , i want to put it into the machine instead because frankly i get bored with the negativity and lackluster humor here

everything digital is binary - switches have only two positions - on or off. 
Title: Re: show "person of interest" writing computer code and its potential
Post by: Marty Champions on January 03, 2013, 07:32:06 PM
everything digital is binary - switches have only two positions - on or off. 

i can see that but where are you putting the binary code? where do you fertilize the computer with code
Title: Re: show "person of interest" writing computer code and its potential
Post by: Mr Nobody on January 03, 2013, 07:35:09 PM
C++. Computer coding.
Title: Re: show "person of interest" writing computer code and its potential
Post by: cephissus on January 03, 2013, 09:11:48 PM
haha great thread falcon.

to answer your question, raw binary code would have to be recognized by the computer as an executable (or binary) file.  Double clicking the file's icon (in Windows) would run it.

binary code is too hard for humans to read, though, so assembly code was invented.  this is also too hard to read, so "higher level" languages like c++ were invented.  this is too laborious to use, so even higher level languages like python were invented, and so on.  these languages are all still very simple, but you can see where the trend leads... someday soon we should be able to speak falcon to the computers, doubtless.

most "computer code" you hear about is written in a language like c++.  this code uses standard english letters and symbols, and arabic numerals, and is saved in language specific file formats (such as .cpp and .h for c++, .java for java, .py for python, .c for c, etc.).  this code usually needs to be compiled (some languages don't require compilation, however) which converts the human-readable code all the way down to machine code ("10011010101001" etc.).

This "compiling" is done by a program called a compiler.  Compilers translate the code you write into machine code, or binary, (in most cases) by following the specifications of the language you are writing in.  So, your code is the input for the compiler program, and the output is a binary, or executable (.exe in windows) program.  The operating system (such as windows, mac osx, linux, unix, etc.) is an essential part of any computer system.  The operating system is responsible for actually executing the binary machine code.  Meaning, when you double click some program (binary code), it's the operating system's responsibility, from that point on, to ensure that the program is run.

So the process works like this:

human has an idea -> human writes high level language code (c++, java, etc.) -> human runs a compiler program with their code as input -> compiler program produces machine code "binary executable" as output -> human tells an operating system (like windows) to run this executable program (by double clicking it, or typing its name into a command line interpreter - or shell - program, and pressing enter) -> your code dictates the behavior of the computer system from that point on (at least in part) = your program is "run" or "executed."

Actually, if you'd like to know a little more, read on:

The machine code for a program just looks like a big string of 1s and 0s, or bits.  These bits can be grouped, usually into groups of 16, 32, 64, etc. depending on the machine you are writing code for (ever hear of 32-bit and 64-bit processors?).

Each of these groups of bits is an instruction.  Instructions can be something like "add two numbers", "subtract two numbers", "store some data here", "load some data there", "jump to this part of the program", "test if this number is less than that number".

The actual 1s and 0s specify the "on" and "off" state of various hardware components in the machine.  For example, there is a component of most CPUs called the "ALU", or "arithmetic logic unit".  This hardware component is responsible for a lot of things, like adding and subtracting numbers (hence the "arithmetic").

So, suppose, just as an example, you have the code: 10110111

just eight bits... suppose this is an instruction for a VERY basic computer (most computers today have 64 bit instructions).

suppose the first two bits ("10") are code for what operation to do:

00 = add
01 = subtract
10 = multiply
11 = divide

and the next two ("11") are the left and right hand operands for this instruction.  in this case, they are both "1" which, in binary, is also 1 (in decimal).

so this instruction means: "1 * 1"

The actual 10 will be piped into the ALU through another bit of hardware, and this will inform the ALU that it must multiply the operands.  The "1" and "1" will then be piped into the part of the ALU responsible for receiving operands, and it will spit out the answer to "1 * 1" into a memory location.  That's what the last "0111" of the instruction is for: where to store the result.  With four bits, 16 unique locations can be identified by a number.  In this case, we want the result of our 1 * 1 operation to be stored in memory location "0111", which in binary is 7.  So, the 7th memory location.

And basically, this is how computers work.  As you can see, that's a lot of work just to multiply 1 and 1 and it's very hard to know that "10110111" means "multiply 1 * 1 and store the answer in the 7th memory location" at a glance.  that's the reason people invented assembly languages, which typically have a unique english word for each operation the computer is capable of,  so this instruction might be something like

MUL 1, 1, 7

meaning, multiply 1 * 1 and put the answer in spot seven.

This is still really hard, in practice, to wrap your head around, so people invented C++ and the like where you can assign symbols to represent memory locations, such as

int result;
result = 1 * 1;

The above lines mean that we want to create a new symbol to represent an integer, and then we want this integer to be the product of 1 and 1.  We no longer have to worry about which memory location, exactly, in the hardware, will actually store whatever value the symbol "result" represents.  This makes things a lot easier, in the long run.

With each new, higher level of programming language, less and less knowledge of the computers inner workings are required (at least at some level) of the programmer.  Eventually, we should be able to communicate with computers without having to know much about how they work at all... but for now, a language like c++ is pretty much the standard for someone who wants to create a very useful program, the type of which you are familiar with (Windows, internet explorer, word, excel, videogames, etc.).

I'm sure some of the more savvy computer users will take issue with some of the things I wrote, but quibbles aside, that's basically how most code works, and computers in general.

______________________

By the way, a c++ compiler is included with Microsoft's program "visual studio" and on many linux, unix, mac type operating systems by default.  Something like Java is a lot easier to get started with for a windows user, as the compiler is easily downloaded along with some other essential materials from Oracle's website.
Title: Re: show "person of interest" writing computer code and its potential
Post by: The Abdominal Snoman on January 03, 2013, 09:23:54 PM
Be careful with numbers ole' mighty Falcon. There's a fine line between genius and bat shit crazy and numbers can bring out both. "They" the ones who created the matrix want us to think its all chaos. But the truth is, it isn't.

Title: Re: show "person of interest" writing computer code and its potential
Post by: BIG ACH on January 03, 2013, 09:24:44 PM
I minored in Computer Science back in undergrad.  But for some reason I really hated coding!


My professor was a sleazy Arab fired from Lockheed Martin who was friends with Loreinna Bobbit and who would always hit on the cute girls in class!

He loved me though, his nickname for me was "Mr. Bodybuilder"  ;D  - Heard he got fired the year after I graduated!
Title: Re: show "person of interest" writing computer code and its potential
Post by: Tapeworm on January 04, 2013, 02:35:05 AM
(http://upload.wikimedia.org/wikipedia/commons/6/68/WOPR_test.png)
Title: Re: show "person of interest" writing computer code and its potential
Post by: dj181 on January 04, 2013, 03:27:20 AM
Be careful with numbers ole' mighty Falcon. There's a fine line between genius and bat shit crazy and numbers can bring out both. "They" the ones who created the matrix want us to think its all chaos. But the truth is, it isn't.



is it true that 6 is the number of beauty?

i once had a female who was into numerology tell me this
Title: Re: show "person of interest" writing computer code and its potential
Post by: _bruce_ on January 04, 2013, 03:29:07 AM
ill bury your family in a pyramid shit

 ;D ;D ;D
Title: Re: show "person of interest" writing computer code and its potential
Post by: dr.chimps on January 04, 2013, 03:39:35 AM
ill bury your family in a pyramid shit
;D
Title: Re: show "person of interest" writing computer code and its potential
Post by: daddy8ball on January 04, 2013, 07:05:36 AM
Why would the ability to code translate into communicating with higher lifeforms? ???
Title: Re: show "person of interest" writing computer code and its potential
Post by: Jadeveon Clowney on January 04, 2013, 07:08:59 AM
Why would the ability to code translate into communicating with higher lifeforms? ???

Johnny falcon is the ghost in the machine.
Title: Re: show "person of interest" writing computer code and its potential
Post by: Hulkotron on January 04, 2013, 07:30:54 AM
a sleazy Arab