• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle
  • I don’t remember much about plex photos, but facial (and object) recognition, photo map, easy sharing through albums (without the other person needing an account), and being open source are some features I imagine plex photos does not have.

    it seems barebones still, because it is a very young app, and the UI is not great, especially on mobile.

    It is the best replacement for Google photos that I have seen though.


  • +1 to immich

    However, because of the fast dev cycle, it has a lot of breaking changes, and needs regular maintenance (most notably for me, postgres docker changes. Especially if you are not giving it it’s own postgres instance and using their provided docker compose.)

    You could stay pegged to a single version, but the mobile app also doesn’t have full backwards compatibility with server versions, which results in a slew of other problems (how do I do a fresh install of an older app version on a new device?)

    But if you are willing to keep up and perform semi-regular maintenance, immich is great, and the rapid dev cycle means more new features faster!













  • All the suggestions here are good for a complete beginner with no knowledge of coding, but I wanted to just add that once you get some experience and are more confident with your google-fu, I would suggest looking at the problem from the other side, and look for things you want to improve in your life first, and find ways to do that with code, rather than the other way around. It will help you stay more engaged with your project, and you’ll retain more knowledge.

    i.e. I hate guessing which parking lots around my school / office / apartment are full every day -> make a web scraper that scrapes parking lot occupancy and compiles it all in one place

    or

    I keep forgetting to water my plants -> hook up a raspberry pi to a solenoid, and code up something to water the plants for you

    I’ve found that to be a much better approach than going the opposite direction

    i.e.

    I need to learn how to write embedded code -> write an Arduino control loop that keeps dog bowl topped up.