Live data from Hacker News

The Stupid Programmer Manifesto

hasen.substack.com

1–10 of 239 posts

Re: The Stupid Programmer Manifesto

#3
I can't tell if this is an honest call to keep things simple, or if it's meant to ridicule that idea. Because I strongly, deeply agree with some of these points, and am absolutely horrified by some of the others.

Re: The Stupid Programmer Manifesto

#6
> I’m not smart enough to figure out docker confiuration, so instead I compile my web application into a self contained statically linked binary executable file.

I'd reverse that for myself. I am not smart enough to cross-compile my project or statically link, so I throw it in a docker container and call it a day.

Re: The Stupid Programmer Manifesto

#7
It’s important to keep in mind that pretty much all the techniques you’re too „stupid“ for all aren’t necessities for small projects, but rather being able to manage complexity (or workload) at scale. For an MVP or a small product, keeping with the simpler techniques is absolutely fine, and adhering to those standards in many cases can even be considered overengineering.

Though there’s one thing I take issue with. „I’m too stupid“ implies that these techniques are impossible to understand, while I think it’s just a matter of being able to put in the time and effort to learn the intricacies. It’s absolutely fine if the resources (mainly time) aren’t available to you, but I don’t think it’s a matter of cognitive function.

Re: The Stupid Programmer Manifesto

#9

It’s important to keep in mind that pretty much all the techniques you’re too „stupid“ for all aren’t necessities for small projects, but rather being able to manage complexity (or workload) at scale. For an MVP or a small product, keeping with the simpler techniques is absolutely fine, and adhering to those standards in many cases can even be considered overengineering. Though there’s one thing I take issue with. „I…

By which I mean „I don’t have the time to learn X“ would be more precise, even if less catchy for a HN headline
Post reply on HN