←back to thread

165 points chbkall | 1 comments | | HN request time: 0s | source
Show context
matt3210 ◴[] No.44471515[source]
Find a series of small irritations on your computer and write scripts to solve them.
replies(2): >>44471997 #>>44472218 #
chbkall ◴[] No.44472218[source]
Would you give me a small example of the kind of small irritations you are talking about here?
replies(2): >>44472358 #>>44473572 #
surgical_fire ◴[] No.44472358[source]
For example - I wrote a script that automatically rsyncs a bunch of folders I care about to one external HD, and then replicates the backup to a different external HD for backup purposes.

That sort of thing that would require you to run a bunch of commands and that you have to do from time to time. Automating it to a single script is cool.

I have a friend that wrote a bot to track the prices of stuff that he wants to buy and messages him on Telegram the current price and the min/max since it started running. Another fun little project.

replies(1): >>44472396 #
1. chbkall ◴[] No.44472396{3}[source]
Ah. This definitely sounds exciting and makes me think.