Me: we're on PCIe 7 now????
With x86 Macs I would agree they do...but with the ARM Macs...I'm not so sure. They're so unique hardware wise it starts to depend on how you define PC. If you define it as the acronym "Personal Computer" then a Mac is always a PC regardless of what you run on it. If we're talking IBM PC then modern Macs are never that. (I think the latter definition is generally more helpful as otherwise PC vs Mac makes no sense and phones become PCs etc)
Never mind the fact that you can also run Linux on a Mac...I agree with this pet peeve
Ironically it's actually the opposite. Linux has signals, and with the exception of SIGKILL and I think SIGABRT they can all be handled gracefully. Windows on the other hand doesn't have signals, it can only TerminateProcess() which is forceful. The illusion of graceful termination on windows is done by sending a Window close message to all of the windows belonging to a given process, however in the event the process has no windows, only forceful termination is available due to the lack of a real mechanism to gracefully terminate processes. That's why the taskkill command tells you a process requires forceful termination when you run it against something headless.
Further increase confusion by having error pages where all 3 are green
Assembly being obsolete has to be the funniest joke in here. It fundamentally never will be even if its use is niche
...this is so much more cursed than it needs to be. If you want to bash in C just system("echo hello world");
It's replacing all instances of arse and ass with bottom...but doing so in about the most naïve way possible.
const volatile is used a lot when doing HW programming. Const will prevent your code from editing it and volatile prevents the compiler from making assumptions. For example reading from a read only MMIO region. Hardware might change the value hence volatile but you can't because it's read only so marking it as const allows the compiler to catch it instead of allowing you to try and fail.
When script kiddies are the new high we've collectively reached a new low
I refuse to go to sites that do this, I also refuse to go to sites that block adblock...and specially the sites that detect and block private browsing, that one shouldn't even be a thing
Scoopta
0 post score0 comment score
Oh god, as if I wasn't scared enough about running a filesystem that got kicked out of mainline and is maintained more or less by a single dude. I'll stick to btrfs thanks