Remix.run Logo
lanewinfield 2 days ago

hi, i made this. thank you for posting.

unfortunately due to the government shutdown, the BLS inflation data for September 2025 is delayed from October 15 (as it normally is) until October 24[1], so please check back then to see if he is >109 Cent.

assuming future stability, the site will automatically update on the 15th of every month.

[1] https://www.bls.gov/bls/092025-cpi-reschedule-notice.htm

kemiller a day ago | parent | next [-]

You should extend it into the past. Hapenny hit hard.

femiagbabiaka 2 days ago | parent | prev | next [-]

You're doing a public service, thank you.

bbarnett 20 hours ago | parent | prev | next [-]

It would be even funnier with exceedingly long fractionals.

EG, 109.453452 cent or 109 113363/250000 or some such.

karmakaze 2 days ago | parent | prev | next [-]

It would be fun to have currency conversions too.

earlyriser 2 days ago | parent | next [-]

Conversions to Nickelback, Poundz, Los Pesos, DJ Euro and Yen.

dmurray a day ago | parent | next [-]

Since this goes back to 1995 I'd also like to request Franc Sinatra, Nick Gilder, and Marky Mark and the Funky Bunch.

kayge a day ago | parent | prev | next [-]

Don't forget Johnny Cash and Eddie Money :D

analog31 15 hours ago | parent | prev | next [-]

Also Dimebag Darrell

at-fates-hands a day ago | parent | prev | next [-]

Or to Robert Deniro's

edbaskerville a day ago | parent | next [-]

Robert Dinero?

Razengan a day ago | parent | prev | next [-]

Robert Dinar

Keepin It Riyal

esperent a day ago | parent | prev [-]

Bob Deniros

sellmesoap 10 hours ago | parent [-]

Buck sixty five

jimt1234 a day ago | parent | prev [-]

Cash Money Millionaires!

rubyfan a day ago | parent | prev [-]

to Stanley Nickels and Schrute Bucks

petermcneeley 15 hours ago | parent | prev | next [-]

I think the big mac index is far more accurate gauge of inflation than the B(L)S numbers published by the government.

https://www.stlouisfed.org/on-the-economy/2024/apr/how-big-m...

zeroonetwothree 15 hours ago | parent | next [-]

Unless you primarily spend your money on Big Macs (in which case you have bigger problems) I don’t see how that’s true.

huhtenberg 15 hours ago | parent | prev [-]

By the same metric, but using Arizona Iced Tea, there was no inflation for ages.

petermcneeley 14 hours ago | parent [-]

I dont mean to contradict myself but big mac index also doesnt show the true inflation either. This is because it should be easier to make a big make in 2025 than in 1995 due to automation.

huhtenberg 11 hours ago | parent [-]

... and the need for actual beef :)

khazhoux a day ago | parent | prev | next [-]

This is a powerful visual representation. I would suggest that the impact could be even stronger if you provided side-by-side images of 50 Cent, where the second is scaled up proportionately.

brk a day ago | parent | next [-]

If you scroll across it displays multiples of the image representative to the inflation at the time point.

dsamarin a day ago | parent | prev | next [-]

Quick self nerd snipe:

I think the area should be scaled proportionally, so the new width and height should be multiplied by sqrt(cents/50)

zdragnar a day ago | parent [-]

If we're going to be pedantic about it, his name hasn't changed, so really he should be shrinking proportionally rather than growing over time

lanewinfield a day ago | parent | prev [-]

that’s a good idea. in future versions, i might need to consider multiple renderings as different economists likely prefer alternative visualizations of 50’s monetary adjustments

tempestn a day ago | parent | prev | next [-]

Love it. I think there's an off-by-one calculating the images at the top. (100-cent gives a single pixel slice of the third image.)

extrano84 17 hours ago | parent [-]

I think they are rounding a float for the number display and not rounding for the image as you can see different sized image segments for the months where the number remains at 100 cents. You could still be correct, I have no way of verifying.

tempestn 12 hours ago | parent [-]

Ah, yeah, you're probably right.

triwats 19 hours ago | parent | prev | next [-]

This is brilliant

mckeed 2 days ago | parent | prev | next [-]

Curious how you set it up. Do you have to manually update it when inflation data comes out, or is it automatic?

lanewinfield 2 days ago | parent [-]

it's on a scheduled workflow with github actions that rebuilds the site on the 15th, 30 minutes after the data is released.

cron: '0 13 15 * *'

Rochus 2 days ago | parent | prev [-]

Where is the inflated music?

jerf 2 days ago | parent [-]

1. Go to, let's say, a video like this: https://www.youtube.com/watch?v=5qm8PH4xAss [1] Start it playing.

2. Copy and paste this into your browser location bar: javascript:void(document.getElementsByTagName("video")[0].playbackRate = 50/prompt("Inflation-adjusted 50 Cent value:"))

3. Enter the inflation-adjusted 50 Cent value, which as we are talking about this today, is 109.

Et voila, inflation-adjusted 50 Cent music, and anyone finding this later can adjust it to their current inflation-adjusted value.

I believe there are limits on how slow the browsers will playback video. This code is not guaranteed to work past any possible hyperinflations or massive deflations that may occur in the future.

If you're curious how that may sound with a more careful job done then the browsers will do with stretching, consider Beethoven's 9th symphony stretched to 24 hours: https://www.youtube.com/watch?v=JSJ9Bkhb1Q4&list=PLMEcbs3sHQ... Some of you may well legitimately love this. Obviously the frequency profile of doing this to a 50 Cent piece will be quite different but it at least gives the idea.

[1]: It is sheer coincidence that this video ID ends in "Ass". This is "50 Cent - In Da Club (Official Music Video)" for those wondering.