Hacker News new | ask | show | jobs
How do you manage your personal finances?
1 points by iansowinski 1577 days ago
What tools do you use? What practices, patterns and mental models do you apply to this problem? Do you recommend some blogs and podcasts on it? Do you have some magic scripts, databases or whole programs for it? Can't wait to see the anwsers!
1 comments

I wrote my own. I have been meaning to post this on Show HN, but have not gotten around to it.

https://github.com/KenPainter/HackerFinance

My basic flow is about once/month to import transactions from the banks (checking, savings, and credit card). When there is a major event, like purchasing a car, I do a small manual batch to update my assets and liabilities. I leave the retirement and investment accounts to a single year-end summary transaction.

It's good to add some screenshots and exact instalation commands and some examples to the repo - it's good for marketing :)