[-] Aurelius@lemmy.world 3 points 6 days ago

Ahh I see. If that happens in the future, you can also click the 3 dots on the post and press "Show Less". It will add more weight so it rise up in the For You feed

[-] Aurelius@lemmy.world 3 points 6 days ago

Not at this time. I built the For You feed to be flexible for both signed in and not-signed in users. I can look into adding it as a feature, but it may take a while because Im working to finish the native mobile apps at the moment

48
submitted 3 months ago by Aurelius@lemmy.world to c/fediverse@lemmy.ml

Quiblr is Lemmy client with a bunch of cool features (e.g. For You feed, masonry posts, accessibility settings). Let me know what you think!

[-] Aurelius@lemmy.world 22 points 3 months ago

The recommendation engine is 100% private and on-device + it can be turned off via settings. It's novel and more experimental, but I wanted it to be available for folks to get more relevant content

For the remove duplicate posts feature, it keeps whichever is 1st in the feed (so it depends which sort method is used). It only applies for posts with the same title and from the same OP. Another experimental feature, but this has been a particular point of annoyance that I've heard from folks (i.e. the same exact post filling up a feed)

80

Super exciting update that I've been working on for a while. Finally able to pull together a single Quiblr repo for folks to explore and follow.

Check it out here

197
submitted 3 months ago by Aurelius@lemmy.world to c/opensource@lemmy.ml

Hi all,

Building the Quiblr client has been my passion project on the side. I'm excited to share it with the community!

Check out the repo here

57
submitted 3 months ago by Aurelius@lemmy.world to c/lemmyapps@lemmy.world

The Quiblr client is now open source!

Excited to finally get to this point and pull together a single working repo for the community to build on and use

4
Testing!! (lemmy.world)
submitted 4 months ago* (last edited 3 months ago) by Aurelius@lemmy.world to c/test@lemmy.ml

This is a test body text.

65
submitted 5 months ago by Aurelius@lemmy.world to c/dadjokes@lemmy.world
163
submitted 5 months ago by Aurelius@lemmy.world to c/dadjokes@lemmy.world
127
submitted 5 months ago by Aurelius@lemmy.world to c/dadjokes@lemmy.world
147
submitted 6 months ago by Aurelius@lemmy.world to c/privacy@lemmy.ml

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

50
submitted 6 months ago by Aurelius@lemmy.world to c/privacy@lemmy.world

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

[-] Aurelius@lemmy.world 23 points 6 months ago

Not open source (at least yet). Quiblr has been a side project for me and I've never managed an open source project before lol I'm talking with a buddy on how that could work though because he manages a few open source projects

Also, I added an about page in Settings >> For You >> Learn More

[-] Aurelius@lemmy.world 54 points 6 months ago* (last edited 6 months ago)

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 datacenters 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 designed it to work offline with no servers.

Edit: grammar

366
submitted 6 months ago by Aurelius@lemmy.world to c/fediverse@lemmy.world

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

132
submitted 6 months ago by Aurelius@lemmy.world to c/lemmyapps@lemmy.world

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!

[-] Aurelius@lemmy.world 23 points 6 months ago

You make great points. I think this should be one of the top goals for frontend Lemmy devs. Most users are not super technical. The fediverse (lemmy included) should work with minimal friction to be accessible.

If you're open to it, I'd love to get your feedback on my Lemmy frontend's onboarding and overall user experience. I've been trying to make it simple, effective, and accessible. I can DM you!

[-] Aurelius@lemmy.world 25 points 11 months ago* (last edited 11 months ago)

This is a fascinating read and very relevant given that Meta is moving closer to connecting Threads (per OP). The article gives a good example with How Google killed XMPP

[-] Aurelius@lemmy.world 42 points 1 year ago

I wonder who is funding such efforts 🤔

[-] Aurelius@lemmy.world 32 points 1 year ago

I’ll upvote this, but I refuse to comment

[-] Aurelius@lemmy.world 22 points 1 year ago

I’m not going to lie. I can’t keep up with all this. He’s CEO, he’s fired, he’s rehired, he’s not actually rehired, he now works at Microsoft. Talk about a crazy weekend

[-] Aurelius@lemmy.world 49 points 1 year ago* (last edited 1 year ago)

Everyone. NO EXCEPTION

[-] Aurelius@lemmy.world 40 points 1 year ago

This dude is straight up frying avocado and rice

view more: next ›

Aurelius

joined 1 year ago