https://smmry.com/about Summarizing 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.
This is fantastic! Just tried it with a few blog posts. Thank you.
Ask HN: What automation tools have you used to replace mundane activities?
161–170 of 234 posts
Re: Ask HN: What automation tools have you used to replace mundane activities?
#162Playwright 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.
Re: Ask HN: What automation tools have you used to replace mundane activities?
#163Automated investing and wealth reporting. I use a few services to automatically invest money into a few different financial vehicles at a regular basis * Vanguard finds (bi-weekly transfer into various ETFS) * Titan Invest (robo advisor bi weekly) * IRA and 529 (monthly) I use personal capital to connect see view my cash flow and returns across all my accounts. I have been doing this for the past 3 years and my retur…
Re: Ask HN: What automation tools have you used to replace mundane activities?
#164Earlier quoted context omitted.
It does, but it also keeps YNAB more in sync with your bank account, since transactions will typically take a couple days to show up in the statement.
> transactions will typically take a couple days to show up in the statement Wait, in what century do you live that your online banking transaction overview doesn't have up to date data ? Also, your bank allows you to log in with just a username/password ?
The online banking CRUD interface might have up-to-date data, but it isn't an API, and being behind some weird proprietary single-sign-on setup makes it pretty hard to scrape, too.
> Also, your bank allows you to log in with just a username/password ?
Yes, this is common in the US (and here in Canada, too.) We sometimes get asked for "security questions", but support for 2FA is extremely rare, and I don't think there's any bank in North America that requires 2FA to login to your online banking. (The "government or bank issues you a smart card that can be used for session encryption; bank issues you an adapter to plug it into your computer" thing doesn't happen here.)
Re: Ask HN: What automation tools have you used to replace mundane activities?
#165I use YNAB ( https://youneedabudget.com/ ), which requires inputting every one of your transactions by hand or importing them from your bank. The downside of the import is it takes a few days for the transaction to show up and you need to give YNAB your bank username/password, which I'm not comfortable with. I wrote this https://github.com/buzzlawless/ynab-live-import to import credit card transactions instantly with…
I am constantly amazed by the people that are willing to do this for various value-added finance sites; people that I would normally consider sane. Unless your bank provides (and you used) a read-only account authentication, if something goes wrong and your money disappears from the bank, the bank is going to tell you to take a hike. I can't imagine taking this kind of risk with my money.
Re: Ask HN: What automation tools have you used to replace mundane activities?
#166A fairly simple Python script can automate the fiddly things like creating XML for a new podcast and uploading things to wherever you're hosting. (I used to use a script to add intro and outro audio too but I now do that as part of the audio leveling process with Auphonic.)
Re: Ask HN: What automation tools have you used to replace mundane activities?
#167Earlier quoted context omitted.
Are you comfortable sharing your personal expenses with so many public sources?
Tableau Public is the one that makes me uncomfortable. If this dashboard continues to work well and be useful I'll look into self-hosted alternatives.
Re: Ask HN: What automation tools have you used to replace mundane activities?
#168Playwright 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.
Can you attach it to an existing browser window/session that is already open? Ie. I navigate and authenticate to a site, run code, and it continues from there with what's on screen?
I’d love to hear a bit more about the scenario you have in mind, since that might help inform some improvements we can make. Thanks!
Re: Ask HN: What automation tools have you used to replace mundane activities?
#169I use telegram, ifttt, Google sheets to calculate expenses. At my last job, I used Zapier & Zoho CRM to automate creating leads from email requests which saved me hours of time.
Appears personal to all email systems and spam filters, but actually was semi-automatic marketing automation.
Re: Ask HN: What automation tools have you used to replace mundane activities?
#170I use YNAB ( https://youneedabudget.com/ ), which requires inputting every one of your transactions by hand or importing them from your bank. The downside of the import is it takes a few days for the transaction to show up and you need to give YNAB your bank username/password, which I'm not comfortable with. I wrote this https://github.com/buzzlawless/ynab-live-import to import credit card transactions instantly with…
> you need to give YNAB your bank username/password I am constantly amazed by the people that are willing to do this for various value-added finance sites; people that I would normally consider sane. Unless your bank provides (and you used) a read-only account authentication, if something goes wrong and your money disappears from the bank, the bank is going to tell you to take a hike. I can't imagine taking this kind…