Thread overview
dmd download trends redone
Aug 04, 2020
aberba
Aug 04, 2020
aberba
Aug 04, 2020
Ben Jones
Aug 06, 2020
Walter Bright
August 04, 2020
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.
August 04, 2020
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.
August 04, 2020
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.
August 04, 2020
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"

August 04, 2020
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
August 06, 2020
On 8/4/2020 1:58 PM, Andrei Alexandrescu wrote:
> But the trend is still on the up and up.

How sweet it is!
August 06, 2020
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.

August 06, 2020
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.

August 06, 2020
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