Live data from Hacker News

Windows 11's built-in Weather app wastes more than 1 GB of RAM

notebookcheck.net

31–40 of 611 posts

Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM

#31

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.

Well it's comparing it to apple's weather app, which is a fair comparison I suppose. 100mb still sounds like at least an order of magnitude too high to me though.

Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM

#33
post #27

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

Quite a tasteless metaphor, no?

Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM

#34
post #11

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

Windows really I'd shitty for "assuming" unlimited ram, storage, processing, internet budget for them to get away with it.

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

#36
This 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 option.

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…

15 years ago 4GB was comfortable and 8GB was abundant.

Today 8GB is bare minimum.

Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM

#40

This 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…

The visual assets alone will be tens of megabytes.
Post reply on HN