Hacker News new | ask | show | jobs
by jrockway 1935 days ago
I'm not really looking for archival storage or disaster recovery. After all, the 80MP scans are just low-resolution copies of the originals. I have hard drives for local storage. Yes, if my house burns down I lose the scans and the negatives, but I don't care enough to spend money on it.

The reason I used Google Photos was for one-click sharing. I could make a link, and viewers could pan and zoom and see all the details through a pleasant web interface. S3 doesn't do per-photo per-user access controls, and doesn't have a user interface for sharing or viewing. It's object storage, not photo sharing. As object storage, it's a lot more expensive than negatives in a binder, but about as useful.

1 comments

It would not be hard maybe a week or two of hacking to make such an interface on top of an object store if you were motivated. A simple php or python app with a time limited key stored in a db of some sort. There though are already open source free apps that do provide user management, etc. If you are looking for an ideal solution, but you have to pay for it with money or time.
It would be a nice exercise but relying on it doesn't make sense to me.

We had to write a text editor in our first semester of our CS undergrad program. I'm not going to use my own text editor in favor of say MS word or Google doc.

Your data is secure on b2, it's simply an interface. Code is on github. DB should be dumped and saved to b2 daily. Not really unreliable.
A week of coding is a long time, and you have to keep it up to date. (It's basically a quarter of a month of salary. That's a lot of money.)

Depending on contracts with an employer, there might be legal hassles as well.

Or you can just spin up Nextcloud, point it at your B2 storage and call it a day.

It really is drop dead simple and you also don’t have to host it yourself. Every hosted provider supports external storages so you’re never locked in with them. And since you’re not actually using any of their storage you can stay in their free tier forever.

I self-host on DO and it works amazingly well.