Live data from Hacker News

Ask HN: What have you built more than twice and wish someone had built for you?

news.ycombinator.com

1–10 of 95 posts

Ask HN: What have you built more than twice and wish someone had built for you?

#1
For me, I'm building workspaces and sharing capabilities for the third time at a different company.

I would convince my boss to pay for a service that provided easy-to-use React components and implemented all the flows for inviting users to workspace, share by email or link, list who can access a resource, send invitation emails, etc, so I could focus on the damn app!

Re: Ask HN: What have you built more than twice and wish someone had built for you?

#2
Postal Pre-sort routines. Many years ago, when the most reliable way to get the real walk lists was to go to the local postmasters.

There was fairly cheap commercial options even then but that shop had a bad "dont buy what you can build" attitude combined with a maddening shyness about making any other use out of the things they'd built. Having written our own presort software, we couldn't then sell it or even open source it because that would be "a burden distracting from the core mission of the business."

Re: Ask HN: What have you built more than twice and wish someone had built for you?

#3
It's a tricky area. There are strong reasons why systems like this tend to use dark patterns and it is your own call what you think is appropriate. Also making a system like this really work as opposed to pretend to work means effort put into email deliverability and things like that that other people can't really do for you.

I read this in 1999

https://philip.greenspun.com/panda/

and came to the conclusion that the basic need for a "web framework" was a system of authentication that did what most commercial sites do: let people create new self-service accounts with email verification and all of that. That was the essence of the tcl-based framework that Phil Greenspun was pushing but I didn't like tcl, so I wrote something in PHP that was meant to integrate with 'best-of-breed' PHP applications (install the authentication system, then modify various applications to use your authentication not then) as opposed to the "PHPNuke" approach which was popular in the industry which was "install some portal which had worst-of-breed implementations of most of the functionality you think you need".

What I found baffling was that nobody cared about authentication frameworks until they became something that worked "as a service" about 10 years later which is silly for so many reasons, not the least that a company that offers a service like that is going to either run out of money and shut down the service or get aqui-hired and shut down the service.

Re: Ask HN: What have you built more than twice and wish someone had built for you?

#4
Cheap offsite backups. I know AWS and BB are the bees knees. But when I read the terms they. Have so many escape clauses built in. My bosses already had a poor experience with our backup provider simply deleting our backup set over a missed payment. Although there are better services they are quite shy about doing it again.

Re: Ask HN: What have you built more than twice and wish someone had built for you?

#7
post #4

Cheap offsite backups. I know AWS and BB are the bees knees. But when I read the terms they. Have so many escape clauses built in. My bosses already had a poor experience with our backup provider simply deleting our backup set over a missed payment. Although there are better services they are quite shy about doing it again.

I just bought the Borg plan at rsync.net that may be what you’re looking for

It takes a day or two to set up though, if you are not super technical like myself

Re: Ask HN: What have you built more than twice and wish someone had built for you?

#8
A SaaS for managing personal documents. The closest I have right now (not SaaS) is paperless-ng[0], but I have to self-host it, unless I missed a really compelling solution.

I have a sea of documents, both physical and electronic, and it's always a struggle to scan/organize/find them. I'd pay good money for a software/service that manages my documents, from scanning to archiving.

[0] https://github.com/jonaswinkler/paperless-ng

Re: Ask HN: What have you built more than twice and wish someone had built for you?

#9
A 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 waste any more.

Re: Ask HN: What have you built more than twice and wish someone had built for you?

#10
post #4

Cheap offsite backups. I know AWS and BB are the bees knees. But when I read the terms they. Have so many escape clauses built in. My bosses already had a poor experience with our backup provider simply deleting our backup set over a missed payment. Although there are better services they are quite shy about doing it again.

But S3 compatible storage goes far beyond AWS and Backblaze these days, almost everyone offers an S3 compatible service.

So with that said, I prefer restic over borg for the S3 support.

Post reply on HN