Earlier quoted context omitted.
It's also funny to me that they just use Github and Google docs. It seems like if you were committing massive fraud, you'd want to avoid leaving permanent records of it on someone else's systems. But I think this is generational thing. If you grew up when web browsers were already prevalent, a "text file on your hard drive" probably means almost nothing. It's just not the way you use computers. I also like this bit f…
I mean, the reason the fraud looks so brazen now is because they were obviously true believers - they never expected to get caught . If crypto had gone up and up and up forever as intended, the fraud would never have been discovered. Of course, the other possibility is that at least having this amount of visible paper trail was intentional - the CTO probably had a little voice in the back of his head going "Umm, mayb…
FTX – The fraud was in the code
31–40 of 101 posts
Re: FTX – The fraud was in the code
#32Was the exchange actually running on Python? Or was Python used for less intensive stuff?
1) even before the speedups done now on CPython, PyPy has always existed (and NumPy was HW-accelerated)
and more importantly 2) It has a native arbitrary-precision decimal type. Even other languages seriously used in financial institutions like OCaml (https://discuss.ocaml.org/t/ocaml-needs-an-arbitrary-precisi...) doesn't even provide it natively.
Re: FTX – The fraud was in the code
#33Earlier quoted context omitted.
How would we know? The code is not open source
The code is not relevant. The fund position is transparent to the regulators
Re: FTX – The fraud was in the code
#34Earlier quoted context omitted.
Sequoia led their one of their rounds, everyone assumed sequoia did enough due diligence, everyone goes in and fills the round; it's assumed its a trustworthy platform for retail
I honestly feel Sequoia should be held partially responsible for funding and marketing such a blatant criminal enterprise. I'm a little tired of these venture capitalists claiming all innonence when they should have a burden of responsibility. They want all the upsides and none of the downsides to throwing millions at people.
I see what you're getting at, but this is a bit of a silly statement. The obvious downside of "throwing millions at people" is that you lose millions of dollars.
Re: FTX – The fraud was in the code
#35 if not account.allow_negative:
if (balance.available_ignoring_collateral if ignore_collateral else balance.available)
Not sure what's going on inside that second if statement.Re: FTX – The fraud was in the code
#36Earlier quoted context omitted.
I honestly feel Sequoia should be held partially responsible for funding and marketing such a blatant criminal enterprise. I'm a little tired of these venture capitalists claiming all innonence when they should have a burden of responsibility. They want all the upsides and none of the downsides to throwing millions at people.
The downside of throwing millions of dollars at someone is losing those millions, which they did. You are basically suggesting that a fraud victim should be punished more than the money they lost because they were too stupid to see the fraud.
Their actions brought in more victims, and therefore investors ought to be wary of listening to them in future. They ought to be also punished by a hit to their reputation i.e. by being held partially responsible.
Re: FTX – The fraud was in the code
#37Earlier quoted context omitted.
The code is not relevant. The fund position is transparent to the regulators
The position is visible to regulators via code - if the code is fraudulent or buggy, the regulators will believe false information.
Re: FTX – The fraud was in the code
#38Earlier quoted context omitted.
I honestly feel Sequoia should be held partially responsible for funding and marketing such a blatant criminal enterprise. I'm a little tired of these venture capitalists claiming all innonence when they should have a burden of responsibility. They want all the upsides and none of the downsides to throwing millions at people.
The downside of throwing millions of dollars at someone is losing those millions, which they did. You are basically suggesting that a fraud victim should be punished more than the money they lost because they were too stupid to see the fraud.
Re: FTX – The fraud was in the code
#39Re: FTX – The fraud was in the code
#40Earlier quoted context omitted.
I honestly feel Sequoia should be held partially responsible for funding and marketing such a blatant criminal enterprise. I'm a little tired of these venture capitalists claiming all innonence when they should have a burden of responsibility. They want all the upsides and none of the downsides to throwing millions at people.
The downside of throwing millions of dollars at someone is losing those millions, which they did. You are basically suggesting that a fraud victim should be punished more than the money they lost because they were too stupid to see the fraud.
Just because they stand to lose millions doesn't excuse their responsibility and influence. Venture capitalists have no one to blame but themselves for the risky companies out there. They are effectively snake oil salesmen, just looking to siphon off relatively short-term profits under the guise of "changing the world".