Live data from Hacker News

Ask HN: What are some things that you have built for your own personal tooling?

news.ycombinator.com

1–5 of 5 posts

Ask HN: What are some things that you have built for your own personal tooling?

#1
I'm currently on that stage of my career where I'm thinking of investing time in automating some of the tasks that I perform frequently during my day job or otherwise. That could be from setting up a fresh laptop to my preference to fetching/opening source in Bitbucket/Github from command line, to recurring shell commands that I execute for work.

Interested to know what tools/software you've built for your own productivity and your tools of choice?

Re: Ask HN: What are some things that you have built for your own personal tooling?

#3
I like to read articles and blog posts, so I have a workflow where I email myself a web URL and have a scheduled program pull out these URLs, extract the article body text, and convert to mp3.

A version of the program is on GH:

https://github.com/timoteostewart/benson

Re: Ask HN: What are some things that you have built for your own personal tooling?

#4
I used to have personal scripts, programs, etc for my preferences, and various on-the-job tasks. Over time, I cared less and less about personal customization and my work has become less varied that I need so many specialized scripts. Lastly I rarely now install operating systems when I used to fresh-install every version that got released.