This article seems to be underestimating how much RAM a weather app should take. A well thought-out, native Weather app wouldn't take more than 100 mb of RAM.
Windows 11's built-in Weather app wastes more than 1 GB of RAM
31–40 of 611 posts
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#32Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#33Earlier quoted context omitted.
A weather widget using 8 bit color plus alpha on a 4k display show three full size images in 100mb. But I suspect that's not the ux we're talking about here, and a widget style system has no excuse.
Use an svg. Or render everything using css, 100mb is someone not trying. 1gb is absurd abuse that only domestic violence victims put up with.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#34Earlier quoted context omitted.
LumiWeather for AmigaOS runs on 2 MB RAM.
ESP32 in my OpenSprinkler pulls the weather (among a few more things it does) just fine and it has 520 kilobytes or RAM total.
They "could" make it easy but why bother? I assume next update will make calculator 1 gb download, 2gb ram resident and ADS
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#35Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#36But if you build it natively, you should have all of Microsoft tools at your disposition, dlls and such. In theory, this should allow you to make a 1 mb app or less. But in practice, it's the worse option.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#37Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#38I would like to be assured that the author knows the difference between actual memory and setting aside paging space.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#39...you know, I keep reading all this stuff about memory prices, and it does suck, but memory is still much cheaper per gigabyte than it was ~15 years ago. Which matters because the things most consumers are doing on their computers haven't changed in the past 15 years. We browse the web, edit photos, message friends, and so on. AI generally runs on remote servers anyway. For years, everyone kept saying it was fine th…
Today 8GB is bare minimum.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#40This took me down a rabbit whole. Why can a simple single purpose app not be just a couple megabytes if not less? The popular options are electron 100MB+, or embedding python3 in your executable which is at least 40MB. But if you build it natively, you should have all of Microsoft tools at your disposition, dlls and such. In theory, this should allow you to make a 1 mb app or less. But in practice, it's the worse opt…