linuxhansl
2 hours ago
Having my name on a bunch of software patents - and, yes, I tried to get my name off them, but was not allowed - I can fairly confidently say: There is not A single worthy software patent out there. You know, one that is "not obvious to someone skilled in the art" and that actually protects a monetary investment.
Software patent are a scourge of the software industry. Patents are designed to protect costly research; simply having an idea is not costly (but it makes in medical research for example). All that software patents do is creating a minefield that hinders competition.
For software Copyright is a far better instrument. Let the one with best implementation win... That's where the cost is: Implementing, testing, shipping, maintaining. Protect that.
Sorry for the rant.
Edit: Spelling
fluidcruft
an hour ago
Copyrights for protecting software seems likely to die on the altar of LLMs. It seems likely patents will become more important.
summarity
25 minutes ago
I agree in general, but can think of at least one counterpoint: https://terathon.com/blog/decade-slug.html
Actually novel implementation is protected, paid the author's bills, and was dedicated to the public domain recently - no massive corp involved.
TheMagicHorsey
an hour ago
Anyone who has ever taken part in a software patent litigation ... or in the creation of a software patent, knows intimately that its a bunch of bullshit.
The boogieman that software patent advocates raise is that IP theft and free riding will destroy America if we don't have patents. But literally nobody is creating software to get a patent on it, and software patents don't stop anyone from replicating software.
Instead software patents are just a way for mediocre lawyers to live parasitically off the tech industry.
Imagine a world where we were so worried about bullying that we created a department to monitor all speech on the Internet, and you had to run your speech past lawyers for approval before saying anything. And you could be sued for saying anything by anyone if you didn't get lawyer approval. That would be a world with dramatically less bullying than the Internet today. AND a much worse world with much less communication. AND in that alternate world, the lawyers would argue that there would be more bullying if we put that ridiculous system to an end. And they would be right that there would be some more bullying, AND it would also be right that that degree of bullying would be worth it to have free speech.
Similarly with patents. Yeah, on the margins there might be more IP theft. SO WHAT. This system right now sucks.
linuxhansl
an hour ago
It feels more like an arms-race to me. Where I work we patent stuff for defensive purposes only, so we have something when we get sued (and we have been). Maybe that's just another boogieman, but it seems unless everybody stops nobody can.
basisword
2 hours ago
From a laymans perspective they also don't seem to work. Apple's multitouch felt like something brand new to consumers and yet other device manufacturers copied it anyway. Facebook entire product line is dependent on ripping off competitors unique features. What's the point?
tantalor
2 hours ago
I think the point is to prevent researchers from changing jobs.
1. Researcher makes something
2. Employer patents it using researcher's name
3. Researcher gets a new job
4. Researcher makes something at new job vaguely similar to #1
5. Old employer sues for patent violation
By attaching their name to the patent, it is easy to prove they were aware of it.
freejazz
2 hours ago
>For software Copyright is a far better instrument. Let the one with best implementation win... That's where the cost is: Implementing, testing, shipping, maintaining. Protect that.
But this is minimally protectable, and you can copy the idea just not the exact implementation. Copyright does not have a 'doctrine of equivalents' equivalent. It also supports independent creation. Copyright also does not cover functional elements. You cannot copyright an idea, only the expression. So maybe you can elaborate more on why your point makes sense?