this post was submitted on 02 Jun 2024
2 points (75.0% liked)

Fediverse

27914 readers
326 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
 

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

top 21 comments
sorted by: hot top controversial new old
[–] Kalcifer@sh.itjust.works 1 points 4 months ago* (last edited 4 months ago) (3 children)

Without it being open source and not providing reproducible builds, the privacy claims are borderline weightless.

[–] GBU_28@lemm.ee 2 points 4 months ago* (last edited 4 months ago) (1 children)

Agree, but anyone competent could just sniff the traffic. (Or hopefully, lack thereof)

[–] Kalcifer@sh.itjust.works 1 points 3 months ago

For sure. What the aforementioned bits of information provide is the ability to be confident in the privacy of software if one were to treat it as a black box, ie an average consumer.

[–] Jumuta@sh.itjust.works 1 points 2 months ago* (last edited 2 months ago) (1 children)

even if it's open source, how would you verify that the instance is running that version of the software?

[–] Kalcifer@sh.itjust.works 1 points 1 month ago

Fair point. I believe I was under the impression that this was an app rather than a served webpage. I suppose one can easily verify this by looking at how the "For You" algorithm works within the browser ­— all the code for functionality would be sent to the browser; though, it could potentially be obfuscated, which might be a pain.

[–] warmaster@lemmy.world 0 points 4 months ago (1 children)

This. For all we know, the app could be doing all kinds of nefarious things and we wouldn't be able to tell.

[–] Kalcifer@sh.itjust.works 1 points 3 months ago

Hm, I feel that it's inaccurate to say "we wouldn't be able to tell". It's not exactly a black box system — the app would have to run on an operating system, and if you are able to know what the operating system is doing, and what instructions are being executed by the CPU, then you can know exactly what the app is doing.

What the aforementioned bits of information provide is the ability to treat software as a black box and be sure of its safety without having to fundamentally audit it.

[–] helenslunch@feddit.nl 1 points 4 months ago

I dunno if this is within your wheelhouse but what I'd really like to see is a manual weighting by community.

So, for example, if you're mildly interested in Linux, you can give those communities a 3/10 weight and that way you'd only see the most popular content rather than having it dominate your entire feed.

And then a gaming community 10/10 weight so you'd see every single post.

Maybe you can combine the 2 and just make the automatic "for you" weighting visible and manually adjustable.

[–] Zak@lemmy.world 0 points 4 months ago (1 children)

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.

[–] Aurelius@lemmy.world 1 points 4 months ago

Notes! I’ll aim to add it to the next release. Thanks

[–] riot@lemmy.world 0 points 4 months ago (1 children)

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?

[–] Aurelius@lemmy.world 3 points 2 months ago (1 children)

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!

[–] riot@lemmy.world 2 points 2 months ago (1 children)

Wow, I appreciate you following up! I can just imagine how much you had to get through. Cheers!

[–] Aurelius@lemmy.world 2 points 2 months ago

It's my pleasure! Enjoy!

[–] Andromxda@lemmy.dbzer0.com 0 points 4 months ago (1 children)

That does actually look interesting and might revolutionize parts of the Fediverse, ngl. Is it open-source?

[–] Aurelius@lemmy.world 2 points 1 month ago (1 children)

I just gave Quiblr an open source update. You can find GitHub can be found here

[–] Andromxda@lemmy.dbzer0.com 2 points 1 month ago (1 children)

Just saw it, amazing, keep up the great work!

[–] Aurelius@lemmy.world 2 points 1 month ago

I appreciate the support and kind words!

[–] MrPoopyButthole@lemmy.world 0 points 4 months ago

Nice UI work. I'll wait for it to be open-sourced before I use it to login to my account.

[–] xnx@slrpnk.net 0 points 4 months ago (1 children)

Is it opwn source? Would love to see it on mastodon and other apps

[–] Aurelius@lemmy.world 1 points 1 month ago

Sorry for the delayed response. Quiblr is open source. Github here