cross-posted from: https://lemmy.world/post/16102424

Hi all,

Quiblr now has personalized post feeds for Lemmy!

I haven’t seen a “recommended feed” feature anywhere else in the fediverse but I thought I would take a crack at building it!

My goal was to make a privacy-focused recommendation engine that tailors your experience based on the content you interact with. None of the data leaves your device. You don’t even need to log in for it to work

  • You can turn it off or tune your feed in the settings
  • Each post now also includes a show me more/less button

I would LOVE feedback from folks if you get a chance to try it out!

This was really fun to build so let me know if there are any questions!

PS: Let me know if someone else has built this feature for the fediverse - then I will change the title to not claim “the first” lol

  • Eggyhead
    link
    fedilink
    224 days ago

    Images on the feed shrink when I try to zoom in on mobile. If I want to read the text on the image, I need to tap it once to open the post, then tap it again to open the image. At that point it fills the screen, but I still can’t zoom in any closer, it just bounces back.

    • AureliusOP
      link
      4
      edit-2
      24 days ago

      That is an effect of the dynamic sizing (adjusting the style for different screen dimensions) + it may be because the items are in a flatlist. I will add a dynamic image size setting option tonight to allow users to show the full image ratio rather than a standardized image size.

      Edit: dynamic image size setting is now live