Switched to Linux at the beginning of the year. Still have a lobotomized local windows 11 boot for gaming/VR still though. Can't wait for the day I can finally get rid of it totally.
People Twitter
People tweeting stuff. We allow tweets from anyone.
RULES:
- Mark NSFW content.
- No doxxing people.
- Must be a pic of the tweet or similar. No direct links to the tweet.
- No bullying or international politcs
- Be excellent to each other.
- Provide an archived link to the tweet (or similar) being shown if it's a major figure or a politician.
I have heard that Classic Shell is once again functional under Windows 11, but it was critically broken and thoroughly unusable for too long for me, and I have since moved on to StartIsBack, which can do almost everything I found essential with Classic Shell.
I'm foreseeing a spike in people asking me for help installing Linux.
I can't reproduce the CPU spike, but Windows is overall slower. Strangely, the calendar on the taskbar takes a long time to load the first time that I open it.
there is massive financial incentives for these companies to write shit code because it makes people have to get newer computers
I'm no programmer nor coder or such, I call myself advanced user only.
If having part of an app (I refer app as OS here, and start menu as part of an OS) to spike CPU/memory usage, does that means that part is not being used without being called? and leaves resources fully free? Sure big spike happen when the sub-part is called, but without being called?
IF part of an app is not even loaded while not used, isn't that actually good? I mean, depends how often that app part is called and have to load from the void.
I imagine that could be better than having unused part loaded all the time, wasting the resources?
Also, I totally skip part of poorly coded compared to old smooth and optimized code.
Well, yes, in some cases, but the start menu is something you interact with very often. The average user (and I mean office worker in their 40s)doesn't even pin items to the taskbar. As such, the main way to open apps is through the start menu. Think about this way. In this situation on a laptop, you either save ram or battery. Constant cpu spikes aren't good for energy efficiency. This also means hogging your ssd, which might be an issue in specific situations. On the other side, keeping the start menu fully in ram could be perceived as a waste, it really depends on how often you use the start menu and how much you value energy efficiency.
In case of the start menu, the sensible thing would be to optimize it sufficiently so that it doesn't hurt being kept ready constantly.
The crux of the problem is that clicking Start should display a low-resolution background image and 29 low-resolution icons, with some text and links. Bringing it to life should load a couple hundred k of disk into RAM and be imperceptible to the naked eye on the task manager.
My 12th-gen, 14-core processor that boosts to 3.5GHz should be able to do all that many hundreds of times a second without any serious stress.
Yet, I can click the start icon repeatedly by hand and hold my computer in excess of 40%
It's not a direct issue, and any modern computer will have no problem handling the load, but it calls out Win11 for attention to detail problems.
it should take 0.01% of the cpu, instead it uses a lot more than that. any app, or piece of is, that uses much more than it should is wasteful.
wasting electricity, wasting resources that should be available to other software….
on top of that, react native is very insecure, so throwing wasteful, insecure bloat into one of the simplest parts of an operating system… and for no reason other than laziness….
and then they charge you money for it, and actively fight your ability to use other operating systems for critical things….
This explains so much
I can make my CPU usage jump from next to nothing as it sits on the desktop not doing anything, to 100% usage by just shaking my mouse around like a maniac. 😤
For what it’s worth, GNOME Shell and its extensions are written in JavaScript too.
ExplorerPatcher https://github.com/valinet
Been using it for a few months, quite happy. Does not seem to spike CPU with my settings
Jesus I really need to install linux don’t I?
Is there a distribution that is better at running conversion layers like Wine? I need to run some windows only software (Solidworks, Affinity Suite…)
Can someone explain what "react native" is?
It's a javascript app that uses the react library - which is an open source library originated by Meta. It's supposed to be easier to maintain and port cross platform apps. However it is not as efficient as a native app and given the Start menu is so frequently used it's probably not a very efficient way to program it (or parts of it - I think the start menu has reactive native components rather than entirely made in it).
My pc "spikes" from 6% to 11% but was only noticeable when I raised the update speed to high
Is that the spiking, and are other people seeing more?