welcome to Metacity v
welcome to Metacity v
welcome to Metacity v
You're viewing a single thread.
Is this present, future, or past timeline?
OpenSSH version:
Extrapolating: OpenSSH 43.2 is millions of years into the future
That doesn't seem right
Upon deeper analysis, you are correct. I was a bit floored by what appeared to be a power curve near the beginning, but after actually plotting, it's a simple linear trend:
Date Version 2000-03-05 1.22 2000-03-24 1.23 ... 2025-02-18 9.9 2025-04-09 10.0
Use Y = (mX) + C, or Version = (9.55651e-09 * Date) -6.75132
For OpenSSH version 43.2, the predicted date is:
So, assuming a linear trend and no cataclysmic events that would pause development for a few thousand years, then it's only 110 years into the future
This is Awesome! How did you learn to do that? I want to learn too
thanks! oh well data formatting, just 15 years of messing around with awk and sed
Data fitting, gnuplot does all the heavy lifting with the modelling, and I always have to look up the syntax because I never remember it haha
Play around and have fun with the code snippets!
I will!
And I'm going to give a look at awk and sed, I didn't know you can do all that stuff with it.
Thanks for sharing :D
I seem to be on a gnuplot bender at the moment, but maybe you will enjoy this too!
in relation to what?
I love you