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.

  • @[email protected]
    link
    fedilink
    English
    33 hours ago

    While I am not old enough to have experience with typing in the 70s, in my decades of experience with text input methods I cannot ever recall one using this method of 1 carriage return being ignored. No forum, email or word processor (even WordPerfect for the c64) or Notepad uses this, so my guess is your experience is in some niche technical field which does not apply to what the general population expects.

    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.

    • @[email protected]
      link
      fedilink
      English
      33 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.

    • @[email protected]
      link
      fedilink
      English
      1
      edit-2
      2 hours ago

      No forum,

      I already mentioned reddit. bbcode does it differently, yes.

      email

      Random mail off the LKML. What you see there is standard formatting established back in the days of 80 column terminals. Also have a (not so random) RFC.

      or word processor (even WordPerfect for the c64)

      Inherently wysiwyg.

      or Notepad uses this,

      Is a text editor, not a format.

      so my guess is your experience is in some niche technical field which does not apply to what the general population expects.

      Reddit, discord, discourse are neither niche nor aimed at a techy audience. Markdown is everywhere nowadays. It’s a standardised, machine-readable format picking up all those conventions of ole. It’s 20 years old by now.

      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.

      The standard lemmy UI does. Those wysiwyg-style UIs also require you to point+click a thousand times to get what you want because there’s no way to markup your text by typing – because the markup is not textual. Have you ever tried doing actual formatting by using those formatting buttons in the lemmy UI. Do you select a word, then hit “bold”, or, noticing that all it does is put asterisks around the word, type *word* instead?

      • @[email protected]
        link
        fedilink
        English
        1
        edit-2
        1 hour ago

        I don’t have a reddit account so I can’t verify, but IIRC it doesn’t ignore single return commands, and for certain Discord pushes the message immediately on hitting enter. This is closer to what most modern interfaces use, and what anyone using SMS is used to. Shift+enter allows the user to force a new line and 2x gives the paragraph break.

        I’m not saying markdown isn’t a thing, but it isn’t used nearly as often (edit: as in Lemmy’s particular implementation) as being described and setting up Lemmy’s interface to require it feels clunky. My specific issue is the handling of 1 enter being ignored. Everything else makes sense because I too use markdown manually quite often.