Settings

Theme

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

4 points by coldfire 4 years ago · 4 comments · 1 min read


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?

timoteostewart 4 years ago

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

karmakaze 4 years ago

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.

nicbou 4 years ago

I wrote a simple script that will launch a project and its dev environment in a single command ("project HomeServer -S").

It's simple, but insanely useful. I use that command many times a day.

gigatexal 4 years ago

When we were using redshift I built a python script/cli tool to query redshift and export JSON. That’s the only thing that comes to mind of late.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection