You would have another browser engine at your fingertips; with all its upsides and downsides. Outside of the Apple world there are no really usable webkit based browsers (even though it originated from Linux).
- 1 Post
- 279 Comments
The only seriously usable webkit based browsers are on OSX or iOS. So far this looks like a best shot at having a cross platform browser with all necessary features to become mainstream and which is based on webkit.
If that helps erode the chromium monopoly, it’s a win.
aksdb@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
2·28 days agoYes, and I didn’t say that. I even argued in favor of his response thoughout this whole post (getting a shit ton of downvotes all along). But I think that doesn’t invalidate my point either: without this one sentence, his whole chain of arguments would have been pretty good and reasonable. It was just unnecessary to then add this snarky remark. It’s understandable if he’s pissed, but just because you are pissed when you say something doesn’t make what you said a clever move.
aksdb@lemmy.worldto
Linux Gaming@lemmy.world•Does anyone knows a good alternative to Lutris for itch.io?English
1·28 days agoThere’s a difference though between using agent generated code as is (vibe coding) and using vetted and refined agent generated code. The author of Lutris seems to understand that important difference. He even highlights that he doesn’t trust these tools.
aksdb@lemmy.worldto
Linux Gaming@lemmy.world•Does anyone knows a good alternative to Lutris for itch.io?English
34·28 days agoWe are not talking about chatbots here but about coding agents. Different breeds of tools.
Can AI usage be an issue? Sure, like every tool can be used wrongly and badly. But the tools are there and they won’t go away anymore. So we better learn how to use them well than painting the devil on all of them (which would be the religion part).
aksdb@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
64·28 days agoThe response is only nuanced until the “good luck” sentence. If he swallowed that it would be an almost perfect response. But that sentence is a quite big “fuck you”.
aksdb@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
4·29 days agoThanks for that long answer. I agree completely with the second half of it. I also agree with most of the first half of it, but I have to add a remark to it:
My understanding is that it’s harder to get AI code in general because when it hallucinates it may do so in ways that appear correct on the surface, and or do so in ways that don’t even give a significant indication of what that code is attempting to do. This is the problem with vibe coding in general from my understanding and it becomes harder and harder even for senior code engineers to check the output because of the lack of a frame of reference.
That is mostly true, but also depends on the usage. You don’t have to tell an agent to “develop feature X” and then go for a coffee. You can issue relatively narrow scoped prompts that yield small amounts of changes/code which are far easier to review. You can work that way in small iterations, making it completely possible to follow along and adjust small things instead of getting a big ball of mud to entangle.
And while it’s true that not everyone is able to vet code, that was also true before and without coding agents. Yet people run random curl-piped-to-bash commands they copy from some website because it says it will install whatever. They install something from flathub without looking at the source (not even talking about chain of trust for the publishing process here). There is so much bad code out there written by people who are not really good engineers but who are motivated enough to put stuff together. They also made and make ugly mistakes that are hard to spot and due to bad code quality hard to review.
The main risk of agents is, that they also increase the speed of these developers which means they pump out even more bad code. But the underlying issue existed before and agents don’t automatically mean something is bad. That would also be dangerous to believe that, because that might enforce even more the feeling of security when using a piece of code that was (likely) written without any AI influence. But that’s just not true; this code could be as harmful or even more harmful. You simply don’t know if you don’t review it. And as you said: most people don’t.
aksdb@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
1·29 days agoWhat you’re taking issue with though is deeper than ai. It’s online discourse that is so rude and nuance-less.
I guess that’s a fair assessment. It’s just recently quite annoying that we have tons of AI-hate, age-restriction-FUD, etc., while at the same time war rages, the economy goes to shit, and more and more governments turn right-wing or outright fascist.
We have so many problems, yet we rip each others throat out for topics that are ultimately irrelevant.
But no, he was a dick about it and is now hiding his use of ai moving forward.
I am with you that his last sentence was completely stupid. I am not with you regarding the “hiding” part. I was actually surprised there even were commits marked by claude. The way I use agents is typically completely local, then I review each diff, adjust as necessary and then commit. The commit is then obviously by me; not claude or whatever agent I am using at the time. I am pretty sure a lot of people work that way. So I actually think the default is to not see the involvement of AI. And I don’t do this to hide anything … that’s just a consequence of the workflow and how git works and I didn’t even consider that this should be done any differently.
That’s why I also understand his point - that he shouldn’t have said so bluntly: if that marker was never there, probably no one would have noticed to begin with.
aksdb@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
1·29 days agoDepends. If you are generally careful about what products/projects you use and audit them, and you notice that the owner has horrible code hygiene, bad dependency management, etc., then sure. But why judge them for the tools they use? You can still audit the result the same way. And if you notice that code hygiene and dependencies suck, does it matter if they suck because the author mis-used coding agents, because they simply didn’t give a damn, or because they are incapable of doing any better?
You’ve likely stumbled on open source repos in the past where you rolled your eyes after looking into them. At least I have. More than once. And that was long long before we had coding agents. I’ve used software where I later saw the code and was suprised this ever worked. Hell, I’ve found old code of myself where I wondered why this ever worked and what the fuck I’ve been smoking back then.
It’s ok to consider agent usage a red flag that makes you look closer at the code. But I find it unfair to dismiss someones work or abilities just because they use an agent, without even looking at what they (the author, ultimately) produce. And by produce I don’t mean the final binary, but their code.
aksdb@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
2·29 days agoOk maybe I mis-use the word. If that’s the case, sorry about that. But I hope my point comes across anyway: I really really dislike that the community (or multiple communities, even) get split between people who are ok with AI and who are against AI. This is, IMO, completely unnecessary. That doesn’t mean everyone should be ok with it, but we should not judge or condemn each other because of a different opinion on the matter.
If you notice a project goes downhill, it’s fine to criticize the author (or the whole project) for the degredation in quality. If there are strong indicators that AI is involved, by all means leave a snarky remark about that while complaining. But ultimately it’s the fuckup of a human.
aksdb@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
12·29 days agoThe way flat earthers act? Yes. They treat it as a culture war. Just like anti-vaxers.
aksdb@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
35·29 days agoI also brought facts and objective reasoning, yet I get downvoted.
Yet anecdotal comments like “I tested it myself and it sucks” get upvoted; apparently simply because it fits the own worldview.
That’s not polarization to you?
aksdb@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
25·29 days agoYeah ok. True. I think the rest of the post has much more weight, though. But yeah, he should have swallowed that last sentence.
aksdb@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
36·29 days agoBut those issues get determined by reviews and tests. You determined these issues and worked against them, why do you think the author of Lutris is not able to? Neither I nor the author says anyone should use AI produced results as is (i.e vibe code).
aksdb@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
1933·29 days agoTrolling? They gave a pretty good answer explaining their reasoning.
aksdb@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
514·29 days agoThe culture war part is the call to boycott a project or shit on its author because they use coding agents, as is done throughout these comments. The whole separation into “those who use AI are bad” and “those who hate AI are good” is a culture war. A needless one at that.
aksdb@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
98·29 days agoI am not talking about the result of the AI. I am talking about Lutris. If the code that ends up in the repo is fine, it doesn’t matter if it was the author, an agent, or an agent followed by a ton of cleanup by the author. If the code is shit it also doesn’t matter if it was an incompetent AI or an incompetent human. Shitty code is shitty, good code is good. The result matters.
aksdb@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
1111·29 days agoThat is for each developer to decide, if they can handle it or not.
As I said: judge the result, not the workflow.
aksdb@lemmy.worldto
Linux Gaming@lemmy.world•Does anyone knows a good alternative to Lutris for itch.io?English
1013·29 days agoEverything is a religion now. Apparently people need that. Sad state we are in as a society if we have to pick such battles and fight each other instead of dealing with the real socio economic issues.

One of if not the best sci-fi series. Grounded but thrilling. Fantastic cast too.