jcbages | 2 years ago | on: Show HN: Generate a CV-style history for open-source contributors on GitHub
jcbages's comments
jcbages | 3 years ago | on: Show HN: Bruno – open-source API Client (alternative to postman))
jcbages | 3 years ago | on: Show HN: Record voice memo, receive transcription in email
jcbages | 3 years ago | on: How to check if any word is zero (2021)
jcbages | 3 years ago | on: Simple, Fast, and Scalable Reverse Image Search
jcbages | 3 years ago | on: Show HN: An app to split CSV into multiple files to avoid Excel's 1M row limit
jcbages | 4 years ago | on: Ask HN: What is your primary password manager?
jcbages | 4 years ago | on: Startup Cashflow Manifesto
jcbages | 4 years ago | on: Show HN: Horizon – Syncing bank data with Google Sheets
We're focusing on startups as we've seen that founders are the first "financial" people in the company and they can have a hard time measuring and forecasting their finances (e.g. cashflow, runway).
Why Google Sheets? Because we've seen that people have access to other platform but many end up downloading data from there and importing it to a Spreadsheet as its more flexible with the number crunching and data manipulation they need.
Is this like an accounting software? No, we don't want to deal with complex accounting-related regulatory stuff. Instead, we want to help founders to easily access and keep updated the financial data they may need to make important decisions.
We're initially supporting bank data using Plaid but we want to add more integrations and features that make this process easier for founders.
We'd love to know your feedback and the experiences you've had dealing with financial data in your companies. Also, we're currently in private beta so if you're interested please leave us your email in the website :)
jcbages | 5 years ago | on: Show HN: Pandora – Instant key-value storage for your projects
I'd say that compared to redis you can get started faster with pandora. I'm not an expert in redis but IIRC you'd need to do the setup/configuration which is what I'm trying to avoid with pandora by getting ready-to-use services pretty fast.
Also, compared to a JSON store service, pandora is kind of similar at the moment. However, in pandora you can have more control over your service by configuring permissions about which operations are public or private or even disabled. Also, you can use a custom domain and pandora will generate the SSL certificate on the background so you can have your own service under your own domain and with custom permissions.
Let me know if this answer your questions and if you have further questions/feedback :)
jcbages | 5 years ago | on: Show HN: Pandora – Zero config key-value database services