Putting aside the fact that it is horribly bloated. Accurately measuring RAM usage is tricky, there are several measurements, and no "right" one. It is clear from the article that what eats up so much RAM is not the weather app itself but the framework it runs on. There is a "Renderer", a "GPU Process",... eating most of it. The thing that the task manager doesn't tell you is whether or not these are shared component…
> It is clear from the article that what eats up so much RAM is not the weather app itself but the framework it runs on. There is a "Renderer", a "GPU Process",... eating most of it. You say tomato we say tomahto At the end of the day bloated app is a bloated app its consequences are the same.
Windows 11's built-in Weather app wastes more than 1 GB of RAM
391–400 of 621 posts
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#392Earlier quoted context omitted.
Windows Explorer crashes for me about ~3 times a day at work, and takes down the taskbar with it, so not sure about more stable. I don't use Nautilus though because it's pretty bare bones compared to Dolphin. Also: > These super-indexed desktop linux search functions are also dog slow Baloo-indexed KRunner on Plasma is instant. I index my entire home folder, including hidden files, and I can substring search with imp…
I'm pretty sure you have a plugin installed for Explorer that makes it crash - while Explorer is far from a perfect piece of software, its not even close to this bad, but it's pretty easy to extend it with COM objects that then run inside the process, that can and do crash the whole thing.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#393And this isn't really new either, they've been pushing for everything web tech since the 90s no less. Remember Active Desktop?
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#394Earlier quoted context omitted.
AI writes code like that, but people get pretty upset hearing it. The program that I use to manage my small business, basically a GUI wrapper on an sql DB is a total delight to use, because everything happens instantly . Even opening it is instantaneous. Modern software is such a bloated mess that you kind of get used to a 20 second start-up and a .25-1 second delay on every action. Then you use something that isn't…
What happens if you keep asking AI to rewrite it to use less and less resources?
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#395As embedded guy, sometime i wonder what those web devs are doing. A simple app that consumes multiple magnitude more RAM than the entire system i usually working with(~1MB). I assume it just does some HTTP query and render it on the screen, why the heck 1GB of RAM ?
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#396> By comparison, Apple's native Weather app on macOS reportedly uses less than 250 MB of RAM That's also bloated, couldn't they find a better comparison to illustrate the egregious waste?
My entire kde "plasmashell" which includes my wallpaper and the various widgets installed (including a weather widget) uses 560MB for a screen with 5120x1440 pixels.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#397Easy workaround for this: 1. Install uBlock Origin in Edge. 2. Start Edge, browse to MSN Weather. 3. Click the "Add an Application" button in the address bar to get a Start Menu icon for the page. 4. Delete the in-box Weather app icon. Now you get the same Weather app in about 130MB of RAM, with no ads. It's not as nice as a native app, of course, but it's 1000% better than the useless ads and MSN feed that you can't…
1. Install Linux with KDE
2. Turn on weather report widget
3. Enjoy :)
PS: You've also solved the mandatory account requirement, adds all over the OS, "Copilot" everywhere, Edge constantly coming back and much more <3
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#398They're pointing to macOS and saying it uses 5 times less RAM there, but is 230MB for a weather app really something to be proud off?
Has a bunch of visualizations and stuff. It might all be graphical assets?
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#399Earlier quoted context omitted.
AI writes code like that, but people get pretty upset hearing it. The program that I use to manage my small business, basically a GUI wrapper on an sql DB is a total delight to use, because everything happens instantly . Even opening it is instantaneous. Modern software is such a bloated mess that you kind of get used to a 20 second start-up and a .25-1 second delay on every action. Then you use something that isn't…
What happens if you keep asking AI to rewrite it to use less and less resources?
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#400My gaming PC that I built in January 2006 that IIRC I used to simultaneously run Battlefield 2, Trillian, Xfire, Thunderbird, and Winamp with a 1680x1050 monitor had 1 GB of total system RAM.
Some of us still know how to write software like that. And enjoy doing it. I made a little conference schedule app a few weeks ago for a conference I was at. I used my own rust UI toolkit, which calls in to cocoa to make use of native UI components. The resulting binary is about 500kb and it uses a couple megs of ram while running. It looks and feels like a totally native iOS app. As far as the OS is concerned, it is…