Earlier quoted context omitted.
Software is a particularly egregious case, but the problem is more general. Copyright itself is just a bad move all around. Copyright demands that everyone pretend the value of someone's work is the product of that work, not the labor. Therefore, we should not expect people to earn wages for labor; and we should instead expect people to earn royalties from their "works" (the countable commodity). Absurd. Copyright gr…
> Everyone pretend the value of someone's work is the product of that work, not the labor. Is it not? If I spend 10 years writing the greatest novel of all time, and you, a publishing company, make copies and sell 10 million copies, I feel entitled to some recompense. My labor has value to me, but only the product of that labor has value to anyone else.
Ask HN: Is "no source code was copied" still a sufficient copyright defense?
51–60 of 86 posts
Re: Ask HN: Is "no source code was copied" still a sufficient copyright defense?
#52with such bad behavior from SWE community, you just got to lock down your app behind certificate pinning, hardware attestation, gRPC/protobufs, and internal data only. no more "free open web in browsers" when you get gents like this stealing other peoples efforts.
Re: Ask HN: Is "no source code was copied" still a sufficient copyright defense?
#53(e.g. instagram copying snapchat)
Re: Ask HN: Is "no source code was copied" still a sufficient copyright defense?
#54"Now software developers are feeling what authors and artist felt". As an artist who got repeatedly told to stop making buggy whips and get into the absolutely tedious-sounding new field of "writing prompts" every time I expressed dismay and displeasure about image generation around here, every story about this sort of thing here is the sweetest schadenfreude I have tasted in my life. Especially when the general feel…
I can’t imagine software engineers caring about this at all. The only people that care about UI theft are C suite IP clutchers. SWEs generally love being able to use each other’s work. Copying UI by eye has been SOP since the dawn of computing.
Case in point, the very GUI operating systems we use today are arguably a "stolen" product from xerox parc.
Re: Ask HN: Is "no source code was copied" still a sufficient copyright defense?
#55Earlier quoted context omitted.
Software is a particularly egregious case, but the problem is more general. Copyright itself is just a bad move all around. Copyright demands that everyone pretend the value of someone's work is the product of that work, not the labor. Therefore, we should not expect people to earn wages for labor; and we should instead expect people to earn royalties from their "works" (the countable commodity). Absurd. Copyright gr…
> Everyone pretend the value of someone's work is the product of that work, not the labor. Is it not? If I spend 10 years writing the greatest novel of all time, and you, a publishing company, make copies and sell 10 million copies, I feel entitled to some recompense. My labor has value to me, but only the product of that labor has value to anyone else.
Your labor has value to everyone else, even if that value is speculative. If we don't have a mechanism to commoditize the ends of labor, then we can just speculate instead. Speculating the value of labor is more uncertain than valuing copyrighted works, which means that the business of labor speculation cannot compete with the business of copyright valuation. At the same time, copyright is a lie: the "product of a work" is a totally arbitrary imagined boundary that can't always be meaningfully drawn in the first place; meaning that entire categories of work are impossible to copyright at all. Removing that lie would put everyone on a level playing field, where all labor is valuable, and all valuation is fair.
Re: Ask HN: Is "no source code was copied" still a sufficient copyright defense?
#56Software copyrights are among humanity's worst inventions. We as a species are no better off because of it, and neither are the small creators that copyrights are supposed to protect. Software copyrights only exist to protect a renter model from big corporations. There's an argument to be made for patent protections, but many of those are questionable considering the number of trivial software-related patents (there…
I think it has already, but it's a hard pill for many to swallow. While I haven't actually counted, the conversations around the effectiveness of copyright/IP seem to be regular conversations now, both here and IRL.
Re: Ask HN: Is "no source code was copied" still a sufficient copyright defense?
#57Software copyrights are among humanity's worst inventions. We as a species are no better off because of it, and neither are the small creators that copyrights are supposed to protect. Software copyrights only exist to protect a renter model from big corporations. There's an argument to be made for patent protections, but many of those are questionable considering the number of trivial software-related patents (there…
Software is a particularly egregious case, but the problem is more general. Copyright itself is just a bad move all around. Copyright demands that everyone pretend the value of someone's work is the product of that work, not the labor. Therefore, we should not expect people to earn wages for labor; and we should instead expect people to earn royalties from their "works" (the countable commodity). Absurd. Copyright gr…
Isn't it?
If you spend ten years writing the Great American Novel, and I spend ten years writing "All work and no play makes Jack a dull boy" over and over again, have I created as much value as you have?
https://en.wikipedia.org/wiki/Labor_theory_of_value#Critique...
Re: Ask HN: Is "no source code was copied" still a sufficient copyright defense?
#58The Corgi event doesn't seem particularly notable. There are similar features implemented in the most bog standard way that those features can be implemented using the pattern that AFAIK Github pioneered with a 'Danger Zone'. Both parties are using the same upstream components so it ends up looking the same. I don't know when the extreme intellectual property viewpoint entered software engineering as a mainstream opi…
Corgi was spending 10K/yr for DocSend. They decided to build their own and the LLM took UI from PaperMark, an open-source alternative. I’ve implemented features that exist in open-source and LLM has never blatantly ripped off the UI.
Corgi has raised $106M but won’t pay for DocSend? Fine. Wants to build their own version based on Open-source? Fine. Keep it closed source and then try to monetize your version? That’s treacherous.
How is Microsoft Office vs Open Office a good parallel to this?
Re: Ask HN: Is "no source code was copied" still a sufficient copyright defense?
#59Copyright doesn't cover the results of code, nor the methods used in the code, techniques and algorithms aren't covered by copyright. Period. Copyright applies to 'the work'. If you don't copy the source code, it's not covered.
Re: Ask HN: Is "no source code was copied" still a sufficient copyright defense?
#60If you give it a prompt telling it to replicate a product that's in its training set then its optimal next token prediction output is going to be to a lossy copy of that product's source code.