• @pkrasicki
    link
    English
    151 year ago

    I created a proposal with UI design changes. Feel free to post a comment with your feedback: https://github.com/LemmyNet/lemmy-ui/issues/1183

    More things would need to be changed to make the app more readable, but I didn’t want to propose too many changes at once. So this is just for the main page with default theme.

    screenshot

    • @raybOP
      link
      English
      101 year ago

      That’s pretty nice! I think that the theme could def use a little love. I think the devs said at one point that they want to make it so any bootstrap theme could be imported but for now it’s just the two themes.

      Are you a designer?

      • @pkrasicki
        link
        English
        41 year ago

        Thanks! I’m a front-end developer :)

        • @raybOP
          link
          English
          61 year ago

          Maybe you could make your changes as a userscript first and let people play around with it? I’d def test it out :)

          Fun fact: there used to be many more lemmy themes that were pretty cool but they got ripped out as too hard to maintain a while ago.

          • @pkrasicki
            link
            English
            31 year ago

            That sounds interesting! I wanted to be able to use it myself in case devs weren’t interested in changing the UI. Can you tell me how it works and how to do that?

  • @[email protected]
    link
    fedilink
    English
    151 year ago

    I added a mark as read button to the posts but now patiently waiting till the WebSockets -> REST API transition is complete so it can get merged.

    The front end needs a lot of work… Every bit is appreciated and the maintainers are pretty fast at reviewing and providing feedback which is nice to see.

  • Danny M
    link
    fedilink
    English
    61 year ago

    For anyone who isn’t a developer: contributing is not just code.

    Monetary donations help developers to continue their work, supporting them in their journey much as the brave Samwise supported Frodo. They ensure the continuity of the project, allow developers to dedicate more of their time to it, and help them acquire resources they may need.

    Yet not all of us are blessed with the wealth of the Lonely Mountain, and that is entirely acceptable. For in the land of FOSS, gold and silver are not the only treasures that matter. The donation of your time and skills can be as valuable as a chest full of gold.

    When you come across a bug, it can be reported, much as Pippin reported his sighting of the Nazgul to Gandalf. Yet remember, respect is key, as it was in all communications among the Fellowship. A bug report, properly done, is a gift to the community, a contribution to the common good. But it should be given with care, with thoroughness, and with the respect due to a fellow traveler on this digital road.

    Finally, consider the hobbits who remained in the Shire, who, though they did not journey far, spread tales of courage and bravery, keeping spirits high and ensuring the story was known. If you love a piece of FOSS, speak of it, share it, let others know. In the vast, interconnected realm of the Internet, word-of-mouth travels faster than Shadowfax.

    Every contribution, every bit of help, is more than welcome. It is cherished. It is celebrated. For in the realm of FOSS, as in Middle Earth, we are all on this journey together.

    Naturally, if you are gifted with the skills of a dwarf smith, able to delve into the deep code and fix bugs or add features, your contribution will be celebrated like Gimli’s axes in the Battle of Helm’s Deep. A good pull request is a bard’s song that echoes across the halls of digital Middle Earth, a melody that can inspire others and boost morale.

      • Danny M
        link
        fedilink
        11 year ago

        Indeed! Writing documentation is also extremely helpful; it’s like Bilbo penning Middle Earth’s lore, guiding users through the software’s labyrinth. Your efforts, whether clarifying existing documents or spreading knowledge, light our collective journey like the Elves’ light of Eärendil. Each addition or improvement is celebrated; it’s our shared saga.

  • KNova
    link
    fedilink
    English
    41 year ago

    I changed some stuff on the Lemmy-Ansible documentation for clarity, but I’m garbage at coding anything useful. Getting my head around rust or typescript is a real challenge from square zero.

  • @[email protected]
    link
    fedilink
    English
    31 year ago

    I’m interested, but I don’t know Rust and haven’t done frontend work in years. Might be able to do some work around scalability and contribute to a Kubernetes deployment guide (and/or Helm chart).

    • @[email protected]
      link
      fedilink
      English
      31 year ago

      I honestly had a blast learning Rust. Haven’t gotten a chance to do much with the language but it definitely shifted the way I think about coding in general.

  • @sqlazer
    link
    English
    31 year ago

    deleted by creator

    • KNova
      link
      fedilink
      English
      101 year ago

      Hey friend, I think you fell victim to that bug where you start replying and Lemmy directs you to another topic for some reason!

      • @sqlazer
        link
        English
        61 year ago

        so I’m not crazy!!! Thanks, I noticed it independently but swore I had commented on the right thing, thanks for pointing it out!

    • @raybOP
      link
      English
      21 year ago

      userscripts are great for proof of concept to show off and let people test it. However, can userscripts work across so many domains that lemmy instances are on? Maybe a list of domains has to be maintained in the userscript?

      Any particular things you thought you might fix with userscripts?

  • @[email protected]
    link
    fedilink
    English
    21 year ago

    I’ll try to contribute to the backend! I’ve always found it daunting, because often the issues are taken up.

    • @raybOP
      link
      English
      11 year ago

      Are you a rust dev? The backend is all rust and I think there are many pretty easy open issues to checkout.

      One thing (not sure if there is an issue right now) that is a problem on the backend is that it doesn’t send a response if you put the wrong username+password so the frontend just stays loading forever. However, maybe this will be fixed automatically when they stop using websocks (soon)

  • #!/usr/bin/woof
    link
    fedilink
    English
    01 year ago

    I ran my own server for many years. There was a learning curve to all the fiddly bits (Postfix Configuration, SPF, DKIM, DMARC, SpamAssassin) required to get the world to see your server as worthy. There’s also the problem of finding a “clean” IP that’s not been blacklisted by some spam database. And even then, once in a while you end up in a database for who knows what reason. These things often made the email less useful as sometimes I’d end up in people’s spam folder.

    It was a good experience as I learned a lot. But it was also a constant headache. One I felt I didn’t want to keep “learning” that particular thing I just moved to ProtonMail and haven’t looked back.