this post was submitted on 09 Aug 2026
232 points (98.7% liked)

Technology

43087 readers
312 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 7 years ago
MODERATORS
 

Summary

  • Windows 11 Weather app hogs about 1.2GB RAM and spawns multiple Chromium processes.
  • App displays ads because it wraps MSN weather in a WebView2/browser shell.
  • Native macOS Weather uses ~247MB with no ads; Microsoft should port to WinUI 3.
you are viewing a single comment's thread
view the rest of the comments
[–] C4pt41n_Pr0xy@lemmy.world 80 points 5 days ago (6 children)

Even 247MB seems too much for usually checking the weather. Once upon a time, the entire operating system was able to run without any problems on less than 512MB of RAM, including programs, and now you tell me that I need half of it to check the weather? Technology has lost itself along the way...

[–] fartsparkles@lemmy.world 42 points 5 days ago (1 children)

Framework upon framework, abstraction upon abstraction. In pursuit of consistency and ease of development, the art of computer programming was lost and replaced with careless consumption of resources.

[–] SreudianFlip@sh.itjust.works 13 points 5 days ago

When I was young and A.I. was a science fiction topic, I was convinced that increasing efficiency in code and design would be a major benefit, doing more with less, the everyday magic of software disappearing into the walls and devices like magic gnomes.

I forgot about the ads.

[–] djmikeale@feddit.dk 3 points 3 days ago

On Mac there's a tonne of animations for the various stages of the day and various types of weather. Even for phases of the moon, and wind map with indication of wind velocity. Took a screenshot for a bit of context:

Interestingly it takes up 400 mb ram whereas messages takes up 610, which I find confusing

[–] jwt@programming.dev 6 points 4 days ago

I use windows to check the weather and it uses 0MB RAM.

[–] HakFoo@lemmy.sdf.org 14 points 5 days ago

Yeah.

Weather.gov has an API. Hit three endpoints- one to convert lat/long to their grid system, one for current conditions, one for forecast. Box the JSON into a pretty layout. <100 lines of TCL/Tk if you want to do it the lazy way and it still takes less RAM than an Electron Hello World.

[–] adoxographer@feddit.dk 6 points 4 days ago

I’d bet most of that would be images, the little animations it makes, all the different maps and overlays it needs, the ability to support multiple devices.

You could argue some optimization would benefit it, but at 247MB with an OS that is good at managing memory, I really don’t see how much smaller you could get it to.

[–] pHr34kY@lemmy.world 11 points 5 days ago

It depends how far back you go. I remember upgrading from 4MB RAM to 8MB to run Win95.

You can absolutely get the job of displaying weather done on a meg or two.