Time |
S |
Nick |
Message |
15:29 |
|
|
spilth joined #sourcefu |
15:35 |
|
pdurbin |
heard about Stirling's approximation (for factorials - http://en.wikipedia.org/wiki/Stirling%27s_approximation ) this morning on Java Public House: Episode 35. Recursion, Doubles and Strings (A little for everyone!) - http://www.javapubhouse.com/2013/02/episode-35-recursion-doubles-and.html |
16:12 |
|
pdurbin |
you know you're becoming a java dev when you figure out the keyboard shortcut for "insert code -> generate getter" |
16:13 |
|
pdurbin |
i feel like i need a perlcritic for java though |
16:13 |
|
pdurbin |
crimsonfubot: google perlcritic for java |
16:13 |
|
crimsonfubot |
pdurbin: Perl::Critic::Policy::Variables::ProhibitReusedNames - The CPAN ...: <http://search.cpan.org/dist/Perl-Critic/lib/Perl/Critic/Policy/Variables/ProhibitReusedNames.pm>; SourceForge.net: EPIC - Eclipse Perl Integration: Perl Critic and RSE: <http://sourceforge.net/projects/e-p-i-c/forums/forum/258687/topic/5999498>; FLOSS Weekly 189 | TWiT.TV: <http://twit.tv/show/floss-weekly/189>; (2 more messages) |
16:49 |
|
semiosis |
pdurbin: sonarsource.org |
16:49 |
|
semiosis |
pdurbin: also re: generating getters, see project lombok |
16:49 |
|
semiosis |
@lucky project lombok |
16:49 |
|
crimsonfubot |
semiosis: http://projectlombok.org/ |
16:50 |
|
pdurbin |
http://www.sonarsource.org <-- clickable version |
16:50 |
|
pdurbin |
semiosis: thanks |
16:50 |
|
semiosis |
with lombok, you use annotations to drive a compile-time code generator which adds boilerplate methods to your classes |
16:51 |
|
pdurbin |
interesting. ok. might hold off on that for now :) |
16:51 |
|
pdurbin |
actually, speaking of perlcritic for java... some tools were mentioned at Java Public House: Episode 34. New Year's (2013) Resolution! Less bugs and more coverage! - http://www.javapubhouse.com/2013/01/episode-34-new-years-2013-resolution.html |
16:52 |
|
pdurbin |
http://findbugs.sourceforge.net |
16:52 |
|
pdurbin |
semiosis: any opinion of FindBugs? |
16:55 |
|
spilth |
There's also http://pmd.sourceforge.net/ |
16:55 |
|
spilth |
but I think Sonar gets you access to PMD, FindBugs, CheckStyle... |
16:56 |
|
pdurbin |
Pretty Damn Mean? |
16:56 |
|
spilth |
http://pmd.sourceforge.net/pmd-5.0.2/meaning.html |
16:57 |
|
pdurbin |
no meaning. ok :) |
16:57 |
|
pdurbin |
hmm, http://en.wikipedia.org/wiki/Checkstyle looks like what i want, i think |
16:57 |
|
pdurbin |
for now anyway |
16:58 |
|
pdurbin |
spilth: thanks |
16:58 |
|
* pdurbin |
votes up: jsf - Execute backing bean action on load? - Stack Overflow - http://stackoverflow.com/questions/1686821/execute-backing-bean-action-on-load/1710413#1710413 |
20:53 |
|
spilth |
http://www.codinghorror.com/blog/2013/02/civilized-discourse-construction-kit.html |
20:55 |
|
spilth |
Launch of http://www.discourse.org/ - "a new discussion platform" |
21:23 |
|
pdurbin |
huh. so is this jeff atwood's new thing? |
21:24 |
|
* pdurbin |
clicks |
21:25 |
|
pdurbin |
"Discourse is the 100% open source, next-generation discussion platform built for the next 10 years of the Internet" -- https://github.com/discourse/core |
21:32 |
|
spilth |
I think the most important take away from that post is the link to http://www.sadtrombone.com/ |
21:34 |
|
semiosis |
+1 |
21:35 |
|
pdurbin |
wow, screenshots of the dvn-vagrant thing i threw together: http://www.eresearch.org.nz/content/dataverse-network-application-first-impressions-post-installation-beta-mode-update-2 |
21:42 |
|
spilth |
Oracle VMWare? |
21:48 |
|
pdurbin |
:) |
21:53 |
|
spilth |
Congrats though :-) |
22:10 |
|
spilth |
Anybody ever do Markdown to HTML-based Slideshow/Presentation? |
23:07 |
|
pdurbin |
spilth: my presentations are in markdown, but they aren't slideshows. just websites |