Same person as @[email protected], different instance.

  • 14 Posts
  • 260 Comments
Joined 2 years ago
cake
Cake day: April 3rd, 2024

help-circle

  • Which makes total sense given that video hosting is insanely expensive, especially at the scale at which YT is operating. I forget the exact number, but I heard that over half of the global internet bandwidth is used for video streaming from just a handful of websites.

    That said though, I still choose Ublock Origin.







  • It’s not dystopian, just democratic. Any democratic constitution reserves a very universal right to protest. You still have to notify the police beforehand so that they can reroute traffic. Of course the police also ensure that the protest doesn’t turn violent, but first and for all they provide for the safety of the protesters.







  • Gobbel2000toProgrammingError handling in bash
    link
    fedilink
    arrow-up
    5
    ·
    2 months ago

    But you can just as well make an exception to allow errors when -e is enabled with something like command || true, or even some warning message.

    I feel like, while it does occur, allowing errors like this is more unusual than stopping the script in an error, so it’s good to explicitly mark this case, therefore -e is still a reasonable default in most cases.