Looks interesting, but based on the privacy policy terms of data usage, transferability, and so forth, I can't in good faith test with real financial data: https://projectifi.io/privacy-policy.html Everytime I see a tool that shouldn't need to be hosted remotely as a service and could reasonably be deployed to the client where they have more control over their data (not as a service), it's a non-starter for me. I get…
For every person that cares about privacy, there are 10,000 that don't. That's why it's so profitable to be an evil data hoarder.
Show HN: I made a simulator for personal finance
91–100 of 266 posts
Re: Show HN: I made a simulator for personal finance
#92Lastly I like how it eases the user in: it asks basics, then funnels to specifics. That makes it less intimidating.
Sorry to be "that guy" but I've been using my Excel for ~30 years and it has been solid so I doubt I would use this, but I think it might be a great starting point for youngin's who haven't thought about this yet.
Re: Show HN: I made a simulator for personal finance
#93This feels like Mint.com all over again. I do not feel comfortable sharing personal banking data with a hosted platform. We all know what happened when Mint sold out to Intuit!
What are you referring to? That Intuit killed the product? I use Mint and don't particularly like it but am not yet aware of data abuses or breaches.
Re: Show HN: I made a simulator for personal finance
#94The name (ProjectiFi) and the logo (which looks like LTE signal strength) are probably much too close to Google's Project Fi (now Google Fi).
Re: Show HN: I made a simulator for personal finance
#95There is no reason at all for this to be server-hosted. I have of course done this for myself a very long time ago creating an effectively identical feature set using spreadsheets and even put them onto Microsoft's sharing pages (no idea what happened to them, it was such a long time ago). I'm not saying this isn't a better solution than Excel. You work with what's available at the time. But there is nothing at all a…
How is installing an executable on my machine and then entering my financial info any less sketchy than entering my data into a website? The average user would still have to take it on faith that the data isn't going anywhere, and as an industry we have spent the last 20 years telling people not to download unknown software onto their systems. I think it would be a complete own-goal for the builder of this to switch…
Re: Show HN: I made a simulator for personal finance
#96I would suggest the first step of onboarding should not be the selection of your theme. This is already a long onboarding process and every additional step will lose you users. When you build something you're technically proud of, it makes sense you'd like to show it off, but you have to evaluate its relative importance to your public.
Re: Show HN: I made a simulator for personal finance
#97Earlier quoted context omitted.
How?
Any thoughts on the comments under the Frost1x post? (e.g. Electron app version, and/or import/export or local storage options for web premium users). Certainly local storage is very doable -- I didn't anticipate how hotly requested that might be. I'll also note that all calculations are actually already client-side.
> Free planning and projection tools that will never ask to link your financial accounts
If it were followed up by convincing me that my data is stored in LocalStorage and doesn’t leave my browser, I’d be sold :). I know I’d still have to trust you that you’re actually implementing what you claim, but I think I’d be willing to. After all, the same would be true for an application running natively: those, too, can submit my data “to the internet.”
For me personally, having an Electron app would not make much of a difference. Do I run your code in my Firefox or in a separate process? I’m still running your code on my machine. Maybe browser-based even has some advantage because it is sandboxed filesystem-wise. Not sure whether this holds true for Electron.
Import/export as CSV or whatever format would also be a huge plus for me.
As a last point, I’m not sure I understand the status quo: you are saying all caluclations are done client-side – but the results are stored server-side?
Nice work!
Re: Show HN: I made a simulator for personal finance
#98Looks interesting, but based on the privacy policy terms of data usage, transferability, and so forth, I can't in good faith test with real financial data: https://projectifi.io/privacy-policy.html Everytime I see a tool that shouldn't need to be hosted remotely as a service and could reasonably be deployed to the client where they have more control over their data (not as a service), it's a non-starter for me. I get…
Yes, that was a joke.
In reality, uFincs is more of a stop-gap between what you seek (native app where you own the data) and what the status quo is (web-based app where your data ownage is dubious). Yes, uFincs is a web app, but we take the extra step to do client-side encryption so that the only financial data being stored in our database is a jumble of base64; I don't want to touch your actual financial data with a 10-foot pole.
Of course, like some other people in this thread have mentioned, having a completely client-side app is also pretty important. Well, we have exactly that: https://ufincs.com/noaccount. You can use uFincs right away, without any account, and the app works completely client-side, completely offline. You can even export your data and then re-import it later if you so prefer!
Of course, the tech that enables this 'no account' option is also what makes the logged-in app work offline-first, so I think it's pretty cool :)
And if anyone asks "Well, why a web app at all then?", it's because I wanted a web app. Yes, I do enjoy accessing my finances on all my devices, thank you very much. But we do have plans to build out standalone desktop/mobile apps in the future.
Re: Show HN: I made a simulator for personal finance
#99Re: Show HN: I made a simulator for personal finance
#100There is no reason at all for this to be server-hosted. I have of course done this for myself a very long time ago creating an effectively identical feature set using spreadsheets and even put them onto Microsoft's sharing pages (no idea what happened to them, it was such a long time ago). I'm not saying this isn't a better solution than Excel. You work with what's available at the time. But there is nothing at all a…