5 ms·
someone’s site (I forget whose) has a built in inflation adjuster so that they write dollars(x, year) and get a future-proof value. Very cute!
by nmca 2y ago
someone’s site (I forget whose) has a built in inflation adjuster so that they write dollars(x, year) and get a future-proof value. Very cute!
- nicbou 2y agoBrilliant! I have something like that, but for showing the amounts in different currencies. https://nicolasbouliane.com/blog/currency-tooltips https://nicolasbouliane.com/blog/currency-tooltips
- gwern 2y agoThat would also be Gwern.net. :) https://github.com/gwern/gwern.net/blob/master/build/Inflation.hs#L4 https://github.com/gwern/gwern.net/blob/master/build/Inflati...