Live data from Hacker News

Ask HN: What's are your personal automations?

news.ycombinator.com

1–10 of 159 posts

Re: Ask HN: What's are your personal automations?

#2
Most of my automation has to do with personal data backups/exports and various tools I've developed to process it and use [0]. That would be hundreds of jobs scattered across several of my devices.

I have a tool I wrote which is doing periodic searches for specified queries on different sites and generates RSS feeds with new results + HTML reports (so I can find people with overlapping interests, e.g. if the same person matched against multiple queries) [2]. Sort of like google alerts, but much better. So there is some daily scraping for that.

I'm using a somewhat hacky tool which 'compiles' a python spec for jobs to systemd and makes it very easy to maintain. [1]

As for making my day easier.. not always yet, but certainly makes it more fun. I live by the motto "Never spend 6 minutes doing something by hand when you can spend 6 hours failing to automate it" :)

[0] https://beepb00p.xyz/my-data.html#consumers

[1] https://beepb00p.xyz/scheduler.html

[2] https://github.com/karlicoss/axol

Re: Ask HN: What's are your personal automations?

#5
For myself, I automated creation of language flashcards.

So I can just type a word/phrase in English, and then it will automatically fill in the target language translation, pronunciation, audio recording, and word-by-word breakdown to show what every word in a phrase means.

Before I would have to use Anki, and switch back and forth between Anki and various dictionaries, and have to create my own audio recording. Just removes a bit of friction myself learning (Chinese).

Re: Ask HN: What's are your personal automations?

#6
Housekeeping service, automatic workstation -> synology nas -> backblaze b2 backup system, shared instacart cart with my wife so that our groceries are tracked where we actually order them.

I've found that a lot of personal automation stuff on the computer just isn't worth it. I try to keep things simple and that reduces the need for automation altogether.

Re: Ask HN: What's are your personal automations?

#9
I use to spend a lot of time on Reddit looking for conversations that were relevant to my business. Promoting our products in the context of those conversations usually resulted in sales leads.

I built a tool earlier this year that streams comments from those forums, analyzes them, and pings me when a relevant conversation is found. I generally keep it running throughout the day in my local Terminal.

Re: Ask HN: What's are your personal automations?

#10
Journaling.

I have a shell script that that creates a new markdown file for that day, which I write my journal entry into.

Another script compiles a year's worth of journal entries into an epub.

Another workflow I made is similar, but for tasks. So every day I run a shell script that copies the last day's tasks to a new file with the new day's date, forcing me to evaluate what was done the previous day (if anything). Some days are great, some days not so much.

The tasks also show in my browser's new tab page to further reinforce.

Post reply on HN