Non-Pointless Software Projects for New Devs in the LLM Age

8 points by Ameo


bitshift

The issue is that it’s often really hard to find an idea for a project to work on that feels worth doing.

Well. I certainly don’t have that problem! There’s so much cool stuff to play with and so little time.

I think the author is on the right track re: build stuff for yourself. If your primary purpose is external, such as fluffing up your GitHub profile so a recruiter will notice you… yeah, I can see how that would be demotivating and lack purpose. I wrote a snake game that nobody will ever play. Whoopee.

But if you’re building it for yourself, even a snake game that nobody will ever play has the potential to be rewarding. If it’s your first game, learn about event loops and how to structure an interactive program! Learn a new language, or a new library! Store your high score table in SQLite—not because it’s the best tool for the job, but because you want to learn how Zig-C interop works or something!