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
deleted by creator
Is this foss if so where ia source code. Second does this need to be its own ui or could it be modified to work as a proxy between a 3rd party client and a lemmy instance? Otherwise how hard would it be to implement into eternity?
You don’t happen to use this username on Steam, do you?
No I do not lol do I have a doppelgänger?
looks Nice
Could this somehow be upstreamed into a new sort to be built into Lemmy? That would be pretty cool.
Nice UI work. I’ll wait for it to be open-sourced before I use it to login to my account.
What a super cool idea, and I love the implementation! I do however keep accidentally downvoting, when I want to upvote, and vice versa, since all other sites that I’ve ever used, display the upvote first, and the downvote second. Any chance of a toggle for that in settings?
A must-have feature for me is the ability to collapse comments on posts. Right now it seems like we can only collapse replies to comments, or put differently, we can only collapse child-comments. Any chance you could make it possible to collapse parent comments too?
Just a quick follow up here - I added a simple toggle setting to Quiblr that lets you flip the arrow order.
Apologies for the slow roll out, I had a big laundry list of updates in this latest release!
Wow, I appreciate you following up! I can just imagine how much you had to get through. Cheers!
It’s my pleasure! Enjoy!
Thank you so much! And I just made a note on the voting arrow order. I like the idea of making that an option in settings
And I can look into collapsing parent comments too. As you pointed out, I made it so just child comments collapse. The idea to collapse the parent comment never occurred to me lol
I’ll see if I can work both of these features into the next release.
You’re an absolute champ! Wishing you all the best with this project going forward, and I look forward to using it more :)
Where can I submit a bug report? Liking the app so far, great work!
That does actually look interesting and might revolutionize parts of the Fediverse, ngl. Is it open-source?
Just saw it, amazing, keep up the great work!
I appreciate the support and kind words!
I would LOVE feedback from folks if you get a chance to try it out!
I have feedback completely unrelated to the recommendation engine: please consider using CSS prefers-color-scheme instead of defaulting to light mode.
Notes! I’ll aim to add it to the next release. Thanks
It would be best not to direct users to sign up at lemmy.world by default. There’s nothing wrong with lemmy.world, it’s just that I feel it’d be better if users spread out more rather than only amassing in the larger instances.
I used lemmy.world as the default for non-technical users or for folks who can’t decide. Users can still select different instances. Maybe it could make sense to default sign ups to a list of popular instances
Is it opwn source? Would love to see it on mastodon and other apps
opwn source
I’m stealing this term.
I’m confused. You don’t have to log in at all? So if I post a comment, how does that work?
The recommendation engine doesn’t require users to log in. You would still need to log in to vote, post, comment, etc
Wow. This is pretty impressive since you usually only see these kinds of things from big tech companies and their stuff is definitely NOT privacy friendly.
Can you provide more detail on how it works and how it is different than what big tech is doing?
Yep I will be happy to see that too
Thanks a bunch! It took me a while to craft the solution to make sure it was both effective + private. I was originally inspired by Canopy. They built a news aggregator with private & personalized posts a few years back and the idea sat in my head.
To answer your question(s), there are quite a few signals that big tech uses to recommend content. Not all of them are privacy invasive (or at least they don’t HAVE to be). My approach was to do thorough research on the different signals used by big tech to make their recommendation engines, and just build ones that 1.) were possible given fediverse API limitations and 2.) private. I had to craft some novel approaches to make it work but I’m pretty happy with the outcome!
One of the biggest differences between the “big tech” approach and Quiblr’s is that most big tech does not keep data simply on your device. They store it in datacenter to build large social-webs to essentially cluster users (and push more relevant ads).
But I was able utilize many of the other signals used by big tech (e.g. communities you engage with, metadata of content you read, dwell time, post/comment/vote activity) and I made it to work offline with no servers.
Edit: grammar
How does it make the decision to recommend one post over another using the data it collects? Also does it treat all that data differently when ranking posts?
btw it feels really well polished so nice job.
Very cool!
Tesseract just lets you put communities into groups and view those groups as feeds, but it doesn’t do any personalization. AFAIK, you’re the first :)