Open-sourcing a software doesn't make it magically immune to laws.
It's a fucking field. Why is everyone loosing his mind over it? It's not like it is required, nor will it prevent you to do anything if you put data in (except not being able to change it later).
If you have to complain, complain about the law, not poor guy that has to add it, by law.
As well as hide what's inside. For privacy reasons.
Abusive boyfriend/girlfriend too.
Login with Pass A38 (Asterix reference😏)
Coil whines are unfortunately common on low end induction stoves, but medium to high end stoves usually don't have them.
Coil whines usually comes from microvibrations due to the current going through the coils, but depending on the build quality it can be almost imperceptible.
That's not how LLMs work either.
An LLM had no knowledge, but has the statically probability of a token to follow another token, and given an overall context it create the statically most likely text.
To calculate such probability as accurently as possible you need as much examples as possible, to determine how often word A follow word B. Thus the immense datasets required.
Luckily for us programmers, computer programs are inherently statically similar, which makes LLMs quite good at it.
Now, the programs it create aren't perfect, but it allows to write long, boring code fast, and even explain it if you require it to. This way I've learned a lot of new things that I wouldn't have unless I had the time and energy to screw around with my programs (which I wished I had, but don't), or looked around Open Source programs source code, which would take years to an average human.
Now there is the problem of the ethic use of AI, which is a whole other aspect. I use only local models, which I run on my own hardware (usually using Ollama, but I'm looking into NPU enabled alternatives).
Being a developer, I don't care if someone else uses my code. Code is like a brick. By itself it has little value, the real value lies on how it is used.
If I find an optimal way to do something, my only wish is to make it available to as much people as possible. For those who comes after.
It is a member since 2004, adopted the euro as its official currency since 2008.
But it is in a rather complicated situation since half of its territory is occupied by Türkiye (Turkey).
Drones were launched toward an EU nation (Cyprus). As an ally and one of the main EU military powers, France couldn't just turn a blind eye.










An open source software is, by law, the maintainer's (which can be an individual, or a group of persons) property. It is said maintainer who has the right to grant you any kind of license over what he owns.
In the case of an open-source project, that license is very permissive, true, but if you take the time to read any of those, you will always see :
Source : the fucking law and the fucking licenses. And my friend, which happens to be a lawyer specialized in intellectual property laws.