• 0 Posts
  • 442 Comments
Joined 3 years ago
cake
Cake day: July 29th, 2023

help-circle


  • mlg@lemmy.worldtoFuck AI@lemmy.worldLutris is AI slop now
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    33
    ·
    4 days ago

    I’m getting tired of this community man

    Have any of you authored a successfully merged PR for a popular open source project?

    This has to be a requisite before people start complaining about AI dev usage, otherwise you shouldn’t even on this site with the Windows (vibe coded lol), Mac, Linux, or even FreeBSD kernels since they all have AI used somewhere in the development process.

    Just because someone is using AI, doesn’t mean something is vibe coded. There was also still crappy vibe coded software long before there was ever AI.

    I thought the previous thread on Vim was bad. What are you guys going to do now? Fork Lutris and make a downstream that no one maintains or uses?



  • Better make an AI free fork of linux too then.

    Can’t have all those fancy 7.0 changes in my kernel because some dev used AI to check his code formatting before submitting a PR. I’ll stick with my outdated fork thank you very much. Upstream fix for blatant CVE but the fix includes an AI comment? Nooooo thank you.

    I mean its not like there’s a reject button for pull requests or anything. Anyone could just submit AI slop and we’d never know. Not even from the blatantly failing CI tests.


  • I’m late to this reply, but Chinese pilots and aircraft have actually become quite competent this decade. Their behavior with international intercepts doesn’t mean anything, especially when its usually done by some ye olde J-11s. And amazingly they kickstarted the LRAAM arms race again with their highly successful PL-15.

    The F-35 does get to face off against China’s J-20 and J-35, but to answer your question, the thing was built as an export product to make a ton of money for Lockheed.

    While there is obvious technological advancement from the F-22, it has a top speed akin to a dated block I JF-17, reliability as good as a land rover, and parts/munitions expensive as golden caviar.

    It’s just an export all in one stealth solution because there is no alternative that was developed.

    Which is why I want to see it pitted against any nation that has properly delved into counter stealth operations. I feel like if you can successfully light it up, it would struggle in a BVR fight, unlike the F-22 which has plenty of power to mess around.

    There’s no direct Chinese equivalent because both the J-20 and J-35 are more akin to the F-22 (although J-35 is a bit closer), but I would not be surprised to find the F-35 not being able to keep up with such adversaries.

    And I’m fairly certain USAF is completely aware of this in their redteam exercises, which is why they continue to field the F-22 as their primary stealth air superiority fighter, if not outright their primary air superiority fighter.

    Even more annoyingly for the USAF, I don’t think the upcoming F-47 is going to come before China decides to jump on Taiwan, so they’ll more than likely be fighting with whatever they have today.







  • I searched up how to stop a stratis pool (Redhat knockoff ZFS) and Google gleefully gave me instructions to destroy the stratis pool, and then claimed there was no way to take down a stratis pool without destroying the data.

    I think clicked on the top link which was a RedHat article that told you right from the beginning that it’s stratis pool stop --name

    Only reason I had to even search was because I didn’t have the stratis CLI installed, so no manpage




  • Use our easy bash oneliner to install our software!

    Looks inside script

    if [ $(command -v apt-get) ]; then apt-get install app; else echo “Unsupported OS”

    Still less annoying than trying to build something from source in which the dev claims has like 3 dependencies but in reality requires 500mb of random packages you’ve never even heard of, all while their build system doesn’t do any pre comp checking so the build fails after a solid hours of compilation.