Want to wade into the sandy surf of the abyss? Have a sneer percolating in your system but not enough time/energy to make a whole post about it? Go forth and be mid: Welcome to the Stubsack, your first port of call for learning fresh Awful you’ll near-instantly regret.

Any awful.systems sub may be subsneered in this subthread, techtakes or no.

If your sneer seems higher quality than you thought, feel free to cut’n’paste it into its own post — there’s no quota for posting and the bar really isn’t that high.

The post Xitter web has spawned soo many “esoteric” right wing freaks, but there’s no appropriate sneer-space for them. I’m talking redscare-ish, reality challenged “culture critics” who write about everything but understand nothing. I’m talking about reply-guys who make the same 6 tweets about the same 3 subjects. They’re inescapable at this point, yet I don’t see them mocked (as much as they should be)

Like, there was one dude a while back who insisted that women couldn’t be surgeons because they didn’t believe in the moon or in stars? I think each and every one of these guys is uniquely fucked up and if I can’t escape them, I would love to sneer at them.

(Credit and/or blame to David Gerard for starting this.)

  • sc_griffith@awful.systems
    link
    fedilink
    English
    arrow-up
    3
    ·
    18 minutes ago

    as one of the two non-computer scientists here, every time I check in there seems to be some load bearing open source project I’ve never heard of that’s gone fash. “GreenBlox is refusing to kick out a contributor who said the jewish question should be on the table??” “PipeLinux official account is posting that pronouns don’t exist?” open source people, are you ok?

  • rook@awful.systems
    link
    fedilink
    English
    arrow-up
    2
    ·
    30 minutes ago

    Mercifully image-free article from rolling stone on how easy it is becoming to get grok to generate porn, including deepfakes of real people and bestiality.

    https://www.rollingstone.com/culture/culture-features/elon-musk-grok-hardcore-porn-1235442715

    Includes a relevant quote from musk back in august:

    https://xcancel.com/elonmusk/status/1954791048934244394

    I still remember 6th/7th grade debates with classmates about VHS vs Betamax!

    VHS won in the end, in part because they allowed spicy mode 😉

    I guess that’s a product “moat” of sorts.

    • e8d79@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      1
      ·
      19 minutes ago

      Didn’t the lead tech clown Linus from Linus Tech Tips publicly invest a bit of money in the company? Anyone know how to get this onto that shitty talk show of his so he can go mask of live?

    • Mii@awful.systems
      link
      fedilink
      English
      arrow-up
      2
      ·
      54 minutes ago

      I’d wanted to mention this when I read about Cloudflare doing it, but, seriously, what the hell is up with Omarchy?

      It’s not even a full distribution, just a fucking Arch config. Some shell scripts and dotfiles you can run to set up a system … like tons of nerds have on their git and have been using for decades. Why is this shit getting sponsorships?

      • BlueMonday1984@awful.systemsOP
        link
        fedilink
        English
        arrow-up
        2
        ·
        26 minutes ago

        Because Omarchy is an open endorsement of fascism disguised as a Linux distro - like the takeovers of NixOS and RubyGems, its success would help to further entrench fascists in the FOSS ecosystem.

      • rook@awful.systems
        link
        fedilink
        English
        arrow-up
        1
        ·
        36 minutes ago

        The answer probably looks a lot like “here’s how to install omarchy on your laptop in 14 easy steps! And 88 great apps you can install afterwards!

  • sc_griffith@awful.systems
    link
    fedilink
    English
    arrow-up
    10
    ·
    15 hours ago

    what are some of the all time most ludicrous and/or bigoted lesswrong posts? i am starting a podcast where my cohost and i show each other shockingly weird or bigoted texts and discuss them. mostly we’re doing historical ones but rationalist stuff is fair game

  • sinedpick@awful.systems
    link
    fedilink
    English
    arrow-up
    14
    ·
    20 hours ago

    I just wanted to lob a sneer at this article fawning over Sora 2: https://spyglass.org/soras-slop-hits-different/

    And again, a lot of this stuff — slop or not — is funny. Really, truly funny. Sora is scaling comedy in a way that we’ve never seen.

    did this motherfucker just try to say “scaling comedy”? If you ever wondered why techbros are so unfunny, here’s something to point at.

    • istewart@awful.systems
      link
      fedilink
      English
      arrow-up
      8
      ·
      18 hours ago

      This author touches on a point that dovetails with my thinking:

      Dijkstra, in “On the foolishness of ‘natural language programming’,” wrote, rather poignantly: “We have to challenge the assumptions that natural languages would simplify work.” And: “The virtue of formal texts is that their manipulation, in order to be legitimate, need to satisfy only a few simple rules; they are, when you come to think of it, an amazingly effective tool for ruling out all sorts of nonsense that, when we use our native tongues, are almost impossible to avoid.”

      I think it likely that these tools will not be judged, in the long term, by the ambitions and hopes of the AGI cultists and hype-men, but by comparison to the many other attempts at natural-language programming in English. Smalltalk, Visual Basic, I even want to throw in AppleScript, as simple and threadbare as it was. How are all of these doing now?

      AppleScript has been complemented or perhaps superseded by at least two more graphically-oriented attempts at system automation targeted at non-technical users. One could argue that its falloff came from an imperfect marriage with the message-passing/service-oriented architecture based on Objective-C and inherited from NeXT in Mac OS X, a system design which is itself now vestigial. The comparison with LLM coding assistants is imperfect, as they seem to be typically targeted at the more granular level of the class or the method, rather than explicit high-level hooks in an application. A better comparison here would be the last year or so worth of “AI agents,” but, uhm, ahh…

      Smalltalk seemed to have a pretty big boom in the late 80s/early 90s, but tapered off rapidly after that. I like the more modern implementation of Pharo well enough, but it strives to throw in everything and the kitchen sink, with a downright balk-worthy amount of packages listed when you open up the class browser. On top of that, a few weeks ago I noticed someone in their Discord telling a newbie that current good practice is to file out your code every once in a while and then start over with a fresh image, as various background processes in stock images typically become unstable over time. This is orthogonal to the natural-language-like design, but it is a stumbling block to the sense of “liveness” and interactivity that is similarly a big hook for LLM assistance. Furthermore, as far as I know, they still don’t have a stable answer for system-level parallelism in the VM. All I’ve seen is a rather awkward technique for spinning off tree-shaken child VMs if there’s some method you want to run in parallel. You’ve got to really love Smalltalk to want to work past that shortcoming!

      VB.NET I can’t really speak to, except that it seems Microsoft now considers it a stable language with little if any new feature development. The original implementation never seemed to have a good rep for maintainability, and the very idea of native Forms seems out of fashion compared to JavaScript web-app frontends. And the land of JavaScript, of course, seems to be the most fertile and uncontested kingdom of LLM coding assistance. I’m genuinely interested to hear more experiences with modern VB, as it strikes me as the last great corporate-sanctioned push for non-technical users to build their own apps, and thus the most worthy comparison.

      All this is to say that each of these previous attempts at natural-language programming haven’t bit-rotted too hard, implementations are still available and you can probably salvage a legacy project with some effort. But each of them have been sidelined by industry over time. Not necessarily because of Dijkstra’s objection to the ambition of approaching natural language, although I don’t think we can totally discount that as a factor. But other technical or platform restrictions certainly hamstrung each of them. And LLM tools are still mostly API-based SaaS, which always has the glaring technical vulnerability of the provider running out of money. Yes, people will still pursue local models, but the bubble bursting could do a lot more harm to this approach than proponents anticipate.

      • Soyweiser@awful.systems
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        6 hours ago

        an amazingly effective tool for ruling out all sorts of nonsense that, when we use our native tongues, are almost impossible to avoid.

        Yeah like convincing people to start to count at zero, causing billions in damages by off by one errors. Dijkstaaaa!!!

        (Im just making a joke/doing a bit here, I dont blame him for off by one errors, counting at zero isnt even the big one I think (more logic errors). Just always find it funny that he wrote a article on why we should start to count at zero. Sorry I dont have any useful input).

        E: perhaps some input. Not sure if coding in natural language is ever really going to be viable in serious projects, as at the end of the day it needs to be converted to machine code. And there will be mismatch. Same like writing the law like code. There also is a mismatch there.

  • Mii@awful.systems
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    22 hours ago

    After kinda fence-sitting on the topic of AI in general for while, Hank Green is having a mental breakdown on YouTube over Sora2 and it’s honestly pretty funny.

    If you’re the kind of motherfucker who will create SlopTok, you are not the kind of motherfucker who should be in charge of OpenAI.

    Not that anyone should be in charge of that shitshow of a company, but hey!

    Bonus sneer from the comment section:

    Sam Altman in Feb 2015: “Development of superhuman machine intelligence is probably the greatest threat to the continued existence of humanity.”

    Sam Altman in Dec 2015, after co-founding OpenAI: “Our goal is to advance digital intelligence in the way that is most likely to benefit humanity as a whole, unconstrained by a need to generate financial return.”

    Sam Altman 4 days ago, on his personal blog: “we are going to have to somehow make money for video generation.”

    • BlueMonday1984@awful.systemsOP
      link
      fedilink
      English
      arrow-up
      6
      ·
      20 hours ago

      After kinda fence-sitting on the topic of AI in general for while, Hank Green is having a mental breakdown on YouTube over Sora2 and it’s honestly pretty funny.

      I don’t see much to laugh at here myself. Hank may have been a massive fencesitter on AI, but I still think his reaction to Sora’s completely goddamn justified. This shit is going to enable scams, misinformation and propaganda on a Biblical fucking scale, and undermine the credibility of video evidence for good measure.

      Got another bonus sneer from the comments as well:

      Polluting human knowledge with crap, making internet useless, taking away jobs from creative people by making things that look creative enough. Governments are complicit, politicians are bribed. Like that suck-up youtuber [Two Minute Papers] repeats, “What a time to be alive” right ?

      (Sidenote: It massively fucking sucks how Two Minute Papers drank the AI Kool-Aid, I used to love that channel.)

      • Mii@awful.systems
        link
        fedilink
        English
        arrow-up
        6
        ·
        edit-2
        20 hours ago

        I don’t see much to laugh at here myself. Hank may have been a massive fencesitter on AI, but I still think his reaction to Sora’s completely goddamn justified. This shit is going to enable scams, misinformation and propaganda on a Biblical fucking scale, and undermine the credibility of video evidence for good measure.

        No, it’s absolutely justified and I agree with basically everything he says in the video (esp. the title, there is really no reason for technology like this to exist in the hand of the public, or anyone really, there’s zero upsides to it). It’s just funny to me because the video is just so different from his usual calm stuff.

        But honestly, good for him and (hopefully) his community too.

  • Seminar2250@awful.systems
    link
    fedilink
    English
    arrow-up
    6
    ·
    22 hours ago

    after playing silksong and hades ii, i am now pretty confident that game devs sniff their farts more than any other artists

    “the player can’t pause during the boss because he controls time” fuck offfffff

    (hades ii is mostly excellent, though, and silksong is a diamond encased in dogshit — there is a wonderful game in there, if you can find it)

    • Mii@awful.systems
      link
      fedilink
      English
      arrow-up
      4
      ·
      10 hours ago

      You probably already know this, but there’s a relatively cheap upgrade you can buy at the camp in Hades II that disables this mechanic. Forgot what it’s called, but it’s something like “Allows you to use time magic against the boss”.

      • Seminar2250@awful.systems
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        3 hours ago

        I bought it before I ever paused against the boss. I discovered this mechanic doing Vow of Rivals :(

    • YourNetworkIsHaunted@awful.systems
      link
      fedilink
      English
      arrow-up
      5
      ·
      13 hours ago

      That sounds really neat for all of 30 seconds before your cat knocks over their water bowl mid-fight and needs your immediate attention, thus reminding you why pause functions exist at all.

  • o7___o7@awful.systems
    link
    fedilink
    English
    arrow-up
    11
    ·
    1 day ago

    I could never live in a dyson sphere. I cant stand how they stop charging after six months.

    • bitofhope@awful.systems
      link
      fedilink
      English
      arrow-up
      7
      ·
      1 day ago

      My mom has a Dyson sphere Ball. It sucks, which is actually good in this case because that’s what it’s supposed to do.

    • swlabr@awful.systems
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      1 day ago

      You can get a mod to insert Weyland-Yutani cells, after a short incubation period you’ll see a real burst of improvement.