logoalt Hacker News

arecsu • today at 5:28 PM • 0 replies • view on HN

It's just a matter of time. The time you get freed up by these new tools are going to be used by new things, possibly learning something even more complex, and that also includes, potentially, creating more complex software and experiences.

No one is saying nowadays that they feel bad when they code in a high level language that gets converted to assembly with a compiler, wondering about the loss of not knowing how to code in assembly anymore. Because... most people didn't want to actually code assembly at the end of the day. They did it because it was the means to an end (produce software).

Of course there are people who love code in assembly and coding in whatever language with their own hands. For them, maybe the code itself IS the destination. Nothing wrong with it. It's just discovering who you are and how do you want to enjoy your own time. The same can be said about anything in life, not just code.

Speaking of means to an end, previous to AI, I've been using already existent CMS for my web projects. Be it Payload, Strapi, Directus. It was always painful, I've never enjoyed it, but something I had to do in order to get the frontend rolling for me and clients. Now I can literally architecture backends (with their own frontend!) from scratch with sqlite, bun, and minimal libraries. Control is tighter, much easier to achieve personalized experiences for each website, less buggy, creating tests suites for even the weirdest edge cases is a painless process, I'm not dependent anymore of the direction the CMS maintainers decide upon. Being able to mold shape a backend this way creates, for me and my clients, a far better experience. All while leaving more time for what I enjoy much more, which is fiddling with the UI/UX and fine-tuning down to the pixel the frontend itself with my bare hands :)