As a strong supporter of open-source and community-funded projects like Lemmy, which prioritize serving users over investors, I believe Lemmy has significant potential, and that’s why I am here. However, it is clear that its growth is nearing a plateau in its current form. Despite the surge in users following Reddit’s API changes, Lemmy continues to primarily attract tech-savvy individuals, politically left-aligned users, and those accustomed to old Reddit. For Lemmy to reach the broader average general audience, meaningful changes are necessary.

The rise of Bluesky demonstrates the importance of ease of use and a user-friendly design. Its polished and familiar interface is a key reason for its growth and appeal as an alternative to platforms like X/Twitter. This same ease of use is what Mastodon lacked, leading to its initial hype fading quickly. The average user is unlikely to adapt to something that feels complicated or unfamiliar, and this challenge also applies to Lemmy.

As someone who started as an average Reddit user and became more tech-savvy over time, I can confidently say that first impressions matter. When users first visit lemmy.world, the default UI is often enough to discourage them from staying. Most will not explore the homepage sidebar to explore, figure out and switch to one of the alternative UIs available, which is unfortunate because a better UI could make a huge difference.

This is why I propose that large servers like lemmy.world adopt Photon UI as the default web interface. Photon is currently the best and most mature alternative UI, offering a visually appealing, modular design that feels familiar to users of new Reddit. It makes excellent use of screen space and provides customization options like compact and cozy views. Unlike some other alternative UIs, Photon is actively maintained and ready for widespread use, although in no way is it perfect, this can also help bring in more contributors to the project development.

While it is important to continue offering other UIs as options, I believe adopting Photon as the default UI could make Lemmy far more appealing to the average Reddit user. First impressions are crucial, and the current default UI has turned off many potential users. If we want Lemmy to succeed as a true Reddit alternative, we need to prioritize user experience and accessibility. Thankfully today, Lemmy still continues to be THE biggest Reddit alternative, while our userbase is still considerably smaller than Reddit, it’s the biggest of any alternatives, and Lemmy continues to somewhat be in the spotlight for those seeking alternatives, we can’t let growth stagnate, it’s high time we make the platform more welcoming and appealing for the average joe.

EDIT: The image I attached is from photon.lemmy.world, which I just realized is using the outdated version of Photon, I have updated the image to the updated current photon version from phtn.app. There are a lot of improvements made.

  • GamingChairModel@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 hours ago

    No forum, email or word processor (even WordPerfect for the c64) or Notepad uses this

    I think the convention of 2 newlines for each paragraph is a longstanding norm in plaintext. The old Usenet, list servs, plain text email, etc., was basically always like that, because you could never control how someone else wraps their text. 2 new lines would be a new paragraph no matter what, while single new lines could create ambiguity between an author’s intentional line break versus the rendering software’s decision to wrap an existing line.

    For lists and the like, you’d want to be able to have newlines without new paragraphs, but you’d generally want ordered lists or unordered lists at that point.

    For an obvious example of markup languages where newlines and carriage returns don’t have syntactic meaning, look at literally the most popular one: HTML.

    So markdown was essentially enforcing the then existing best practices for pure plain text communication, to never use single line breaks except in lists.

    Most UIs don’t even have a preview option, let alone need one, because they don’t require you to have a stick up your ass to ‘get’ using them.

    It was pretty common before Markdown took over that forums and other user-input rich text fields used raw html (or a subset of html tags), or something syntactically similar to html’s opening and closing tags (BBcode, vBulletin markup, etc.).

    Markdown was basically the first implementation that was designed to be human readable in plaintext but easily rendered into rich text (with an eye towards HTML). It’s not a coincidence that it took off in the early days of the “web 2.0” embrace of user-submitted content in asynchronous forms.

    I get the complaint. But I think markdown makes a lot of sense as a way to store and render text, and that one compromise is worth it overall.