this post was submitted on 23 Jun 2023
25 points (96.3% liked)

Lemmy

523 readers
2 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

Lemmy is certainly a lot faster than new reddit, but I prefer the aesthetic and speed of old.reddit.com and hackernews. I like the minimalism and how everything defaults to the left of the browser rather than the center. I also really enjoy how I can expand the entire text of a post without actually clicking on the post's link.

Just my thoughts. Hoping to see more theme and front-end options emerge over time.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (8 children)

If anyone wants to work on a web client for Lemmy, let me know. I'm thinking about it, but seems like a lot of works for just one person.

[–] [email protected] 1 points 1 year ago (1 children)

The main issue you're gonna encouter is CORS. There is no real upstream decision on loosening the existing CORS permissions. The alternative is to proxy every request from everyone which will not only get you rate limited but also you will have to deal with storing people's authentication tokens which requires not only complete trust in every step of the way but also not accidentally messing things up and exposing them somewhere.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Hmm... that's interesting, I didn't think about that. Definitely not gonna proxy, that's for sure, I wanted it to be serverless.

Welp, I don't know how it could be done then. I would ping Dessalines or Nutomic, but I haven't really decided to start working on this, so I won't bother them. But if anyone feels like going for it, I'll be happy to lend a hand.

Edit: I just saw there's an open PR to allow CORS. I guess we'll see how it goes.

load more comments (6 replies)