I manage a Family Office and do monthly performance presentations with PowerPoint, the slides have an unique design, and updating them every month became extremely tedious and error prone. I was already looking for an excuse to learn Python and this was perfect. Instead of recreating the slides I created templates (just the last set of presentations) and update them with info directly queried from the database, using…
Ask HN: What automation tools have you used to replace mundane activities?
111–120 of 234 posts
Re: Ask HN: What automation tools have you used to replace mundane activities?
#112I manage a Family Office and do monthly performance presentations with PowerPoint, the slides have an unique design, and updating them every month became extremely tedious and error prone. I was already looking for an excuse to learn Python and this was perfect. Instead of recreating the slides I created templates (just the last set of presentations) and update them with info directly queried from the database, using…
Check out revealjs.com
Re: Ask HN: What automation tools have you used to replace mundane activities?
#113Summarizing long text-based articles! Found this on HN. Now when my family/ friends send me stuff they haven't actually read ... at least I can reply somewhat intelligently.
Re: Ask HN: What automation tools have you used to replace mundane activities?
#114Playwright is a new alternative to Selenium, and besides being cross-browser, is focused on performance, developer ergonomics and reliability (death to flakiness!). Might be worth checking out? https://github.com/microsoft/playwright . Disclaimer: I work with the Playwright team at Microsoft.
Plugging another alternative to the horrible Selenium made by two friends of mine! https://uilicious.com/
Re: Ask HN: What automation tools have you used to replace mundane activities?
#115I have a slack workspace that has several bots, some listen for specific keywords and or phrases around the web and post to the relevant channels. Other bots remind me if I'm slacking off (maybe stayed a little too long on youtube), remind me of appointments, to drink water, if a stock price falls and some more. Also have filtered rss feeds for business and finance news etc. All of these bots also have custom identit…
How does you not know if your slacking too long on YouTube? Do you use some chrome extension ?
Re: Ask HN: What automation tools have you used to replace mundane activities?
#116Re: Ask HN: What automation tools have you used to replace mundane activities?
#117Earlier quoted context omitted.
Oh cool, I didn't know if others were doing this. I've recently just started going down this path with some zero effort IFTTT triggers but I'm not happy with how infrequent they seem to trigger. My next step is to build my own set of listeners/scrapers.
I posted the same thing on a similar thread yesterday but if you're looking to build some scrapers and listeners and make it easy for yourself I'd highly recommend Huginn ( https://github.com/huginn/huginn ). I set it up a few months back and I've been using it to scrape all sorts of info and alert me on things. IE: * A change in GBP -> NOK exchange rate, to indicate if it's a good time to buy ready for my next trip…
Re: Ask HN: What automation tools have you used to replace mundane activities?
#118Earlier quoted context omitted.
Costs me nothing. Some channels eventually reach their lifetime usefulness like a topic I was interested in and amassed some 500+ mentions of it on twitter, business news from 8 months ago about someone getting acquired etc. I can export the messages and delete the channel to avoid history archival. Only real cost would be the one or two times a year maintenance and improving bits and pieces every now and then.
I think the better question is how long did it take you to set this up initially?
Re: Ask HN: What automation tools have you used to replace mundane activities?
#119Earlier quoted context omitted.
Wait isn’t having a bot send you notifications all day the opposite of “distraction free”?
Not OP, but I think that the idea is that if a notification makes it through the system, it has been filtered to be worthy of distraction. So, there isn't a cognitive cost to the user of "is the notification worth reading" since it has already been determined to be that way.