Post
Topic
Board Bitcoin Discussion
Re: Is Satoshi Nakamoto an A.I.?
by
skorupi17
on 21/03/2017, 15:59:09 UTC
Couldn't Satoshi Nakamoto be an A.I. Bitcoin's implementation was certainly complex involving 31,000 lines of code. Bitcoin was probably created by an A.I. What do you guys think?
So according to you every complicated code longer that 31,000 lines of code is that advanced that humans cant grasp it?
First of all, lines of code is silly measurement, it literally doesn't prove anything, certainly isn't benchmark of awesomeness.
Windows 7 operating system is estimated to has 40 million lines of code, but Vista (older system) had more than 50 million lines of code.
So tell me which system is superior? The one with the more lines of code?

Normally the answer would be Windows Vista(50 Million lines of codes), but if the answer is
Windows 7(40 Million lines codes) does this mean that the qualities(or is it called in another name?)
of the codes on each operating system are different? Huh

I'm just curious about this!



Line of codes is for the quantity and not for the quality. The reason why Vista has more line of codes compared to Windows 7 is OPTIMIZATION. The developers of Windows optimized the later version (Windows 7) so that the operating system will function faster without wasting memory allocation and resources. Instead of going through 1, 2, and 3, why not go through 1 and 3 only. That's the logic there.

Example:
a = b + c
d = e * f
g = a/d

Then why not just g = (b+c)/(e*f) same thing right. So line of codes does not matter in identifying who is superior and who is inferior.