• Rentlar@lemmy.ca
    link
    fedilink
    English
    arrow-up
    1
    ·
    29 days ago

    Media

    There is a new functionality for users to list all images they have previously uploaded, and delete them if desired. It also allows admins to view and delete images hosted on the local instance.

    When uploading a new avatar or banner, the old one is automatically deleted.

    Instance admins should also checkout lemmy-thumbnail-cleaner which can delete thumbnails for old posts, and free significant amounts of storage.

    This is great news, and addresses what was until now a big shortcoming… a user had no way of managing uploaded images and admins had to crawl through the DB to manage or delete them.

  • Admiral Patrick@dubvee.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    29 days ago

    In order to improve interoperability with Mastodon and other microblogging platforms, Lemmy now automatically includes a hashtag with new posts.

    👎🏻 No way to disable this if I don’t want hashtags cluttering up my posts. And worse, it’s Lemmy putting words in my mouth / speaking for me.

    [Re: Image Proxying] The setting works by rewriting links in new posts, comments and other places when they are inserted in the database. This means the setting has no effect on posts created before the setting was activated. And after disabling the setting, existing images will continue to be proxied. It should also be considered experimental.

    What an absolutely stupid way to do image proxying. Why not just dynamically re-write image URLs to use the proxy path before serving it via the API?

    That way:

    1. It works with all content posted any time before/after the setting was activated
    2. It lets users decide whether they want to proxy or not
    3. Doesn’t break images if the home instance pict-rs is broken (which I’ve been seeing a lot of lately)

    If you think “that’s not reliable” or “too hard”, I’ve been doing it successfully exactly that way in Tesseract with it’s image proxy/cache for over 8 months (on the front end…in a cave…with a box of scraps).

    • taaz@biglemmowski.win
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      29 days ago

      What a dumb way to do image proxying.

      This is about proxying external images, URL rewrite won’t work unless the image is also downloaded and hosted by the instance (which seems even worse for many reasons).
      Or am I missing something here?

      • Björn Tantau@swg-empire.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        29 days ago

        Lemmy will rewrite the image URLs when saving a post.

        But instead the URL should be rewritten when loading the post. That way the original URL wouldn’t get lost and it would also work for old posts.

    • bevan@lemmy.nz
      link
      fedilink
      English
      arrow-up
      0
      ·
      29 days ago

      The hash tag just adds the community name:

      “The hashtag is based on the community name, so posts to /c/lemmy will automatically have the hashtag #lemmy. This makes Lemmy posts much easier to discover.”

      Not really putting words in your mouth.

      • Admiral Patrick@dubvee.org
        link
        fedilink
        English
        arrow-up
        0
        arrow-down
        1
        ·
        edit-2
        29 days ago

        If I didn’t type it, it’s putting words in my mouth.

        If I want a hashtag, I’ll type one. I don’t give a fuck about Mastodon, and I resent my experience being made worse to accommodate them.