• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • From one senior dev to another, who remembers when O’Reily books were the gold standard, this, exactly this. Junior devs are junior because they don’t know how to code. The important bit is that they learn and become intermediate devs. If in another decade we’re sitting here complaining about intermediate and senior devs that don’t know how to program, then we’ll have a problem.


  • AI isn’t allowed on any of my systems, it’s practically the first thing I disable (alongside tracking and metrics, but that’s basically the same thing). The only AI I will ever allow would be something entirely offline and self hosted that I have complete and total control over.

    Microsoft insisting on cramming this crap down everyone’s throats has finally convinced me to go 100% Linux for gaming. I’d rather abandon the small handful of games that won’t let you run them under Linux than let MS scrape all my personal data and shove ads into every crack of my OS. It’s been going great so far and I have absolutely no regrets. Best of all, not a single piece of AI or telemetry to disable.







  • More specifically kill normally sends a SIGTERM which is the equivalent of clicking the X button in Windows. It’s a polite request that the program close itself. Signal 9, also known as SIGKILL shuts the program down immediately and is the equivalent in Windows of opening the task manager and pushing the end process button. It terminates the program immediately without giving it any time to do anything it might still have pending, but in the event that the program is unresponsive might be the only way to successfully close it.