Live data from Hacker News

Ask HN: Software gigs involving small, scripting-type tasks?

news.ycombinator.com

1–6 of 6 posts

Ask HN: Software gigs involving small, scripting-type tasks?

#1
I love writing small, elegant programs--under 500 lines, say--that do one thing well. Scrape a website and dump the data to a CSV; take a directory full of video files and rename them based on the metadata; poll a JSON API for a retail site to check the price of an item and email someone if it decreases.

I like coding, but it isn't my passion, so it's hard to get my teeth into developing a big web app, or making small enhancements and bugfixes on someone else's. But I always love those little projects when I get the chance to do one. There are lots of non-programming fields that involve this kind of thing (data science, devops, IT, etc.). But are there fields or sub-industries of the software world wherein it's possible to do this kind of old-school scripting for a living?

Re: Ask HN: Software gigs involving small, scripting-type tasks?

#2
You could find applications in almost any field, given that there is work done on a computer or have access to one regularly. As for it being a big portion of daily work, I'd guess that most would be technically oriented, similar to those you listed (data science, dev ops, IT)

Re: Ask HN: Software gigs involving small, scripting-type tasks?

#6

Most of my daily work involves the type of scripting you mention, granted we do have some bigger projects as well but we spend most of our time making small scripts. I work for a small "analysis house" (finance sector)

do you do a lot of web scraping? what sort of scripts are these designed to do?