Ask HN: What have you built more than twice and wish someone had built for you?
21–30 of 95 posts
Re: Ask HN: What have you built more than twice and wish someone had built for you?
#22Earlier quoted context omitted.
What's wrong with 1Password or Bitwarden?
Not sure how easy self-hosting those are, but any paid-for and/or online offering by a third party is useless. This should have been clear long ago, but the LastPass breach should have made it obvious.
Re: Ask HN: What have you built more than twice and wish someone had built for you?
#23Re: Ask HN: What have you built more than twice and wish someone had built for you?
#24An open source lib where I can type up some text configuration, hook it up to a sql database, and get a nice looking generated form (for internal surveys in my case).
Re: Ask HN: What have you built more than twice and wish someone had built for you?
#25A local dev environment that works. Doing this again, and again, and again.... ...truly sucks. After not working on a codebase for a year, or two, I usually need to set up everything again -- and often run into very stupid/pointless issues that waste an hour, and often much more, just to get to the point where I can start the actual coding process. This is pretty much why I've stopped coding. I don't have the time to…
Re: Ask HN: What have you built more than twice and wish someone had built for you?
#26A sane build system + package management solution for C++. I have to cobble it together via CMake + Conan every time and I'm praying I get put on a new Rust project someday, but my position and sizeable comp are mainly for being a "legacy janitor".
Re: Ask HN: What have you built more than twice and wish someone had built for you?
#27A local dev environment that works. Doing this again, and again, and again.... ...truly sucks. After not working on a codebase for a year, or two, I usually need to set up everything again -- and often run into very stupid/pointless issues that waste an hour, and often much more, just to get to the point where I can start the actual coding process. This is pretty much why I've stopped coding. I don't have the time to…
I think containers (docker/vagrant/etc) are probably what you are looking for.
Re: Ask HN: What have you built more than twice and wish someone had built for you?
#28Edit: Last attempt https://M3O.com