Earlier quoted context omitted.
> Add to all that, Window slows down over time - again, the periodic reformat and rebuild is part of life on Windows. My windows install is from 201*, it was an upgrade from win7, and switched from an i7 to a ryzen. I do clean out the registry/startup/task scheduler on occasion.
> My windows install is from 201* The early 3rd century was the best era for Microsoft with Windows Severan.
24-core CPU and I can’t move my mouse (2017)
91–100 of 255 posts
Re: 24-core CPU and I can’t move my mouse (2017)
#92This is one of the primary resaons I ditched Windows for Macos. The multitasking on Windows is ridiculously bad. Also, applications that freeze and can't be killed/restarted are simply part of life on Windows. Add to all that, Window slows down over time - again, the periodic reformat and rebuild is part of life on Windows. After I switched to Mac I didn't need to rebuild the operating system essentially ever. Also,…
Re: 24-core CPU and I can’t move my mouse (2017)
#93This is one of the primary resaons I ditched Windows for Macos. The multitasking on Windows is ridiculously bad. Also, applications that freeze and can't be killed/restarted are simply part of life on Windows. Add to all that, Window slows down over time - again, the periodic reformat and rebuild is part of life on Windows. After I switched to Mac I didn't need to rebuild the operating system essentially ever. Also,…
Did they? My MacBook is much worse at multitasking. In fact the OS I've found to be best at multitasking is Debian/Ubuntu.
Even a lowly old i3 can encode videos with ffmpeg while you browse the web provided you start ffmpeg with a `nice -n 19`. On a Mac, it seems to be ignored.
Re: 24-core CPU and I can’t move my mouse (2017)
#94Earlier quoted context omitted.
But not the same memory operations. Unless your code fully saturates the memory bandwidth, which is rare, you get some gains here.
It is almost never about saturating the memory bandwidth, but waiting to load instructions and data from memory. That wait time counted in computer cycles is huge.
Re: 24-core CPU and I can’t move my mouse (2017)
#95This is one of the primary resaons I ditched Windows for Macos. The multitasking on Windows is ridiculously bad. Also, applications that freeze and can't be killed/restarted are simply part of life on Windows. Add to all that, Window slows down over time - again, the periodic reformat and rebuild is part of life on Windows. After I switched to Mac I didn't need to rebuild the operating system essentially ever. Also,…
Re: 24-core CPU and I can’t move my mouse (2017)
#96Earlier quoted context omitted.
Did they? My MacBook is much worse at multitasking. In fact the OS I've found to be best at multitasking is Debian/Ubuntu.
The GUI is still essentially single-threaded. Only BeOS with its fully parallel UI had it right.
Re: 24-core CPU and I can’t move my mouse (2017)
#97Earlier quoted context omitted.
Can still be done if all you want is a command-line to come up and be responsive. Most folks want web, email, images, and even a bit of security from their computer today. Could always be faster, but I think the days of "bam!" ready are past due to those requirements. Unless the computer is only sleeping, like an iphone for example.
web, email, images and a bit of security are not the reason windows UI is laggy as fuck
Now with windows 10 on a much faster pc, clicking apps like Firefox, the start menu, word take seconds to load.
I recently fired up my windows 7 VM to mod an old game console and it was exactly how I remembered. You click something and it's instantly opened.
Re: 24-core CPU and I can’t move my mouse (2017)
#98Earlier quoted context omitted.
I'd do it in C, but that's just me. If this is a one-person project you can hold you code to a high standard. Clean standard C11 with all warnings turned on (-Wall Wextra Wpendantic Wconversion). Write unit tests. Run them with valgrand/sanitizers. Use clang-format. Build with multiple compilers (GCC/clang/MSVC). ... EDIT Not many hackers on hackernews apparently.
I’m curious as to the upside of C, is it mostly just a familiarity thing? Holding your own code to a high standard is great, but wouldn’t it be nicer if you could offload more of that into the tooling and spend more time on the problem or making the code even cleaner? Also as a side note: I always find it funny that a flag that represents all warnings doesn’t actually turn on all warnings.
C also has the advantage that there are many, many different compilers targeting many, many, /many/ different architectures. My own favourite is VBCC, which is lightweight enough that I was able to write my own backend for my own toy CPU project, and even build the entire toolchain - assembler, linker and compiler - under AmigaOS.
Re: 24-core CPU and I can’t move my mouse (2017)
#99Earlier quoted context omitted.
How long ago did you switch to Mac OS? This sounds like an argument from 2004, not 2022.
When the Intel Mac arrived, so maybe 14 years ago or more? Are you saying Windows has fixed all these problems? The registry is still there. I do actually have some Windows machines I use sometimes and recall thinking "still the same" but I can't say that as a hard core user, so I'd be interested to hear if Windows is now a sleek, reliable multitasker that instantly kills dead applications. Nothing will make me OK wi…
From my own personal experience, no. My machines can become unusable from a simple Windows Update.
Re: 24-core CPU and I can’t move my mouse (2017)
#100Earlier quoted context omitted.
> My windows install is from 201* The early 3rd century was the best era for Microsoft with Windows Severan.
The early 3rd century was an exciting time for computing. The big issue back then was Roman numerals were hard to convert to hex and binary.
Note: the other day I read ICL mainframes had specialized instructions to deal with pre-decimal pounds.