Replacement Antinatalism. By Émile P. Torres. Having babies is unethical, having AI babies otoh is the way forward.
Turns out the abyss is even deeper than we thought. Give it a look.
Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.
This is not debate club. Unless it’s amusing debate.
For actually-good tech, you want our NotAwfulTech community
Replacement Antinatalism. By Émile P. Torres. Having babies is unethical, having AI babies otoh is the way forward.
Turns out the abyss is even deeper than we thought. Give it a look.
haven't finished reading this so no sneers yet, but others may also be interested in this piece on the history of thiel's antichrist obsession
the opener probably won't surprise you
jwz ditching basecamp - decent discussion. tbh, I ctrl-f'd for the Jira sneers. Also includes a GitLab sneer that was not on my radar.
I read the disucssions and while I can sympathize with jwz's ridicule of barely covered raw git, I think he's asking for advice in the wrong place. There must be tons of solutions for running a small business with lots of part timers ,like a nightclub.
A major Australian university used artificial intelligence technology to accuse about 6,000 students of academic misconduct last year.
The most common offence was using AI to cheat, but many of the students had done nothing wrong.
Man, I hope it doesn't become good advice to suggest that students screen record all their classwork to avoid this sort of shit, but I have a sinking feeling.
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."
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.)
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.
Found a pretty good sneer against vibe coding: The Programmer Identity Crisis
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.
There's plenty of more recent pushes to allow non-technical users to build apps, more than are countable. As far as "great" ones, maybe Azure Logic Apps? It's Microsoft's option for low/no code automation in Azure. It's all code under the hood, but it mainly works as premade blocks you drag and drop, and connect like a flow chart. Pretty sure it's event driven. Most blocks have some drop down options and settings to fill in the blanks of. I think you can also just have some code as a block too.
Haven't used it myself, just had to help support some of the input, output, and governance. Also have seen it brought up a bunch in Azure certification paths (work has a requirement of some training courses each year, and unfortunately those are the most relevant ones offered through the vendor we have a deal with).
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.
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)
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.
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".
I bought it before I ever paused against the boss. I discovered this mechanic doing Vow of Rivals :(
Yeah, when I pick it up there had better be a mod to quit that sort of shit.
I don't care about whatever half assed diagetic reason your team came up with. Life happens.
Bluesky going to bad for that poor, downtrodden, victimised and underrepresented demographic, uh, ai slop posters?
https://bsky.app/profile/carrion.bsky.social/post/3m2kf3rottc2h
alt text
A screenshot of an email sent to a bluesky user, reading
Hi there, Your Bluesky account (@carrion.bsky.social) has created a list called "Al Slop Posters" that may violate our Community Guidelines. We've temporarily hidden this list from other users because it contains one or more of these issues.
- Harmful language such as insults or slurs
- Unverified claims
- Appears intended to shame or abuse users
There are 'user uses AI/has AI profile' lists to they really are objecting to the word 'slop'.
'slop is a slur' discourse incoming in T minus -100.
A new psychology preprint argues that "contemporary AI is research misconduct".
a lobsters is mad that a middling Perl project gets upvotes just because it's "braincoded"
https://lobste.rs/s/bu1a84/i_brain_coded_static_image_gallery_few#c_um9usd
Bluesky's found another set of rakes to step on - after a user complained of ableism from the mods, Trust and Safety head Aaron Rodericks used the automated systems as an accountability sink, then let slip that users' work was being uploaded to AI slop service thehive.ai, seemingly contradicting Bluesky's promise to not dump artists' work into the slop machine.
All those comments replying to how they use hive are missing the explicit corpo speak going on.
Bluesky said they wouldn't use images uploaded to train AI. And Bluesky isn't. They never said shit about partners or third party systems they use. And of course it's in a post, not any sort of official terms or the like.
shot:
chaser:
(thread)
transcription of first image
phgn posts: Nice!! The Vercel CEO recently posed for pictures with Netanyahu, so I'm looking for an alternative actually!
aziaziazi replies: I'd be glad if you can share a source of that.
ardren replies: https://finance.yahoo.com/news/vercel-ceo-takes-selfie-israe...
transcription of second image
phgn's comment is flagged and removed
an additional reply by baobun with the links https://www.middleeasteye.net/trending/developers-drop-vercel-call-boycott-after-ceo-posts-selfie-netanyahu, https://news.ycombinator.com/item?id=45416353, and https://old.reddit.com/r/nextjs/comments/1nueacb/vercel_controversy_ethics_backlash_and_a/
Is there a general term for the type of experimental or vaporware tech whose main function is creating FUD and FOMO which slows down the adoption and development of more mature conventional solutions? In the case of public transit these are collectively known as gadgetbahns. Examples from other fields include SMRs, direct air carbon capture, various embrace-extend-extinguish schemes in the software world, extraterrestrial colonies and a host of consumer IoT gadgets.
if there isn't, I'm calling it muskware, its conceptually close enough to vaporware.
Also, reading up on the recent nix community mess (more fun interpersonal steering committee member conflict!), I’ve come to one conclusion:
One day someone will make a stage play out of this whole thing and the play will suck.
The hundreds of billions of dollars companies are investing in AI now account for an astonishing 40 per cent share of US GDP growth this year. And some analysts believe that estimate doesn’t fully capture the AI spend, so the real share could be even higher.
AI companies have accounted for 80 per cent of the gains in US stocks so far in 2025. That is helping to fund and drive US growth, as the AI-driven stock market draws in money from all over the world, and feeds a boom in consumer spending by the rich.
Since the wealthiest 10 per cent of the population own 85 per cent of US stocks, they enjoy the largest wealth effect when they go up. Little wonder then that the latest data shows America’s consumer economy rests largely on spending by the wealthy. The top 10 per cent of earners account for half of consumer spending, the highest share on record since the data begins.
I could never live in a dyson sphere. I cant stand how they stop charging after six months.
They sell adapters so you can attach dewalt batteries to your computronium fantasy.