Does it make a difference which one I use? I am using an old phone (~5 years old). Currently using liftoff! and connect. Feel like my phone is dying a lot quicker since I switched from using infinity for reddit a month or so ago

  • Cr4yfish
    link
    1111 months ago

    I always wonder when people say something like this. I also develop a Lemmy app myself and don’t understand this point, like are you afraid people will complain about your code cleanliness or commenting techniques?

    I mean what extra work is there really? Moving secrets to environment variables is annoying, I get that at least.

    I mean no offense to you at all, really, but when I check out other Lemmy apps I don’t even bother with closed source ones since I can’t possibly know if you just steal login information. Especially since this is so immensely easy with Lemmy.

    Again, I’m not saying you do these things but it’s always better being able to check yourself, you know?

    • idunnololz
      link
      2011 months ago

      Different people have different preferences. I respect people who can open source their app and feel no negatives about it. I’ve worked on enough open source projects to know it’s not for me.

      I mean if I wanted to do it for selfless reasons I would do it but here I’m working on the project for my own enjoyment.

      There are a lot of reasons why open sourcing the app would reduce my enjoyment of working on the app.

      I’ll try to list some of them.

      1. I feel pressured to be a role model. I understand people learn from open source code. This puts pressure on me because I feel like any code I publish needs to act like a good role model for learners. At this point writing code has turned into what I do at my job. Why would I want my personal hobby to turn into my job?

      2. I’ve been writing code for a very long time and I’ve learned what I like and what I don’t like. Due to this I’m pretty anal and opinionated when it comes to my own code bases. This pretty much eliminates any chance id want anyone to contribute to my open source projects. Because again that would mean I’d have to review their code and we are back this hobby turning into my job.

      3. I want full control of my own project and how the app is distributed. That means I don’t want people to fork it and then release variants of it. Honestly if that happens id just quit working on the app. So another avenue where open sourcing the project can only bring problems.

      So if you look at all of this I stand to gain almost nothing from open sourcing the app and I pretty much just lose.

      • idunnololz
        link
        1211 months ago

        Tldr I like writing code. Anything that distracts from that is not enjoyable to me.

      • passably9
        link
        6
        edit-2
        11 months ago

        I respect your opinion and can understand where you are coming from. Although I’m a huge FOSS evangelist