Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LE
Posts
2
Comments
13
Joined
2 yr. ago
  • As a Lemmy user myself, I totally get the sentiment. GitHub isn’t ideal, and I had also considered Codeberg in the past (not for this project, but way back for others). Unfortunately, the simple reason is that the community is already on there, which makes getting contributions and engagement much easier. Managing and tracking issues across two platforms would be quite (mentally) taxing, which is on top of the effort already going into developing the app.

  • I'm glad to hear it's being used frequently! I've heard a similar, but not exactly the same use case, so I recommend submitting a feature request on GitHub. That way, I can review it later to assess if the feature could be included when I plan ahead for new releases.

  • EXIF data is removed by default, at the moment, there's no way to keep those data. I personally see that more as a feature than a bug though. The primary reason why there is no option to keep EXIF data is to maintain feature parity across different image formats.

  • Selfhosted @lemmy.world
    lent9004 @lemmy.world

    MAZANOKE v1.1.0: Self-hosted local image optimizer in your browser — now supports HEIC, clipboard paste, and more

    MAZANOKE is a simple image optimizer that runs in your browser, works offline, and keeps your images private without ever leaving your device.

    Created for everyday people and designed to be easily shared with family and friends, it serves as an alternative to questionable "free" online tools.

    See how you can easily self-host it here:
    https://github.com/civilblur/mazanoke


    Highlights from v1.1.0 (view full release note)

    I'm delighted to present some much-requested features in this release, including support for HEIC file conversion!

    • Added support to convert HEIC, AVIFJPG, PNG, WebP.
    • Paste image/files from clipboard to start optimization.
    • When setting a file size limit, you can switch between units MB and KB.
    • Remember last-used settings, stored locally in the browser.

    The support from the community has been incredibly encouraging, an

  • Addressing the subscribing part; I had similar requirements, so I started subscribing via FreshRSS while using a custom theme to give it a YouTube-like experience.

    I shared the setup a few month ago here: https://lemmy.world/post/21381606

    Edit: One of the benefits of using selfhosted RSS with a web interface is that it is platform agnostic.

  • I have limited knowledge of what limitations extensions have at the moment, but considering FreshRSS is server side rendered, integrating DeArrow on a deeper level would be ideal (if possible). It would mean that the thumbnail and title you get when you load the page would immediately be the non-clickbait ones, and it would only need to run it once for each video (if cached).

    I did however test DeArrow's API and it was very straightforward. However, running it as a client-side script would essentially mean that every video would have to be checked and "DeArrowed" on the fly, and it would do that for every page refresh. That might not be very performant for you, nor DeArrow's free API service.

    In short, it should be possible, but not ideal. I'm personally interested in the idea as well, but I'm not sure if I'll have time to tackle this.

  • It applies the theme across the entire instance!

    I believe it could be done however, but it's likely more suitable as an extension, opposed to a "theme" that relies on client-side css/js. I haven't explored the documentations for extensions as I intended this to be a "quick" solution to get a youtube-like experience.

  • Selfhosted @lemmy.world
    lent9004 @lemmy.world

    Browse FreshRSS like YouTube: "Youlag Theme for FreshRSS"

    "Youlag Theme for FreshRSS" provides a video-focused browsing experience for your RSS subscriptions. It tries to provide a similar experience to YouTube, primarily through its layout using CSS, but also a little bit of Javascript.

    Git repo for more details: https://github.com/civilblur/youlag

    In case you're not aware, "FreshRSS is a self-hosted RSS feed aggregator".


    The idea is that you subscribe to content creators through YouTube's RSS feed https://www.youtube.com/feeds/videos.xml?channel_id={id_goes_here}, then browse, watch, save to playlist ("label"), right within FreshRSS.

    There's also third-party extension for FreshRSS that provides the ability to use Invidious, but as we all know, the public instances are unfortunately struggling quite a bit as of writing.