• 129 Posts
  • 125 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle






  • Very happy Ente user here! It’s a great alternative to Google Photos and Immich (since I think photos are too important to self-host).

    They have an easy guide for migrating from Google Photos (basically they can import a Takeout export directly).

    https://ente.io/faq/migration/from-google-photos/

    I’ve got it installed on my phone with automatic backups enabled. It had no issues with duplicates from both Takeout and the existing photos on my phone. (I even did the upload twice due to running out of space the first time, and there were no dupes). The app has a pretty similar design to Google Photos, so it feels familiar. It also supports Google’s version of “live photos”.

    You can create links to share albums or individual photos, and you can also add people to your plan.

    I enabled the local machine learning analysis and, while it’s not perfect, it does make for a pretty nice searching experience.





















  • Don’t messages sent by you come back in a list together with any received ones?

    Oh wow, you’re right! Somehow I totally missed that. Even Thunder displays sent messages.

    So you’re right. You could get all incoming messages from a specific user by passing creator_id but you just couldn’t get all the message you sent to a specific person without getting everything and filtering them.


  • I ran across a Flutter package that provides a cool chat style widget which inspired me to start working on this. But then I discovered that there’s no API call to retrieve your sent messages. So we could display all the incoming messages from each user like chats, but not sent ones (unless we remembered the ones we sent in Thunder, but that wouldn’t be everything).