Earlier quoted context omitted.
I would never use or recommend Flickr. They lied to me. As premium user (for many yars) the promise to me was that photos uploaded will be kept free forever as long as the service exists. Even if I stop paying. Then they went back on that. They may have a very good reasons, but the trust was broken.
They were owned by Yahoo for a while. Has the management changed since the one that broke your trust?
Ask HN: Alternatives to Google Photos?
311–317 of 317 posts
Re: Ask HN: Alternatives to Google Photos?
#312Re: Ask HN: Alternatives to Google Photos?
#313Earlier quoted context omitted.
This looks pretty neat, I wonder how I've been missing it so far. Do you have an public API? I'd love to have a tiny sync client to fetch photos and store them on my laptop.
The API is public, but the documentation needs work. If your current use case is only to sync your uploaded files to a local folder, we have an Electron app that does just that: https://github.com/ente-io/bhari-frame/releases/tag/v1.0.3
An electron app seems like a huge overkill for something so simple (have you considered just a simple cli instead?).
Re: Ask HN: Alternatives to Google Photos?
#314Earlier quoted context omitted.
The API is public, but the documentation needs work. If your current use case is only to sync your uploaded files to a local folder, we have an Electron app that does just that: https://github.com/ente-io/bhari-frame/releases/tag/v1.0.3
Thanks! Any reference to the API, even if it's just incomplete docs? An electron app seems like a huge overkill for something so simple (have you considered just a simple cli instead?).
The Electron app is indeed an over kill (hence the repo-name "bhari", meaning overweight). But it made it easy for us to reuse stable code that performed authentication, decryption, data-sync, etc. Also, we did not want to commit to the overhead of maintaining another stack (say a CLI or a native app) at a point where the value it would provide to a customer was unclear.
Re: Ask HN: Alternatives to Google Photos?
#315We're building ac;pic, a cloud-based service that saves and organizes your pivs (pictures & videos). These are the things we do differently from most of what's out there:
- We use tags, not albums, as the organizational principle. Tags are associative; albums are hierarchical and resemble traditional folder structures (and a file cannot be in two folders at the same time).
- We tackle the overwhelm produced by having tens of thousands of pivs. We aim to replace that overwhelm by an "arcade" feeling, that makes the hard into easy and the easy into trivial.
- We identify duplicated pics & videos regardless of filename or metadata.
- We are a cloud service, but all our code is open source (https://github.com/altocodenl/acpic).
- We charge with a fixed + variable subscription model. The fixed part helps to maintain our fixed costs (salaries, working capital, etc), the variable is what every user pays for space used - at cost, we don't mark up storage prices.
- We use no AI; if we implement some AI in the future, it will be strictly opt-in.
- We allow import from Google Drive & Dropbox, as well as upload from all devices.
- We don't own your data, we only safeguard it. Exporting and importing all your data from and into our service is done as easily as possible.
If you're interested in using ac;pic, you can check it out and request an invite for the upcoming beta at https://altocode.nl/pic/ We'll send you an invite when the app is ready. Our horizon for release is measured in months.
If you're developing another solution that solves the same problem or works in the same area: feel free to contact us and share your experience; or browse our repo to see how we do things. Perhaps we were able to solve a problem that you were trying to solve yourself; our code is public domain, so you can borrow whatever you want from it. We're interested in solving the problem, not necessarily being the only ones that solve it.
Re: Ask HN: Alternatives to Google Photos?
#316I tried Mylo but didn't really like it so I ended up with Apple Photos. At least they "allow" me to have a local copy of my photo library unlike Google. So in any extremely unlikely case they nuke my account, I have my locals.
How did you manage to get a local copy of Apple Photos? Their API seems not designed to be publicly used, and tools like pyicloud still have their issues with some types of media.
Re: Ask HN: Alternatives to Google Photos?
#317Earlier quoted context omitted.
How did you manage to get a local copy of Apple Photos? Their API seems not designed to be publicly used, and tools like pyicloud still have their issues with some types of media.
I’m pretty sure OP is referring to Photos for macOS Preferences > iCloud > “Download Originals to this Mac” - you can move your .photoslibrary file to an external or network drive if you need for space reasons. Then all your files can be accessed with the .photoslibrary file context menu, “Show Package Contents”, “originals” folder.