←back to thread

I just want to code (2023)

(www.zachbellay.com)
288 points SCUSKU | 1 comments | | HN request time: 0s | source
Show context
IvanK_net ◴[] No.43817875[source]
I have no idea why they mention coding. It is the same in any kind of job. You can bake cakes for fun, make music for fun, write poems, novels, play chess for fun, practice sports, grow potatos ...

At a certain stage, you realize that in order to be able to do only that job, you must make someone pay you for it. You must do it in a way (or in a volume) which makes others happy. The fact that it makes you happy is not enough anymore.

I don't think there is an angel and a devil. It is still the same thing. If you like the result of your work, there is a high chance that others will like it. You don't need to change what you do by a 100%. Changing it by 5% - 10% is often enough.

replies(4): >>43818020 #>>43819061 #>>43819501 #>>43820097 #
1. brulard ◴[] No.43820097[source]
I disagree that coding for fun and making it a product is 5-10% difference. I would say it's closer to 500-1000%. I coded a lot of tools for myself, for productivity or for fun. Currently I'm very quick in doing that thanks to LLMs, it's definitely not vibe coding, althoug there is a lot of code generated. As these tools serve only me, I may not care about code quality, about bugs, about someone elses data loss, about security, GDPR, different devices, mobiles, screen sizes, platforms, etc. I don't have to support "users" as an entity at all in my apps, it can be all hidden behind VPN, so i don't need auth. I have so many little issues in my apps so I know I can not for example click this and that in rapid succession, or drag this thing out of this container etc. It's 100% fine for me, it would absolutely needed to be fixed for other users. I would need something like a user manual, marketing page, payment processing? I don't get any support e-mails and angry users. There are many compromises that I can make with little value loss if I code just for me as compared to trying to offer a service for people and ask for money.