TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

4 pointsby coldfireabout 3 years ago
I&#x27;m currently on that stage of my career where I&#x27;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&#x2F;opening source in Bitbucket&#x2F;Github from command line, to recurring shell commands that I execute for work.<p>Interested to know what tools&#x2F;software you&#x27;ve built for your own productivity and your tools of choice?

4 comments

timoteostewartabout 3 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.<p>A version of the program is on GH:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;timoteostewart&#x2F;benson" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;timoteostewart&#x2F;benson</a>
karmakazeabout 3 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.
nicbouabout 3 years ago
I wrote a simple script that will launch a project and its dev environment in a single command (&quot;project HomeServer -S&quot;).<p>It&#x27;s simple, but insanely useful. I use that command many times a day.
gigatexalabout 3 years ago
When we were using redshift I built a python script&#x2F;cli tool to query redshift and export JSON. That’s the only thing that comes to mind of late.