Other than that, just some bespoke Tasker automations and some hotkeys on my computer. Reading through this thread makes me feel like a rookie, though.
Ask HN: What's are your personal automations?
21–30 of 159 posts
Re: Ask HN: What's are your personal automations?
#22For 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. Jus…
I have wanted to automate my flash cards with Forvo pronunciations (rather than TTS) for awhile but haven’t been able to figure out how
Re: Ask HN: What's are your personal automations?
#23Journaling. 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).…
What editor do you use for writing in the markdown files? I've tried org-journal in Emacs but I could never get over the learning curve of Emacs + org-journal.
Re: Ask HN: What's are your personal automations?
#24Getting that sort of system sorted out is maybe the most productive thing you can do because it is meta-productive.
Re: Ask HN: What's are your personal automations?
#25Almost all of my personal automations actually make my life more difficult.
Re: Ask HN: What's are your personal automations?
#26I never found the perfect note taking and/or scheduling software. So I wrote a Python script which combines several tools which together give me what I need. My entire life revolves around it, can’t imagine living without it anymore. Getting that sort of system sorted out is maybe the most productive thing you can do because it is meta-productive.
Re: Ask HN: What's are your personal automations?
#27why? I have to deal with a bunch of files at $job. easier when they're all at one place, and I have a clean slate everyday.
Re: Ask HN: What's are your personal automations?
#28I never found the perfect note taking and/or scheduling software. So I wrote a Python script which combines several tools which together give me what I need. My entire life revolves around it, can’t imagine living without it anymore. Getting that sort of system sorted out is maybe the most productive thing you can do because it is meta-productive.
Re: Ask HN: What's are your personal automations?
#29I did the same think for my production application environment. One command to go from no infrastructure to production grade cloud application deployment. https://github.com/cloud-computer/cloud-computer