• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle











  • Admittedly I’m an amateur, but I consider “automation” to encompass algorithms, heuristics, cron jobs, shell scripts, lambdas, basically anything created to do some steps that we’ve already figured out. As I understand it, machine learning uses statistical algorithms. The article makes the process sound like heuristics, though:

    “K-ECAN uses basic information already readily available in the EHR, like patient demographics, weight, previous diagnoses and routine laboratory results, to determine an individual’s risk of developing esophageal adenocarcinoma and gastric cardia adenocarcinoma,” said Rubenstein.

    I wouldn’t consider any of that kind of automation to be “intelligence.” Most of the stuff we currently call “AI” is the best form of automation that we can create right now, but it’s still not AGI.









  • Bash isn’t the only shell. Most systems can use zsh or fish or tcsh or whatever shell you prefer, if you like that better than bash. You’re gonna have to run a shell if you want to use the terminal, though, you understand that?

    Shell scripts are very good for specific tasks. Don’t use them for tasks that are unsuitable. Use python or go or node or c if those are better for your needs. Use the right tool for the job. But also, learn to understand why the industry has been using shell scripts for decades.