this post was submitted on 22 Feb 2024
1254 points (97.3% liked)
memes
10186 readers
3188 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to [email protected]
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
Sister communities
- [email protected] : Star Trek memes, chat and shitposts
- [email protected] : Lemmy Shitposts, anything and everything goes.
- [email protected] : Linux themed memes
- [email protected] : for those who love comic stories.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Unironically you're missing the point. The point being, it's not a problem for many apps to start because oh how powerful PCs got. The problem is when some apps use so much resources that regardless of how powerful your PC gets, it's wasteful to have them opened all the time.
Reason for that problem is them using unoptimized frameworks such as Electron and CEF (seriously, check each app on the image).
And main reasons for that are:
Google posing browser component as a GUI framework.
Devs not caring (or being lazy) enough to do native coding.
I wish every person would realize the above so we could force developers do their job better.
Ironically, even if OP missed the point, the apps pictured are resource hogs and all of them don't need to run on starup other than Defender.
Sure, leave OneDrive/Dropbox on if you use it. Leave Spotify if you just need your music to start blasting the second you reach the desktop. If opening Steam and waiting ~30 seconds for the lord Gaben-given daily update is too much of a problem let it do its thing on startup, but who in their right mind needs Soptify, OneNote and all the gaming clients slowing down startup of literally everything?
And CCleaner, McAffee and Adobe can go fuck themselves along wirh Nestle.
I mean I didn't disagree with that.
I guess every user who doesn't care enough to check the autorun settings as long as it works. Probably most non-IT specialists.
"Waaaah waaaah, how else am I supposed to make crossplat code?" - Whines the coder whose product is only available for Android, as an electron app no less, for that one never heard of Dart+Flutter (if i'm not mistaken, the most recent Ubuntu installers interface were made with it), or Delphi/Lazarus (yes, those two use Pascal language), or even Tauri or Neutralino if they code in Javascript.
Tried some nice tool (tabame) that uses Dart/Flutter and it immediately uses 250 mb of RAM. No graphical content except some icons in the GUI. As I was going to replace task manager which uses 60 mb, I was not happy.
Wish sciter would be more popular.
That's a lot of ram usage. Decided to try myself and on the first startup, 118mb ram. Ouch. It did fall to ~50mb after some setup, but that's still quite high, especially compared to my task manager eating around 25mb while open. I somehow also managed to spawn 2 tabame processes, so I guess the program still needs to iron some kinks, to say the least.