this post was submitted on 21 Jan 2025
66 points (100.0% liked)

Fedigrow

950 readers
2 users here now

To discuss how to grow and manage communities / magazines on Lemmy, Mbin, Piefed and Sublinks

Resources:

founded 10 months ago
MODERATORS
 

Hello everyone,

Following this post, it seems that quite a few users can't see catbox.moe pictures.

Catbox was my preferred option as they have a handy Firefox extension that allows to upload pictures with just a click, and get the link directly in the clipboard.

My understanding was also that by having the pictures on catbox, we avoided storing copies of pictures on every Lemmy instance. Is this still the case? I read a bit about proxying pictures (https://github.com/LemmyNet/lemmy/pull/4035) and it seems like this is more related to keep all media required by an instance locally, to avoid broken links.

So long story short: what should be the recommended way to share pictures on Lemmy?

  1. Use a hoster like https://imgbb.com/
  2. Upload pictures locally
you are viewing a single comment's thread
view the rest of the comments
[–] gandalf_der_12te@discuss.tchncs.de 1 points 1 month ago (2 children)

I think it has to do with the technical way comments are handled.

When comments are sent from one instance to another, only their "markdown code" is transmitted. If you include an image in your comment, that becomes a line in markdown (which is text) that looks like this:

![](https://discuss.tchncs.de/pictrs/image/93df1acb-a898-46c9-bc07-d2b7467c345e.jpeg)

So yes, this is not dependent on version; it's similar to how you have a <img src="..."> tag in HTML that only links to the image, instead of copying it.

[–] Blaze@lemmy.dbzer0.com 2 points 1 month ago (1 children)

But then wait, proxying doesn't happen?

[–] Blaze@lemmy.dbzer0.com 1 points 1 month ago

Interesting, thanks