Time |
S |
Nick |
Message |
01:48 |
|
|
sivoais joined #sourcefu |
05:21 |
|
|
philbot joined #sourcefu |
05:21 |
|
|
Topic for #sourcefu is now http://sourcefu.com | logs at http://irclog.greptilian.com/sourcefu/today |
05:21 |
|
|
codex joined #sourcefu |
05:22 |
|
|
pdurbin joined #sourcefu |
06:44 |
|
|
aditsu joined #sourcefu |
12:34 |
|
|
semiosis joined #sourcefu |
15:04 |
|
|
ironcamel joined #sourcefu |
18:34 |
|
aditsu |
hi, how's it going? |
18:48 |
|
pdurbin |
aditsu: hey stranger |
18:49 |
|
aditsu |
whaa? I thought we were pals |
18:49 |
|
aditsu |
:) |
18:49 |
|
pdurbin |
:) |
18:50 |
|
aditsu |
I filed a java bug report today |
18:51 |
|
pdurbin |
aditsu: nice. link? |
18:52 |
|
aditsu |
I think they have to review it first, but they gave me a bug id, it will be at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=9008722 |
18:52 |
|
aditsu |
but you can get the gist of it here: stackoverflow.com/questions/20337171/classloader-held-by-weak-references |
18:53 |
|
aditsu |
oh, somehow copying missed the protocol - http://stackoverflow.com/questions/20337171/classloader-held-by-weak-references |
18:54 |
|
aditsu |
took me about 10 days to figure it out... |
18:58 |
|
pdurbin |
"This bug is not available." |
18:58 |
|
aditsu |
right, as I said, they have to review it first |
18:58 |
|
pdurbin |
ok |
18:58 |
|
aditsu |
try that link in a couple of weeks maybe :) |
18:58 |
|
pdurbin |
aditsu: please remind me :) |
19:07 |
|
aditsu |
pdurbin: what else is new? |
19:09 |
|
pdurbin |
aditsu: trying to decide between Solr and Elasticsearch |
19:10 |
|
aditsu |
ah, my faceted search project got postponed indefinitely |
19:10 |
|
aditsu |
so no idea there.. but I was probably going to write my own code |
19:11 |
|
pdurbin |
aditsu: here's my page about faceted search: http://wiki.greptilian.com/search/faceted |
19:12 |
|
aditsu |
thanks |
19:13 |
|
pdurbin |
sure |
19:13 |
|
pdurbin |
aditsu: did I tell you I implemented http://en.wikipedia.org/wiki/SWORD_%28protocol%29 ? |
19:14 |
|
aditsu |
no but you might have mentioned something about it on G+ |
19:14 |
|
pdurbin |
yeah, probably |
19:14 |
|
pdurbin |
people are starting to play with it: http://thedata.org/book/apps |
19:28 |
|
aditsu |
I also learned a few things about speeding up websites |
19:29 |
|
pdurbin |
caching? :) |
19:30 |
|
aditsu |
that's a big part, there's also compression, minification, combining resources, etc |
19:31 |
|
aditsu |
google has a pretty nice checker: http://developers.google.com/speed/pagespeed/insights/ |
19:32 |
|
aditsu |
and there's a more detailed one at http://www.webpagetest.org/ |
19:33 |
|
pdurbin |
pagespeed is nice. the other is new to me |
19:35 |
|
aditsu |
it was pretty fun to configure things in nginx |
19:37 |
|
pdurbin |
cool |
19:37 |
|
aditsu |
I also read http://www.html5rocks.com/en/tutorials/speed/script-loading/ at some point, but decided not to bother |
19:37 |
|
pdurbin |
heh. "murky waters" |
19:38 |
|
pdurbin |
oh, I worked on SAML a bit too: https://dvn-alpha.hmdc.harvard.edu/dvn/faces/login/SamlTestIntro.xhtml |
19:39 |
|
aditsu |
don't know that one either :p |
19:41 |
|
pdurbin |
SAML is kind of a pain in the butt |
19:54 |
|
aditsu |
:) |
19:54 |
|
aditsu |
many acronyms are |
19:59 |
|
pdurbin |
:) |
20:05 |
|
semiosis |
a good web framework should provide a static asset manager to handle all those optimizations |
20:07 |
|
semiosis |
i'm aware of assetic asset manager for php |
20:07 |
|
semiosis |
are you using any in your java apps? |
20:08 |
|
pdurbin |
semiosis: we're using JSF |
20:09 |
|
semiosis |
so static assets are just sent as is from the files? |
20:09 |
|
semiosis |
js, css, images, etc |
20:10 |
|
semiosis |
i've never looked into asset managers for java before |
20:11 |
|
pdurbin |
semiosis: not sure... there seems to be a resources/css directory: http://thedata.harvard.edu/dvn/resources/css/dvngeneral.css?v=3.6.1 |
20:14 |
|
aditsu |
I use wicket, but an older version on the sites I was managing.. anyway, it can't possibly do a better job than nginx, but just provide more automation |