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

Granixo
link
fedilink
-32Y

I think you may need to start looking for a new phone.

@[email protected]
creator
link
fedilink
122Y

I am too poor :-(

Square Singer
link
fedilink
4
edit-2
2Y

It’s good that you wear out the phone til the end.

There are a few things that could help you speed up your phone by a lot. I am assuming you are on Android. If you are on Apple I can’t help you.

  • Older Android version there is a cache partition. Clearing that will boost the phone’s speed by a lot. For that, google how to get into recovery on your phone and select “Clear cache” if that option is available. This is a safe operation where you lose nothing. DO NOT DO “Clear data” unless you want to lose all your data.
  • Uninstall unnecessary browsers. Many browsers keep running in the background and consume resources. Most apps do that, but browsers consume lots of resources. Maybe only keep the ones you can’t delete plus maybe one you like.
  • Clear cache of the browser apps frequently. Especially Firefox seems to get slower the fuller the cache is. Also, cache consumes storage space.
  • Disable preinstalled apps that you don’t use.
  • Force close apps that you do use but that don’t need to be running in the background.
  • On older Android versions install Greenify and let it kill all apps that have no business running in the background.
@[email protected]
creator
link
fedilink
12Y

Thanks for the detailed response! I am using lineageOS on an old oneplus 6T. I only have the mull browser installed, but will make sure to clear the cache on it! Will see if there are any apps running in the background I am unaware of and kill them.

Oh, you are rooted. Then definitely check out Greenify and also don’t forget to clear the system cache from recovery, if your phone has one.

This is separate from the per-app caches.

No clue, but [email protected] is my favourite :D

kadu
link
fedilink
302Y

Jerboa is probably the most efficient.

kratoz29
link
fedilink
122Y

Since it seems to keep alive in the RAM longer than other clients I agree with you.

Voyager is also a good option because no tracking or added waste from apps because it is a PWA.

@[email protected]
creator
link
fedilink
22Y

Interesting, hadn’t heard of voyager. Will give it a go in addition to jerboa!

kratoz29
link
fedilink
22Y

Both are great options, but I am more inclined to Voyager, especially on your specific case scenario.

i’m using mlmym using the browser… I have a very low end (in today’s world) MSM8974-based 2013 phone with an Android 11 custom rom and wefwef or jerboa is too much for it.

@[email protected]
creator
link
fedilink
12Y

Never heard of this one! Will try to find it - sounds very promising since it seems lighter than wefwef/jerboa

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).

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.

@[email protected]
creator
link
fedilink
1
edit-2
2Y

Interesting point! I do have an amoled phone (had to look it up - it’s a oneplus 6T). Will make sure dark mode is on

Your best bet is to use the Voyager app

idunnololz
link
fedilink
92Y

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.

agilob
link
fedilink
22Y

What were the architectural decisions you made?

idunnololz
link
fedilink
32Y

It’s one of the core design principles I use when making decisions about implementations. I can share some examples where this mattered.

The app is pretty aggressive about caching. This should reduce the number of unnecessary network calls. Network calls are expensive both for performance reasons and on your battery (try it out, turn on airplane mode and watch your phone last 1 week on a single charge).

Another example is unnecessary computation of changes and of UI elements. This again both increased performance and battery life.

@[email protected]
creator
link
fedilink
32Y

Currently trying it out! Very responsive and dark. Does feel like it is built to be easy on the battery. Will report back after a week or so!

Thanks! I want to take it easy on my instance’s servers

Alfi
link
fedilink
62Y

Any reason why it’s not FOSS?

idunnololz
link
fedilink
52Y

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
link
fedilink
42Y

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
fedilink
42Y

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
fedilink
22Y

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

voyager is using your phone browser it might be more efficient

I feel like that should have the opposite implication 🫠

@[email protected]
creator
link
fedilink
12Y

I suppose I could do some controlled tests to figure this out… hmm

No Stupid Questions
[email protected]
Create a post

No such thing. Ask away!

!nostupidquestions is a community space dedicated to being helpful and answering each others’ questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All posts titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That’s it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it’s in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't harass or disturb other members.

If you vocally harass or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.

For further explanation, clarification and feedback about this rule, you may follow this link.



Rule 8- All comments should try to stay relevant to their parent content.

Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here.

Unless included in our Whitelist for Bots, your bot will not be allowed to participate in this community. To have your bot whitelisted, please contact the moderators for a short review.



Partnered Communities

You can view our partnered communities list by following this link. To partner with our community and be included, you are free to message the moderators or comment on a pinned post.

Community Moderation

For inquiry on becoming a moderator of this community, you may comment on the pinned post of the time, or simply shoot a message to the current moderators.

Matrix Chat Room

To find & join our chat room, log into fluffychat.im(or any other matrix client) and put #nostupidquestions:matrix.org on the search bar.

Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

  • 1 user online
  • 213 users / day
  • 9 users / week
  • 232 users / month
  • 772 users / 6 months
  • 0 subscribers
  • 607 Posts
  • 14.2K Comments
  • Modlog