Salamander

  • 0 Posts
  • 9 Comments
Joined 5 years ago
cake
Cake day: December 19th, 2021

help-circle

  • EDIT: After reading through the Git issue and the other comments in this thread, it is not very clear to me what “combining comments from cross-posts on the post screen” means. I understood it at first to mean that you will pool all comments together and show all of them in all cross-posts, but now I am not so sure. Still, in general terms, I think that mechanisms to share activity with niche communities are good

    I would say yes, there are cases in which I have thought that this would be a nice thing to have. Especially when cross-posting to a smaller niche community.

    I can think of a few potential small issues. For example, cross-posters can edit the body of the message, so you might in some cases end up with comments that seem out of place as they refer to the content specific to a cross-post. You also have the rare case in which the same post might mean different things in different communities.

    But, overall, I see it as beneficial. Quirks can be fine-tuned later on.








  • I have just tested by uploading/re-downloading an image, and the EXIF data is removed.

    I then looked through the Lemmy issues and found this issue related to the image-uploading back-end (pict-rs) removing the EXIF data. In response to this issue, the developer of pict-res (asonix) comments that striping the EXIF data was one of the original motivations for building the uploader.

    I am not sure about how to search through the source code of pict-rs, and it seems like this step is not properly documented in the readme file, so I have not been able to find exactly where the metadata removal operation takes place. I think that this is done by invoking ‘exiftool’.