Didn't a court in the US declare that AI generated content cannot be copyrighted? I think that could be a problem for AI generated code. Fine for projects with an MIT/BSD license I suppose, but GPL relies on copyright.
However, if the code has been slightly changed by a human, it can be copyrighted again. I think.
Thaler v. Perlmutter said that an AI system cannot be listed as the sole author of a work - copyright requires a human author.
US Copyright Office guidance in 2023 said work created with the help of AI can be registered as long as there is "sufficient human creative input". I don't believe that has ever been qualified with respect to code, but my instinct is that the way most people use coding agents (especially for something like kernel development) would qualify.
Interesting. That seems to suggest that one would need to retain the prompts in order to pursue copyright claims if a defendant can cast enough doubt on human authorship.
Though I guess such a suit is unlikely if the defendant could just AI wash the work in the first place.
No, a court did not declare that. The case involved a person trying to register a work with only the AI system listed as author. The Supreme Court decided that you can't do that, you need to list a human being as author to register a work with the Copyright Office. This stems from existing precedent where someone tried to register a photograph with the monkey photographer listed as author.
I don't believe the idea that humans can or can't claim copyright over AI-authored works has been tested. The Copyright Office says your prompt doesn't count and you need some human-authored element in the final work. We'll have to see.
It's almost a certainty that you can't copyright code that was generated entirely by an AI.
Copyright requires some amount of human originality. You could copyright the prompt, and if you modify the generated code you can claim copyright on your modifications.
The closest applicable case would be the monkey selfie.
I’m curious to see if subscription vs free ends up mattering here. If it is a work for hire, generally it doesn’t matter how the work was produced, the end result is mine, because I contracted and instructed (prompted?) someone to do it for me. So will the copyright office decide it cares if I paid for the AI tool explicitly?
It's obvious that a computer program cannot have copyright because computer programs are not persons in any currently existing jurisdiction.
Whether a person can claim copyright of the output of a computer program is generally understood as depending on whether there was sufficient creative effort from said person, and it doesn't really matter whether the program is Photoshop or ChatGPT.
Just thinking out loud... why can't an algorithm be an artificial person in the legal sense that a corporation is? Why not legally incorporate the AI as a corporation so it can operate in the real world: have accounts, create and hold copyrights...
Corporations are required to have human directors with full operational authority over the corporation's actions. This allows a court to summon them and compel them to do or not do things in the physical world. There's no reason a corporation can't choose to have an AI operate their accounts, but this won't affect the copyright status, and if the directors try to claim they can't override the AI's control of the accounts they'll find themselves in jail for contempt the first time the corporation faces a lawsuit.
Yeah, crippling your website in order to force users to download an app that may be able to access for of a user's data, is a clear sign that there are people you don't want to do business with.
There are several sites I use regularly for which I refuse to install the app. There are a lot more sites that I visit only occasionally because someone links to it, and that site immediately wants me to download the app and refuses to show me the content that was linked to. Fuck off with that.
I agree that using *asterisks* just feels wrong for italics, and are much better suited for bold. However, surely the _underscore_ is just perfect to visually indicate underlining?
As for /slashes/, which would visually be perfect for italics, the only reason they conflict between italics and filepaths is the fact that in both cases they are expected to be used at the beginning and end of a word. Maybe using an unnatural placement of )parentheses( could have worked as a non-conflicting indicator of italics.
_underscore_ for italics conflicts with most identifiers in most languages.
Markdown was created in an era before the web had easily used components for structural syntax highlighting (tree-sitter) and where reliance on regex-based approaches was more common.
Why would that not be a bad sign? The US declared victory several times, but clearly Iran still has plenty of firepower to shoot down planes, and probably also ships in the Strait. If the US is incapable of preventing Iran from shooting ships and planes, how do they intend to win this?
They really should end fuel subsidies. We're paying taxes to promote fuel use. That's a really bad use of our taxes. (Some are apparently already being phased out, but others are not, from what I understand, and they've gone up dramatically in the past couple of years.)
As for digital rules, the EU should definitely stand firm and invest in its own tech sector, instead of caving to the US. Same with everything else where our standards are higher than theirs (food, human rights).
There are no subsidies, gas and diesel are the most expensive in the world, and most of the cost is taxes. But apparently, for the EU politicians, that is still too cheap, so they want even more taxes on top of that.
> Notably, more than 60% of all fossil fuel subsidies granted in 2023 were spent in three countries: Germany (EUR 41 billion), Poland (EUR 16 billion), and France (EUR 15 billion).
This is another one of those cases where people say "Europe" when meaning something much more country specific.
I can't find any detailed breakdown of this; I'm guessing it's something to do with coal mining in Germany?
France has absolutely no excuse, though. Largest nuclear power generation in Europe and subsidizing fossil fuels? I bet it's something to do with farming.
Your bet is right, but it's based on a misunderstanding. Those are not real subsidies, those are tax exemption on farmers, fishermen, trucker and traveling nurses.
You are thinking too logically. In EU fuel is expensive because it’s heavily taxed AND there are a lot of fuel subsidies.
Or to quote an old TV show:
Hacker: One of your officials pays farmers to produce surplus food, while on the same floor, the next office is paying them to destroy the surpluses.
Maurice: That is not true!
Hacker: No?
Maurice: He is not in the next office, not even on the same floor!
At least in France, the fuel 'subsidies' are not real subsidies, but tax exemption for different kind of people: farmers, truckers, fishermen and private nurses (I don't have a good translation, basically health workers who go directly to patients homes instead of working at a clinic or hospital). There was also a one time relief for people with fuel heating who earn less than 40k (I'm simplifying) in 2022 because of the Russian war, but it was extremely limited.
Maybe next time you imply my government is incompetent on a specific subject, do your research first. It is incompetent on a lot, don't get me wrong, but no one here need more disinformation hidden as a quip.
I am using Fossil Fuel Support dataset from OECD. Latest available year is 2024:
Specifically for petroleum there were 5228 million euros in tax exemptions and 586 million euros in direct budgetary transfer. For all fossil fuels there were 5 656 million in tax exemptions and 2579 million in direct budgetary transfers. So real, direct subsidies definitely exist.
The page isn't allowed to know what extensions you have, instead LinkedIn is looking for various evidence that extensions are installed, like if an extension was to create a specific html element, LinkedIn could look for evidence of that element being there.
Since the extensions are running on the same page as LinkedIn (some of them are explicitly modifying the LinkedIn the website) it's impossible to sandbox them so that linked in can't see evidence of them. And yes this is how a site knows you have an ad blocker is installed.
However, there are other proof of concept of another attack vector to bypass this by using timing difference when fetching those resources.
I help maintaining uBO's lists and I've seen one real world case doing this. It's a trash shortener site, and they use the `web_accessible_resources` method as one of their anti-adblock methods. Since it's a trash site, I didn't care much later.
reply