Microsoft has Copilot Plus PCs loaded with AI, and rumors are that Apple is all in on AI, too, but if you don't want AI in everything you do, there is another option: Linux.
People keep pointing the finger at AI, but miss the fact that the problem is corporate greed. AI has the possibility to help us solve problems, corporate greed will gate keep the solutions and cause us suffering.
I want all the cool Ai shit, but I want to be in charge of it 100%. I don’t want a data mining company with an OS side project spying on me for profit.
Linux is a solution against corporate greed, it directly takes market share away from Microsoft, and is a viable competitive alternative with few drawbacks.
Mainly incompatibilities, manual setup requirements, heightened understanding of technology requirement. Not necessarily Linux’s fault, but still drawbacks.
Enshittification is the result of the user not being in control: markets have a natural tendency to become dominated by a few companies (or even just a single one) if they have any significant barriers to entry (and said barriers to entry include things like networking effects), and once they consolidate control over a large enough share of the market those companies become less and less friendly and more and more extractive towards customers, simply because said customers don’t actually have any other options, which is what we now call enshittification.
At the same time Linux (and most Open Source software) is mainly about the owner being in control of their own stuff, not some corporate provider of software for your hardware or of a hardware + software “solution” (i.e. most modern electronics) provider.
So we’re getting to see more and more Linux-based full solutions to take control of one’s devices back from the corporations, not just Linux on the Desktop to wrestle control back from an increasingly anti-customer Microsoftw, but also, for example, stuff like OpenELEC (for TV boxes) and OPNSense (for firewalls/router).
Tell that to the code I have it write and debug daily. I was skeptical at first, but it’s been a huge help for that, as well s learning new (development) languages.
Mate, all it does is predict the next word or phrase. It doesn’t know what you’re trying to do or have any ethics. When it fucks up it’s going to be your fuckup and since you relied on the bot rather than learned to do it yourself you’re not going to be able to fix it.
I understand how it works, but that’s irrelevant if it does work as a tool in my toolkit. I’m also not relying on the LLM, I’m taking it with a massive grain of salt. It usually gets most of the way there, and I have to fix issues or have it revise the code. For simple stuff that’d be busy work for me, it does pretty well.
It would be my fuck up if it fucks up, and I don’t catch it. I’m not putting code it writes directly into production, I’m not stupid.
I do not agree with @FiniteBanjo@lemmy.today’s take. LLMs as these are used today, at the very least, reduces the number of steps required to consume any previously documented information. So these are solving at least one problem, especially with today’s Internet where one has to navigate a cruft of irrelevant paragraphs and annoying pop ups to reach the actual nugget of information.
Having said that, since you have shared an anecdote, I would like to share a counter(?) anecdote.
Ever since our workplace allowed the use of LLM-based chatbots, I have never seen those actually help debug any undocumented error or non-traditional environments/configurations. It has always hallucinated incorrectly while I used it to debug such errors.
In fact, I am now so sceptical about the responses, that I just avoid these chatbots entirely, and debug errors using the “old school” way involving traditional search engines.
Similarly, while using it to learn new programming languages or technologies, I always got incorrect responses to indirect questions. I learn that it has incorrectly hallucinated only after verifying the response through implementation. This makes the entire purpose futile.
I do try out the latest launches and improvements as I know the responses will eventually become better. Most recently, I tried out GPT-4o when it got announced. But I still don’t find them useful for the mentioned purposes.
I think they do have their help, but it’s not nearly as dramatic as some companies earning money from it want us to think. It’s just a tool that helps just like a good IDE has helped in the past.
People keep pointing the finger at AI, but miss the fact that the problem is corporate greedcapitalism. AI has the possibility to help us solve problems, corporate greedcapitalism will gate keep the solutions and cause us suffering.
We don’t have capitalism in the US, we have late-stage crony capitalism. Regulated capitalism is fine, but we are in a crony capitalist system which feeds corporate greed. Our government is controlled by a handful of mega corps which have their hands pulling the strings due to the lobbying system. It wasn’t always this way, which is why I don’t blame capitalism, I blame human greed.
AI can’t solve problems. This should be abundantly clear by now from the number of laughable and even dangerous “solutions” it gives while stealing content, destroying privacy, and sucking up tons of power to do so. Just ban AI.
Just take some time to look up the benefits of AI and what it is being used to solve. It’s easy to focus on how corporations are abusing the technology for profit, but it’s a bland weak perspective to think that AI can’t solve problems.
It can’t even solve simple queries correctly half the time. Exactly what “benefits” can come from such a flawed system that steals its information, destroys privacy, and uses tons of resources?
Grow up and admit you’re fascinated by some sci-fi bullshit poorly implemented by garbage corporations.
People keep pointing the finger at AI, but miss the fact that the problem is corporate greed. AI has the possibility to help us solve problems, corporate greed will gate keep the solutions and cause us suffering.
I want all the cool Ai shit, but I want to be in charge of it 100%. I don’t want a data mining company with an OS side project spying on me for profit.
Sure. But then, Linux may well be a solution against corporate greed.
Linux is a solution against corporate greed, it directly takes market share away from Microsoft, and is a viable competitive alternative with few drawbacks.
What drawbacks?
Mainly incompatibilities, manual setup requirements, heightened understanding of technology requirement. Not necessarily Linux’s fault, but still drawbacks.
Photoshop is a birch to get running
Those trees always getting in the way…
How does Premiere Pro do?
Not sure, but Davinci Resolve works
I recently watched this video where the guy says it doesn’t work, or rather the whole Adobe suite doesn’t.
They switched to Kdenlive and seem to be happy with it, but it sounds like it was a bit of a project to learn the new editor.
Here is an alternative Piped link(s):
this video
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I’m open-source; check me out at GitHub.
Enshittification is the result of the user not being in control: markets have a natural tendency to become dominated by a few companies (or even just a single one) if they have any significant barriers to entry (and said barriers to entry include things like networking effects), and once they consolidate control over a large enough share of the market those companies become less and less friendly and more and more extractive towards customers, simply because said customers don’t actually have any other options, which is what we now call enshittification.
At the same time Linux (and most Open Source software) is mainly about the owner being in control of their own stuff, not some corporate provider of software for your hardware or of a hardware + software “solution” (i.e. most modern electronics) provider.
So we’re getting to see more and more Linux-based full solutions to take control of one’s devices back from the corporations, not just Linux on the Desktop to wrestle control back from an increasingly anti-customer Microsoftw, but also, for example, stuff like OpenELEC (for TV boxes) and OPNSense (for firewalls/router).
LLMs in particular are unlikely to solve really any problems, much less a measurable number of the problems it is currently being thrown at.
I mean, if LLMs really make software engineering easier, we should also expect Linux apps to improve dramatically. But I’m not betting on it.
Tell that to the code I have it write and debug daily. I was skeptical at first, but it’s been a huge help for that, as well s learning new (development) languages.
Mate, all it does is predict the next word or phrase. It doesn’t know what you’re trying to do or have any ethics. When it fucks up it’s going to be your fuckup and since you relied on the bot rather than learned to do it yourself you’re not going to be able to fix it.
I understand how it works, but that’s irrelevant if it does work as a tool in my toolkit. I’m also not relying on the LLM, I’m taking it with a massive grain of salt. It usually gets most of the way there, and I have to fix issues or have it revise the code. For simple stuff that’d be busy work for me, it does pretty well.
It would be my fuck up if it fucks up, and I don’t catch it. I’m not putting code it writes directly into production, I’m not stupid.
I do not agree with @FiniteBanjo@lemmy.today’s take. LLMs as these are used today, at the very least, reduces the number of steps required to consume any previously documented information. So these are solving at least one problem, especially with today’s Internet where one has to navigate a cruft of irrelevant paragraphs and annoying pop ups to reach the actual nugget of information.
Having said that, since you have shared an anecdote, I would like to share a counter(?) anecdote.
Ever since our workplace allowed the use of LLM-based chatbots, I have never seen those actually help debug any undocumented error or non-traditional environments/configurations. It has always hallucinated incorrectly while I used it to debug such errors.
In fact, I am now so sceptical about the responses, that I just avoid these chatbots entirely, and debug errors using the “old school” way involving traditional search engines.
Similarly, while using it to learn new programming languages or technologies, I always got incorrect responses to indirect questions. I learn that it has incorrectly hallucinated only after verifying the response through implementation. This makes the entire purpose futile.
I do try out the latest launches and improvements as I know the responses will eventually become better. Most recently, I tried out GPT-4o when it got announced. But I still don’t find them useful for the mentioned purposes.
I think they do have their help, but it’s not nearly as dramatic as some companies earning money from it want us to think. It’s just a tool that helps just like a good IDE has helped in the past.
Oh absolutely, I agree with that comparison. That said, I’d take an IDE over AI 11 times out of 10.
No need to thank me.
We don’t have capitalism in the US, we have late-stage crony capitalism. Regulated capitalism is fine, but we are in a crony capitalist system which feeds corporate greed. Our government is controlled by a handful of mega corps which have their hands pulling the strings due to the lobbying system. It wasn’t always this way, which is why I don’t blame capitalism, I blame human greed.
So… capitalism.
Sooo… capitalism?
So just bog-standard capitalism, then?
The Soviets tried that and failed. The Chinese tried it too, and it turned into… bog-standard capitalism.
Nope, wrong. Entirely.
It’s always been crony capitalism. There is no other kind of capitalism - never has been.
AI can’t solve problems. This should be abundantly clear by now from the number of laughable and even dangerous “solutions” it gives while stealing content, destroying privacy, and sucking up tons of power to do so. Just ban AI.
You really need to specify what you mean by “AI”. AI has been used in tons of applications for decades. Do you mean LLMs? Because not all AI is LLMs.
Just take some time to look up the benefits of AI and what it is being used to solve. It’s easy to focus on how corporations are abusing the technology for profit, but it’s a bland weak perspective to think that AI can’t solve problems.
It can’t even solve simple queries correctly half the time. Exactly what “benefits” can come from such a flawed system that steals its information, destroys privacy, and uses tons of resources?
Grow up and admit you’re fascinated by some sci-fi bullshit poorly implemented by garbage corporations.
Lie and lie again, neither do you realize there are open source LLMs. You keep yelling to ban it when nothing you write even matters.
Ah yes. Let’s ban AI so the cartels take over the market for AI. What a great plan.
The living fuck are you on about? What cartels? What?
You people are so brainwashed by the AI bullshit being spouted by these rich corporations that you can’t see its huge problems.