Ask HN: What is the single top-priority software engineering problem?
11–20 of 364 posts
Re: Ask HN: What is the single top-priority software engineering problem?
#12That seems nuts to me. I'm not sure how you fix it without being Amazon/Google. People moan about Terraform too before that gets mentioned.
Re: Ask HN: What is the single top-priority software engineering problem?
#13Artificial general intelligence
Re: Ask HN: What is the single top-priority software engineering problem?
#14A computer and OS that boots in 100ms. Every user action gives a response in 10ms.
Re: Ask HN: What is the single top-priority software engineering problem?
#15effective batteries included declarative programming
I think collectively we need more thought on how to design declarative systems that are tangible inspectable debuggable in the same way following procedural code is
Re: Ask HN: What is the single top-priority software engineering problem?
#16The decline of usability, recognizability and coherence in desktop user interfaces. I honestly think we reached peak UX some time in the mid-90s. With the advent of touch devices, paradigms are mixing in a way that's directly hostile to productivity.
Touch capabilities can be a nice addition to many types of desktop productivity software without detracting from what's already there. Companies reworking desktop applications to look and feel like mobile apps (with all of the related pros and cons) is what causes productivity to suffer rather than anything inherent in the paradigm.
Re: Ask HN: What is the single top-priority software engineering problem?
#17effective batteries included declarative programming
Fulcro RAD is promising in this regard, going more declarative seems inevitable, there are challenges in designing declarative things though I think collectively we need more thought on how to design declarative systems that are tangible inspectable debuggable in the same way following procedural code is
Re: Ask HN: What is the single top-priority software engineering problem?
#18Re: Ask HN: What is the single top-priority software engineering problem?
#19Re: Ask HN: What is the single top-priority software engineering problem?
#20I want to be able to plug APIs together, process user input, have persistence and identity, without writing so much boilerplate.