Love the idea, enjoyed the interface, but I feel my time was wasted when I only found out the US focus several clicks into the flow. Speaking as someone not from the US, I do wish more websites didn't just assume that all their traffic was coming from the US. You could alleviate this by having a flag on the home page saying "This is really more for Americans only".
Show HN: I made a simulator for personal finance
211–220 of 266 posts
Re: Show HN: I made a simulator for personal finance
#212Love the idea, enjoyed the interface, but I feel my time was wasted when I only found out the US focus several clicks into the flow. Speaking as someone not from the US, I do wish more websites didn't just assume that all their traffic was coming from the US. You could alleviate this by having a flag on the home page saying "This is really more for Americans only".
Re: Show HN: I made a simulator for personal finance
#213I had trouble finding a good FI planning and simulation tool that could model things in enough detail to finally ditch my spreadsheets... so I built one. Would love it if any of you want to try it out. It does not involve linking any accounts and almost all the functionality is free. And if anyone wants to become a beta tester for the few premium features, you can use coupon code BETA-6001 for 60% off :) https://proj…
I had the same experience and even tinkered around with building this myself! IMO the biggest problem with existing calculators, and yours, is that you have to make some pretty strong assumptions about the future. How will rental & housing prices grow? What returns will I get on my investments? Depending on the numbers you put in you will get very different results, and most people are not good at predicting these! I…
Re: Show HN: I made a simulator for personal finance
#214Just as a heads-up, this privacy policy is not legal in the EU because it doesn't fulfill even the primary requirements (say what you process, for what purpose, stored for how long), but also this huge template (28 minutes estimated reading time) is not helpful to anyone -- it's just an enumeration of every possible method of data tracking -- so I'm not sure why you would even use this when it's not legal anyway. It'…
Lol, my impression is that OP did exactly that – copied a template privacy policy. They probably don't have a budget for a lawyer to write them a privacy policy, much less a EU-compliant one. If this was a big player in the space, sure, maybe they should have a better policy. But for a homegrown tool like this that's just launching? It makes sense they're using off-the-shelf stuff.
Re: Show HN: I made a simulator for personal finance
#215Earlier quoted context omitted.
Thanks for the feedback! I've thought about maybe creating a version which is wrapped up as an Electron app and runs natively and with no google analytics, etc. Does it sound like that might alleviate some of your concerns?
I just created an account but did not feel comfortable uploading data, having already associated my account with my identity via Gmail. Would love to run something locally.
Re: Show HN: I made a simulator for personal finance
#216Earlier quoted context omitted.
Making an account to post something and coincidentally having friends who on their own decided to make accounts to comment is against the rules?
>Please don't use HN primarily for promotion. It's ok to post your own stuff occasionally, but the primary use of the site should be for curiosity. Posting the same site twice in 2 weeks seems more than "occasional", and in my opinion, crosses the line from "look what I made" to self promotion.
Re: Show HN: I made a simulator for personal finance
#217There is definitely a market for this. I had wealth management review recently and they used a 3rd party piece of software that was doing something similar, their entire pitch revolved around this app. What you really need to have is a demo setup so I can just play with the output without having to input any data. Also concerned about sharing this much personal detail with a start-up so I would not use it unfortunate…
Re: Show HN: I made a simulator for personal finance
#218Just a point of feedback on the UI. When I switch between the "official" and the alternative plans, you reset all of the UI elements like which graph is active and the time period and what UI elements have been collapsed or hidden and which year's breakdown is currently visible. That makes it very difficult to quickly switch between them to visually see what the actual changes are which is the only reason I'd set up…
Re: Show HN: I made a simulator for personal finance
#219The thing I find most difficult about retirement planning is that assumptions about market returns and inflation always seems to overwhelm all other factors by a large margin. I typically assume a 4% inflation-adjusted return for planning purposes (7% average return minus 3% inflation), but half a percentage point in either direction could leave me broke shortly after retirement or wealthy beyond all need. I guess pa…
The thing to remember is that if you are somehow wealthy beyond need, you can just retire. You don't have to keep working if you're financially stable earlier than expected.
Re: Show HN: I made a simulator for personal finance
#220Earlier quoted context omitted.
So, when you change your password, all data flows back to your browser to be decrypted, then gets re-encrypted, and sent back?
Hmm, that's a good question to add to the Security doc! Not quite. See, we make use of a scheme called envelope encryption. That means we have two separate keys: one to encrypt your data (the 'data encryption key' or DEK) and one to encrypt the DEK (the 'key encryption key' or KEK). We use the KEK to encrypt your DEK to get something called the 'EDEK' (or 'encrypted data encryption key'). The EDEK is what we store in…
⇒ when users change their password, you have access to the DEK (you decrypt it and then encrypt it with the new KEK)
“one to encrypt your data (the 'data encryption key' or DEK)”
⇒ when users change their password, you could decrypt their data.
I think this boils down to “you don’t store user passwords, but when users change their password, they must trust you to not look at your data or store the KEK”.
Where’s my error?