Did you sue them?
Did you sue them?
I’ve always wanted to make a website like this. But then I got too addicted to some game and spent all my time on that instead. /j
Only partly joking, I really wanted to make a website similar to this. But then stuff happened. You know how it is.
(Here was an entire wall of text, where I detailed the idea, before I decided to delete it all again.)
OpenShot. But that’s a video editor and not a conventional video player per se.
No need. Fortunately I live in a country with much better worker protection laws. However, in a lot of countries this isn’t the case. As in the USA which is well known for making it difficult for workers to unionize.
media player that plays almost everything
What doesn’t it play?
God forbid people have some self expression
They do indeed forbid it.
10 "If you go to battle against your enemies, and the LORD your God delivers them into your control, you may take some prisoners captive. 11 If you see among the prisoners a beautiful woman and you desire her, then you may take her as your wife. 12 Bring her to your house, but shave her head and trim her nails
Deuteronomy 21
Oh man, religions are batshit crazy.
CEO: okay. You’re replacable anyway. Bye.
Probably has to be renamed to “ClosedAI” then.
Rebranding a Markov Chain stapled onto a particularly large graph
Could you elaborate how this applies to various areas of AI in your opinion?
Several models are non-markovian. Then there are also a lot of models and algorithms, where the description as or even comparison to Markov-chains would be incorrect and not suitable.
The level of your argumentation:
Are you a firefighter or a medical doctor? If not, you’re obviously in favour of fires, death and disease.
Why aren’t you donating all of your stuff to homeless people? Or are you happy all those people don’t have a home?
Why aren’t you saving the world already???
You know, demanding change and maybe showing some sort of protest does not mean you need to do those things exactly as you would like to see them, especially if those efforts wouldn’t change anything on the larger scale and rather lead to a bunch of problems in your life.
Where do you get this attitude that everything should be provided to you for free and you’re entitled to it?
From (non-capitalistic) utopic ideas, where humans try to be excellent to each other.
My point is, that the following statement is not entirely correct:
When AI systems ingest copyrighted works, they’re extracting general patterns and concepts […] not copying specific text or images.
One obvious flaw in that sentence is the general statement about AI systems. There are huge differences between different realms of AI. Failing to address those by at least mentioning that briefly, disqualifies the author regarding factual correctness. For example, there are a plethora of non-generative AIs, meaning those, not generating texts, audio or images/videos, but merely operating as a classifier or clustering algorithm for instance, which are - without further modifications - not intended to replicate data similar to its inputs but rather provide insights.
However, I can overlook this as the author might have just not thought about that in the very moment of writing.
Next:
While it is true that transformer models like ChatGPT try to learn patterns, the most likely token for the next possible output in a sequence of contextually coherent data, given the right context it is not unlikely that it may reproduce its training data nearly or even completely identically as I’ve demonstrated before. The less data is available for a specific context to generalise from, the more likely it becomes that the model just replicates its training data. This is in principle fine because this is what such models are designed to do: draw the best possible conclusions from the available data to predict the next output in a sequence. (That’s one of the reasons why they need such an insane amount of data to be trained on.)
This can ultimately lead to occurences of indeed “copying specific texts or images”.
but the fact that you prompted the system to do it seems to kind of dilute this point a bit
It doesn’t matter whether I directly prompted it for it. I set the correct context to achieve this kind of behaviour, because context matters most for transformer models. Directly prompting it do do that was just an easy way of setting the required context. I’ve occasionally observed ChatGPT replicating identical sentences from some (copyright-protected) scientific literature when I used it to get an overview over some specific topic and also had books or papers about that on hand. The latter demonstrates again that transformers become more likely to replicate training data the more “specific” a context becomes, i.e., having significantly less training data available for that context than about others.
When AI systems ingest copyrighted works, they’re extracting general patterns and concepts - the “Bob Dylan-ness” or “Hemingway-ness” - not copying specific text or images.
Okay.
The triangle in the background sky is Pascal’s triangle.
deleted by creator
Coding is already dead. Most coders I know spend very little time writing new code.
Oh no, I should probably tell this my whole company and all of their partners. We’re just sitting around getting paid for nothing apparently. I’ve never realised that. /s
While I highly doubt that becoming true for at least a decade, we can already replace CEOs by AI, you know? (:
https://www.independent.co.uk/tech/ai-ceo-artificial-intelligence-b2302091.html
Which is okay. Focusing on a happy life is imho better than to strive for becoming an efficient worker in some way or another. There is a lot more to life than this.
This again?
For the non-roboticists: SLAM = Simultaneous Localization And Mapping.
In robot navigation problems we often face the problem to get a grasp of the environment and the robot’s position in it. It’s easier if there’s already a map provided and some sort of external observer who knows where the robot is relative to the map.
Since people don’t usually go into your home to map it out and install some sensors in order to locate the robot, SLAM is the way to go. While moving through an environment, a map of the environment is created and by utilzing some fancy techniques based on sensor data like from cameras, mic+loudspeaker, LIDAR or whatever, it is possible to also infer the robot’s position.