top | item 46675429

(no title)

fancyswimtime | 1 month ago

people are hurt because something which defined them as a person can now be done by a machine; don't let them dissuade you

discuss

order

keybored|1 month ago

A fair amount of AI hype traffic is likely to be astroturfed and automated. Just serving AI investors.

Anyone who disagrees with the above are just hurt that their manual hyping has been replaced with machines.

EinigeKreise|1 month ago

People are hurt when people turn person-to-person communication into person-to-machine communication. It's dismissive of their use of genuine wall-clock time trying to engage with you.

dangus|1 month ago

I would add to this: skills mean nothing if you don’t use them.

OP made a site with a bunch of calculators. Their critics didn’t make that!

anonymous908213|1 month ago

We're busy building real software, not toys. I routinely write all kinds of calculators in my game development, in addition to having 100x more complex code to contend with. This task is as trivial as it gets in coding, considering computers were literally made to calculate and calculation functions are part of standard libraries. OP definitely didn't use Claude to implement math functions from scratch, they just did the basic copy-and-paste work of tying it to a web interface on a godawful JS framework stack which is already designed for children to make frontends with at the cost of extreme bloat and terrible performance. Meanwhile I actually did have to write my own math library, since I use fixed-point math in my game engine for cross-CPU determinism rather than getting to follow the easy path of floating-point math.

It's cool that ChatGPT can stitch these toys together for people who aren't programmers, but 99% of software engineers aren't working on toys in the first place, so we're hardly threatened by this. I guess people who aren't software engineers don't realise that merely making a trivially basic website is not what software engineering is.