IRC log for #brlcad on 20141010

00:32.06 *** join/#brlcad clock (~clock@84-72-8-53.dclient.hispeed.ch)
00:55.13 *** join/#brlcad FreezingCold (~FreezingC@135.0.41.14)
02:43.13 brlcad ``Erik: updated?
02:44.50 brlcad likes that you can select different compilers and compilation options to see the effect on the assembler
02:47.17 brlcad ``Erik: I had a brain-dead in there earlier today, but it should be a pragma now
04:06.07 *** join/#brlcad Stragus (~alexis@modemcable055.162-81-70.mc.videotron.ca)
05:23.35 *** join/#brlcad bhattigurjot (~scott@202.164.53.117)
05:50.48 *** join/#brlcad stefanmirea (~stefan@p16.eregie.pub.ro)
06:45.16 *** join/#brlcad ries (~ries@D979EA84.cm-3-2d.dynamic.ziggo.nl)
06:46.31 *** join/#brlcad stefanmirea (~stefan@p16.eregie.pub.ro)
07:40.10 *** join/#brlcad stefanmirea (~stefan@p16.eregie.pub.ro)
07:54.15 *** join/#brlcad gurwinder (3b5bee2e@gateway/web/freenode/ip.59.91.238.46)
07:59.27 gurwinder brlcad: Hello
08:00.33 gurwinder have you checked g-pov which I have uploaded? If yes, please give me your views on it.
08:18.31 *** join/#brlcad bhattigurjot (~scott@202.164.53.117)
09:19.39 *** join/#brlcad teepee- (bc5c2133@gateway/web/freenode/ip.188.92.33.51)
09:20.35 *** join/#brlcad gurwinder (75d6cc6e@gateway/web/freenode/ip.117.214.204.110)
09:27.37 *** join/#brlcad mihaineacsu (~mihaineac@109.166.129.161)
09:54.19 *** join/#brlcad mihaineacsu (~mihaineac@109.166.136.118)
10:01.42 *** join/#brlcad FreezingCold (~FreezingC@135.0.41.14)
10:07.18 *** join/#brlcad mihaineacsu (~mihaineac@109.166.141.134)
10:12.49 *** join/#brlcad teepee- (bc5c2133@gateway/web/freenode/ip.188.92.33.51)
10:42.27 ``Erik brlcad: error happened on 63146
10:44.38 Notify 03BRL-CAD Wiki:Gova3052829mech * 0 /wiki/User:Gova3052829mech:
11:22.29 ``Erik 63149 doesn't have the issue, w00t
11:42.39 *** join/#brlcad gaganjyot (~gaganjyot@124.253.225.90)
11:43.45 *** join/#brlcad teepee- (bc5c2133@gateway/web/freenode/ip.188.92.33.51)
12:34.29 *** join/#brlcad konrado (~root@195.24.220.16)
12:39.40 *** join/#brlcad clock (~clock@84-72-8-53.dclient.hispeed.ch)
13:13.59 *** join/#brlcad teepee- (bc5c2133@gateway/web/freenode/ip.188.92.33.51)
13:28.49 *** join/#brlcad kesha (~kesha@49.203.253.148)
13:37.32 *** join/#brlcad stefanmirea (~stefan@p16.eregie.pub.ro)
14:43.18 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
14:47.09 *** join/#brlcad gaganjyot (~gaganjyot@124.253.225.90)
15:12.05 brlcad http://defprogramming.com/quotes-by/alberto-brandolini/
15:12.12 brlcad what a great quote
15:12.15 brlcad "The amount of energy necessary to refute bullshit is an order of magnitude bigger than to produce it."
15:12.32 brlcad that's so relevant and true...
15:15.06 *** join/#brlcad konrado (~root@195.24.220.16)
15:17.25 gaganjyot True :)
15:37.35 *** join/#brlcad metal-machine (~metal-mac@117.205.72.71)
15:40.34 metal-machine Hi, I am working on IFC to .g file conversion. Presently IFCConvert(industry foundation classes) is available to convert IFC to OBJ. I need to understand contents of .g file. Where I should look for?
15:51.49 *** join/#brlcad gurwinder (75d6ccde@gateway/web/freenode/ip.117.214.204.222)
15:52.25 *** join/#brlcad happy (75d6ccde@gateway/web/freenode/ip.117.214.204.222)
15:52.35 happy hello
15:53.54 Guest66996 I have studed 'g2asc' converter of BRLCAD
15:54.37 Guest66996 But I can't find how it store the data after reading from binary file?
15:55.10 Guest66996 Or is it just read binary data and in parellel of that write into asc file?
15:55.22 metal-machine can you show the example or something?
15:57.17 Guest66996 like when we are converting a database in share/db of brlcad 'axis.g'. Use "g2asc axis.g axis.asc"
15:57.30 metal-machine ok yeah I got it :)
15:57.49 metal-machine is all asc file human readable?
15:58.13 *** join/#brlcad FreezingCold (~FreezingC@135.0.41.14)
15:58.15 Guest66996 of brlcad?
15:58.59 metal-machine see already know about g2obj
15:59.15 metal-machine so I guess g2asc has no use for me :P
15:59.53 metal-machine see my question again, What you prefer?
16:01.35 Guest66996 ok I think I have to clear my question too. I am finding the way how it converts. There are two posibilities, one: it read datafrom 'axis.g' and write into memory and then it read from that memory and writes into axis.asc
16:02.14 Guest66996 Second: It read database axis.g and directly writes into axis.asc file without storing into memory.
16:02.31 *** join/#brlcad clock (~clock@84-72-8-53.dclient.hispeed.ch)
16:03.28 Guest66996 Which one of them brlcad is doing here?
16:16.06 *** join/#brlcad Guest66996 (75c76f21@gateway/web/freenode/ip.117.199.111.33)
16:21.11 Guest66996 questioning back :P, I have read g2asc file. There are two way in which it is converting binary into asc, one : it read binary and store into memory and then read data from that memory and write into asc file
16:22.34 Guest66996 second: It just read from binary and writes into asc file without storing into memory. Anyone please.
16:22.36 *** join/#brlcad metal-machine (~metal-mac@117.205.72.71)
16:24.29 Guest66996 metal-machine: hello again
16:25.06 metal-machine hi
16:25.16 metal-machine yes?
16:25.36 Guest66996 questioning back :P, I have read g2asc file. There are two way in which it is converting binary into asc, one : it read binary and store into memory and then read data from that memory and write into asc file
16:25.51 Guest66996 second: It just read from binary and writes into asc file without storing into memory. Anyone please.
16:26.22 Guest66996 from these two.
16:48.35 *** join/#brlcad gaganjyot (~gaganjyot@124.253.225.90)
17:01.22 *** join/#brlcad mihaineacsu (~mihaineac@109.166.142.39)
18:04.49 *** join/#brlcad kesha (~kesha@49.202.183.10)
18:23.37 *** join/#brlcad metal-machine (~metal-mac@117.205.72.71)
19:37.08 FreezingCold brlcad: Any ideas for the upcoming Google Summer of Code?
19:40.54 brlcad FreezingCold: upcoming? you mean next year? :)
19:41.07 FreezingCold brlcad: Yeah, 2015 :)
19:49.46 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
20:01.00 Notify 03BRL-CAD:brlcad * 63150 brlcad/trunk/include/vmath.h: yeah, pragmas aren't portable enough. revert.
20:14.14 Notify 03BRL-CAD:brlcad * 63151 (brlcad/trunk/include/bu/defines.h brlcad/trunk/include/vmath.h): move INFINITY from libbu to libbn (vmath.h more specifically) where it seems more apropriate. reviewing all the uses, they pertain to vmath in nearly all instances.
20:22.53 Notify 03BRL-CAD:brlcad * 63152 brlcad/trunk/include/vmath.h: document INFINITY and the related includes a little better
20:24.37 *** join/#brlcad clock (~clock@84-72-8-53.dclient.hispeed.ch)
20:34.39 *** join/#brlcad clock (~clock@84.72.8.53)
21:28.37 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
22:17.51 *** join/#brlcad ries (~ries@D979EA84.cm-3-2d.dynamic.ziggo.nl)
22:34.14 *** join/#brlcad clock (~clock@84-72-8-53.dclient.hispeed.ch)
22:39.42 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
22:40.47 *** join/#brlcad FreezingAlt (~FreezingC@135.0.41.14)

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