marvinpinto | 8 years ago | on: AWS Secrets Manager – Store, Distribute, and Rotate Credentials Securely
marvinpinto's comments
marvinpinto | 8 years ago | on: Basic Node.js Lambda Function Concepts
[1]: https://pouchdb.com/2015/05/18/we-have-a-problem-with-promis...
marvinpinto | 8 years ago | on: Slack IRC and XMPP Gateways Are Closing
Their web interface has just.. not cut it for me. Too resource intensive and not enough control over how/when I am interrupted. This was why I gravitated to the IRC gateway in the first place. Oh well.
marvinpinto | 8 years ago | on: Show HN: Switchboard – makes it easy to route incoming calls and messages
I think it might be because you have third-party cookies disabled [1], and the Google Auth client uses an iframe with cookies to do its thing. I replicated it myself by disabling third-party cookies and the results were similar to what you described.
I'll look into what I can do about this on my end tomorrow. Thank you again for your time!
marvinpinto | 8 years ago | on: Show HN: Switchboard – makes it easy to route incoming calls and messages
If you would still like to give it another shot I would appreciate it :)
marvinpinto | 8 years ago | on: Show HN: Switchboard – makes it easy to route incoming calls and messages
marvinpinto | 8 years ago | on: Show HN: Switchboard – makes it easy to route incoming calls and messages
marvinpinto | 8 years ago | on: Show HN: Switchboard – makes it easy to route incoming calls and messages
marvinpinto | 8 years ago | on: Show HN: Switchboard – makes it easy to route incoming calls and messages
Two-way messaging and call proxying is likely the next big features we'll be rolling out.
We went with the Twilio Connect route initially as a low-risk approach to see if there's an appetite for a something like this. Sadly it has not been a great user experience and we're definitely going to reconsider it (Twilio Connect).
As you might have guessed, we haven't actually decided on pricing yet but I wanted to put something on that page so that people can get a feel for how much it would cost them.
And yeah, the system we were using for auth (Cognito) did not at that time have an adequate 2FA solution, which was why we went with Google. Now that they do, we'll likely use that which would allow people to also signup with a username/password (in addition to Google, etc).
marvinpinto | 8 years ago | on: Command Line, Console and UI Based Open Source Plain Text Accounting
This runs locally and it has the ability to read gpg-encrypted credentials (using gpg-agent).
This of course gets complicated with TOTP tokens but I'll cross that bridge when needed :)
marvinpinto | 8 years ago | on: Command Line, Console and UI Based Open Source Plain Text Accounting
I also tried to make the plugin system as friendly as I could so people for people to add their own financial instutions. I'm optimistic someone will contribute a plugin one day :)
marvinpinto | 8 years ago | on: Ask HN: What are best tools for web scraping?
marvinpinto | 8 years ago | on: Toronto couple takes up #vanlife as a way around skyrocketing rents
marvinpinto | 8 years ago | on: Show HN: Screen.rip – API for capturing web screenshots
[0]: https://chrome.google.com/webstore/detail/chrome-capture/gga...
marvinpinto | 8 years ago | on: Ask HN: What non-work task have you automated?
This in itself has saved me so much time that I can deal with manually editing the occassional duplicate entry (internal account transfers). I also keep all my ledger data in git so it's very easy to see what has changed, etc.
Have you looked at the reckon gem[0] for auto-classification? That is basically what this program uses.
marvinpinto | 8 years ago | on: Ask HN: What non-work task have you automated?
It does not use any public or private banking APIs.
Hope that helps!
marvinpinto | 8 years ago | on: Ask HN: What non-work task have you automated?
marvinpinto | 8 years ago | on: Ask HN: What non-work task have you automated?
To work around this I tried to make it as developer-friendly as I could so we'll see!
marvinpinto | 8 years ago | on: Ask HN: What non-work task have you automated?
marvinpinto | 8 years ago | on: AWS CodeBuild Now Supports Building GitHub Pull Requests