• 9 Posts
  • 1.04K Comments
Joined 3 years ago
cake
Cake day: August 15th, 2023

help-circle
  • Everyone in the US should start getting colonoscopies at 45, the recommended age. Colon cancer is quite preventable if you catch it early, and insurance is legally required to cover preventative screenings after that age.

    If you have a family history of colon cancer in a first degree relative, talk to your doctor about getting screenings approved at an earlier age.

    Save your ass, save your life.







  • I believe it’s due to kernel philosophy.

    Linux and Mac are a monolithic kernel, which I understand to mean that the entire OS runs in kernel space to operate the compatible hardware. This has the advantage of making sure the OS is in the drivers seat for resource management, and no individual program is easily able to overload the system and create instability, but it may limit the power of some programs and delay compatability of new hardware and software.

    Windows, on the other hand, is a hybrid kernel, which means some functions are managed in user space so that a program has more control over the hardware. This can be useful for pushing gaming to the limit or running experimental/custom programs, but it can lead to instability from resource hungry programs or security vulnerabilities from Trojan horses.

    As for why their ISO is huge, I s’pose it’s due to all the extra crap they throw in there like AI, pinball, and data collection stuff.

    Apologies if I got something fundamentally wrong—there are plenty of bigger nerds than me on here—but that’s my best attempt at explaining the difference as well as I know it.