I seriously do not understand why any employee would steal their previous employers' code to use at a new employer. There's little-to-no personal upside, and only horrible downside if you get caught. I mean, this guy: > Moniruzzaman allegedly gave his personal email unauthorized access to Valeo's systems to steal "tens of thousands of files" and 6GB of source code shortly after that development... Valeo said its form…
There is tremendous upside. You can look like a rockstar at the new company and propel yourself upwards with that momentum.
Nvidia sued for stealing trade secrets: blunder showed rival company's code
131–140 of 242 posts
Re: Nvidia sued for stealing trade secrets: blunder showed rival company's code
#132One of the generally accepted reasons why its hard to get graphics companies to open source their drives has always been that everybody is violating everybody else's patents. And while everybody knows this making it too obvious is a legal disadvantage. But I hadn't expected it was also true of copyright.
It's simply a function of their history. They used to have professional level graphics cards ("Nvidia Quadro") using exactly the same chips as their consumer graphics cards.
The BIOS of the cards was different, enabling different features. So people wanting those features cheaply would buy the consumer graphics cards and flash the matching Quadro BIOS to them. Worked perfectly fine.
Nvidia naturally wasn't happy about those "lost sales", so began a game of whack-a-mole to stop BIOS flashing from working. They did stuff like adding resistors to the boards to tell the card whether it was a Geforce or Quadro card, and when that was promptly reverse engineered they started getting creative in other ways.
Meanwhile, they couldn't really Open Source their drivers because then people could see what the "Geforce vs Quadro" software checks were. That would open up software countermeasures being developed.
---
In the most recent few years the professional cards and gaming cards now use different chips. So the BIOS tricks are no longer relevant.
Which means Nvidia can "safely" Open Source their drivers now, and they've begun doing so.
Re: Nvidia sued for stealing trade secrets: blunder showed rival company's code
#133Earlier quoted context omitted.
I don't have direct knowledge of this company or the parties involved but I would be highly doubtful that Nvidia would want to have an employee steal the secrets of a competitor/partner. In my experience, companies of this size would aggressively not want tainted IP inside their companies. He would need to be bringing across something as valuable as AGI, cure for cancer, etc for it to be even worth considering. There…
The company I worked for, was paranoid as hell about IP in the code. They hired some source scanning firm, for a lot of money, to continually scan our codebase. They were mostly looking for GPL ( nasty, naasssssty GPL! ) code, but they also scanned for code that couldn't be accounted for in our "clean" repos. Not exactly sure how that worked (or even, if it worked at all. I think they brought smoke[0]). [0] https://w…
Re: Nvidia sued for stealing trade secrets: blunder showed rival company's code
#134Re: Nvidia sued for stealing trade secrets: blunder showed rival company's code
#135Earlier quoted context omitted.
I’m sure we’ll all be glad one day that Apple shared this research breakthrough: https://www.theverge.com/2017/11/6/16614038/apple-samsung-sl...
You realize the patent you’re referring to was a design patent, not a utility patent? They are very different, the former only covers look and feel, not method.
Re: Nvidia sued for stealing trade secrets: blunder showed rival company's code
#136I seriously do not understand why any employee would steal their previous employers' code to use at a new employer. There's little-to-no personal upside, and only horrible downside if you get caught. I mean, this guy: > Moniruzzaman allegedly gave his personal email unauthorized access to Valeo's systems to steal "tens of thousands of files" and 6GB of source code shortly after that development... Valeo said its form…
Re: Nvidia sued for stealing trade secrets: blunder showed rival company's code
#137Earlier quoted context omitted.
> Violating patents is one thing, as you're only violating the concept/idea, but the implementation is still up to you The concept/idea is not what is patented. The patent is (or should be) for the specific execution of the idea. Competitors are free to implement their feature using methods other that what is covered by the patent, even if the end result gives the exact same functionality.
> The concept/idea is not what is patented. The patent is (or should be) for the specific execution of the idea. Competitors are free to implement their feature using methods other that what is covered by the patent, even if the end result gives the exact same functionality. IP lawyer here (EDIT: not yours, of course): That's a considerable (and potentially-dangerous) oversimplification. What matters is whether what…
Re: Nvidia sued for stealing trade secrets: blunder showed rival company's code
#138One of the generally accepted reasons why its hard to get graphics companies to open source their drives has always been that everybody is violating everybody else's patents. And while everybody knows this making it too obvious is a legal disadvantage. But I hadn't expected it was also true of copyright.
For Nvidia, the most likely reason they've strongly avoided Open Sourcing their drivers isn't anything like that. It's simply a function of their history. They used to have professional level graphics cards ("Nvidia Quadro") using exactly the same chips as their consumer graphics cards. The BIOS of the cards was different, enabling different features. So people wanting those features cheaply would buy the consumer gr…
I think companies should stop trying to segment customers. It's a long term loss, despite a short term gain.
[1] https://www.joelonsoftware.com/2004/12/15/camels-and-rubber-...
Re: Nvidia sued for stealing trade secrets: blunder showed rival company's code
#139What’s the difference between one person doing it individually and a company doing it to train an AI? I mean isn’t this exactly what a lot of LLm training data is built on as well?
I get there might be different legalities, but morally isn’t it all basically merely degrees of theft? Like this is trade secret theft, but training an AI on the code isn’t?
You can download a car…
Re: Nvidia sued for stealing trade secrets: blunder showed rival company's code
#140Earlier quoted context omitted.
Given independent invention is apparently not a defense against infringement, that makes a lot of sense. I can’t even imagine trying to screen the codebase for that.
"Infringement" is not specific enough there. Independent invention is not a defense against patent infringement, but is a defense against copyright infringement.