That could be one reason they want to do it. Maybe by using data from Palantir or harvested from Elon's work with DOGE, along with twitter user data and whatever else they can get, they want their AI to be the all-seeing eye of Sauron. (Which isn't too far from what the whole ad-tech industry is about in the first place.) Or they want to make sexually explicit deepfakes of everyone Elon doesn't like. Or they want to flood the internet with AI generated right-wing propaganda.
Rocket Money is an app designed for millennials to hand over their important banking information to Rocket Mortgage in exchange for "help cancelling subscriptions".
It's always seemed to me to be targeted at people too young/poor to buy a house. What does rocket mortgage want with random people's financial statements? Of course when you actually do take out a mortgage you find that you're forced to give up an absolutely shocking amount of personal info (usually via very insecure feeling channels). So if you are offering mortgages you don't have to do all that extra work/advertise so much on tv to get data.
Genuine question because as mentioned I don't use the product (nor do I care enough to rabbit hole).
Hey Jack,
I built an I Ching tool earlier this year using arrow.js. I tried to stick with vanilla JS at first but it proved difficult to maintain. My tool uses a casting method that results in the same probabilities as when one uses the Yarrow Stalk method, but doesn't include a yarrow stalk simulation. I briefly considered creating a 3D simulation of the yarrow stalk casting method but never got around to it. I find it interesting that someone had a similar idea.
My I Ching tool is located at classicofchanges.com
Always happy to meet a fellow developer in this niche!
I checked out your site—having the full index on a single page is actually super handy for quick referencing.
And I totally relate to the 'Vanilla JS vs Framework' struggle. I ended up choosing Next.js precisely because managing the state for the complex probabilities (6/7/8/9) was giving me a headache. Respect for sticking to the raw math!
It is really cool to see how different developers interpret the same ancient text. I noticed your approach is very direct and efficient with the results.