Remix.run Logo
weitendorf 20 hours ago

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"

llbbdd 13 hours ago | parent [-]

Upvoting because it's a salient point and downvoters are mad. HN has a complex lately.

pjc50 8 hours ago | parent | next [-]

It's not even a point, it barely counts as sarcasm. I'm not sure why a chunk of hello world in ARM assembler is supposed to be relevant to anything, let alone if there's a trap hidden in there.

bakugo 9 hours ago | parent | prev | next [-]

It's not a "salient point", it's a ridiculous strawman that has almost nothing to do with the topic being discussed.

imtringued 8 hours ago | parent | prev [-]

The context is literally this:

>Less incentive to write small libraries. Less incentive to write small tutorials on your own website.

What weitendorf posted is definitively not a library, nor is there a small tutorial for the code.

>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.

Considering the low effort to post and high effort to understand what weitendorf wrote, he might be considered a spammer given the context. The code quality is also low since his application can easily be replicated by a bunch of echo calls in a bash script, making me lean towards thinking he is a low quality spammer, given the context.

>All this for the best case outcome of most people being made unemployed and rolling the dice on society reorganising to that reality.

I'm not sure you can argue that weitendorf sufficiently addressed this. He put too much emphasis on an obvious strawman (real programmer) which is completely out of context. Nobody is questioning here whether someone is a programmer or not. There is no gatekeeping whatsoever. You're free to use LLMs.

I'll also complain about your use of "salient" here, which generally has two meanings. The first is that something is "eye catching" (making me think more of spam), the second meaning is "relevancy/importance" to a specific thing and that's where weitendorf falls completely flat.

Now you might counter and argue that he packaged all of his salient points inside the statement "want to lay off bread-and-butter red-blooded american programmers", then your position is incredibly weak, because you're deflecting from one strawman to another strawman or alternatively, your counterargument will rely heavily on reinterpretation, which again just means the point wasn't salient.