Time |
S |
Nick |
Message |
01:24 |
|
pdurbin |
nice read: JavaScript is the new Perl | OCPsoft - http://ocpsoft.org/opensource/javascript-is-the-new-perl/ |
02:15 |
|
pdurbin |
nice of the author to reply to me here: https://plus.google.com/115038964212095419692/posts/fDsWoEY4zu7 |
02:16 |
|
pdurbin |
the article says "Without a doubt, Java has the largest ecosystem of shared libraries in any programming ecosystem." |
02:17 |
|
pdurbin |
"116,501 Perl modules in 26,561 distributions" according to http://www.cpan.org |
02:18 |
|
pdurbin |
"Maven Central contains over 260,000 artifacts" according to http://www.sonatype.com/people/2010/12/now-available-central-download-statistics-for-oss-projects/ |
02:18 |
|
pdurbin |
plus other places for both languages (especially java) |
02:20 |
|
pdurbin |
this was helpful for me understanding what a maven artifact is: http://stackoverflow.com/questions/2487485/what-is-maven-artifact |
11:41 |
|
pdurbin |
ironcamel: of course. you obviously understand maven artifacts better than i do, base on your comments to that post ^^. thanks |
11:42 |
|
pdurbin |
semiosis: thanks for pointing out in #crimsonfu that the sonatype article is 2 years old |
14:28 |
|
|
rruma joined #sourcefu |
16:34 |
|
semiosis |
yw |
18:05 |
|
codex |
I JUST discovered sinatra for ruby -- wow |
18:05 |
|
codex |
and from there, dancer for perl |
18:05 |
|
codex |
finally a webapp framework that does the grunt work but completely stays out of your way |
19:08 |
|
semiosis |
pdurbin: http://search.maven.org/#stats |
19:29 |
|
pdurbin |
codex: you know you can run dancer on openshift, right? |
19:30 |
|
semiosis |
that javaee/jboss on openshift presentation i saw at rh summit was really impressive |
19:30 |
|
pdurbin |
semiosis: "Total number of unique artifacts indexed (GA) - 50,604" interesting. thanks. a much smaller number than "Total number of artifacts indexed (GAV) - 417,566" |
19:30 |
|
semiosis |
kinda want to tear down my tomcat clusters and deploy to openshift |
19:31 |
|
pdurbin |
i love openshift |
19:31 |
|
semiosis |
i was all like, if this is what vendor lock in looks like... SIGN ME UP! |
19:31 |
|
pdurbin |
but we're on glassfish so i have to use the DIY openshift thing |
19:31 |
|
pdurbin |
heh |
19:37 |
|
codex |
pdurbin: yea, i absolutely love openshift |
19:37 |
|
codex |
semiosis: that's the beauty -- they make it easy NOT to vendor lock :) |
19:38 |
|
semiosis |
well the big appeal was jboss, and the ecosystem around it, of which openshift is one part |
19:40 |
|
semiosis |
bbiab |
20:26 |
|
pdurbin |
linking our stats guys (R, Stata, Matlab) to http://seanjtaylor.com/post/39573264781/the-statistics-software-signal |
20:32 |
|
semiosis |
Mathematica: You are an aesthete who believes everything Stephen Wolfram says. |
20:32 |
|
semiosis |
lol |
21:49 |
|
|
spilth joined #sourcefu |
21:50 |
|
spilth |
pdurbin: I see you pulled in my changes |
21:50 |
|
spilth |
I still owe you the alignment fix |
22:12 |
|
pdurbin |
spilth: when you get to it |
22:13 |
|
pdurbin |
i wanted to see the site on my phone |
22:13 |
|
pdurbin |
i still think there should be a way for you to push a version to a github project page or something |
22:16 |
|
pdurbin |
Crap4j is a Java implementation of the CRAP (Change Risk Analysis and Predictions) software metric - http://www.crap4j.org |
22:17 |
|
spilth |
I like the logo |
22:18 |
|
pdurbin |
Spock is a testing and specification framework for Java and Groovy applications - http://code.google.com/p/spock/ |
22:18 |
|
semiosis |
pdurbin: i'm sure i've mentioned this before, but... http://www.sonarsource.org/ <-- java code quality analysis |
22:18 |
|
pdurbin |
i'm listening to http://javaposse.com/java-posse-402-roundup-12-best-practices-for-test-code |
22:19 |
|
pdurbin |
semiosis: +1 |
22:21 |
|
semiosis |
we use junit 4, mockito, and hamcrest for testing, fwiw |
22:21 |
|
semiosis |
i think those are pretty standard |
23:26 |
|
pdurbin |
semiosis: cool. good to know |