• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • 1200 sf townhouse. I can clean it top to bottom under an hour. It takes 5 minutes to mow the lawn. Only time my electric bill tops $100 is August, and gas only in January. No one even thinks about you hosting family gatherings or parties. Don’t have to buy a monster TV so you can see it across the 20’ room.

    I suppose, if you really like gardening, or hosting parties, then those could be negatives, but it seems like the main reason to have a big, fancy house is so other people know you can afford a big, fancy house. Personally, they make me uncomfortable, and I would hate to live in one, nevermind the maintenance.


  • Super easy, as it turns out. I run my own DNS and web servers, so I pointed quicken.com at my web server to capture the request, then used curl to capture the response. Both turned out to be plain ASCII, request like

    stk.1=SMCI;.2=NVDA;.3=INTC;

    as POST data, and responses like

    qwin.quotes.ASTM.symbol 4 ASTM
    .last 7 18.7400
    .time 10 1573074000
    .time.str 5 16:00
    .change 6 0.4000

    plus a whole slew of other optional fields for fundamentals, dividends, etc. It was a simpler time on the internet, when no one cared about leaking data and companies didn’t care if a handful of geeks reversed engineered their data structures.


  • This won’t help you, but I want to brag. I started using Quicken to track my finances at the turn of the century, back when it was all local storage. Quicken 2012 was the last iteration that used http (not https) to update stock prices. When they discontinued support, I captured the interaction and deciphered the formats. Wrote a proxy to intercept the request, look up the security info, and send back the data.

    So, I self-host quicken.com. It’s saved me having to update Quicken or submit to their subscription model.