this post was submitted on 26 Jun 2025
216 points (99.1% liked)
unix_surrealism
2643 readers
79 users here now
one should not chase the electric dream
This community is for sharing original content related to computers, content, surrealism and wizardry.
Now that you're a surrealist, become a Techno-Mage:
- https://openbsd.org/
- https://freebsd.org/
- https://netbsd.org/
- https://dragonflybsd.org/
- https://9front.org/
- https://100r.co/site/uxn.html
- https://distrowatch.org/
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is this present, future, or past timeline?
OpenSSH version:
Extrapolating: OpenSSH 43.2 is millions of years into the future
https://www.openssh.com/releasenotes.html
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:
Data
Code
Which yields:
Fit
Code
Which yields:
Predict
Use Y = (mX) + C, or
Version = (9.55651e-09 * Date) -6.75132
Code
Note that Date are Epoch timestamps.
For OpenSSH version 43.2, the predicted date is:
2135-08-21
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