this post was submitted on 22 Jun 2023
230 points (96.4% liked)

Reddit

17443 readers
805 users here now

News and Discussions about Reddit

Welcome to !reddit. This is a community for all news and discussions about Reddit.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


Rule 1- No brigading.

**You may not encourage brigading any communities or subreddits in any way. **

YSKs are about self-improvement on how to do things.



Rule 2- No illegal or NSFW or gore content.

**No illegal or NSFW or gore content. **



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Posts and comments which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts.

Provided it is about the community itself, you may post non-Reddit posts using the [META] tag on your post title.



Rule 7- You can't harass or disturb other members.

If you vocally harass or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



:::spoiler Rule 10- Majority of bots aren't allowed to participate here.

founded 1 year ago
MODERATORS
 

Do people actually like all of the overdesigned clutter to the point where it makes them not want to switch sites?

To me, the stripped down clarity on Lemmy is a feature. I remember back in the day when people flocked to Facebook from MySpace, in large part because they were sick of eye gouging customized pages and just wanted a simple, consistent interface. The content, not the buttons to click on it are the draw right?

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

I’d rather see avatars removed entirely.

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

I would love to see the Settings menu and sections achieve the level of UI customization as the Apollo app.

Instead of gripes like “too much whitespace” or “needs more rounded corners” or “text is too small” and committing to a single combination of all these complex conditions as “the official design,” every user should be able to customize the UI exactly how they like it.

I would love to disable everything but text on the page: no avatars; no scores; no icons; no buttons except “Post,” “Reply,” and “Report”; light/dark mode inherited from system/device preference. That’s it. Boom! Done.

But you need robust HTML and CSS for this, and it is insanely difficult to find frontend devs who actually truly deeply know HTML, CSS, and JS. There are plenty of frontend devs making nice-looking sites, but those sites are typically unmaintainable in terms of CSS, are full of inaccessible nested tag soup in terms of HTML, and are locked into unremovable technical debt from the get-go via JS frameworks that will inevitably go out of vogue (as they all do).

Something as simple as native aspect ratios for thumbnail images is broken on kbin, so we immediately know that the HTML and CSS for this site are not in good shape, and until those things are addressed with growth and change in mind (and not just closing out bugs or hitting a launch date), it’s all going to fall apart eventually.

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

The code is open source, right? I’m tempted to go poking at it. I genuinely enjoy writing good front end code and am a fairly design-oriented developer, so it might be fun to put up a PR or two.

[–] [email protected] 1 points 1 year ago

I genuinely enjoy writing good front end code

As a backend developer writing frontends (I warned them, "Guys, I'm not a UI designer, this thing will work great, but it's going to be a visual disaster!") I'd be interested if you know any good CSS learn resources aimed at experienced developers that teaches how to approach writing well-designed CSS. Most of the guides I've seen don't do a lot to show me how to use CSS in ways that make it work well for larger apps without lots of hacky little bits that are hard to maintain.