www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - dmd download trends redone

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.com> writes:
Hey folks, over the weekend I've redone

http://erdani.com/d/downloads.daily.png

to count only unique IPs (over a 24 hour period) and completed downloads 
(bytes served == file size).

The shape is different from the one before, mainly because the China 
spike has disappeared. This is because countries in the APAC region have 
a lot fewer unique IPs and they relay on NAT to work around that. 
(That's 110% of my mastery of the subject.) But the trend is still on 
the up and up.
Aug 04 2020
next sibling parent aberba <karabutaworld gmail.com> writes:
On Tuesday, 4 August 2020 at 20:58:08 UTC, Andrei Alexandrescu 
wrote:
 Hey folks, over the weekend I've redone

 http://erdani.com/d/downloads.daily.png

 to count only unique IPs (over a 24 hour period) and completed 
 downloads (bytes served == file size).

 The shape is different from the one before, mainly because the 
 China spike has disappeared. This is because countries in the 
 APAC region have a lot fewer unique IPs and they relay on NAT 
 to work around that. (That's 110% of my mastery of the 
 subject.) But the trend is still on the up and up.
Could get even higher will more advocacy/articles/whatever on what D has got. I've personally seen so many positive reviews from people who've tried D.
Aug 04 2020
prev sibling next sibling parent aberba <karabutaworld gmail.com> writes:
On Tuesday, 4 August 2020 at 20:58:08 UTC, Andrei Alexandrescu 
wrote:
 Hey folks, over the weekend I've redone

 http://erdani.com/d/downloads.daily.png

 to count only unique IPs (over a 24 hour period) and completed 
 downloads (bytes served == file size).

 The shape is different from the one before, mainly because the 
 China spike has disappeared. This is because countries in the 
 APAC region have a lot fewer unique IPs and they relay on NAT 
 to work around that. (That's 110% of my mastery of the 
 subject.) But the trend is still on the up and up.
Would also be more insightful to see it in currently monthly downloads.
Aug 04 2020
prev sibling next sibling parent reply Ben Jones <fake fake.fake> writes:
On Tuesday, 4 August 2020 at 20:58:08 UTC, Andrei Alexandrescu 
wrote:
 Hey folks, over the weekend I've redone

 http://erdani.com/d/downloads.daily.png

 to count only unique IPs (over a 24 hour period) and completed 
 downloads (bytes served == file size).

 The shape is different from the one before, mainly because the 
 China spike has disappeared. This is because countries in the 
 APAC region have a lot fewer unique IPs and they relay on NAT 
 to work around that. (That's 110% of my mastery of the 
 subject.) But the trend is still on the up and up.
What's the source of the data? The dlang.org download page? On macos, I think a lot of people use homebrew to install D which seems to get it from Github: stable do url "https://github.com/dlang/dmd/archive/v2.093.0.tar.gz"
Aug 04 2020
parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 8/4/20 5:57 PM, Ben Jones wrote:
 On Tuesday, 4 August 2020 at 20:58:08 UTC, Andrei Alexandrescu wrote:
 Hey folks, over the weekend I've redone

 http://erdani.com/d/downloads.daily.png

 to count only unique IPs (over a 24 hour period) and completed 
 downloads (bytes served == file size).

 The shape is different from the one before, mainly because the China 
 spike has disappeared. This is because countries in the APAC region 
 have a lot fewer unique IPs and they relay on NAT to work around that. 
 (That's 110% of my mastery of the subject.) But the trend is still on 
 the up and up.
What's the source of the data?
https://issues.dlang.org/s3logs
Aug 04 2020
prev sibling next sibling parent Walter Bright <newshound2 digitalmars.com> writes:
On 8/4/2020 1:58 PM, Andrei Alexandrescu wrote:
 But the trend is still on the up and up.
How sweet it is!
Aug 06 2020
prev sibling parent reply Martin Tschierschke <mt smartdolphin.de> writes:
On Tuesday, 4 August 2020 at 20:58:08 UTC, Andrei Alexandrescu 
wrote:
 Hey folks, over the weekend I've redone

 http://erdani.com/d/downloads.daily.png

 to count only unique IPs (over a 24 hour period) and completed 
 downloads (bytes served == file size).

 The shape is different from the one before, mainly because the 
 China spike has disappeared. This is because countries in the 
 APAC region have a lot fewer unique IPs and they relay on NAT 
 to work around that. (That's 110% of my mastery of the 
 subject.) But the trend is still on the up and up.
Are you doing the plot with R? (plot(x,y)) Would be interesting to see it with log="y", if the resulting curve fits to a straight line, you know its exponential growth, with constant doubling time. Regards mt.
Aug 06 2020
parent reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 8/6/20 8:18 AM, Martin Tschierschke wrote:
 On Tuesday, 4 August 2020 at 20:58:08 UTC, Andrei Alexandrescu wrote:
 Hey folks, over the weekend I've redone

 http://erdani.com/d/downloads.daily.png

 to count only unique IPs (over a 24 hour period) and completed 
 downloads (bytes served == file size).

 The shape is different from the one before, mainly because the China 
 spike has disappeared. This is because countries in the APAC region 
 have a lot fewer unique IPs and they relay on NAT to work around that. 
 (That's 110% of my mastery of the subject.) But the trend is still on 
 the up and up.
Are you doing the plot with R? (plot(x,y)) Would be interesting to see it with log="y", if the resulting curve fits to a straight line, you know its exponential growth, with constant doubling time. Regards mt.
Good idea. I'm using gnuplot.
Aug 06 2020
parent Martin Tschierschke <mt smartdolphin.de> writes:
On Thursday, 6 August 2020 at 12:31:44 UTC, Andrei Alexandrescu 
wrote:
 On 8/6/20 8:18 AM, Martin Tschierschke wrote:
 On Tuesday, 4 August 2020 at 20:58:08 UTC, Andrei Alexandrescu
[...]
 Good idea. I'm using gnuplot.
Than it should work with: set logscale y
Aug 06 2020