This makes me think of Fediverse client SoraSns. It used on-device ML and has algorithmic choice. It’s awesome that everything is done on-device
Fediverse
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 [email protected]!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general 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
Wow, this looks cool and useful, but since it's the first time I know about Quiblr I have to ask, what is it? I feel like it's a frontend to any lemmy instance? This fediverse world is cool but the many layers of this onion confuse me a little. I like the look and feel of the site! I think this feature of "For You" would be useful to other federated projects. In "reddit-like" projects I don't see much use because my feed on that app was from things I followed, but in things like peertube or youtube alternatives, a "recommended" page is a thing that I miss! It could be awesome if this feature could be implemented in other federated projects.
Hi, Im glad you like Quiblr! It is a frontend. It currently supports Lemmy Instances. So you can use Quiblr and browse/join any other Lemmy instance. Basically, it is the equivalent of a Reddit client
And I agree that the recommendation algorithm perhaps has a more ideal fit with other content. But I liked the idea of something new and novel by mixing Lemmy's Reddit-style with a Youtube/Instagram-style recommendation feed.
Let me know if any other questions or feedback come up!
that's cool!
🚩 Anti-libre software bans us from proving it's claims. This is worse, service as a software substitute.
It does not. I haven't used matrix yet. What are matrix rooms used for?
Are like Discord federated.
Matrix can be used also in place of Telegram/Whatsapp.
Little feedback on the UI from taking a peek at this.
When I went into settings and adjusted post display style from card to anything else, it wasn't clear to me that this wouldn't apply to the new For You feed, which left me confused and less inclined to use it. I still gave it a try to make sure I wasn't missing anything and to see how much the feed seemed to change with some light interaction, but I think you'd need to use it more than I did to see an effect.
Problem being: display settings not applying to the For You feed means I'm not going to use it much with the default card view.
Second part is that there was some comment display lag as I looked through posts, so if I looked at a post about cats with cat-related comments, those comments would linger and appear for a moment under a different post about possums. It's just long enough to be noticeable, so thought it worth mentioning.
Valid. I finished the functionality of the For You feed and wanted to share before wrapping up all the formatting styles for the posts. Should be fixed here in a few hours.
Also, I'll see if there is a better way to dynamically load comments. Thanks for the feedback!
Edit: Other post formats are now available on the For You feed
Appreciate the adjustments and responsiveness! Gave it another try after this and the different formatting hit the spot! Still need to use more to see more finely tuned results, but dig the idea.
Also as others have already said plenty, would be cool to see this cleaned up for an open source release. If you'd like to see how some others are handling a sorta similar idea but with RSS feeds, you might look to Nunti for ideas on how to approach it.
I’ll check it out!
That does actually look interesting and might revolutionize parts of the Fediverse, ngl. Is it open-source?
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?
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
Is it opwn source? Would love to see it on mastodon and other apps
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
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
Where can I submit a bug report? Liking the app so far, great work!
I appreciate it! And there is a Feedback form in the sidebar
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 :)
Nice UI work. I'll wait for it to be open-sourced before I use it to login to my account.
Without it being open source and not providing reproducible builds, the privacy claims are borderline weightless.
even if it's open source, how would you verify that the instance is running that version of the software?
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.
Agree, but anyone competent could just sniff the traffic. (Or hopefully, lack thereof)
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.
This. For all we know, the app could be doing all kinds of nefarious things and we wouldn't be able to tell.
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.