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!

  • JackGreenEarth@lemm.ee
    link
    fedilink
    English
    arrow-up
    3
    ·
    28 days ago

    Just upload the source code to github, it’s not difficult to make things open source, just often people don’t want to.

    • historypresent@lemm.ee
      link
      fedilink
      arrow-up
      14
      ·
      28 days ago

      I don’t think this is totally accurate. Open source management is very thank-less. If you just upload code, people expect to submit PRs, get updates, version control, etc. also you often need to do your diligence to ensure there aren’t any additional security considerations

      You can definitely just upload the code (with some revision for security) but truly managing an open source project (which I’m guessing OP is referring to) is another beast all together