markus99@lemmy.world to Linux Gaming@lemmy.worldEnglish · 11 个月前Linux hits 4% on the desktop 🐧📈gs.statcounter.comexternal-linkmessage-square116fedilinkarrow-up1511arrow-down116cross-posted to: linux@programming.devtechnology@lemmy.worldtechnology@lemmy.mllinux_gaming@lemmy.worldlinux_gaming@lemmy.mllinux@lemmy.mllinux@lemmy.mllinux@lemmy.mllinux@lemmy.ml
arrow-up1495arrow-down1external-linkLinux hits 4% on the desktop 🐧📈gs.statcounter.commarkus99@lemmy.world to Linux Gaming@lemmy.worldEnglish · 11 个月前message-square116fedilinkcross-posted to: linux@programming.devtechnology@lemmy.worldtechnology@lemmy.mllinux_gaming@lemmy.worldlinux_gaming@lemmy.mllinux@lemmy.mllinux@lemmy.mllinux@lemmy.mllinux@lemmy.ml
minus-squareTropicalDingdong@lemmy.worldlinkfedilinkEnglisharrow-up2arrow-down1·edit-211 个月前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.
minus-squareColeSloth@discuss.tchncs.delinkfedilinkEnglisharrow-up2·11 个月前If you don’t think of the increase in speed of new users as continuing to increase exponentially.
minus-squareTropicalDingdong@lemmy.worldlinkfedilinkEnglisharrow-up2arrow-down1·11 个月前Isn’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?