Tom Morris on Nostr: nprofile1q…4w2yp Yep, it's generally good. The learning curve does suck though. ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq5xaag2vdn47ngd8pa8wh2qhm2duz3c5sx68zpupsx7qsyvn7g73qy4w2yp (nprofile…w2yp) Yep, it's generally good. The learning curve does suck though. `sudo crontab -e` pops open vim and I can add a line in under 60 seconds. Making a service and timer file, making sure they're right, looking up all the relevant stuff - takes a lot of time.
If you're writing an application, that time investment is worth it. If you're writing a crappy little Python script that you want to run every day, it's overkill. (Plus anacron gets you some of the flexibility...)
If you're writing an application, that time investment is worth it. If you're writing a crappy little Python script that you want to run every day, it's overkill. (Plus anacron gets you some of the flexibility...)