Live data from Hacker News

Founder sentenced to seven years in prison for fraudulent sale to JPMorgan

cnn.com

211–220 of 366 posts

Re: Founder sentenced to seven years in prison for fraudulent sale to JPMorgan

#211
post #159

Former federal inmate here who was recently released from prison a month ago today (I did 18 months): The big deal here was the loss amount, which can be construed any number of ways whether we like it or not. This will jack up the points and tilt the scale for the sentencing guidelines, and believe me they are archaic. After all is said and done, Charlie Javice will be hanging out at a prison camp—probably down ther…

did u transition out in corecivic?

I got picked up by my partner, thankfully. I was a self-surrender too.

I did hear that they yanked out all the valuable assets from Cimarron (OKC's out-of-custody transfer facility) and now all the doors are manually keyed, amongst other things.

Re: Founder sentenced to seven years in prison for fraudulent sale to JPMorgan

#212

My favorite thing about this case is how she bragged to her lead engineer she wouldn't go to prison, "“Don’t worry — I don’t want to end up in an orange jumpsuit" when she was trying to convince the engineer to fabricate their user data. From the complaint: > In particular, CC-1 and JAVICE asked Engineer-1 to supplement a list of Frank’s website visitors with additional data fields containing synthetic data. > Engine…

On top of everything else, Scientist-1 doesn't come off looking too good. He was contracted to make a synthetic dataset, based on a small set of records which were supposedly randomly sampled from a larger original dataset. He didn't really have any way of knowing he was being lied to at that point, or what his work would be used for. But when he invoiced $13k for his services, including a detailed breakdown of what…

I am sure if she could pull the wool of JP Morgan's eyes, she could convince Scientist-1 that it was legit. "I want to expense it under Marketing not R&D, which would let us pay you more. My CPA's eyes glaze over, can you uplevel it?" or something

Re: Founder sentenced to seven years in prison for fraudulent sale to JPMorgan

#213

Earlier quoted context omitted.

I came up with a similarly impressive compression scheme as a young teen, shortly after I started programming. It was beautiful in its simplicity. Take 5 bytes, compute a 4-byte checksum, and just store the checksum. After all the chances of a checksum collision is miniscule. When decompressing just iterate over all 5-byte values until you get the correct checksum. The fantastic feature was of course that you could a…

I had another hairbrained idea once. Let's say you want to compress the number 5384615385. Find two numbers x and y so that x/y equals some number whose decimal part is 5384615385. In this case, that's 7/13. So the compressed output is just 7 and 13, which could be encoded very succinctly, thus saving lots of storage space; and decompression is just multiplying numbers. Unfortunately, while the idea works for some in…

A variation on this would work, but alas we don't have the math tools as yet.

The idea (not mine) is that you can think of data as "very large numbers". So a 4096 bit number is just a big number.

Well, we have a short way to generate big numbers. x^y. So given a big number (say 800 000 bits) we could generate a (Hopefully short) expression of the form a^b + (or minus) c^d + ... etc.

Unfortunately the "factorizing" (and indeed ecpansion) of a large number in this way can't (currently) be done quickly.

But in concept enormously large binary files could be compressed to tiny strings.

Re: Founder sentenced to seven years in prison for fraudulent sale to JPMorgan

#214

Earlier quoted context omitted.

I came up with a similarly impressive compression scheme as a young teen, shortly after I started programming. It was beautiful in its simplicity. Take 5 bytes, compute a 4-byte checksum, and just store the checksum. After all the chances of a checksum collision is miniscule. When decompressing just iterate over all 5-byte values until you get the correct checksum. The fantastic feature was of course that you could a…

I had another hairbrained idea once. Let's say you want to compress the number 5384615385. Find two numbers x and y so that x/y equals some number whose decimal part is 5384615385. In this case, that's 7/13. So the compressed output is just 7 and 13, which could be encoded very succinctly, thus saving lots of storage space; and decompression is just multiplying numbers. Unfortunately, while the idea works for some in…

harebrained. like a rabbit

Re: Founder sentenced to seven years in prison for fraudulent sale to JPMorgan

#215

My favorite thing about this case is how she bragged to her lead engineer she wouldn't go to prison, "“Don’t worry — I don’t want to end up in an orange jumpsuit" when she was trying to convince the engineer to fabricate their user data. From the complaint: > In particular, CC-1 and JAVICE asked Engineer-1 to supplement a list of Frank’s website visitors with additional data fields containing synthetic data. > Engine…

This is why, as an engineer, it seems futile to make an ethical stand against something. They'll just find someone else to do it. Early in my career I was asked to write code to cheat a benchmark, essentially to make it seem our software performed better than it really did. I agonized over it because I was a junior developer just starting out my career, and eventually got the courage to tell my manager I wouldn't do…

It's worth it just for sleeping better at night.

Re: Founder sentenced to seven years in prison for fraudulent sale to JPMorgan

#216

Earlier quoted context omitted.

Back in the nineties, Philips was days away from signing a licensing deal for a revolutionary video compression technology that compressed whole movies down to 8KB. The former Philips CTO was a strong believer. And then the inventor died and nothing ever came of it. To be a fly on the wall during due diligence meetings between Philips engineers and management. https://lowendbox.com/blog/the-man-who-was-paid-e113000-f…

I did DD on that for another group of investors and caused them to walk away. Interestingly, they too were scammers but of a completely different level. I think the 'inventor' (loose use of the term, nothing really got invented) was a true believer, he basically thought that if only he could get his hands on some capital that he would be able to make it work. He simply did not have the background required to see that…

I've occasionally been asked by an investor to do DD on some inventor's idea. Whenever it's an obvious scam I turn down the job. If I tell the truth and say it's a scam, the "inventor" will sue me. If I lie and say the technology has promise, the investor will sue me when he loses his investment.

There's no upside to a job doing DD on a scam.

Re: Founder sentenced to seven years in prison for fraudulent sale to JPMorgan

#217
post #60

Earlier quoted context omitted.

The way that due diligence would have discovered this was not to take the list and start doing spot checks on it. The way due diligence should have found this is that it should have been written all over the financials. What do you mean you have 4 million customers and a support staff of 20? What do you mean you have 4 million customers but your revenue is {clearly too low}? What do you mean you have 4 million custom…

Is it just me, but doesn't it seem like the concept of Frank as a business just sounds like it wouldn't have lived that long and that it might even be predatory? Frank got in trouble with the Department of Education because they used the term "FAFSA" in their domain name. I was lucky enough to have mentors in my life who warned me away from clicking on sponsored links to paid preparers if I ever decided to Google sea…

Agreed. FAFSA is a bit tedious to fill out but it’s not difficult. No need to pay someone to do it. They’re just going to have to ask you for all the same information anyway.

Re: Founder sentenced to seven years in prison for fraudulent sale to JPMorgan

#218
post #159

Former federal inmate here who was recently released from prison a month ago today (I did 18 months): The big deal here was the loss amount, which can be construed any number of ways whether we like it or not. This will jack up the points and tilt the scale for the sentencing guidelines, and believe me they are archaic. After all is said and done, Charlie Javice will be hanging out at a prison camp—probably down ther…

[flagged]

Re: Founder sentenced to seven years in prison for fraudulent sale to JPMorgan

#219

Earlier quoted context omitted.

I did DD on that for another group of investors and caused them to walk away. Interestingly, they too were scammers but of a completely different level. I think the 'inventor' (loose use of the term, nothing really got invented) was a true believer, he basically thought that if only he could get his hands on some capital that he would be able to make it work. He simply did not have the background required to see that…

I've occasionally been asked by an investor to do DD on some inventor's idea. Whenever it's an obvious scam I turn down the job. If I tell the truth and say it's a scam, the "inventor" will sue me. If I lie and say the technology has promise, the investor will sue me when he loses his investment. There's no upside to a job doing DD on a scam.

You need better contracts.

Re: Founder sentenced to seven years in prison for fraudulent sale to JPMorgan

#220
post #54

Earlier quoted context omitted.

Right, it doesn't change the direction of criminality. But nonetheless JPM is out that money regardless (maybe some will get clawed back, but probably most of it was spent). "I got scammed and the perp is going to jail" isn't a good excuse to tell your boss about you lost $175M, either. Lessons abound here. Slow down on the tech habit folks, especially if you're an investment bank and not a VC incubator.

> JPM is out that money regardless ... probably most of it was spent an MBA entrepreneur who starts a business and sells it to you for $175 million through normal channels is not likely to spend the money. this wasn't a fund wiring scam.

Unless they spent it on crypto or buying property in a country that won't let you claw it back.
Post reply on HN