...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…
We had modern programming toolkits that traded some efficiency for ease of use 20 years ago, along with GPU compositing for maximum smoothness. And that's when Vista came out requiring a whole 1GB to run properly. And other than doubling for 64GB that didn't change through 7, 8, 8.1, 10. Electron was never a great idea but more and more basic things keep moving to it and the result is a disaster. When you use it for…
Windows 11's built-in Weather app wastes more than 1 GB of RAM
501–510 of 616 posts
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#502Earlier quoted context omitted.
True, but many modern computers are using unified memory. On such systems all memory is almost equal, despite often reported differently. For example, on my 5 years old laptop with integrated AMD GPU, windows 10 calculator in default state uses 33 MB system RAM, 9.6 MB dedicated VRAM. Maximized to FullHD screen, same app uses 36 MB system RAM, 13 MB dedicated VRAM. Maybe the OS counts VRAM as active private working s…
Before Windows Vista, Windows apps normally didn't have framebuffers. There was one framebuffer for the whole screen, and apps drew into it. That's why dragging another window over a non-responsive window left a "slime trail" - the non-responsive window wasn't redrawing parts of itself when the window covering them moved away.
All that stuff would be hard to impossible with the older GDI architecture and no desktop compositor process.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#503nor is there anyone incentivised to improve customer experience for windows. it baffles me how bad windows search is. there are multiple tools out there which do a far better job.
same for file explorer.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#504> A new report shows Windows 11's built-in Weather app can consume more than 1 GB of RAM. By comparison, Apple's native Weather app on macOS uses roughly five times less memory under similar conditions. Can we also be talking about how the Mac version uses 200MB apparently!? Why is a weather app using any more than like 10-20MB or so of RAM!? Load a couple icons into memory, maybe some background image or pattern, an…
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#505This 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…
see File pilot as an example of what is possible when competent software engineer attempts it
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#506It is currently using 680 MiB RAM on Mac OS 26.6, this is more than Microsoft Teams is using on my system. How do a group of what should be a competent programmers with access to good tools even manage to bloat this up so much?
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#507That’s pretty amazing, credit to Microsoft. Modern-day weather models are pretty complex and running these kinds of simulations can be pretty demanding.
I also like the compatibility telemetry that uses all my CPU. Seriously, this is a problem since late Windows 7 or early Windows 10 I believe and I have seen so many systems wasting resources and running hot in summer for no reason at all. Not only is this unwanted spyware, it is extremely inefficient spyware.
Of course, that means Microsoft just admitted that Windows 11 needs the full CPU speed of a modern processor to render the start menu, which, IMX, is something that they were able to do smoothly under Windows 95 running on a 133 MHz Pentium and 4 MB of main memory without any 3d acceleration.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#508That’s pretty amazing, credit to Microsoft. Modern-day weather models are pretty complex and running these kinds of simulations can be pretty demanding.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#509My 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.
2 years ago I stated that we should stop worrying about software consuming a lot of ram. I had just built my pc with 128gb of ddr5 ram spending less than an average android phone (I think like $300). I would like to retract that statement. Thanks.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#510Earlier quoted context omitted.
That's because programmers in 2006 didn't understand programming. They didn't understand how to make their software better . Real programming means writing your own javascript glue, pulling in hundreds of supply-chain-compromised js libraries that you never inspect or profile, and running the whole thing in a browser engine, while making sure to store all state in the cloud. The modern breed of programmers who don't…
rust programs are a lot of times faster and orders of magnitude safer than C and C++ counterparts... where is your data to support your assertion that rust programs use more resources than C and C++ programs?
Troll post? Or has fanboyism really gone this far?