IRC log for #brlcad on 20140502

00:22.31 *** join/#brlcad ries_ (~ries@190.9.171.121)
00:57.30 *** join/#brlcad FreezingCold (~FreezingC@135.0.41.14)
02:02.30 *** join/#brlcad starseek1r (~starseeke@66-118-151-70.static.sagonet.net)
02:18.37 starseeker pwd
02:18.40 starseeker whoops
04:41.16 *** join/#brlcad ries_nicked (~ries@190.9.171.121)
06:40.08 Notify 03BRL-CAD Wiki:Popescu.andrei1991 * 7061 /wiki/User:Popescu.andrei1991/devlogs: Created page with "Placeholder for GSoC 2014 development logs for Object-oriented C++ Geometry API project"
06:41.26 Notify 03BRL-CAD Wiki:Popescu.andrei1991 * 7062 /wiki/User:Popescu.andrei1991/proposal2014: Created page with "Proposal"
06:42.42 *** join/#brlcad Anaphaxeton (~george@unaffiliated/anaphaxeton)
06:50.33 Notify 03BRL-CAD Wiki:Popescu.andrei1991 * 7063 /wiki/User:Popescu.andrei1991/proposal2014:
06:51.15 Notify 03BRL-CAD Wiki:Popescu.andrei1991 * 7064 /wiki/User:Popescu.andrei1991/proposal2014:
06:52.53 Notify 03BRL-CAD Wiki:Popescu.andrei1991 * 7065 /wiki/User:Popescu.andrei1991/proposal2014:
07:47.07 *** join/#brlcad luca79 (~luca@net-37-117-72-233.cust.vodafonedsl.it)
08:18.03 *** join/#brlcad tofu_ (~sean@66-118-151-70.static.sagonet.net)
08:23.18 *** join/#brlcad arno (~luca@net-37-117-72-233.cust.vodafonedsl.it)
08:30.06 *** join/#brlcad caen23_ (~caen23@109.97.108.82)
08:30.06 *** join/#brlcad hsrai_ (~hsrai@202.164.53.116)
08:32.51 *** join/#brlcad Ch3ck_ (~Ch3ck@66-118-151-70.static.sagonet.net)
08:33.09 *** join/#brlcad ankesh11 (sid8015@gateway/web/irccloud.com/x-xmdsqngtqrfmncuf)
08:53.20 *** join/#brlcad Notify (~notify@66-118-151-70.static.sagonet.net)
09:55.03 *** join/#brlcad Anaphaxeton (~george@unaffiliated/anaphaxeton)
11:38.00 *** join/#brlcad luca79 (~luca@net-37-117-72-233.cust.vodafonedsl.it)
12:02.57 *** join/#brlcad Anaphaxeton (~george@unaffiliated/anaphaxeton)
12:16.57 *** join/#brlcad d_rossberg (~rossberg@66-118-151-70.static.sagonet.net)
12:36.51 *** join/#brlcad ries (~ries@190.9.171.121)
12:37.17 *** join/#brlcad Anaphaxeton (~george@unaffiliated/anaphaxeton)
12:43.35 *** join/#brlcad luca79 (~luca@net-37-116-113-177.cust.vodafonedsl.it)
12:51.00 *** join/#brlcad Anaphaxeton (~george@unaffiliated/anaphaxeton)
13:08.17 *** join/#brlcad Anaphaxeton (~george@unaffiliated/anaphaxeton)
13:18.18 *** join/#brlcad luca79 (~luca@net-37-116-113-177.cust.vodafonedsl.it)
13:20.12 *** join/#brlcad Anaphaxeton (~george@unaffiliated/anaphaxeton)
13:28.45 *** join/#brlcad Anaphaxeton (~george@unaffiliated/anaphaxeton)
14:30.17 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
16:04.20 *** join/#brlcad hcurtis (b82d6ec1@gateway/web/freenode/ip.184.45.110.193)
16:35.07 *** join/#brlcad Anaphaxet0n (~george@unaffiliated/anaphaxeton)
16:35.49 *** join/#brlcad Anaphaxet0n (~george@unaffiliated/anaphaxeton)
17:02.43 *** join/#brlcad cwstirk (~charlie@c-107-2-138-11.hsd1.co.comcast.net)
17:53.08 *** join/#brlcad Anaphaxeton (~george@unaffiliated/anaphaxeton)
18:06.27 *** join/#brlcad luca79 (~luca@net-37-116-113-177.cust.vodafonedsl.it)
18:10.42 *** join/#brlcad Anaphaxeton (~george@unaffiliated/anaphaxeton)
18:34.06 *** join/#brlcad Notify (~notify@66-118-151-70.static.sagonet.net)
19:40.44 Notify 03BRL-CAD:starseeker * 60457 brlcad/trunk/src/gtools/g_diff.c: Fix source code comment - default output is the human readable output, not the MGED script.
20:17.49 *** join/#brlcad Anaphaxeton (~george@unaffiliated/anaphaxeton)
20:19.15 ``Erik http://blog.trailofbits.com/2014/04/27/using-static-analysis-and-clang-to-find-heartbleed/
20:34.46 Notify 03BRL-CAD:brlcad * 60458 brlcad/trunk/src/libbu/affinity.c: ugh. the affinity locking bug on pthread systems was actually a 1-char typo, & vs %. the bad news is that affinity locking doesn't seem to be providing nearly as much benefit as when all threads where running on the same cores. might be all for naught.
20:36.14 brlcad ``Erik: nice to see them at least credit the coverity folks for coming up with the detection method
20:38.43 brlcad humorously, these guys don't actually detect heartbleed in openssl like coverity did because openssl is doing their own byteswapping, which they don't detect (left as an exercise for the reader)
20:46.00 Notify 03BRL-CAD:brlcad * 60459 brlcad/trunk/src/libbu/parallel.c: report when affinity locking is enabled/disabled.
20:55.30 Notify 03BRL-CAD:brlcad * 60460 brlcad/trunk/src/libbu/affinity.c: no reason we can't just return the pthread_setaffinity_np() value, even if it doesn't mean anything. this isn't a public function.
20:55.52 Notify 03BRL-CAD:brlcad * 60461 brlcad/trunk/src/libbu/parallel.c: report if we ask for affinity locking and something goes wrong.
21:05.39 Notify 03BRL-CAD:brlcad * 60462 brlcad/trunk/bench/run.sh: run lscpu if we got it because it's a nice and simple summary
22:22.54 Notify 03BRL-CAD:starseeker * 60463 brlcad/trunk/include/rt/search.h: fix free function name in example

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.