Trailblazing Braille Taser

  • 0 Posts
  • 225 Comments
Joined 2 years ago
cake
Cake day: August 16th, 2023

help-circle
  • I honestly think autocorrecting your scripts would do more harm than good. ShellCheck tells you about potential issues, but It’s up to you to determine the correct behavior.

    For example, how could it know whether cat $foo should be cat "$foo", or whether the script actually relies on word splitting? It’s possible that $foo intentionally contains multiple paths.

    Maybe there are autofixable errors I’m not thinking of.

    FYI, it’s possible to gradually adopt ShellCheck by setting --severity=error and working your way down to warnings and so on. Alternatively, you can add one-off #shellcheck ignore SC1234 comments before offending lines to silence warnings.






  • Just guessing, but it might be a gaffe because it could be skewed to sound like he doesn’t believe in democracy. Of course, this makes no sense because Trump has quite literally said that we might not need another election in four years.

    A more careful statement might have been, “the electoral college needs to be replaced with a system where every citizen’s vote has the same magnitude.” If that’s not the mathematical ideal of democracy, I don’t know what is.

    Edit: For you pedantic mathematicians, I’ll add that everyone’s vote should have the same magnitude, and that magnitude should be greater than zero.