Earlier quoted context omitted.
My read on that is that it is total comp, so it includes bonuses/RSUs/options. If you're not negotiating for those things, what are you doing. Though $200k base salary is not a crazy salary for a staff/principle/high-level engineer. I don't think people realize how corrosive to mental health a $200k engineering job can be though. I was making very close to that as a base salary, and the amount of responsibilities I h…
This is pretty universal to all industries. You just don’t get paid well for the work you do in X hours. You get paid well became you’re expected to put in a high amount of effort that isn’t measured in time or stress, except by you. Mo’ money, mo’ problems
Actual is going open-source
71–80 of 332 posts
Re: Actual is going open-source
#72An excel spreadsheet to track reoccuring expenses and income with additions made for upcoming expenses, etc. hyperpersonalized for you has been the best for me, have tried a few budget apps. Micromanaging food expenses should be something that you decide on the spot rather than seeing 600$ on food this month oh-no. Caveat: Software Engineer salary with large discretionary income
We eat out regularly and just going to a fast casual spot is like $40-50 for sandwiches
Re: Actual is going open-source
#73I feel your frustration about business not going as envisioned. My current failure rate is two failed attempts to build profitable busines. Actually the second project is similar to yours. Invoice app for small entrepreneurs. Till today I'm the only user of the app. To reduce costs, I made it run completely without server support, all data is stored in local storage and hosted on netlify for free (no own domain). htt…
Re: Actual is going open-source
#74Re: Actual is going open-source
#75Earlier quoted context omitted.
Yes I totally regret it. There are ethical VCs that would be willing to invest a small amount and I should have done that. Bootstrapping isn't all it's cracked up to be; there are a lot better and smarter ways to kickstart a project.
Could you still pursue that route? Presumably it's never too late, especially as you've got a product already, and have demonstrated traction.
Re: Actual is going open-source
#76I have to fill out every transaction manually? No Open Banking integration? :/
Not yet, but it sounds like a top priority.
Re: Actual is going open-source
#77I feel your frustration about business not going as envisioned. My current failure rate is two failed attempts to build profitable busines. Actually the second project is similar to yours. Invoice app for small entrepreneurs. Till today I'm the only user of the app. To reduce costs, I made it run completely without server support, all data is stored in local storage and hosted on netlify for free (no own domain). htt…
I’d suggest first having an English version of the site and maybe paying for a domain (looks more professional and trustworthy) and you could post it in Product Hunt to have more people discovering it.
Re: Actual is going open-source
#78(Granted CRDTs might enable other features although OT is generally considered simpler)
Re: Actual is going open-source
#79Similarly, a local-first (PouchDB) budgeting app I built[1] went open source[2][3] a few years ago. It's worked out well, I love seeing what everyone does with it in their forks. Unlike Actual however, I maintain a paid subscription service while being open source.
It's worked out quite well. Luckily it's not a huge time commitment as a side project, probably due to no native apps. I've also shifted from active development to maintenance, with sporadic updates every now and then. For example, I recently moved everything from Gitlab to Github[4] and upgraded a bunch of dependencies under the hood to get everything compiling on Apple Silicon. (For example, I now run AngularJS tests with Jest, hehe.)
[2] https://github.com/financier-io/
[3] https://blog.financier.io/financier-is-now-open-source-bdfe9...
[4] https://blog.financier.io/weve-moved-to-github-4617239b9fa3
Re: Actual is going open-source
#801. Enter all my bills that require full payment each month 2. Enter my bills that can be variably paid (ex. credit cards, medical bills, etc) 3. Enter my monthly income 4. Enter my budgeted personal/home expenses (food, gas/transport, etc)
Then the solution should be able to model a few different paths to maximizing my savings and plot out a waterfall that says if I payoff X over 6 months and pay the minimum on Y then here is what my savings would look like.
I'd like to be able to see what my projected payoff dates for different bills are and what my projected savings look like if I was to follow the model.