←back to thread

261 points david927 | 1 comments | | HN request time: 0.211s | source

What are you working on? Any new ideas that you're thinking about?
Show context
hewwwww ◴[] No.43158264[source]
I’m working on a parser + dashboard for bank / cc / investment statements.

You feed in your docs and you get a dashboard that shows your categorized “flow” of money (think sankey, stacked bar), as well as some simple grouping tools (Show me all grocery spends on my credit card by month.

I initially wrote it in Haskell, but I don’t really know Haskell and I didn’t feel very productive with the stack, so I’m reworking it in something more familiar now.

replies(1): >>43159021 #
elric ◴[] No.43159021[source]
Seems like you're not the only one, I've seen other people mentioning similar projects in this post
replies(1): >>43161856 #
1. hewwwww ◴[] No.43161856[source]
Yeah I noticed that as well! Makes sense that it’s a pretty “front and center” problem for a lot of people.