• 6 Posts
  • 37 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle





  • Let’s say you have 2 scripts that do some stuff:

    • script A: turns a light pink for 20 seconds and then through a smart speaker you can hear 30 seconds of La Macarena.
    • script B: send 25 notifications to your phone, spaced by 30 seconds, in which each notification is a different letter of an encrypted message.

    If you want those things to happen independently you must parallelize them.

    So think about an automation that at a certain point you want to launch multiple scripts. I’d always parallelize, even if initially these scripts were “instantaneous”, because you might change these and add more complexities in the future.