Maybe it's a geographical problem. We live near a mid-sized city (300k people), rents don't seem so bad here. Perhaps it's the bigger cities that have the outrageous rents?
Nearly half of American workers don’t earn enough to afford a one-bedroom (cont)
131–133 of 133 posts
Re: Nearly half of American workers don’t earn enough to afford a one-bedroom (cont)
#132Earlier quoted context omitted.
I've been feeling the price rises too, I second the Costco thing entirely too. I have a ton of receipt data I can analyze. I've been curious to track my personal expenses for things like milk, take out burgers, and other stuff I regularly purchase and have lots of data points on over time. I think the anecdata speaks, very loudly for the individual visibly paying more.
I would like to know more. My first suspicion is that most people don't track this data closely enough. Unfortunately after tracking this data for about 15 years, I stopped in 2018 (too cumbersome). I was able to tell you exactly how much money we spent on alcohol vs. dairy vs. veggies etc. If only I had continued, I could've provided great anecdata here, because we never really "go out". And herein lies the crux. Ma…
All the data captured over the years omits very fine detail for the most part; things like weights and volumes and stuff. The data is fairly messy but there should have some signal within it however. This motivates me to revisit what sort of receipt OCR stuff is out there, it's been a TODO for a long time. I'm looking for mainly partially automated stuff, fully automate the frequent vendors, manual entry the rest: https://gist.github.com/jxramos/db8195d1972b6d7f7eb0e97be51d...
Re: Nearly half of American workers don’t earn enough to afford a one-bedroom (cont)
#133Earlier quoted context omitted.
I would like to know more. My first suspicion is that most people don't track this data closely enough. Unfortunately after tracking this data for about 15 years, I stopped in 2018 (too cumbersome). I was able to tell you exactly how much money we spent on alcohol vs. dairy vs. veggies etc. If only I had continued, I could've provided great anecdata here, because we never really "go out". And herein lies the crux. Ma…
yah the cumbersome part is for real; for the longest I never itemized groceries, just lump sums spent. I've been slowly automating more of the process. For online purchases I write some chrome extensions that scrape the order pages and downloads a Json file for me. Works for the most part and I'm looking to extend to a few more vendors: https://github.com/jxramos/webOrders . All the data captured over the years omits…
I even went as far as building a small mobile app using AWS OCR. I was able to itemize and categorize using that but it still required manual "fingerprinting" of each receipt type. Basically figuring out that something was a Costco receipt and in Costco receipts this column in the OCR'd text was the name of the item etc and then also defining the mapping of item name to category.
Worked well enough but I wasn't willing to pay for this after all the free trials and such if it couldn't be monetized by releasing the app. And since the fingerprinting is pretty cumbersome and error prone (Costco doesn't even have a global standard for their receipt format, never mind different gas stations etc) and I neither have the expertise nor the necessary training data for a machine learning approach.