@markus99 to Linux GamingEnglish • 10 months agoLinux hits 4% on the desktop 🐧📈gs.statcounter.commessage-square116arrow-up1512arrow-down116cross-posted to: [email protected]technology[email protected]linux_gaming[email protected][email protected][email protected][email protected][email protected]
arrow-up1496arrow-down1external-linkLinux hits 4% on the desktop 🐧📈gs.statcounter.com@markus99 to Linux GamingEnglish • 10 months agomessage-square116cross-posted to: [email protected]technology[email protected]linux_gaming[email protected][email protected][email protected][email protected][email protected]
minus-square@TropicalDingdonglinkEnglish1•edit-210 months agoOk, fine, I’ll do the actual curve fitting instead of just estimating. Eyeballing it, were saying 1% in 2013, 2% in 2021, 3% in 2023? Gives us a fit of… 0.873 * exp(0.118 * x) So… Correct the equation and solve for x x_target = np.log(200 / a) / b Calculate the actual year year_target = 2013 + x_target print(year_target) In ~2058 everyone will be using two linux desktops at once.
minus-square@[email protected]linkfedilinkEnglish2•10 months agoIf you don’t think of the increase in speed of new users as continuing to increase exponentially.
minus-square@TropicalDingdonglinkEnglish1•10 months agoIsn’t that the point of the exponent in the exponential function?
Ok, fine, I’ll do the actual curve fitting instead of just estimating.
Eyeballing it, were saying 1% in 2013, 2% in 2021, 3% in 2023?
Gives us a fit of…
0.873 * exp(0.118 * x)
So…
Correct the equation and solve for x
x_target = np.log(200 / a) / b
Calculate the actual year
year_target = 2013 + x_target
print(year_target)
In ~2058 everyone will be using two linux desktops at once.
If you don’t think of the increase in speed of new users as continuing to increase exponentially.
Isn’t that the point of the exponent in the exponential function?