IRC log for #brlcad on 20150116

00:00.06 wei1006 the task page stated " Simply do one or more of the checklist items and leave a comment here saying which you did. Provide some evidence that we can verify like if you talk on our IRC channel, let us know your username." I simply read this instruction and posted my explanation
00:00.56 wei1006 then a mentor was confused what I was posting(which task I have done)so I posted the link here
00:01.00 brlcad wei1006: okay, so nowhere in there does it say anything about posting a link to your GCI task to IRC is all that I am pointing out :)
00:01.16 brlcad it says do one of the checklist items (which you have now done by being on IRC)
00:01.21 brlcad by talking on IRC
00:01.49 wei1006 ok, thanks for clarifying
00:02.11 brlcad if someone else asked you which task, you should prefix your line with their name so that it gets their attention
00:02.19 brlcad wei1006: like this line ;)
00:02.52 brlcad wei1006: no harm done, just wanted to make sure there wasn't some instruction somewhere that we don't want :)
00:03.34 wei1006 brlcad: oh I see (like this?)
00:03.38 brlcad wei1006: so the last thing you need to do is "Provide some evidence that we can verify like if you talk on our IRC channel, let us know your username."
00:03.43 brlcad yep, perfect
00:04.18 brlcad so you need to write your username into melange as a comment, so another mentor can read back through the log and see that you were talking here
00:05.05 brlcad wei1006: there are IRC channels like this (some with hundreds of people) on just about any topic, for most active open source projects and topics
00:05.30 brlcad tens of thousands of channels and people
00:05.56 wei1006 brlcad: wow ok, noted with thanks
00:06.08 brlcad wei1006: I suggest making a different screenshot
00:06.14 brlcad that one is far too similar to others
00:07.29 brlcad wei1006: I suggest trying to set a color on your name and using a different rotation angle
00:07.43 andromeda-galaxy brlcad: what do you want to do about the xrays data structure problem? there's still a way-too-big portion of do_run() dedicated to taking the rays out of the (inverse-order) list and putting them into an array...
00:08.36 nmz787_i brlcad: any students or other grunt-work workers available to pool all the mged examples into text files in a repo?
00:08.42 brlcad andromeda-galaxy: would making the generators return an array reduce the code?
00:09.21 brlcad nmz787_i: mged examples?
00:09.25 andromeda-galaxy brlcad: probably
00:09.33 brlcad oh you mean geometry database examples
00:09.43 andromeda-galaxy brlcad: there's also the idea of making xrays a more opaque datastructure with nicer apis around it
00:10.04 andromeda-galaxy like we were discussing earlier
00:10.10 brlcad there is a task to create an image gallery of them, but not for the .g files themselves
00:10.18 andromeda-galaxy with the added advantage that, e.g., jit generation would work better...
00:10.30 nmz787_i brlcad: examples such as the 'radio' example which I found in the middle of a PDF file
00:10.31 brlcad andromeda-galaxy: this is true
00:10.52 andromeda-galaxy though stencil has put a new spin on my thinking about streaming apis, because getting 'nth ray' from stencil would be difficult without evaluating it
00:10.53 brlcad nmz787_i: ahhh that one :)
00:11.02 brlcad nmz787_i: that one is a little special, complicated
00:11.03 nmz787_i brlcad: I would be much more up-to-speed if there was a directory of .g files that I could just emulate or cut/paste from
00:11.20 andromeda-galaxy so it might be best to have some kind of xrays structure that would allow functions to use either method of generation
00:11.30 brlcad nmz787_i: er, there is .. the db direcotry
00:11.34 andromeda-galaxy and have a nice set of apis around it that made the choice transparent to the user...
00:12.18 nmz787_i brlcad: this dir? http://brlcad.org/brlcad.git/objects/db/
00:12.36 andromeda-galaxy brlcad: but designing a good data structure and reasonable apis will definitely take some time, what do you think of making a gci task for (starting) to look into it?
00:12.39 brlcad nope
00:12.50 brlcad nmz787_i: that's an internal git management directory
00:13.08 brlcad nmz787_i: if you download and compile brl-cad or use a binary install, there will be a db directory
00:13.15 brlcad it has a few dozen examples
00:13.46 brlcad some ancient, some newer, some small, some bigger (nothing too big in there for download reasons)
00:14.14 nmz787_i brlcad: this dir? http://sourceforge.net/p/brlcad/code/HEAD/tree/brlcad/trunk/db/
00:14.38 brlcad andromeda-galaxy: any more code reduction or other API tasks would suffice
00:14.48 brlcad nmz787_i: that's where they'll end up, yes
00:15.18 brlcad nmz787_i: those files get compiled
00:15.19 nmz787_i brlcad: I don't see any .g files there
00:15.31 nmz787_i in fact, I have no idea what these files are
00:15.39 nmz787_i the PDF didn't use syntax like this
00:15.41 brlcad you're not listening?
00:15.50 brlcad "if you download and compile brl-cad or use a binary install"
00:16.06 brlcad neither of those is "browse the repository in a browser"
00:16.23 brlcad you don't get .g files under you compile and/or install
00:16.37 andromeda-galaxy brlcad: sure... just to make sure, I should claim another api design/code reduction task & try to design a good api for this, then submit that? (maybe with a reference to this conversation)
00:16.38 brlcad or at least download a precompiled binary distribution
00:17.39 brlcad nmz787_i: those files are our .asc ascii file format -- a text based version that is basically a command transcript that recreates the .g files
00:18.01 nmz787_i brlcad: I don't understand, are there examples online of .g files that aren't buried in various PDF files?
00:18.28 brlcad yes, they're in our precompiled binary tarball distributions
00:18.47 brlcad if you install brl-cad, you'll have a couple dozen .g files installed
00:18.48 nmz787_i brlcad: why hasn't someone taken the radio example (about 10 lines about as I recall) and put it in a file by itself?
00:19.04 brlcad "that one is a little special, complicated"
00:19.11 nmz787_i it seemed pretty simplistic to me
00:19.21 brlcad oooh, you mean the toy radio?
00:19.33 nmz787_i idk, it looked like a walkie talkie
00:19.49 nmz787_i I just don't understand why such examples aren't easy to find
00:20.21 nmz787_i why should I have to download a 50+MB file to browse examples, which might determine whether as a user I am up to the challenge of using the software
00:20.54 brlcad I don't understand either, how are you going to browse them without an application that can read them?
00:21.10 brlcad if you have the apps that can read them (mged, archer), then you probably have examples already
00:21.19 nmz787_i I can read the text in the PDF
00:21.32 nmz787_i I was able to copy those lines into my text editor, then save them as a text file
00:21.44 nmz787_i which I could then copy and paste into mged, to get a model displayed
00:22.05 brlcad that's my point -- if you have mged .. you have a set of .g files somewhere
00:22.21 nmz787_i somewhere is not easy or helpful though, often
00:22.39 brlcad why are you being so rude? I'll gladly help you :)
00:22.50 brlcad what platform are you on?
00:23.00 nmz787_i all of them except iOS
00:23.31 brlcad what platform are you running mged on for which you would like to find where the .g files ended up? it's different per platform
00:23.39 nmz787_i I'm not meaning to be rude, I just don't understand why information to help new users seems to purposfully be obscured.
00:23.54 nmz787_i I have it installed on ubuntu
00:24.08 brlcad it's not at all purposefully obscured, it's open source where you are welcome to make it better
00:24.12 nmz787_i I think I compiled a version and installed a version from their .deb repos
00:24.28 brlcad we have many many priorities and different interests involved
00:24.52 brlcad if you run "which mged" does it say /usr/brlcad/rel-X.X.X/bin/mged?
00:25.03 andromeda-galaxy nmz787_i: are you looking for the database files (.g, binary) or are you looking for examples of mged commands (like the set of commands in the pdf)?
00:25.07 nmz787_i well yeah, so is there someone who I could convince to gather those examples such that the repo/files are one of the top 10 google hits for 'brlcad examples'?
00:25.08 brlcad if it does, it should be in /usr/brlcad/rel-X.X.X/share/db
00:25.41 nmz787_i brlcad: not home now, so can't tell... I am here because someone said this room isn't very active in the evenings
00:26.35 nmz787_i andromeda-galaxy: I honestly don't even know... the one example I found last I checked was in a PDF, and it was instructing to type commands into an command prompt in mged, which I would call an 'interactive interpreter'
00:26.52 brlcad activity ebs and flows .. there are contributors in timezones all around the world here, but we also don't sit eagerly waiting for questions either .. we're all in the middle of other things usually so best to ask and stay on IRC for an answer
00:27.09 nmz787_i brlcad: yes I idle in here on irssi
00:27.26 brlcad nmz787_i: I'll be very frank, BRL-CAD has a very steep learning curve and if you're not the patient sort ... "you're gonna have a bad time"
00:27.38 brlcad nmz787_i: idling on irssi is perfect ;)
00:27.51 nmz787_i brlcad: my point is if the examples were easy to find, the learning curve wouldn't be as steep
00:27.52 brlcad learning any CAD system takes a lot of time and effort
00:28.56 nmz787_i also you told me there are some 300 binaries, which I still haven't found a list of with a few words describing each.
00:29.30 brlcad nmz787_i: so where should it be written where you would have read it telling you that there are examples installed with mged?
00:29.42 brlcad 400+ binaries
00:29.50 nmz787_i on the docs page
00:30.04 brlcad can you be more specific?
00:30.39 brlcad part of the problem is that this is a tid-bit of information that one really only needs once too, so it'll be potentially distracting or even confusing to others not looking for them
00:32.32 nmz787_i I would put a link to a page on http://brlcad.org/wiki/Documentation called 'Binaries of BRL-CAD' or something, with an HTML table, the first column containing the binary file name, the second column containing a short description (possibly taken from the binary's source if it included a docstring, aka the string that is printed for cmd-line help)
00:32.47 brlcad we had an online repository that a student was working on a couple years ago, but it has since stopped working after system upgrades and that person no longer involved: more.brlcad.org
00:32.49 nmz787_i and on that same page a link to a page called 'Examples'
00:32.57 nmz787_i where it has a pic and the associated source code
00:33.44 nmz787_i more.brlcad.org doesn't seem to provide anything useful
00:33.59 brlcad I said it's broken, didn't I?
00:34.06 brlcad nmz787_i: you'd don't quite have your terminology right there .. a "binary" normally refers to an application
00:35.09 nmz787_i right
00:35.14 nmz787_i you said there are some 300 of them
00:35.15 brlcad unless you are referring to the 400+ binaries
00:35.16 nmz787_i I thought
00:35.23 brlcad you're were talking about the binary geometry database file examples
00:35.29 brlcad s/you're/you/
00:35.37 nmz787_i I don't think I was
00:36.04 nmz787_i I mean, I was asking two separate questions I guess -- 'where are examples' 'where are descriptions of the programs included'
00:36.36 brlcad that's what I was referring to, yes
00:36.44 nmz787_i I don't know why anyone would find binary files particularly useful as examples... that would certainly make for a steep learning curve!
00:36.49 brlcad so descriptions of the programs are in standard unix form, manual pages
00:37.09 nmz787_i yeah so is there no enumeration of them all in a single place?
00:38.32 nmz787_i also, the docs don't describe the various 'example model' file formats that you and andromeda-galaxy have mentioned... so it's hard for me to even jump into this conversation properly
00:38.35 brlcad it's not exactly what you're wanting, but this is an enumeration of them categorically: http://sourceforge.net/p/brlcad/code/HEAD/tree/brlcad/trunk/doc/tool_categories.txt
00:38.51 brlcad nmz787_i: actually you're quite wrong there, they do
00:38.58 nmz787_i yeah so that, in an HTML table, with a sentence or so for each
00:39.01 brlcad you just haven't read the docs
00:39.12 nmz787_i that documentation page doesn't have a page for examples
00:39.20 nmz787_i http://brlcad.org/wiki/Documentation
00:39.23 nmz787_i ctrl-f example
00:40.46 brlcad that list of documentation is meant to be perused mostly in order, you will get nowhere jumping around (pretty much the case for any other CAD system too)
00:40.49 nmz787_i or, why do I (or any other prospective user) need to download a hude PDF, just to look at these 6 lines http://paste.pound-python.org/show/NmMWhKMupFneK3CsTbGV/
00:40.58 nmz787_i huge*
00:41.34 brlcad because those lines have absolutely zero utility outside of the tutorial context they were presented in?
00:41.41 nmz787_i with a comment before each line, that file *balloons* to 12 lines, and is now a self-contained example of a radio
00:42.05 brlcad we do have a wiki, go for it
00:42.05 nmz787_i brlcad: that's my point, they're all that I would want to jump in and start modelling
00:42.23 brlcad that wouldn't do a thing for me, but if that's your selling point, by all means
00:42.27 brlcad :)
00:42.33 nmz787_i that's in a 4.473 MB file
00:42.44 brlcad yep, that huge pdf sucks
00:43.03 brlcad it's actually a book
00:43.17 brlcad a book you would have received bound and printed
00:43.22 brlcad in days past
00:43.50 brlcad we've broken up the pdf on our backend, but that's all part of a larger effort to re-present our documentation
00:44.09 brlcad what is on that doc wiki page is but a tiny fraction of our documentation (and that's already hundreds of pages)
00:46.09 brlcad my point earlier about file formats is that one of the docs there (#4) is specifically about CAD file formats including our own, and the big tutorial series also introduces both formats
00:46.37 brlcad the last link #13 is even the nitty gritty developer details of the .g file format
00:48.24 nmz787_i what file format would the mged radio commands be considered? these ones http://paste.pound-python.org/show/NmMWhKMupFneK3CsTbGV/
00:49.10 brlcad I gotta run, but I'll just say that the answer to nearly all of your "why" questions is because it's not been a priority to anyone involved in the project thus far, but that doesn't imply anybody likes it, accepts it as final form, or doesn't think it should be improved .. and as open source it can certainly be your priority :)
00:49.47 nmz787_i the PDF makes me think that would be a .g file
00:49.52 brlcad those are not a file format, they're just commands to mged (and mged does have a built-in catalog of all of them)
00:49.57 nmz787_i from the mged radio.g command it gives
00:50.13 brlcad they happen to be valid lines that you can put in a .asc file
00:50.33 brlcad and run asc2g on that .asc file to get your .g
00:50.46 brlcad or import them into mged by simply running them (script yourfile)
00:51.30 brlcad if you've seen the quick-reference card (on the Docs wiki page), it categorizes and gives a brief summary of the most useful commands
00:51.51 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
00:53.34 brlcad nmz787_i: for what it's worth, we're working on a complete website overhaul that should make things a whole lot easier to find and understand, but it'll be a while before everything gets sorted out
00:54.04 brlcad best to ask here and we can get you pointed to the right resources quickly
00:54.42 nmz787_i thanks, 'night!
00:55.20 brlcad yw
01:03.10 *** join/#brlcad unicodesnowman (~unicodesn@unaffiliated/unicodesnowman)
01:21.42 *** join/#brlcad nmz787_i1 (~nmccorkx@192.55.55.39)
01:54.16 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
01:55.32 *** join/#brlcad teepee_ (~teepee@gateway/tor-sasl/teepee)
02:13.23 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
03:14.52 *** join/#brlcad YashM (~YashM@117.198.2.81)
03:19.13 YashM Any mentors around
03:19.57 *** join/#brlcad andromeda_galaxy (~andromeda@108-225-17-54.lightspeed.sntcca.sbcglobal.net)
03:38.28 Notify 02GCI:joannaphilips * 4956557716488192 : Claim Removed - The claim on this task has been removed, someone else can claim it now.
03:58.35 andromeda-galaxy "/window split
03:58.47 andromeda-galaxy sorry, problems with irc client..
04:54.24 andromeda-galaxy does libbu have anything that can be easily used as a (fast) sparse array?
05:03.14 Notify 02GCI:jchh1998 * 5884171381637120 : Task Claimed - I would like to work on this task.
05:12.51 andromeda-galaxy make that an ordered, traversable, fast, sparse array --- something like a Judy array would be nice..
05:13.02 *** join/#brlcad wei1006 (~fircuser@183.90.37.89)
05:28.45 *** join/#brlcad MarcTannous (4f733b36@gateway/web/cgi-irc/kiwiirc.com/ip.79.115.59.54)
05:30.05 *** join/#brlcad jchh1998 (cab0ca8a@gateway/web/freenode/ip.202.176.202.138)
05:30.47 jchh1998 Hi I've completed this task: https://www.google-melange.com/gci/task/view/google/gci2014/5884171381637120
05:30.48 gcibot [[ Beginner: Install and run BRL-CAD! #50 || BRL-CAD || ClaimRequested || Deepak, Jacob B ]]
05:35.13 MarcTannous jchh1998: You have to submit the required files ( mentioned in the task brief ) and then click the button "Mark this task complete".
05:35.22 MarcTannous Afterwards, one of the mentors will evaluate it
05:36.02 *** join/#brlcad jchh1998_ (cab0ca86@gateway/web/freenode/ip.202.176.202.134)
05:36.53 jchh1998_ ive completed the task : https://www.google-melange.com/gci/task/view/google/gci2014/5884171381637120
05:36.54 gcibot [[ Beginner: Install and run BRL-CAD! #50 || BRL-CAD || ClaimRequested || Deepak, Jacob B ]]
05:37.13 MarcTannous jchh1998: You have to submit the required files ( mentioned in the task brief ) and then click the button "Mark this task complete".
05:37.13 MarcTannous Afterwards, one of the mentors will evaluate it
05:37.28 jchh1998_ i havent got the task yet
05:37.42 MarcTannous You have to wait for a mentor to approve your claim
05:38.48 *** join/#brlcad raptor_ (~raptor@213.222.228.163)
05:38.57 raptor_ hello
05:42.32 jchh1998_ Am i still here?
05:43.07 MarcTannous aye
05:55.52 *** join/#brlcad YashM (~YashM@117.198.2.81)
06:03.12 Notify 02GCI:brlcad * 5884171381637120 : Task Assigned - This task has been assigned to Jordan. You have 82 hours to complete this task, good luck!
06:05.01 brlcad YashM: hi, any progress on the icons? :)
06:06.39 brlcad andromeda-galaxy: libbu definite doesn't have sparse matrices .. libbn could, but does not
06:08.12 brlcad andromeda-galaxy: that said, we do have a judy array implementation as part of stepcode available
06:08.23 andromeda_galaxy brlcad: ah well... I came up with what I think should be a reasonably performant design for the cache that doesn't depend on that...
06:08.31 andromeda_galaxy interesting...
06:09.17 andromeda_galaxy I've been working on the generator APIs, the basic idea is to make them more like the streaming apis
06:09.45 andromeda_galaxy With an optional sparse cache & precompute function
06:10.15 brlcad can't wait to see it but do try to keep it simple
06:10.22 brlcad especially for a first cut
06:10.39 andromeda_galaxy brlcad: I'll try to... For now, I haven't done any implementation
06:11.00 andromeda_galaxy And there are about five public functions
06:11.29 andromeda_galaxy +1-2 private ones... Does that sound alright?
06:12.37 andromeda_galaxy (public: precomputed, next n, random-access n, set current), using next can have cache optimizations)
06:13.48 andromeda_galaxy Sorry that first one should be precompute (verb)
06:15.48 andromeda_galaxy brlcad: my question about judy arrays was for the sparse cache, but after thinking about the exact workload, I've come up with a simpler specialized structure that should be alright...
06:17.23 Notify 02GCI:brlcad * 5050736735944704 : Task Needs More Work - One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to...
06:30.26 *** join/#brlcad YashM (~YashM@117.198.2.81)
06:30.49 Notify 02GCI:brlcad * 6113445460049920 : Task Needs More Work - One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to...
06:33.54 Notify 02GCI:brlcad * 6113445460049920 : color - Would you give each region a different color so they may be more easily and visually checked/used? The combination panel will help you do this in mged , or...
06:34.19 Notify 02GCI:brlcad * 5869143559503872 : Task Needs More Work - One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to...
06:34.59 Notify 02GCI:quentindhs * 6412594361401344 : Task Claimed - I would like to work on this task.
06:36.04 *** join/#brlcad andrei_ (c35a6e7d@gateway/web/freenode/ip.195.90.110.125)
06:37.22 MarcTannous morning
06:37.43 andrei_ Hello, Marc
06:39.33 Notify 02GCI:popescuandrei * 5239535713648640 : Task Closed - Congratulations, this task has been completed successfully.
06:41.38 Notify 02GCI:brlcad * 5869143559503872 : bad angle - Huang, this is looking okay, but it's very generic and you missed submitting communication evidence. Provide your IRC username or first four letters of...
06:44.19 Notify 02GCI:ralpt3748752_qejwhe * 5050736735944704 : None - So I was it planning)
06:44.36 Notify 02GCI:ralpt3748752_qejwhe * 5050736735944704 : Ready for review - The work on this task is ready to be reviewed.
06:45.36 Notify 02GCI:brlcad * 5831970483339264 : Task Needs More Work - One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to...
06:46.26 Notify 02GCI:popescuandrei * 6673134862204928 : Task Closed - Congratulations, this task has been completed successfully.
06:46.56 andrei_ Marc, let me know when you want me
06:46.58 andrei_ to create that task
06:46.59 andrei_ ok?
06:47.01 Notify 02GCI:o7p9bxbnyj * 5880145319559168 : Task Claimed - I would like to work on this task.
06:47.05 MarcTannous sure
06:47.31 Notify 02GCI:brlcad * 5886669710426112 : Task Needs More Work - One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to...
06:47.33 Notify 02GCI:popescuandrei * 5880145319559168 : Task Assigned - This task has been assigned to Andromeda Galaxy. You have 82 hours to complete this task, good luck!
06:48.01 Notify 02GCI:brlcad * 5886669710426112 : better - Pulse, this is looking okay, but it's very generic. Also, the rendered angle is poor. I suggest rendering from a different angle (perhaps ae = 30x20) and...
06:49.16 Notify 02GCI:o7p9bxbnyj * 5880145319559168 : Ready for review - The work on this task is ready to be reviewed.
06:52.16 Notify 02GCI:brlcad * 5859130111688704 : part 1 - Wang, I don't see that you've completed part one of this task, the communication portion. Thanks!
06:53.16 Notify 02GCI:brlcad * 5895161666076672 : okay - Xinjie, this is looking okay, but it's very generic. Also, the rendered angle is poor. I suggest rendering from a different angle (perhaps ae = 30x20) and...
06:53.21 Notify 02GCI:brlcad * 5895161666076672 : Task Needs More Work - One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to...
06:53.42 andrei_ for the most part, by the late Michael John Muuss
06:53.46 andrei_ what's that supposed to mean?
06:53.59 andrei_ (by the late Michael John Muus)
06:54.16 Notify 02GCI:arclith * 5264182400253952 : Claim Removed - The claim on this task has been removed, someone else can claim it now.
06:54.17 andrei_ I mean, it obviously looks like a mistake, but maybe I'm missing something
06:56.46 Notify 02GCI:brlcad * 6455158829481984 : this is fantastic work - Very nice work all around. Can't wait to try this script out (a lot...) :)
06:59.02 Notify 02GCI:popescuandrei * 4596409726664704 Design a web page that overviews the BRL-CAD contributors #7 https://www.google-melange.com/gci/task/view/google/gci2014/4596409726664704: None hey! The...
06:59.02 gcibot [[ Design a web page that overviews the BRL-CAD contributors #7 || BRL-CAD || NeedsWork || Ishwerdas, Ch3ck ]]
07:03.27 Notify 02GCI:popescuandrei * 4635701832318976 : Task Needs More Work - One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements...
07:05.07 Notify 02GCI:brlcad * 4596409726664704 : better - Shivam, this is still looking a bit busy, but it's definitely an improvement. Among the few issues remaining, one that sticks out is your the use of too...
07:08.25 Notify 02GCI:brlcad * 6673134862204928 : phenomenal - Phenomenal work Yash! I really hope you will try to complete more of the design tasks before the deadline, especially the logo/icon tasks! You'd be a...
07:11.58 *** join/#brlcad YashM (~YashM@117.198.2.81)
07:12.23 MarcTannous I'm off to school guys have a great day
07:18.25 Notify 02GCI:arclith * 5001497033048064 : Task Claimed - I would like to work on this task.
07:23.30 Notify 02GCI:arclith * 5001497033048064 : Claim Removed - The claim on this task has been removed, someone else can claim it now.
07:25.15 Notify 02GCI:arclith * 6355628331106304 : Task Claimed - I would like to work on this task.
07:25.30 Notify 02GCI:arclith * 6355628331106304 : Claim Removed - The claim on this task has been removed, someone else can claim it now.
07:39.00 Notify 02GCI:rossberg * 5849644407980032 : Task Assigned - This task has been assigned to Liang Shi Lin, Bob. You have 81 hours to complete this task, good luck!
07:40.09 *** join/#brlcad sofat (~sofat@202.164.53.117)
07:41.11 Notify 02GCI:popescuandrei * 6412594361401344 : Task Assigned - This task has been assigned to Quentin. You have 81 hours to complete this task, good luck!
07:42.34 *** join/#brlcad d_rossberg (~rossberg@66-118-151-70.static.sagonet.net)
07:47.35 Notify 02GCI:quentindhs * 6412594361401344 : Ready for review - The work on this task is ready to be reviewed.
07:51.55 Notify 02GCI:zynatrix * 5571450517848064 : Claim Removed - The claim on this task has been removed, someone else can claim it now.
07:52.10 Notify 02GCI:rossberg * 5050736735944704 : There is no accounting for taste - But you should at least assign colors to your model. If you like the current look gray for the sake.
07:52.26 *** join/#brlcad merzo (~merzo@105-127-133-95.pool.ukrtel.net)
07:52.30 Notify 02GCI:rossberg * 5050736735944704 : Task Needs More Work - One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to...
07:55.15 Notify 02GCI:gjeet * 6412594361401344 : Task Needs More Work - One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to...
07:56.10 Notify 02GCI:arclith * 5264182400253952 : Task Claimed - I would like to work on this task.
07:57.06 Notify 02GCI:rossberg * 5264182400253952 : Task Assigned - This task has been assigned to Mou Yan Qiao. You have 81 hours to complete this task, good luck!
07:57.56 Notify 02GCI:bobdebewder * 6360824117460992 : Task Claimed - I would like to work on this task.
08:09.52 *** join/#brlcad ries (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl)
08:13.30 *** join/#brlcad YashM (~YashM@117.198.2.81)
08:22.53 andrei_ ~seen mihaineacsu
08:22.55 infobot mihaineacsu <~mihaineac@92.85.10.174> was last seen on IRC in channel #brlcad, 1d 18h 13m 17s ago, saying: 'the task should be first created on your list on brlcad.org (@maths22)'.
08:32.50 *** join/#brlcad YashM (~YashM@117.198.2.81)
08:37.45 Notify 02GCI:gjeet * 6412594361401344 Design a banner for our Facebook page (and/or other social media sites) #12 https://www.google-melange.com/gci/task/view/google/gci2014/6412594361401344: Hey Quentin...
08:37.45 gcibot [[ Design a banner for our Facebook page (and/or other social media sites) #12 || BRL-CAD || NeedsWork || Sean, Jacob B ]]
08:37.55 Notify 02GCI:thevk * 6113445460049920 : Ready for review - The work on this task is ready to be reviewed.
08:54.04 *** join/#brlcad YashM (~YashM@117.198.2.81)
09:04.22 Notify 02GCI:rossberg * 6113445460049920 : None - The rendered image is missing.
09:04.38 Notify 02GCI:rossberg * 6113445460049920 : Task Needs More Work - One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to...
09:08.18 YashM brlcad, I will soon make them
09:08.36 YashM I was making the web galleries, so was doing that
09:12.21 Notify 02GCI:arclith * 5264182400253952 : Claim Removed - The claim on this task has been removed, someone else can claim it now.
09:18.47 Notify 02GCI:gjeet * 5613686689366016 : Task Assigned - This task has been assigned to Ivan Tan. You have 81 hours to complete this task, good luck!
09:18.54 Notify 02GCI:helix * 5524699798831104 : Task Claimed - I would like to work on this task.
09:22.40 Notify 02GCI:gjeet * 5524699798831104 : Task Assigned - This task has been assigned to Yash. You have 79 hours to complete this task, good luck!
09:52.27 Notify 02GCI:princealikhan08 * 5688858951811072 : Task Claimed - I would like to work on this task.
09:55.34 Notify 02GCI:quentindhs * 6412594361401344 : Ready for review - The work on this task is ready to be reviewed.
10:03.09 Notify 02GCI:rossberg * 6113445460049920 : Task Closed - Congratulations, this task has been completed successfully.
10:07.39 Notify 02GCI:rossberg * 6412594361401344 : mock-up image - Please provide a mock-up of BRL-CAD's Facebook page with your banner.
10:07.49 Notify 02GCI:rossberg * 6412594361401344 : Task Needs More Work - One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to...
10:11.39 Notify 02GCI:vs37nx * 4984285001940992 : Task Claimed - I would like to work on this task.
10:19.58 Notify 02GCI:thevk * 6074090272063488 : Task Claimed - I would like to work on this task.
10:26.11 Notify 02GCI:ralpt3748752_qejwhe * 5050736735944704 : Ready for review - The work on this task is ready to be reviewed.
10:27.01 *** join/#brlcad raptor (~raptor@213.222.228.163)
10:31.58 *** join/#brlcad merzo (~merzo@user-94-45-58-141.skif.com.ua)
10:43.14 *** join/#brlcad YashM (~YashM@117.222.65.193)
10:44.21 Notify 02GCI:popescuandrei * 6074090272063488 : Task Assigned - This task has been assigned to Vladimir Kuznetsov. You have 78 hours to complete this task, good luck!
10:55.30 Notify 02GCI:thevk * 6113445460049920 : Ready for review - The work on this task is ready to be reviewed.
10:56.45 Notify 02GCI:rossberg * 5688858951811072 : Task Assigned - This task has been assigned to PrinceKhan. You have 78 hours to complete this task, good luck!
11:05.09 *** join/#brlcad mihaineacsu_ (c35a6e7d@gateway/web/freenode/ip.195.90.110.125)
11:11.21 Notify 02GCI:vs37nx * 4984285001940992 : Claim Removed - The claim on this task has been removed, someone else can claim it now.
11:35.20 Notify 02GCI:rossberg * 5050736735944704 : Task Closed - Congratulations, this task has been completed successfully.
11:35.46 andrei_ it looks like melange is experiencing a heavy load these days
11:35.52 andrei_ it loads significantly slower
11:36.45 Notify 02GCI:rossberg * 5050736735944704 : You forgot the rendered image - and I too.
11:37.01 YashM What's with so many new people in the last days?
11:37.05 Notify 02GCI:shardulc * 5323479725375488 : Task Claimed - I would like to work on this task.
11:37.27 *** join/#brlcad ty221 (~root@91-239-66-239.greendata.pl)
11:38.45 Notify 02GCI:rossberg * 5323479725375488 : Task Assigned - This task has been assigned to shardulc. You have 77 hours to complete this task, good luck!
11:40.34 gcibot The end of contest is coming... 3 days remaining. All work is finishing...
11:40.50 Notify 02GCI:rossberg * 4984285001940992 : Task Assigned - This task has been assigned to Jacob L. You have 78 hours to complete this task, good luck!
11:50.40 *** join/#brlcad ries (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl)
11:54.28 *** join/#brlcad mihaineacsu (~mihaineac@92.85.10.174)
12:14.55 *** join/#brlcad andrei_ (c35a6e7d@unaffiliated/andrei/x-7229309)
12:14.55 *** join/#brlcad andrei_ (c35a6e7d@gateway/web/freenode/ip.195.90.110.125)
12:49.03 *** join/#brlcad shardulc (~shardul@122.169.70.209)
12:51.15 Notify 02GCI:shardulc * 5323479725375488 : Ready for review - The work on this task is ready to be reviewed.
12:53.03 *** join/#brlcad YashM (~YashM@117.222.65.193)
12:56.07 Notify 02GCI:soh_xin_yi * 4956557716488192 : Task Claimed - I would like to work on this task.
12:57.02 Notify 02GCI:popescuandrei * 4956557716488192 : Task Assigned - This task has been assigned to Soh Xin Yi. You have 76 hours to complete this task, good luck!
12:57.12 Notify 02GCI:helix * 5524699798831104 : Ready for review - The work on this task is ready to be reviewed.
12:58.07 Notify 02GCI:popescuandrei * 5323479725375488 : Task Closed - Congratulations, this task has been completed successfully.
12:58.17 Notify 02GCI:helix * 5506235734425600 : Task Claimed - I would like to work on this task.
12:58.47 Notify 02GCI:popescuandrei * 5506235734425600 : Task Assigned - This task has been assigned to Yash. You have 76 hours to complete this task, good luck!
12:59.32 Notify 02GCI:shardulc * 5803622709329920 : Task Claimed - I would like to work on this task.
12:59.57 Notify 02GCI:helix * 5506235734425600 : Ready for review - The work on this task is ready to be reviewed.
13:00.07 Notify 02GCI:popescuandrei * 5803622709329920 : Task Assigned - This task has been assigned to shardulc. You have 76 hours to complete this task, good luck!
13:01.12 *** join/#brlcad YashM (~YashM@117.222.65.193)
13:03.07 andrei_ YashM, you have a task for review
13:03.12 andrei_ but I remember closing it yesterday
13:03.14 andrei_ what happened?
13:03.27 YashM andrei, the facebook one?
13:03.29 andrei_ yeah
13:03.35 andrei_ aaa, sorry
13:03.35 YashM sec, I need to commit changes
13:03.43 YashM Don't see it now
13:04.08 andrei_ https://www.google-melange.com/gci/task/view/google/gci2014/5506235734425600
13:04.09 gcibot [[ Create a web gallery of GCI Facebook banner designs #2 || BRL-CAD || NeedsReview (3 days 3 hrs 55 min) || Gauravjeet Singh, Ch3ck ]]
13:04.14 YashM Also, "remember closing it yesterday"?
13:04.42 YashM okay commited
13:04.44 andrei_ I mean, you ve had other gallery tasks
13:04.46 YashM check now
13:05.05 andrei_ awesome :)
13:05.05 YashM Yeah, just adding other galleries
13:05.25 andrei_ ah, so that's why I remember, you added all in one gallery
13:05.26 andrei_ clever :)
13:05.32 Notify 02GCI:popescuandrei * 5506235734425600 : Task Closed - Congratulations, this task has been completed successfully.
13:05.36 andrei_ there's a task to create a gallery of all galleries, you should claim that too
13:05.46 andrei_ and I ll close it automatically, since you ve pretty much done that
13:05.55 YashM Yeah, wouldn't make sense to make different :P
13:06.03 YashM A downside is, it's kinda big
13:06.09 andrei_ nah
13:06.15 andrei_ it's simple and smooth
13:06.17 Notify 02GCI:Melange * 5511140318642176 : Task Reopened - Melange has detected that the final deadline has passed and it has reopened the task.
13:06.34 andrei_ to me, at least, it seems very well done
13:06.55 YashM I'll claim it once I complete adding all the galleries
13:07.18 andrei_ which one do you have left?
13:07.25 andrei_ one(s)*
13:07.37 Notify 02GCI:ralpt3748752_qejwhe * 5885347665805312 : Task Claimed - I would like to work on this task.
13:08.13 Notify 02GCI:popescuandrei * 5885347665805312 : Task Assigned - This task has been assigned to Raptor. You have 75 hours to complete this task, good luck!
13:08.28 YashM Done 6, left 4
13:08.35 YashM so yeah, gonna take some time
13:09.09 andrei_ hope you got time :)
13:09.45 YashM Trying to whatever I can in the last 2 days :)
13:09.54 YashM I need to do the icon ones after this
13:10.12 andrei_ don't get stuck if we don't review/ assign
13:10.17 YashM I will probably finish those, but if I don't I'll do that after GCI
13:10.22 andrei_ just do them all, and we ll handle the melange process
13:10.47 YashM Yeah no worries :) Gotta focus on quality more than quantity anyways
13:10.54 andrei_ I mean, don't worry about melange, even if all the tasks are claimed, I ll simple dup one, assign to you and close :)
13:12.41 *** join/#brlcad andrei___ (c35a6e7d@gateway/web/freenode/ip.195.90.110.125)
13:13.11 andrei___ sorry, network crashed
13:16.46 *** part/#brlcad shardulc (~shardul@122.169.70.209)
13:25.56 MarcTannous hey
13:29.13 andrei___ Hello
13:33.21 raptor andrey_:How much will you still here ?
13:33.45 *** join/#brlcad YashM (~YashM@117.248.203.82)
13:35.12 MarcTannous raptor: to ping him mention andrei___ instead of what you wrote
13:35.45 andrei_ its fixed now
13:35.56 andrei_ about 20 min
13:37.26 raptor Как пинговать в xchat?
13:37.36 raptor How to ping in xchat?
13:39.01 ries raptor: you cannot not, but sometimes people will 'listen' when the names is called
13:39.11 ries and the chat window makes a noice/blink's or whatever they configured
13:39.38 ries if I would 'ping' you people frequently would do : raptor: ping
13:39.45 ries ping can be any other text ofcourse
13:40.33 raptor ries: ping
13:40.50 ries well, I have configured my chat so it will respond to my name :D
13:41.04 ries so... that's how that works
13:43.23 raptor ries: This is the name with a colon - will ping . But if you are only allowed in the settings of goals?
13:44.48 ries I am not sure what that means "settings of goals"
13:45.18 raptor google translate)
13:47.49 *** join/#brlcad raptor (~raptor@213.222.228.163)
13:56.07 Notify 02GCI:skyler_007 * 4606217016049664 : Feedback - Please review my work and tell me if am doing it right. I am quite thrilled that I learned to use CSS and HTML with the div tag for creating a pic...
13:56.48 *** join/#brlcad YashM (~YashM@117.248.203.82)
14:02.20 ty221 Hello
14:02.30 ty221 Can you tell me where is notify bot source code?
14:03.41 ``Erik part of it is https://github.com/erikg/cl-cia/ and other parts are not public
14:08.27 Notify 02GCI:helix * 6144029251076096 : Task Claimed - I would like to work on this task.
14:10.33 Notify 02GCI:rossberg * 5524699798831104 : Task Closed - Congratulations, this task has been completed successfully.
14:14.41 *** join/#brlcad YashM (~YashM@117.198.17.54)
14:28.29 Notify 02GCI:thevk * 6074090272063488 : Ready for review - The work on this task is ready to be reviewed.
14:29.22 ty221 ``Erik why they arent'?
14:32.31 *** join/#brlcad YashM (~YashM@117.222.22.191)
14:33.55 Notify 02GCI:tannousmarc * 5835108829364224 : Ready for review - The work on this task is ready to be reviewed.
14:34.30 *** join/#brlcad teepee_ (~teepee@gateway/tor-sasl/teepee)
14:41.34 Notify 02GCI:helix * 6144029251076096 : Ready for review - The work on this task is ready to be reviewed.
14:52.24 Notify 02GCI:Melange * 5226596319363072 : Task Reopened - Melange has detected that the final deadline has passed and it has reopened the task.
15:00.23 gcibot We're sorry for the problems with GCIL, (Foss Asia > 500 tasks...) The changes will applied this afternoon
15:02.45 Notify 02GCI:soh_xin_yi * 4956557716488192 : Claim Removed - The claim on this task has been removed, someone else can claim it now.
15:02.50 Notify 02GCI:ch3ck * 6144029251076096 : Task Assigned - This task has been assigned to Yash. You have 75 hours to complete this task, good luck!
15:03.06 Notify 02GCI:brlcad * 6074090272063488 : Task Needs More Work - One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to...
15:04.51 andromeda-galaxy ~seen d_rossberg
15:04.56 infobot d_rossberg is currently on #brlcad (7h 22m 22s), last said: 'attr rm cil1 region_id'.
15:05.59 andromeda-galaxy d_rossberg: on https://www.google-melange.com/gci/task/view/google/gci2014/5880145319559168, did you meen comments in the source, or comments about what the patch is changing? If the later, I already discussed the changes with brlcad on IRC...
15:06.00 gcibot [[ Investigate and fix source of rounding error || BRL-CAD || NeedsWork || Sean ]]
15:06.01 Notify 02GCI:rossberg * 6074090272063488 : This one is a little bit too alike as your other ones - You seem to like tanks. That's OK and you are allowed to to a lot of tank tasks, but now you should start...
15:07.16 Notify 02GCI:brlcad * 6074090272063488 : substantially better than previous - Vladimir, as you've already completed other toy tank tasks, you need to make any repeat version substantially better than your...
15:08.17 Notify 02GCI:brlcad * 5835108829364224 : Task Needs More Work - One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to...
15:10.03 d_rossberg andromeda-galaxy: i meen an independent report as mentioned in the task's description, maybe a summary/conclusion of your discussion on irc
15:10.24 andromeda-galaxy d_rossberg: I already talked to brlcad about what happened... maybe I should have mentioned that in a comment on the task
15:11.45 d_rossberg even if the irc chat can be reviewed on rikers, nobody will remember it ;)
15:11.57 andromeda-galaxy d_rossberg: basically, the problem was that the way that it computed the (new) angle to used involved using atan(tan(...)*...), which turned out to result in quite substantial error...
15:12.29 andromeda-galaxy if we were using git, I'd summarize the problem in the commit message and git format-patch it, but with svn I can't include the message in the patch...
15:13.08 andromeda-galaxy d_rossberg: would just adding a comment on melange explaining the problem quickly be good?
15:13.51 d_rossberg this would be OK, or attaching any text file (.txt, .doc, .pdf, ...) to the task
15:15.01 andromeda-galaxy d_rossberg: okay, 1sec, I'm halfway through writing a comment...
15:16.52 andromeda-galaxy d_rossberg: okay, a comment on melange explaining the problem has been posted
15:16.52 Notify 02GCI:o7p9bxbnyj * 5880145319559168 : Source of error - Much of this patch is still work from the earlier tasks to convert rt to using the bundle generation functions, since I generally try to base...
15:16.58 Notify 02GCI:o7p9bxbnyj * 5880145319559168 : Ready for review - The work on this task is ready to be reviewed.
15:18.31 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
15:22.13 Notify 02GCI:brlcad * 5835108829364224 Design a set of visualization mode (wireframe/hidden/flat/translucent/opaque) icons #3 https://www.google-melange.com/gci/task/view/google/gci2014/5835108829364224: ...
15:22.14 gcibot [[ Design a set of visualization mode (wireframe/hidden/flat/translucent/opaque) icons #3 || BRL-CAD || NeedsWork || Sean ]]
15:24.00 Notify 02GCI:brlcad * 6144029251076096 : awesome! - These .. are .. awesome! You and Marc should form a design company. ;)
15:28.16 Notify 02GCI:helix * 6709205742387200 : Task Claimed - I would like to work on this task.
15:28.31 Notify 02GCI:rossberg * 5880145319559168 : Task Closed - Congratulations, this task has been completed successfully.
15:31.35 Notify 02GCI:o7p9bxbnyj * 5256821832941568 : Task Claimed - I would like to work on this task.
15:34.05 Notify 02GCI:mukulkamboj * 5252586642866176 : Ready for review - The work on this task is ready to be reviewed.
15:35.01 Notify 02GCI:skyler_007 * 4606217016049664 : Feedback - I have added some more pics to the gallery.
15:39.14 andromeda-galaxy brlcad: are you here?
15:43.15 Notify 02GCI:brlcad * 5880145319559168 : reassuring - This is very reassuring! Looking at the values, most are either identical, or matching within double-floating point precision (probably 1ulp off) at...
15:44.42 Notify 02GCI:brlcad * 5252586642866176 : Task Needs More Work - One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to...
15:44.51 Notify 02GCI:brlcad * 5252586642866176 : Deadline extended - The deadline of the task has been extended with 2 days and 2 hours.
15:45.26 Notify 02GCI:o7p9bxbnyj * 5880145319559168 : Data re-marshalling - That makes sense... As we discussed earlier, I'll submit some new apis for the gen_* functions as my work for...
15:55.36 Notify 02GCI:o7p9bxbnyj * 5256821832941568 : Ready for review - The work on this task is ready to be reviewed.
15:55.46 Notify 02GCI:rossberg * 6709205742387200 : Task Assigned - This task has been assigned to Yash. You have 73 hours to complete this task, good luck!
15:55.58 andromeda-galaxy brlcad: I've put up my initial idea for what a nice extensible api for the bundle gen functions should look like, I hope it's at least reasonable after all of our discussions...
15:58.51 Notify 03BRL-CAD Wiki:Siddhanjay * 0 /wiki/User:Siddhanjay:
16:00.24 Notify 02GCI:vkolova * 5877505323958272 : Ready for review - The work on this task is ready to be reviewed.
16:06.59 Notify 02GCI:brlcad * 5256821832941568 : time to digest - It'll take a bit to digest everything going on in here, but on the surface it looks workable but needing reduction. Just to pick one needle out of...
16:07.00 Notify 02GCI:brlcad * 5256821832941568 : Task Needs More Work - One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to...
16:08.14 andromeda-galaxy brlcad: can I talk to you in irc about the api design for a minute?
16:10.16 andromeda-galaxy brlcad: I don't mind moving the struct into the c file and making it private, or removing set_cur/next(), since on further reflection, any performance benefits could be gotten by special cases of get_n_rays()...
16:11.27 *** join/#brlcad siddhanjay (0e8bbb42@gateway/web/freenode/ip.14.139.187.66)
16:11.42 andromeda-galaxy but I wanted to ask quickly about managing the caching with a private struct: if the application should be able to disable caching (due to, e.g., knowledge of prohibitive amounts of memory required), having the struct be entirely private would stop the application from modifying the use_cache value, and would also stop it from seeing nrays...
16:12.33 andromeda-galaxy brlcad: do you think thatuse_cache should be replaced with the functions trying to "intelligently" manage the caching themselves? If so, what about letting the users see how many rays are in the bundle? if the struct is entirely private, that seems like it would require another function...
16:13.10 andromeda-galaxy also, what about precompute? I still think that it's somewhat useful from an application domaain, but if all the caching is being managed entirely internally, is it appropriate?
16:14.21 siddhanjay Hello, I want to get involved with brl-cad project. Could someone guide me as to where to get started? Should I start here : http://brlcad.org/wiki/Contributor_Quickies ?
16:24.47 andromeda-galaxy brlcad: finally, what is the convention for declaring private structs?
16:31.01 Notify 02GCI:brlcad * 5252586642866176 : needs much more work - Mukul, This is not a motion typography video but, of greater concern, is not really adding much value as a video. The information you...
16:46.38 Notify 02GCI:o7p9bxbnyj * 5256821832941568 : Ready for review - The work on this task is ready to be reviewed.
16:50.29 Notify 02GCI:thevk * 6074090272063488 : Ready for review - The work on this task is ready to be reviewed.
16:51.39 Notify 02GCI:tannousmarc * 5835108829364224 : Update - Consistency - I want the icons to be different. Their concern is to tell the user what's going on. If everything looks too much alike, clarity is...
16:52.14 Notify 02GCI:tannousmarc * 5835108829364224 : Ready for review - The work on this task is ready to be reviewed.
16:54.00 Notify 02GCI:rohit_agarwal * 5891974733234176 : Task Claimed - I would like to work on this task.
16:58.03 Notify 02GCI:harman052 * 6144029251076096 : Task Closed - Congratulations, this task has been completed successfully.
16:58.59 *** join/#brlcad nmz787_i (nmccorkx@nat/intel/x-imvtsfujbtudhjsw)
17:08.56 Notify 02GCI:harman052 * 5256821832941568 : Task Assigned - This task has been assigned to Andromeda Galaxy. You have 73 hours to complete this task, good luck!
17:17.44 Notify 02GCI:ariessa * 5888591171420160 : Convert png image to a bw image - I've been trying to convert the image since the last 2 hours. But, nothing happen. I checked and try again. Still, nothing.
17:20.49 Notify 02GCI:harman052 * 5891974733234176 : Task Assigned - This task has been assigned to Rohit Agarwal. You have 71 hours to complete this task, good luck!
17:21.09 *** join/#brlcad FreezingCold (~FreezingC@135.0.41.14)
17:25.43 Notify 02GCI:helix * 6709205742387200 : Ready for review - The work on this task is ready to be reviewed.
17:28.11 *** join/#brlcad andrei_ (~quassel@86.121.72.72)
17:28.16 *** join/#brlcad andrei_ (~quassel@unaffiliated/andrei/x-7229309)
17:28.46 andrei_ hello
17:29.35 YashM hi
17:29.53 Notify 02GCI:popescuandrei * 6709205742387200 : Task Closed - Congratulations, this task has been completed successfully.
17:31.54 *** join/#brlcad FreezingAlt (~FreezingC@135.0.41.14)
17:32.08 Notify 02GCI:helix * 6650599705673728 : Task Claimed - I would like to work on this task.
17:37.03 Notify 02GCI:popescuandrei * 5835108829364224 : Task Closed - Congratulations, this task has been completed successfully.
17:39.29 Notify 02GCI:popescuandrei * 5256821832941568 : Task Closed - Congratulations, this task has been completed successfully.
17:47.09 *** join/#brlcad raptor_ (~raptor@213.222.228.163)
17:47.21 andrei_ hm, I created a task on melange
17:47.23 andrei_ but I can t see it
17:47.25 andrei_ in the task list
17:49.07 andrei_ ah, I found the problem
17:49.09 andrei_ brlcad has to accept it
18:04.48 Notify 02GCI:ch3ck * 5888591171420160 : None - Hello ariessa, Have you done the first part of this task? and concerning the errors what are the exact errors you're facing with converting the images?
18:10.23 Notify 02GCI:shivam691999 * 4596409726664704 : Ready for review - The work on this task is ready to be reviewed.
18:13.15 *** join/#brlcad teepee_ (~teepee@gateway/tor-sasl/teepee)
18:20.37 Notify 02GCI:shivam691999 * 4596409726664704 : Sir, - I have reduced the number of fonts in the webpage as per your suggestions! Also, I have improved the color composition of the web page! The...
18:41.30 *** join/#brlcad FreezingCold (~FreezingC@135.0.41.14)
19:35.56 Notify 03BRL-CAD:ejno * 63976 (brlcad/trunk/src/libged/simulate/collision.cpp brlcad/trunk/src/libged/simulate/collision.hpp and 3 others): correct calculations for normal_world_on_b
19:39.59 Notify 02GCI:skyler_007 * 4606217016049664 : Feedback - I have added some more pics to the gallery
19:40.00 Notify 02GCI:skyler_007 * 4606217016049664 : Ready for review - The work on this task is ready to be reviewed.
19:41.36 ``Erik ty221: because I open sourced as much as I wanted to O.o why?
19:42.23 ty221 I do not like your idea
20:09.21 *** join/#brlcad nmz787_i (~nmccorkx@134.134.137.75)
20:20.18 andrei_ O_o
20:26.37 *** join/#brlcad maitreyav (7aa3fa01@gateway/web/freenode/ip.122.163.250.1)
20:26.43 maitreyav Hi
20:27.42 maitreyav I would like to chat with the mentors of this task: http://www.google-melange.com/gci/task/view/google/gci2014/4635701832318976
20:27.42 gcibot [[ Create a web gallery of GCI website landing page designs #2 || BRL-CAD || NeedsWork || Gauravjeet Singh, Ch3ck ]]
20:28.01 gcibot Only two days for finish :)
20:28.54 gcibot How are you feeling? :)
20:29.09 maitreyav Ch3ck: I think putting imgs on right is the better way to highlight the design first and then it's creator. What you say?
20:31.39 Notify 02GCI:maitreyav * 4635701832318976 : Layout - Hi Popescu Andrei, I think putting imgs on right is the better way to highlight the design first and then it's creator. It feels more better, in my...
20:33.35 *** join/#brlcad pc1_ (~pc1@122.163.250.1)
20:34.07 pc1_ Hi
20:39.48 *** join/#brlcad gcibot (ignacio@sunjammer.sugarlabs.org)
20:39.50 *** join/#brlcad gcibot (ignacio@unaffiliated/ignaciouy/bot/gcibot)
20:42.26 *** join/#brlcad teepee_ (~teepee@gateway/tor-sasl/teepee)
20:43.55 maitreyav Anyone?
20:46.03 maitreyav Ch3ck: What do you think?
20:53.20 Notify 02GCI:deepakkumarsharma * 6650599705673728 : Task Assigned - This task has been assigned to Yash. You have 69 hours to complete this task, good luck!
21:05.07 *** join/#brlcad ignacio (~IgnacioUy@unaffiliated/rengar)
21:05.56 *** join/#brlcad ty221 (~root@unaffiliated/ty221)
21:05.58 *** join/#brlcad ignacio (~IgnacioUy@unaffiliated/ignaciouy/bot/remembrall)
21:06.19 *** join/#brlcad ignacio (~IgnacioUy@unaffiliated/rengar)
21:06.28 *** join/#brlcad ignacio (~IgnacioUy@unaffiliated/ignaciouy/bot/gcibot)
21:10.23 *** join/#brlcad gcibot (ignacio@unaffiliated/ignaciouy/bot/gcibot)
21:12.53 Notify 02GCI:vs37nx * 4984285001940992 : Task Claimed - I would like to work on this task.
21:13.25 Notify 02GCI:mihaineacsu29 * 4984285001940992 : Task Assigned - This task has been assigned to Jacob L. You have 67 hours to complete this task, good luck!
21:19.52 Notify 02GCI:Melange * 4606217016049664 : No more Work can be submitted - Melange has detected that the deadline has passed and no more work can be submitted. The submitted work should be reviewed.
21:20.43 Notify 03BRL-CAD:ejno * 63977 brlcad/trunk/src/libged/simulate/collision.cpp: use clearer variable names
21:23.38 *** join/#brlcad ignacio (~IgnacioUy@unaffiliated/ignaciouy)
21:24.00 *** join/#brlcad gcibot_ (ignacio@sunjammer.sugarlabs.org)
22:18.22 *** join/#brlcad gcibot (ignacio@unaffiliated/ignaciouy/bot/gcibot)
22:27.16 pc1_ Anyone?
22:27.46 maitreyav Hello
22:30.07 ``Erik bueller? bueller? bueller?
22:30.26 maitreyav Hi
22:31.11 Notify 03BRL-CAD:starseeker * 63978 brlcad/trunk/src/librt/mkbundle.c: Initialize count
22:31.35 maitreyav <PROTECTED>
22:36.23 Notify 03BRL-CAD:starseeker * 63980 brlcad/trunk/src/libtclcad/tclcad_obj.c: initialize points
22:45.58 Notify 03BRL-CAD:starseeker * 63981 (brlcad/trunk/src/libbrep/shape_recognition.cpp brlcad/trunk/src/librt/test_shape_recognition.cpp): Start working on subbrep creation.
22:50.40 *** join/#brlcad ries (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl)
23:05.38 *** join/#brlcad teepee_ (~teepee@gateway/tor-sasl/teepee)
23:29.02 ``Erik bumped his lappies ram up to 8g, yosemite is no longer a steaming pile O.o w00t!
23:56.44 *** join/#brlcad anishshah101 (~anishshah@202.78.172.162)

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