Live data from Hacker News

Dwindling CPAN Releases

perlancar.wordpress.com

11–20 of 180 posts

Re: Dwindling CPAN Releases

#11
post #10
post #6

Earlier quoted context omitted.

The rate of increase must have been declining (i.e. rate of rate of increase negative) in order for it to have peaked. This was probably detectable.

"and rate of rate of increase negative" Are you a politician? Because that's a very round about way of putting it. :P If the rate of increase is negative, there is an actual absolute decline. Is that want you were meaning to say?

"rate of rate of increase" = "second derivative", I presume. Negative second derivative doesn't necessarily mean a decline, it can be just growth slowing down.

Re: Dwindling CPAN Releases

#12
post #10
post #6

Earlier quoted context omitted.

The rate of increase must have been declining (i.e. rate of rate of increase negative) in order for it to have peaked. This was probably detectable.

"and rate of rate of increase negative" Are you a politician? Because that's a very round about way of putting it. :P If the rate of increase is negative, there is an actual absolute decline. Is that want you were meaning to say?

I said rate of rate of increase. The second derivative is negative at a local maximum.

https://en.wikipedia.org/wiki/Derivative_test#Second_derivat...

Re: Dwindling CPAN Releases

#13
post #8

Long ago I used to joke that perl is write-only... was that harsh or realistic? (I still believe it - too clever constructions which feel smart at the time you come up with them :)

Perl aims to be an enabler, and is therefore not particularly opinionated ("there is more than one way to do it"). This includes making little to no effort to make it hard to write difficult-to-read code.

Personally, I don't tend to have a hard time reading code I myself wrote, even long after the fact. But I will concede that Perl code _can be_ hard to read if the author has been too clever.

Re: Dwindling CPAN Releases

#15
post #10

Earlier quoted context omitted.

"and rate of rate of increase negative" Are you a politician? Because that's a very round about way of putting it. :P If the rate of increase is negative, there is an actual absolute decline. Is that want you were meaning to say?

"rate of rate of increase" = "second derivative", I presume. Negative second derivative doesn't necessarily mean a decline, it can be just growth slowing down.

[deleted]

Re: Dwindling CPAN Releases

#17

I used Perl for a bit but switched to Python because I was finding it harder to work out what some code I'd written a year or so ago did than to write it again, a problem I don't have with Python.

I switched in 1995, never looked back. Perl can’t die soon enough.

Re: Dwindling CPAN Releases

#18
post #12
post #10

Earlier quoted context omitted.

"and rate of rate of increase negative" Are you a politician? Because that's a very round about way of putting it. :P If the rate of increase is negative, there is an actual absolute decline. Is that want you were meaning to say?

I said rate of rate of increase. The second derivative is negative at a local maximum. https://en.wikipedia.org/wiki/Derivative_test#Second_derivat...

My mistake, I misread.

Re: Dwindling CPAN Releases

#19
It's interesting. I started Perl in around 2005, and moved entirely to Python in 2014, exactly when it reached it's peak and started to decline. Seems I wasn't the only one.

Re: Dwindling CPAN Releases

#20

I used Perl for a bit but switched to Python because I was finding it harder to work out what some code I'd written a year or so ago did than to write it again, a problem I don't have with Python.

I used python for a bit but switched to Perl because it

1) Works

2) Is ubiquitous

3) Is stable

4) Is normal (semicolons, braces etc)

Post reply on HN