markus99@lemmy.world to Linux Gaming@lemmy.worldEnglish · 9 months agoLinux hits 4% on the desktop 🐧📈gs.statcounter.comexternal-linkmessage-square40fedilinkarrow-up17arrow-down10cross-posted to: technology@lemmy.worldlinux_gaming@lemmy.worldtechnology@lemmy.worldlinux_gaming@lemmy.world
arrow-up17arrow-down1external-linkLinux hits 4% on the desktop 🐧📈gs.statcounter.commarkus99@lemmy.world to Linux Gaming@lemmy.worldEnglish · 9 months agomessage-square40fedilinkcross-posted to: technology@lemmy.worldlinux_gaming@lemmy.worldtechnology@lemmy.worldlinux_gaming@lemmy.world
minus-squarejol@discuss.tchncs.delinkfedilinkEnglisharrow-up0·9 months agoWhat if its exponential growth?
minus-squareTropicalDingdong@lemmy.worldlinkfedilinkEnglisharrow-up0arrow-down1·9 months ago What if its exponential growth? Then we should expect that in ~35 years, 200% of users will be using desktop linux.
minus-squareTlaloc_Temporal@lemmy.calinkfedilinkEnglisharrow-up0·9 months agoLinux on the main and second computers‽ Wow!
minus-squareColeSloth@discuss.tchncs.delinkfedilinkEnglisharrow-up0·9 months agoThe math chec…wait, no. That math doesn’t check out at all.
minus-squareTropicalDingdong@lemmy.worldlinkfedilinkEnglisharrow-up0arrow-down1·edit-29 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-squareColeSloth@discuss.tchncs.delinkfedilinkEnglisharrow-up0·9 months agoIf you don’t think of the increase in speed of new users as continuing to increase exponentially.
minus-squareTropicalDingdong@lemmy.worldlinkfedilinkEnglisharrow-up0arrow-down1·9 months agoIsn’t that the point of the exponent in the exponential function?
What if its exponential growth?
Then we should expect that in ~35 years, 200% of users will be using desktop linux.
Linux on the main and second computers‽ Wow!
Running a linux vm on linux
yo dawg…
The math chec…wait, no. That math doesn’t check out at all.
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?