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

  • Quart@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    You should use one with an AMOLED dark mode. Usually the screen uses the most battery and if your phone supports AMOLED it actually turns the pixels off to make blacks, which is more energy efficient. I have Connect, Liftoff, and Jerboa and they all offer it as a theme option although Jerboa calls it System Black (I think that’s the same thing anyway).

    • Square Singer@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      But only if you actually have an (AM)OLED phone. On OLED only bright pixels consume power. On LCD the backlight is equally as bright, no matter of the pixel colors, and actually, dark pixels consume very slightly more power than bright pixels.

  • idunnololz@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Fk this is going to sound so boastful but I architected Summit for Lemmy for efficiency from the ground up. Give it a try. I’m curious if you notice a difference.

      • idunnololz@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        I get asked this a lot. I should really make a FAQ.

        The short answer is I created Summit and work on it for my own enjoyment. I do it purely for fun. It is not open source because open sourcing it creates a lot of pain points and diminishes my enjoyment of working on the project.

        If you have any questions about this I would be happy to answer them.

        • Cr4yfish@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          1 year 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@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            1 year 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.