Ask HN: What is the single top-priority software engineering problem?
31–40 of 364 posts
Re: Ask HN: What is the single top-priority software engineering problem?
#32Decent nocode, or some sort of nocode holy grail. I want to be able to plug APIs together, process user input, have persistence and identity, without writing so much boilerplate.
This seems like an antigoal to me. Abstracting away infrastructure just means it will become increasingly centralized as a commodity and less likely/harder to create independent services.
Look at n2n or userbase, they’re open source and can be self hosted.
Other nocode tools can follow suit, and can be federated.
I agree with the other comment that this can have the same effect as the one Excel had during the past decades (there are companies running completely on Excel).
At the moment though, the tools feel too limited.
Re: Ask HN: What is the single top-priority software engineering problem?
#33>What's the most important piece of technical debt across software engineering, that could practically be solved if we put enough energy into it? Being able to update libraries, tools etc. automatically and without friction. Right now upgrading is so tedious, error prone and painful that most places just keep using ancient versions that are not only lacking bug fixes and newer features but are a huge attack surface.
That is not known to have a solution. It's a human coordination and cooperation problem on a global scale.
Re: Ask HN: What is the single top-priority software engineering problem?
#34Decent nocode, or some sort of nocode holy grail. I want to be able to plug APIs together, process user input, have persistence and identity, without writing so much boilerplate.
If we don't take software engineers as a fixed population, but rather everyone on Earth with sufficient intelligence to code well with the right no-code framework (which currently doesn't exist), then this is indeed the biggest priority. Of course, I am under no illusion that no code will work for everything, such as developing ML applications from scratch. Even then, it can be a way to interface with pre-built ML ap…
Re: Ask HN: What is the single top-priority software engineering problem?
#35Re: Ask HN: What is the single top-priority software engineering problem?
#36Not trivial but maybe automated by some meta-meta-build tool?
Re: Ask HN: What is the single top-priority software engineering problem?
#37A computer and OS that boots in 100ms. Every user action gives a response in 10ms.