you are viewing a single comment's thread
view the rest of the comments
[–] 10 points 2 years ago (3 children)

The math chec.....wait, no. That math doesn't check out at all.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 1 point 2 years ago* (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments