• @[email protected]
    link
    fedilink
    English
    07 months ago

    And it was at 2.92% in Oct 23, so that’s approx 38% increase in 4 months! If we keep this level of growth for a year, we’re looking at 7.67% marketshare in a year from now!

      • @[email protected]
        link
        fedilink
        English
        07 months ago

        What if its exponential growth?

        Then we should expect that in ~35 years, 200% of users will be using desktop linux.

          • @[email protected]
            link
            fedilink
            English
            0
            edit-2
            7 months ago

            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.