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.)
so a couple months ago it was noted that mattermost’s website had gone very problematic, extreme emphasis on pitching to mil/int with very little indicating its foss roots/nature
and now it seems they’re going for rent extraction even on the self-hosted
Dont know the exact details, but there now is a fork from the popular doom engine gzDoom called, UZDoom, because the initial dev came out retirement out of nowhere and started to vibe code, causing all the others to quit.
More here https://zdoom.org/news#p80996
you know, I shouldn’t be surprised by the extremely toxic lead developer to prompt enthusiast pipeline, but… slopcode in gzDoom of all things? fucking why?
I heard there was even more wrong with what he did than was described in the quite nicely written zdoom post (who clearly just want to move past the drama) but that was third hand information. Altogether quite odd behavior of the old dev. Clearly he didn’t learn from Frozen.
Via a prev sneer, here’s a Bloomberg post about call center workers being accused of being LLMs:
I used to work in a call-center adjacent industry and the amount of crap some employers used to make sure their workers sounded as much as robots as possible was astounding.
I have a webserver using Ubuntu. Are any of the popular LLM-poisoning solutions packaged for that?
I ran across this today and while I had fun mashing together the Sequences, Moby Dick and 1984, a pre-packaged solution would be even better.
So anybody else noticing regular outages here today or was it just me?
uggggh yep sorry, I meant to deploy some changes that would mitigate this a couple nights ago but had a bunch of things crop up. I’ll do my best to work it in tonight!
some specifics for the changes to expect:
- iocaine finally
- some better nginx settings to kill likely scraper connections faster
Nah it happens, at least it isnt on my end.
current issue is likely the most recent bout scraper waves (based on it matching data myself and others have seen elsewhere); suggestions have been made, so hopefully soon™ changes
(don’t mean to speak on @self’s behalf ito plans, mind. that’s for them to do :D)
nah same for me
Yeah, there’s been a bunch of outages recently.
noticed someone like “comments are lazy! never use them! write better code!”
A:
- I’m paid for doing the job, I’m not paid to be not lazy.
- comments are fucking useful
I once had someone tell me to my face that comments were a code smell.
“yor mums a code smell”
I’ve found that people who talk about “code smell” generally should not be listened to as it’s entirely vibes-based-on-the-last-medium-post-i-read-this-morning. I had a dipshit manager tell me that he didn’t like my use of decorators (in python mind you) because it was a “code smell” and recommended I read “clean” code, and I immediately threw every other opinion he had in the trash.
Managers gonna manage, but having a term for bad code that works that is more palatable than ‘amateur hour’ isn’t inherently bad imo.
Worst i’ve heard is some company forbidding LINQ in C#, which in python terms is forcing you to always use for-loops in place of filter/map/reduce and comprehensions and other stuff like pandas.groupby
that’s truly assenine as LINQ is supposed to be one of the few reasons to want to use C#
Depends on how they are used. They are extremely useful when they add context that is otherwise not present in the code, but way too often I see people simply restating what the code does in the comment. That’s not very useful and can become confusing if the code later gets updated without updating the associated comment.
this seems counterintuitive but… comments are the best, name of the function but longer are the worst. Plain text summary of a huge chunk of code that I really should have taken the time to break up instead of writing a novella about it are somewhere in the middle.
I feel a lot of bad comment practices are downstream of javascript relying on jsdoc to act like a real language.
Guys, it’s a problem that GenPop thinks “AI” is useless, because that means they will deny the inevitable coming existence of the Evil Robot God and make it harder to stop it
https://www.lesswrong.com/posts/W2dTrfTsGtFiwG5hM/origins-and-dangers-of-future-ai-capability-denial
The whole thing has to be read to be believed. But there are some fun nuggets:
- saying that an evil robot god is coming is Rational. Doubting that is a conspiracy theory
- slagging flat-earthers on LW is truly the pot calling the kettle black
- “I can imagine a world where AI becomes extremely good at flipping burgers or driving cars well before it learns how to write software or detect cancer. In that case, I think it’s a lot harder to deny its achievements. But in our world, a lot of AI’s greatest achievements take context to understand, like protein folding or playing board games.” - yeah sure buddy all the pro board game players are quaking in their boots
i’m only at the beginning, but this already stuck out to me:
It would be extremely bad if many people come to believe this: arguments about existential risk mostly rely on the assumption that AI is capable, so they fall flat for people who don’t agree with that. I think we should be emphasizing the core capability of AI more and talking about x-risks less.
“Guys we need to pump this
bubbleRational Stock Appreciation Trend more, the plebs are starting to think it’s all bullshit!!”I can imagine a world where AI becomes extremely good at flipping burgers or driving cars well before it learns how to write software or […] protein folding or playing board games
That’s because despite Moravec’s paradox being noted down in the 80s (y’know, the last ai winter) there’s still a certain kind of asshole who thinks that flipping burgers is an easy task performed by stupid people but playing go is somehow the height of human intellect, despite 40+ years of evidence to the contrary.
Well, it is true that computer programs have far surpassed humans in board games. They are very well suited for it. It just has nothing to do with the hypothesized abilities of future “AI” as rationalists conceive them.
The FSF considers large language models, failing to recognise the purpose of plagiarism machines in the process.
Comments are also pretty sneerable - main thread’s a bunch of promptfondlers trying to gas up spicy autocomplete, but I did find some guy claiming programmers steal and plagiarise much like LLMs do.
Unless you’ve only ever used ChatGPT, you will know that LLM-produced code is not the result of a single prompt, not even a conversation, but rather a workflow that often goes as such:
- Discuss a problem with the LLM. The LLM autonomously reads large parts of the repository you’re working in, during the discussion.
- Ask it to write a plan. Edit the plan. Ask it about the edited plan. Edit it some more.
- Repeatedly restart the LLM, asking it to code different parts of the plan. Debug the results. Write some code yourself. Create, rebase, or otherwise play around with the repository; keep multiple branches of potential code.
- Go back and edit the original plan, now that you know what might work. Port some unit tests back in time, sometimes.
- Repeat until done.
is so stupid
rubber duck debugging with a cost multiplier magnitude coming in at a couple of zeroes tail end of the figure
and worse results
it sounds like you’ve only used the llm with the anus logo
have you tried this other llm[1]?

image description
picture of various tech company’s logos arranged in the outline of a butt with claude’s logo in the center
claude’s logo looks like an anus
“Blue Monday” was released in 1983.
Correct.
All participants in the Stubsack, including awful.systems regulars and those joining from elsewhere, are reminded that this is not debate club. Anyone tempted by the possibility of debate-club behavior is encouraged to touch your nearest grass immediately. We are here to sneer, not to bicker: This is a place to mock the outside world, not to settle grand matters of ideology, unless the latter is done in an extraordinarily amusing way.
I need to lurk more, feel like I missed some good drama 🍿
If it isn’t on this quick sneer page, you can just look at the posts with a lot of replies, either shows it broke containment, or somebody went full debate mode.
sometimes both
My dad was a bit freaked out by a video version (We’re not ready for super-intelligence)of the “AI 2027” paper, particularly finding two end scenarios a bit spooky: colossus-style cooperating AIs taking over the world, and the oligarch concentration of power one, which i think definitely echoed sci-fi he watched/read as a teen.
In case anyone else finds it useful these are the “Comments as I watch it”, that I compiled for him
Before watching Video Notes:
-
AI Only channel with only 3 videos
-
Produced By “80000hours”, which is an EA branch (trying to peddle to you the best way to organize 40years * 50 weeks * 40 hours [I love that they assume only 2 weeks of holidays]); which is definitely cult adjacent: https://80000hours.org/about/#what-do-we-do. Mostly appears to be attempting to steer young people to what they believe are “High impact” jobs.
Video Notes:
-
The backing paper is a bit of a joke, one “AI 2027”, for reference one of the main authors is very much a “cult member”, Scott Alexander Siskind, author of “Slate Star Codex” and “Astral Codex Ten”.
-
Other authors include [AI Futures Project] :
- Daniel Kokotajlo (podcast co-host of siskind, ex open-ai employee, LessWrong/EA regular)
- Thomas Larsen (ex MIRI [Machine Intelligence Research Institute = really really culty], LessWrong/EA regular)
- Eli Lifland (LessWrong/EA regular)
- Romeo Dean (Astra Fellowship recipient = money for AI Safety research, definitely EA sphere)
-
A lot of fluff trying to hype up the credentials of the authors.
-
AGI does not have a bounded definition.
-
They are playing up the China angle to try and drum up jingoistic support.
-
Exaggerating Chat GPT-3 success, by merely citing “users”, without mentioning actual revenue, or actual quality.
-
Quote:
How do these things interact, well we don’t know but thinking through in detail how it might go is the way to start grappling with that.
-> I think this epitomises the biggest flaw of their movement, they believe that from “first-principles” it’s possible to think hard enough (without needing to confront it to reality) and you can divine the future.
-> You can look up “Prediction Markets”, which is another of their ontological sins.
-
I will note that the prediction of “Agents” was not a hard one, since this is what all this circle wants to achieve, and as the video itself points out it’s fantastically incompetent/unreliable.
-
Note: This video was made before the release of GPT-5. We don’t know precisely how much more compute altogether GPT-5 truly required, but it’s very incremental changes compared to GPT-4. I think this philosophy of “More training” is why OpenAI is currently trying (half-succeeding half failing) to raise Trillions of dollars to build out data-centers, my prediction is that the AI bubble bursts before these data centers come to fruition.
-
Note: The video assumes keeping models secret, but in reality OpenAI would have a very vested interest in displaying capability, even if not making a model available to the public. Also even on consumer models, OpenAI currently loses a bunch of money for every query.
-
Note: The video assumes “Singularitarianism”, of ever acceleration in quality of code, and that’s why they keep secret models. I think this hits a compute/energy wall in real life, even if you assume that LLMs are actually useful for making “quality” code. These ideas are not new, and these people would raise alarms about it with or without current LLM tech.
-
Specific threats of “Bio-weapon”, which a priori can not really be achieved without experimentation, and while “automated” labs half exis, they still require a lot of human involvement/resources. Technically grad students could also make deadly bioweapons, but no one is being alarmist about them.
-
Note: “Agent 2” Continuous Online learning is gobbledygook, that isn’t how ML, even today works. At some point there are very diminishing returns, and it’s a complete waste of time/energy to continue training a specific model, a qualitative difference would be achieved with a different model. I suspect this sneakily displays “Singularitarianism” dogma.
-
Quote:
Hack into other servers Install a copy of itself Evade detection
-> This is just science-fiction, in the real world these models require specialized hardware to be run at any effective speed, this would be extremely unlikely to evade detection. Also this treats the model as a single entity with single goals, when in reality any time it’s “run” is effectively a new instance.
-
Note: This subculture loves the concept of “science in secrecy”, which features a lot in the writings of Elizer Yudkowsky. Which is cultish both in keeping their own deeds “in a veil of secrecy”, and helpful here when making a prophecy/conspiracy theory, by making the claim hard to disprove specifically (it’s happening in secret!)
-
Note: Even today Chain-of-thought is not that reliable at explaining why a bot gives a particular answer. It’s more analog to guiding “search”, rather than true thought as in humans anyway. Them using “Alien-Language” would not be that different.
-
Agent 3, magically fast-and-cheap, assuming there are now minimum energy requirements. Then you can magically run 200,000 copies of. magically equivalent to 50,000 humans sped up by 30x. (The magic is “explained” in the paper by big assumptions, and just equating essentially how fast you can talk with the quality of talking, which given the length of their typical blog posts is actually quite funny)
-
Note: “Alignment” was the core mission of MIRI/Eliezer Yudkowsky
-
Note: Equating Power and Intelligence a lot (not in this video, but in general being suspiciously racist/eugenicist about it), ignoring the material constraints of actual power [echo: Again the epitomical sin of “If you just think hard enough”]
-
Note: Also assuming that trillions of dollars of growth can actually happen, simultaneously with millions losing their jobs.
-
I am betting that the “There is another” part of the video is probably deliberately echoing Colossus.
-
The video casually assumes that the only limits to practical fusion and nanotech just intelligence (instead of potential dead-ends, actually the nanotech part is a particular fancy of theirs, you can lookup “diamondoid bacteria” on LessWrong if you want a laugh)
-
The two outcomes at the end of the video are literally robo-heaven and robo-hell, and if you just follow our teachings (in this case slow-downs on AI) you can get to robo-heaven. You will notice they don’t imagine/advocate for a future with no massive AI integration into society, they want their robo-heaven.
-
Quote:
None of the experts are disagreeing about a wild future.
-> I would say specifically some of them are suggesting that AGI soon is implausible quite strongly. I think many would agree that right now the future looks dire with or without super-AI, or even regular AI.
Takeaway section:
Yeah this really is a cult recruitment video essentially.
I stumbled onto that vid a while back, watched the first minute or so, lol’ed at the glazing of kokotajlo, and stopped the vid. I did think about posting it here to be torn apart but forgot about it. I watched a little bit further and got “they chose to write this as a narrative” of course they fucking did. It’s their one thing. Write a shitty 10k word story that amounts to some combination of “really makes you think” and “big if true”.
Here’s a story: Once upon a time there was a world. In it people were sad. Then one day swlabr was elected supreme benevolent ruler and then nobody was sad again :) the end. Wow make u think. Many experts agree
We’re almost at the end of 2025 and agents don’t fucking exist the way they predicted. Literally 0% acc so far. Ai 2027 agmi.

^image of Daniel K who already updated his rapture prophecy to 2029 because he’s a mark
-
Last week, we learned that area transphobe Sabine Hossenfelder is using her arXiv-posting privileges to shill Eric Weinstein’s bullshit. I have poked around the places where I’d expect to find technical discussion of a physics preprint, and I’ve come up with nothing. The Stubsack thread, as superficial as it was, has been the most substantive conversation about her post’s actual content.
Wrong link. this points to the NeurIPS post for this week.
Good catch; thanks. I think I had too many awful.system tabs open at once.
Haven’t seen this skeet posted here. Skeet:
It’s 2050 and a teen girl is torrenting a .tar.gz file of all the consciousnesses of all the tech bros who uploaded themselves into the cloud in a bid for immortality and modding them into The Sims 4
who’s the basilisk now?
New research coordinated by the European Broadcasting Union (EBU) and led by the BBC has found that AI assistants – already a daily information gateway for millions of people – routinely misrepresent news content no matter which language, territory, or AI platform is tested. […] 45% of all AI answers had at least one significant issue.
-
31% of responses showed serious sourcing problems – missing, misleading, or incorrect attributions.
-
20% contained major accuracy issues, including hallucinated details and outdated information.
-
Gemini performed worst with significant issues in 76% of responses, more than double the other assistants, largely due to its poor sourcing performance.
https://www.bbc.co.uk/mediacentre/2025/new-ebu-research-ai-assistants-news-content
And yet the BBC still has a Programme Director for “Generative AI” who gets trotted out to say “We want these tools to succeed”. No, we don’t, you blithering bellend.
@blakestacey @BlueMonday1984 I also want my Perpetual Motion Machine and Circle-Squaring Algorithm to succeed, but what are ya gonna do? 🤷♀️
-
today in I fucking called it fedora aka mostly red hat has decided to allow slop code in a way that violates even their utterly mid stated principles around the tech
if you’re downstream from any fedora packages (and I don’t know the scope of this policy so it might be safe to consider anything owned by red hat in general to be tainted — yes I realize most of us are downstream from a bunch of red hat shit) it might be time to evaluate an alternative if available
among others, so many systemd and libvirt things :|
fortunately a long-ish tail on a lot of that, but fucking still
deleted by creator
Another attempt to platform fascists has cropped up in FOSS, and Drew DeVault’s talked all about it. Featuring our good friend Curtis Yarvin.
of course the organization I know primarily for platforming fascists and astroturfing on YouTube was secretly an even worse grift and somehow tied in with Yarvin, why wouldn’t it be
given that Rossmann’s at the head of this thing too, I’m starting to regret not taking GrapheneOS (who, notably, were also a target for this grift) seriously when they said Rossmann’s involved in a bunch of terrible shit. the right to repair deserves a better figurehead.
fuckin pisses me off, given his clippy campaign is helping move pivot shirts
sigh
I WILL NOT CHANGE, CLIPPY SUCKED FIRST
Damn right. He needs to quit, he’s the one who sucks.
The fash don’t have magic doodoo fingers that obligate decent people to surrender every time they touch something we like, and we should never concede as if they do.
hadn’t been aware that rossman’s into dodgy stuff (knew fairly little about him outside of some repair stuff on his channel), but ugh
also clicking through into FUTO’s projects and it’s all a bit gravitating around a point, “built on polycentric”. so I wonder what that means?
Polycentric is an open-source, distributed social network that lets you publish content to multiple servers.
already at “I’m interested” because it’s interesting to see what other work happens in this space.
and then very next sentence we get to
If you’re censored on one server, your content remains accessible from other servers
ah. I see. the “opt-out moderation” is also telling - how does it work? who knows! it’s got a paragraph under introduction but seems to not be mentioned anywhere else in the docs.
extra frustrating to see because the projects these fucks are taking on (like the open cast thing) are items that sorely need stronger options in the open space. but not like this. never like this.
Ah, it’s another Urbit isn’t it?
certainly has more than a bit of that urbit coiner Sovereign Individual shit going on yeah
I tried looking around a bit to see if I could find any info about contributors there, and for the most part none of them really seem to have much internet fingerprint at all. did find one person with a moderately extensive set of personal repo/project commits spanning back a few years, spanning long enough so as to find that they were doing a BSc/Hons/something circa 2018. which isn’t concrete but does strongly hint at a current age of mid 20s to mid 30s. “get 'em while they’re young and you can poison their brains early!” - the bayfucker mantra
god damn it. i guess the name of the founder might have been a hint, only one letter away from our favorite roman saluter.
i use immich, one of the projects they seem to have actually funded in a big way. it’s a very good selfhosted replacement for google photos. at least the license is actually open source, as opposed to grayjay, so here’s hoping it has a future in case the fascists try to fuck with it.
i guess the problem though isn’t with the funding and/or control of individual projects, it’s with the long-term influence in the foss community they seem to be after.
i had a feeling about FUTO because of rossmann’s involvement. became leery of him after this youtube bullshit from 2018:
Let’s discuss why journalists are afraid of Elon Musk right now(and why they deserve to be)
Elon Musk wants to come up with a way to rate the credibility and accuracy of media organizations & individual journalists. This blatant misrepresentation of his words, given in the middle of this conversation, is a PERFECT example of WHY this is so badly needed in modern society.
I’m not a fan of Tesla for being, in many ways, the “Apple of cars.” That being said, whether or not I like Tesla when it comes to a repair standpoint has nothing to do with the hate being thrown at Elon for something he never meant in the words he said, and is entirely separate from my agreement with him on the idea of a media credibility rating platform.













