mlunar

joined 1 year ago
[–] mlunar 3 points 7 months ago (3 children)

Hmm, it seems to work for me. Which Android/Firefox version do you have?

[–] mlunar 25 points 7 months ago (3 children)

It's quite impressive how much the Immich folks have achieved in a relatively short period of time! I'm glad you found something that works for you :)

[–] mlunar 2 points 10 months ago

As already stated it's less about the facts being communicated and more about the way they're being communicated.

I would posit that the mismatch in the style of communication lead to you needing more time to clue in. And in that way, the initial feedback might have been an inefficient way to relay the point.

However it's also entirely possible that trying to package it in a better way, the point of the feedback-giver would have gotten lost, leading you not to clue in at all.

Communication is hard, especially tailoring it to the expected audience. That being said I don't think being an asshole is ever ok, unless it directly saves lives or something. 😅

[–] mlunar 2 points 10 months ago

There's probably no alternative as polished as that, but it's not too far off either. You can kinda search like that with photofield (disclaimer: I made it), but many other foss photo libraries also support semantic search by now, LibrePhotos for one.

[–] mlunar 4 points 1 year ago

Hi, those points are certainly valid and I have nothing against these picks!

I just wanted to chime in that perf might not be as big of a problem as you might expect. 5k/hour is 1.4/sec, which sqlite should for sure be able to handle.

In fact, you can do hundreds to thousands of writes/sec, as long as you batch them in transactions (as by default each query is executed in its own transaction).

[–] mlunar 1 points 1 year ago

You can, but only one can write at a time, which may or may not be a problem :)

view more: ‹ prev next ›