Earlier quoted context omitted.
Your definition of theft is wrong. Legally, this was not stolen.
Are you a lawyer?
Facebook PHP Source Code from August 2007
41–50 of 99 posts
Re: Facebook PHP Source Code from August 2007
#42> Worth preserving as part of Internet history. Can't Facebook just issue a takedown request and have these files removed?
Re: Facebook PHP Source Code from August 2007
#43Re: Facebook PHP Source Code from August 2007
#44Amazing that they initially wrote this code and now to join FB you need to answer questions based on backtracking and dynamic programming. :) I wonder if they could do the questions themselves back then.
Re: Facebook PHP Source Code from August 2007
#45Can someone explain to a newbie why this code is so bad? Reading through it it seemed to generally make sense and not be too complicated.
The leaked code ignores pretty much all design patterns and software architecture norms. But not having to deal with that, and being able to cobble something together in a hurry, was the appeal of PHP. You can always rewrite later. Nowadays Facebook's landing page is served by highly tuned binaries compiled from C++. If they decided in 2007 to start out with that, we probably would not know who Zuckerberg is.
Re: Facebook PHP Source Code from August 2007
#46Earlier quoted context omitted.
Are you a lawyer?
You don't have to be a lawyer to understand that subtraction and multiplication are two completely different operations.
https://legalbeagle.com/8608294-difference-between-larceny-t...
> In many states, "theft" is an umbrella term that includes all different kinds of criminal taking. This is the case in New York. Under the New York Codes, theft can be any type of taking, like identity theft, theft of intellectual property, theft of services and theft of personal property
Re: Facebook PHP Source Code from August 2007
#47Earlier quoted context omitted.
Are you a lawyer?
are you?
Re: Facebook PHP Source Code from August 2007
#48> is line 89 of search.php valid?? "$user 0 && ..." ? aren't we missing an comparison operator? Good job. And perhaps that's the culprit. Everybody assumed it was a plain syntax error, but I don't think it's possible. Rather, it seems me that: if ($user 0 && ...
Re: Facebook PHP Source Code from August 2007
#49Earlier quoted context omitted.
Are you a lawyer?
You don't have to be a lawyer to understand that subtraction and multiplication are two completely different operations.
To a lawyer, bits have color: https://ansuz.sooke.bc.ca/entry/23.
Re: Facebook PHP Source Code from August 2007
#50> is line 89 of search.php valid?? "$user 0 && ..." ? aren't we missing an comparison operator? Good job. And perhaps that's the culprit. Everybody assumed it was a plain syntax error, but I don't think it's possible. Rather, it seems me that: if ($user 0 && ...