logoalt Hacker News

RyanHamiltonyesterday at 7:47 PM5 repliesview on HN

Less incentive to write small libraries. Less incentive to write small tutorials on your own website. Unless you are a hacker or a spammer where your incentives have probably increased. We are entering the era of cheap spam of everything with little incentive for quality. All this for the best case outcome of most people being made unemployed and rolling the dice on society reorganising to that reality.


Replies

NitpickLawyeryesterday at 8:03 PM

> or a spammer where your incentives have probably increased.

Slight pushback on this. The web has been spammed with subpar tutorials for ages now. The kind of medium "articles" that are nothing more than "getting started" steps + slop that got popular circa 2017-2019 is imo worse than the listy-boldy-emojy-filled articles that the LLMs come up with. So nothing gained, nothing lost imo. You still have to learn how to skim and get signals quickly.

I'd actually argue that now it's easier to winnow the slop. I can point my cc running in a devcontainer to a "tutorial" or lib / git repo and say something like "implement this as an example covering x and y, success condition is this and that, I want it to work like this, etc.", and come back and see if it works. It's like a litmus test of a tutorial/approach/repo. Can my cc understand it? Then it'll be worth my time looking into it. If it can't, well, find a different one.

I think we're seeing the "low hanging fruit" of slop right now, and there's an overcorrection of attitude against "AI". But I also see that I get more and more workflows working for me, more or less tailored, more or less adapted for me and my uses. That's cool. And it's powered by the same underlying tech.

show 3 replies
justarandomnametoday at 1:51 AM

I was searching a specific niche on Youtube today, and scrolled endlessly trying to find something that wasn't AI generated. Youtube is being completely spammed.

show 1 reply
phoronixrlyyesterday at 8:02 PM

> We are entering the era of cheap spam of everything with little incentive for quality

Correction -- sadly, we're already well within this era

zwnowyesterday at 7:51 PM

But some webdev said they are 10x faster now so it cant be bad for humanity /s

show 1 reply
weitendorfyesterday at 10:09 PM

Quick! Tell me what this does or you're not a real programmer, not a craftsman, and are a total hack who understands nothing about quality (may not even be a good person, want to lay off bread-and-butter red-blooded american programmers)

.global main

.text

main:

mflr 27

mr 13,3

mr 14,4

addi 3,3,48

bl putchar

li 3,10

bl putchar

next:

lwz 3,0(14)

bl puts

addi 14,14,4

addi 13,13,-1

cmpwi 13,0

bgt next

lis 3,zone@ha

addi 3,3,zone@l

bl puts

mtlr 27

mr 3,13

blr

.data

.align 2

zone:

.string "Bonjour"

show 1 reply