IRC log for #brlcad on 20131120

00:01.56 andromeda-galaxy I have another unit test done (for libbn, bn_3pts_distinct), can someone please create a task that I can submit it for?
01:15.57 Notify 03GCI:Connor Vickers * Create Wordpress theme for BRL-CAD website: Ready for review - The work on this task is ready to be reviewed.
01:16.17 Notify 03GCI:binaryking * Create a CSS only version of BRL-CAD Logo: Claim Removed - The claim on this task has been removed, someone else can claim it now.
01:26.43 *** join/#brlcad atsoc (~andrew@135.0.83.118)
01:29.40 *** join/#brlcad ishwerdas (~inderplus@117.207.153.176)
01:32.08 ishwerdas mandeep: hi
01:33.02 Notify 03GCI:FaithOh * Create a CAD inspired icon-set for BRL-CAD website #2: Task Claimed - I would like to work on this task.
01:33.07 Notify 03GCI:FaithOh * Create a CAD inspired icon-set for BRL-CAD website #2: Claim Removed - The claim on this task has been removed, someone else can claim it now.
01:33.08 Notify 03GCI:FaithOh * Create a CAD inspired icon-set for BRL-CAD website #2: Task Claimed - I would like to work on this task.
01:33.09 Notify 03GCI:FaithOh * Create a CAD inspired icon-set for BRL-CAD website #2: Claim Removed - The claim on this task has been removed, someone else can claim it now.
01:34.18 Notify 03GCI:FaithOh * Create a CAD inspired icon-set for BRL-CAD website #2: Task Claimed - I would like to work on this task.
01:35.18 Notify 03GCI:Sean * Create a CSS only version of BRL-CAD Logo: so close - So close, but giving up?
01:35.19 Notify 03GCI:Sean * Create a CSS only version of BRL-CAD Logo: so close - So close, but giving up?
01:35.28 Notify 03GCI:Sean * Create a CAD inspired icon-set for BRL-CAD website #2: Task Assigned - This task has been assigned to FaithOh. You have 72 hours to complete this task, good luck!
01:41.28 Notify 03GCI:Sam * Design a Cover Photo for Facebook page (and other social networks): Sure! - Hi Sean! Thanks! I'll definitely do my best for the next task as well! Thank you!
01:43.13 andromeda-galaxy I have another unit test done (for libbn, bn_3pts_distinct), can someone please create a task that I can submit it for?
01:47.00 Notify 03GCI:Sean * Create Wordpress theme for BRL-CAD website: details - Connor, Can you share some details about how you made the theme? Did you start with an existing wp theme from somewhere and...
01:47.01 Notify 03GCI:Sean * Create Wordpress theme for BRL-CAD website: details - Connor, Can you share some details about how you made the theme? Did you start with an existing wp theme from somewhere and...
01:54.59 Notify 03GCI:Sam * Create a web based interactive timeline giving historical tour of BRL-CAD: Task Claimed - I would like to work on this task.
01:55.31 brlcad andromeda-galaxy: how long did it take you to pull that test together?
01:55.36 andromeda-galaxy brlcad: not very long
01:55.46 brlcad we generally don't want to have one function test per file
01:55.53 andromeda-galaxy brlcad: okay....
01:56.01 brlcad tri_tri was an exception
01:56.04 andromeda-galaxy brlcad: okay, sorry
01:56.11 brlcad no need to apologize
01:56.13 andromeda-galaxy I didn't see that in the HACKING file
01:56.14 brlcad what's "not long?
01:56.19 brlcad it's not in there
01:56.44 andromeda-galaxy It took me probably < half hour
01:56.57 andromeda-galaxy I can put together tests for more of the rest of the ones in that file for a task if you would like
01:56.59 brlcad the idea is merely to group functionality so that ideally there's an MxN mapping of source files to test files, ideally 1-to-1 or 1-to-many under some circumstances
01:57.30 andromeda-galaxy brlcad: I see.
01:57.59 brlcad that's why the unit test tasks reference src/libbu/tests as being better examples to follow
01:58.08 andromeda-galaxy I thought that plane might be another good candidate for breakup of the test files because it contains a lot of only loosely related functions that I thought would be best tested if the list of points was in the cmake file
01:58.12 brlcad it's expected that you'll get faster at this
01:58.21 brlcad how long did the first one take you? the coplanar one?
01:58.44 andromeda-galaxy That took several hours, but most of the time was based on my a) understanding the code
01:59.00 brlcad more specific than several ?
01:59.01 andromeda-galaxy and b) trying to figure out whether that test should be failing or not
01:59.08 brlcad closer to 3 to 5 to 7?
01:59.37 andromeda-galaxy If you don't count the several hours that I sat in IRC hoping someone could tell me the expected behavior of the function, probably 3-5
02:00.13 andromeda-galaxy I would say that past getting brlcad to build & having to do some other things in between working on it, probably closer to 3
02:00.50 andromeda-galaxy I thought that it was not uncommon to use multiple test files because in libbu/tests there are all of the bu_bitv_*.c tests that each test only one function from bu_bitv
02:01.00 Notify 03GCI:Jacob B * Loading Google charts from API: What to do - I'm not exactly sure what this task is asking me to do.
02:01.09 brlcad andromeda-galaxy: okay, that sounds more on par
02:01.10 Notify 03GCI:Jacob B * Loading Google charts from API: What to do - I'm not exactly sure what this task is asking me to do.
02:01.16 brlcad more expected
02:01.43 andromeda-galaxy brlcad: is the "correct" testing procedure more similar to bu_escape.c?
02:01.49 brlcad a task should be about 2 hours if you subtract all the learning time, the waiting time, the compiling time, etc
02:02.11 andromeda-galaxy where the main function takes in a function_to_test and then tests that particular function (I think)?
02:03.59 andromeda-galaxy brlcad: Do you want me to rewrite a set of tests for all of plane.c in one file? that should take about the right amount of time, I think.
02:04.14 brlcad there is not a notional "correct" without introducing a notion of code coverage or testing API behavior completeness
02:04.35 andromeda-galaxy brlcad: by correct I meant closest to your standard testing style
02:04.44 andromeda-galaxy since you said that you normally wanted 1 test file per code file
02:06.32 brlcad give plane.c a try
02:06.39 andromeda-galaxy brlcad: okay
02:06.52 andromeda-galaxy will you be around for another ~1hr so that you can check it in when I'm done?
02:06.53 brlcad 1 "test", but what constitutes a test varies dramatically
02:06.57 brlcad yep
02:07.08 andromeda-galaxy so 1 "test" for most of the functions in plane.c ideally, right
02:07.21 brlcad yes, all the public functions in that file
02:07.27 brlcad the ones declared in include/*
02:07.32 andromeda-galaxy and it should take in a test function name/number and a list of points and an expected result, and then return 1/0 if it is true or false?
02:08.52 andromeda-galaxy Or should it just run all of the tests with its own numbers from an argument-less main() method?
02:10.04 brlcad that detail can go either way
02:10.49 brlcad generally speaking, the reason for one vs the other is based on coverage
02:11.08 andromeda-galaxy I think that I'll pass in the params & the test function name, because then a developer would be able to run just the necessary test and/or try a new test without having to modify the code
02:14.22 andromeda-galaxy brlcad: one quick question
02:14.35 andromeda-galaxy I think I know how to get around this anyway, but just out of curiosity
02:14.54 andromeda-galaxy why does plane.c use fastf_t pointers instead of point_t?
02:15.13 brlcad basically, if the test aims to test all or nearly all possible "types" of input, those might as well be embedded with the test so that it's working or not working
02:15.16 brlcad e.g., libbu/tests/bu_quote.c
02:15.42 brlcad if it's nearly impossible to test all possible input types, we test some of them and they tend to get listed in the CMakeLists.txt file intead
02:16.10 andromeda-galaxy Ah, I see; then we don't have to clutter up CMakeLists.txt with lots of test case calls, and we only have to run one test instead of ~30
02:17.21 Notify 03GCI:Harmanpreet * Create a web based interactive timeline giving historical tour of BRL-CAD: Task Assigned - This task has been assigned to Sam. You have 72 hours to complete this task, good...
02:17.28 brlcad most of libbn falls into the latter since covering all possible types of number pairings is a big issue
02:17.49 andromeda-galaxy by the way, couldn't bn_3pts_distinct use bn_pt3_pt3_equal?
02:17.57 brlcad it's not a quanity issue
02:17.59 brlcad it's coverage
02:18.28 brlcad if nearly everything is tested, then whether it passes or fails tells us whether something broke
02:18.46 brlcad if only a few things are tested, we're looking for specific problems (testing is incomplete)
02:19.20 andromeda-galaxy brlcad: okay then, I'll go with the embedded tests here --- it seems like at least for a lot of the 3pts_* functions the domain is pretty well defined
02:19.27 andromeda-galaxy thanks for explaining
02:19.28 brlcad yes, it probably could, but someone would have to inspect all the callers to bn_3pts_distinct() and/or have coverage testing that demonstrates using bn_pt3_pt3_equal() is equivalent
02:19.47 andromeda-galaxy Ah, I see.
02:20.00 andromeda-galaxy what about using point_t instead of fastf_t in various places in plane.c?
02:20.30 brlcad you're not likely to approach complete coverage with bn_* tests
02:20.49 brlcad there are issues with small numbers, near zero
02:20.53 brlcad exactly zero
02:20.54 brlcad nan
02:20.55 brlcad inf
02:20.57 Notify 03GCI:Connor Vickers * Create Wordpress theme for BRL-CAD website http://www.google-melange.com/gci/task/view/google/gci2013/4671617942683648: RE: details I took th css, scripts, and images...
02:21.02 Notify 03GCI:Connor Vickers * Create Wordpress theme for BRL-CAD website http://www.google-melange.com/gci/task/view/google/gci2013/4671617942683648: RE: details I took th css, scripts, and images...
02:21.02 brlcad small numbers with big numbers
02:21.03 andromeda-galaxy brlcad: okay then, I will put them in CMakeLists.txt after all
02:21.04 brlcad big with big
02:21.07 brlcad small with small
02:21.10 brlcad and so on
02:22.11 brlcad I don't recall if we kept it, but last year we had a task to create just one comprehensive unit test for one of the bn functions
02:22.18 brlcad it was a task in itself
02:22.38 brlcad it was a function like bn_pt3_pt3_equal or bn_3pts_distinct
02:22.57 andromeda-galaxy I can see where that complexity could come from with all of the weird floating point things that periodically happen...
02:26.57 andromeda-galaxy wow, there are a lot of public functions in plane.c...
02:27.29 andromeda-galaxy brlcad: Since I am taking in the numbers from the CMakeLists, should I take the name of the function to test or a number (i.e. what does existing code do in good practice?)
02:31.21 brlcad andromeda-galaxy: either sounds reasonable
02:31.37 andromeda-galaxy brlcad: okay
02:31.44 brlcad perhaps make each number/name correspond to a set of embedded tests for that function
02:32.03 brlcad if the functions in plane.c logically group into subsets, you could start with a smaller set
02:32.29 andromeda-galaxy okay
02:32.38 brlcad looks like there are 43 functions in there
02:32.40 andromeda-galaxy would that be like "all of the bn_isect*" or "all of the "bn_dist_*"
02:33.29 andromeda-galaxy finally: where is bn_isect_line3_line3 defined?
02:33.31 *** part/#brlcad andromeda-galaxy (~user@108-225-17-54.lightspeed.sntcca.sbcglobal.net)
02:33.38 brlcad yeah, looks like there are 11 isect and 11 dist
02:33.43 *** join/#brlcad andromeda-galaxy (~user@108-225-17-54.lightspeed.sntcca.sbcglobal.net)
02:33.49 brlcad yeah, looks like there are 11 isect and 11 dist
02:34.40 andromeda-galaxy Since it takes a while to do the test cases, I was wondering about setting up tasks for _isect + _dist or something since otherwise 43 functions would take quite a while
02:36.01 brlcad start with just dist
02:36.17 brlcad or isect
02:36.21 brlcad not both, not 43 ;)
02:36.28 andromeda-galaxy brlcad: okay, I'll do that
02:36.44 andromeda-galaxy Would you rather set up a task for that now or when I'm done?
02:36.49 brlcad keep track of your time
02:37.09 andromeda-galaxy brlcad: okay, I will
02:37.52 brlcad at this point in GCI, it's more important to just keep busy working as much as you are willing, and we'll make sure tasks get created/credited
02:38.08 andromeda-galaxy brlcad: okay
02:38.36 andromeda-galaxy I'm making a list of all of the _dists right now
02:41.01 andromeda-galaxy does _dist include _distsq?
02:42.27 brlcad grep -E '^bn' plane.c | sort | cut -f1 -d\( | sort
02:42.36 brlcad no
02:42.54 andromeda-galaxy brlcad: thanks for the grep idea
02:43.06 andromeda-galaxy brlcad: okay I will just do _dist_ functions fo rnow
02:43.11 andromeda-galaxy *for now
02:43.28 brlcad what was the func you just completed?
02:43.38 andromeda-galaxy bn_plane_3pts_distinct
02:43.52 andromeda-galaxy sorry, bn_3pts_distinct
02:46.02 brlcad keep that one and perhaps add these seven others: grep -E '^bn' plane.c | sort | cut -f1 -d\( | sort | grep pt | grep -v _dist_ | grep -v _isect_
02:46.34 brlcad might be a smaller start
02:46.38 brlcad before dist
02:47.06 andromeda-galaxy brlcad: sure, what should the file be named?
02:49.23 andromeda-galaxy The functions seem to be somewhat misc.
02:49.37 brlcad they are all related to points
02:49.58 brlcad maybe bn_plane_pt.c
02:50.02 andromeda-galaxy okay!
02:50.10 andromeda-galaxy I'll start my clock and get going...
02:57.40 andromeda-galaxy Do you like things like having an array of test functions and calling the function at function_num position in that array?
02:57.55 andromeda-galaxy or do you in general prefer things like just switch() on the function_num to call the correct function?
02:59.23 Notify 03GCI:Luke Blue * Creating Motion Typography video for BRL-CAD: Task Claimed - I would like to work on this task.
02:59.28 Notify 03GCI:Luke Blue * Creating Motion Typography video for BRL-CAD: Task Claimed - I would like to work on this task.
03:01.24 Notify 03GCI:Luke Blue * Creating Motion Typography video for BRL-CAD: None - Do we need to narrate?
03:03.46 andromeda-galaxy brlcad: one of the functions that you mentioned was one that I did for the first task
03:04.08 andromeda-galaxy brlcad: should I make a diff moving that one into this file? if so, how? or would you just apply the new diff instead?
03:07.52 brlcad andromeda-galaxy: three new tasks created, filter on "unit test"
03:08.35 andromeda-galaxy brlcad: great, thanks
03:08.44 Notify 03GCI:Andromeda Galaxy * Create an utility library (LIBBU) API unit test for any file: Claim Removed - The claim on this task has been removed, someone else can claim it now.
03:08.45 Notify 03GCI:Andromeda Galaxy * Create an utility library (LIBBU) API unit test for any file: Claim Removed - The claim on this task has been removed, someone else can claim it now.
03:08.46 Notify 03GCI:Andromeda Galaxy * Create unit tests for plane.c "point" functions: Task Claimed - I would like to work on this task.
03:08.52 andromeda-galaxy brlcad: so should I move colliniear/distinct into the new file and submit the diff for the new file?
03:08.58 andromeda-galaxy (not including removal from the old file)
03:09.24 Notify 03GCI:Sean * Create unit tests for plane.c "point" functions: Task Assigned - This task has been assigned to Andromeda Galaxy. You have 72 hours to complete this task, good luck!
03:09.34 Notify 03GCI:Sean * Creating Motion Typography video for BRL-CAD: Task Assigned - This task has been assigned to Luke Blue. You have 72 hours to complete this task, good luck!
03:09.39 Notify 03GCI:Sean * Creating Motion Typography video for BRL-CAD: Task Assigned - This task has been assigned to Luke Blue. You have 72 hours to complete this task, good luck!
03:18.23 Notify 03GCI:Sean * Creating Motion Typography video for BRL-CAD: kinda hard - Kind of hard to create a typography without narration. I suggest narrating yourself and if it's a good story, we can replace...
03:18.28 Notify 03GCI:Sean * Creating Motion Typography video for BRL-CAD: kinda hard - Kind of hard to create a typography without narration. I suggest narrating yourself and if it's a good story, we can replace...
03:21.11 andromeda-galaxy In my tests should I use NEAR_EQUAL for the dist functions?
03:21.55 andromeda-galaxy brlcad: or is there another function that takes one of those tolerance objects?
03:24.14 Notify 03GCI:Pratik Mohapatra * Redesign MGED/Archer's Menu: Links - Can you provide me the links for these applications.
03:27.05 Notify 03GCI:Karena * Create a CAD inspired icon-set for BRL-CAD website: Claim Removed - The claim on this task has been removed, someone else can claim it now.
03:44.12 brlcad andromeda-galaxy: regrouping functions into different files might make sense, but that's a lot of chaos during this initial week
03:44.16 brlcad there's a lot going on
03:44.32 brlcad should always use the vmath macros where possible
03:44.51 andromeda-galaxy brlcad: do you mean I shouldn't move the collinear into bn_plane_pt test?
03:44.53 brlcad there's lots of functions that take tolerance objects, search include/*.h
03:44.59 brlcad huh?
03:45.19 andromeda-galaxy What did you mean by "regrouping functions ..." --- did you mean splitting up plane.c?
03:45.36 brlcad you mean moving the test or moving the function
03:46.35 brlcad I meant splitting up plane.c
03:46.39 andromeda-galaxy Ah, I see
03:46.51 andromeda-galaxy maybe I could do that as a task at some later date?
03:47.01 brlcad maybe
03:47.16 andromeda-galaxy By the way, I am just about half way done with the point functions that you suggested so far and it has been about an hour
03:47.39 brlcad that's something much more easily completed by someone with commit access (which you might attain if you keep it up and get to pristine patches)
03:48.06 andromeda-galaxy Okay, thanks for the info on that
03:48.19 andromeda-galaxy will you still be here in around an hour and a half? I need to eat dinner, and I was wondering if you would be able to look over my patches after that
03:48.36 brlcad good, sounds about like what I'd expect .. about 5-10 minutes per function is what I'd expect
03:50.31 andromeda-galaxy brlcad: but I haven't had to come up with testcases yet --- so far I have been mostly writing functioins to call the tests & making sure that they have all the right formatting conventions in thes ource and in CMakeLists.txt
03:51.52 brlcad that's 90% of the work
03:52.13 brlcad ideally it should take you a bit more than two hours
03:52.25 andromeda-galaxy okay
03:52.36 andromeda-galaxy I did want to check one thing with you on style
03:52.46 brlcad but then if you did it again ... it should get much closer to 2 hrs
03:53.10 andromeda-galaxy the test functions currently have to duplicate some amount of setup code in parsing the argument lists
03:53.32 andromeda-galaxy would it generally be better to do something a little more complicated like try to write a function/macro that does some of that?
03:53.41 brlcad reducing duplicate code is always a good practice
03:54.46 brlcad you'll find lots of funcs and macros in some of the other tests
03:55.12 andromeda-galaxy I'll try to do something clever there
03:55.32 andromeda-galaxy the only problem is that the things that need to be done are somewhat diverse, so I don't know what all would make a good macro...
03:56.01 brlcad if you stick to the dry principle, it might help
03:56.14 brlcad basically the instant you find yourself repeating yourself, make that a function
03:56.17 brlcad or macro
03:56.21 brlcad and then keep going
03:56.26 brlcad ~dry
03:56.26 infobot that is the opposite of what is good
03:56.36 brlcad heh
03:57.11 andromeda-galaxy U was just thinking about how best to avoid really complicated macros that have to tell the difference between a number of rather diverse usecases as to what order the sub-macros should be called.
03:57.18 andromeda-galaxy Sorry, I not U
03:58.52 brlcad infobot: dry is Don't Repeat Yourself -- a software development principle that emphasizes no code duplication. See http://en.wikipedia.org/wiki/Don't_repeat_yourself for details.
03:58.53 infobot ACTION dries is Don't Repeat Yourself -- a software development principle that emphasizes no code duplication. See http://en.wikipedia.org/wiki/Don't_repeat_yourself for details.
03:59.10 brlcad infobot: no, dry is Don't Repeat Yourself -- a software development principle that emphasizes no code duplication. See http://en.wikipedia.org/wiki/Don't_repeat_yourself for details.
03:59.10 infobot brlcad: okay
04:00.43 andromeda-galaxy brlcad: okay, I am currently thinking: a macrothat takes a list of types & names and results in inserting them with the appropriate sscanf() calls
04:01.27 brlcad andromeda-galaxy: that means very little to me :)
04:01.47 brlcad you'll want to keep it as simple as possible
04:01.54 andromeda-galaxy brlcad: I know
04:01.55 brlcad use macros/functions purely to reduce duplication
04:02.01 andromeda-galaxy that is why I was thinking macro/nomacro
04:02.11 andromeda-galaxy because the problem I am looking at right now for macros:
04:02.21 brlcad they don't have to have general utility
04:02.23 andromeda-galaxy there is a bunch of code that sscanfs() the argument strings into the correct types and numbers of arguments
04:02.46 brlcad they're not becoming part of implemention, they're testing infrastructure so they can be a little "dirty"
04:03.00 andromeda-galaxy and that has to be quite different for each one
04:03.13 andromeda-galaxy the only similarities are that oftentimes they need to read lists of a similar format
04:03.46 brlcad see src/libbu/tests/bu_sscanf.c for about as complicated as it should get
04:04.16 brlcad that's nearly comprehensive testing of an sscanf implementation including nearly all possible % specifiers in a format string
04:05.04 brlcad if they're only similar, that's not exactly duplicate code
04:05.57 andromeda-galaxy brlcad: ah, okay
04:06.20 andromeda-galaxy brlcad: alright then, I'll write a couple of short macros, finish the testing code, and come up with some test cases
04:06.29 andromeda-galaxy but maybe eat dinner in between some of those
04:11.30 andromeda-galaxy brlcad: do you know whether you will be able to look over my task in around an hour and a half?
04:26.38 Notify 03GCI:Mandeep Kaur * Design a prototype CAD GUI layout #2: Task Assigned - This task has been assigned to Cameron. You have 72 hours to complete this task, good luck!
04:34.38 Notify 03GCI:Luke Blue * Creating Motion Typography video for BRL-CAD: Script -
04:34.43 Notify 03GCI:Luke Blue * Creating Motion Typography video for BRL-CAD: Script -
04:51.29 Notify 03GCI:Harmanpreet * Redesign MGED/Archer's Menu http://www.google-melange.com/gci/task/view/google/gci2013/4816070846185472: Use Virtual Disk Image You need to install these applications in...
04:55.39 Notify 03GCI:Sean * Create Wordpress theme for BRL-CAD website: Task Closed - Congratulations, this task has been completed successfully.
04:56.49 Notify 03GCI:Sean * Create Wordpress theme for BRL-CAD website: nicely done - Connor, That's looking great. We'll undoubtedly have follow-on tasks related to our migration to WP, so keep an eye out for...
04:59.24 Notify 03GCI:Harmanpreet * Creating Motion Typography video for BRL-CAD: Good to go - Don't know about other mentors, but from my side, it is excellent. However, you may need to put more content into it...
05:07.44 Notify 03GCI:Sean * Create a graphical mock-up for wiki pages of BRL-CAD http://www.google-melange.com/gci/task/view/google/gci2013/4524113196482560: responsive web design Palindrome, This may be of...
05:12.59 Notify 03GCI:ehth77 * Doxygen cleanup for LIBRT: Task Claimed - I would like to work on this task.
05:13.04 Notify 03GCI:ehth77 * Doxygen cleanup for LIBRT: Task Claimed - I would like to work on this task.
05:29.26 Notify 03GCI:Sean * Doxygen cleanup for LIBRT: Task Assigned - This task has been assigned to ehth77. You have 72 hours to complete this task, good luck!
05:31.56 *** join/#brlcad YatharthROCK (~YatharthR@95.175.77.95)
05:40.56 Notify 03GCI:Sean * Creating Motion Typography video for BRL-CAD http://www.google-melange.com/gci/task/view/google/gci2013/6102460527542272: fantastic That is great start and ditto what Harmanpreet...
05:41.01 Notify 03GCI:Sean * Creating Motion Typography video for BRL-CAD http://www.google-melange.com/gci/task/view/google/gci2013/6102460527542272: fantastic That is great start and ditto what Harmanpreet...
05:41.16 *** join/#brlcad YuGin (~IceChat77@182.55.146.247)
05:46.57 *** join/#brlcad caen23 (~caen23@92.81.168.188)
05:52.12 Notify 03GCI:Sean * Design a Cover Photo for Facebook page (and other social networks) http://www.google-melange.com/gci/task/view/google/gci2013/5087063149903872: follow-on task A follow-on task has...
05:52.17 Notify 03GCI:Sean * Design a Cover Photo for Facebook page (and other social networks) http://www.google-melange.com/gci/task/view/google/gci2013/5087063149903872: follow-on task A follow-on task has...
05:56.22 Notify 03GCI:Sean * Create a high quality png of BRL-CAD logo: excellent - Outstanding. I'm sure it'll all eventually come back to you. That's quite an advantage! :) Best of luck!
05:56.47 Notify 03GCI:Sam * Design a cover image or banner for our Facebook page (and other social media sites) #2: Hi Sean - Hi, would you mind reserving this task for me first? I already signed up for another...
05:58.53 *** join/#brlcad gjeet (~androirc@202.164.53.117)
05:59.51 Notify 03GCI:Ethan * Design a cover image or banner for our Facebook page (and other social media sites) #4: Task Claimed - I would like to work on this task.
05:59.52 Notify 03GCI:Ethan * Design a cover image or banner for our Facebook page (and other social media sites) #4: Task Claimed - I would like to work on this task.
06:01.02 Notify 03GCI:Sean * Design a coffee mug for BRL-CAD: design - Tan, That zip file looks much better! That design is cute, but could you try a non-military design/byline? We have way too many pictures of...
06:01.07 Notify 03GCI:Sean * Design a coffee mug for BRL-CAD: design - Tan, That zip file looks much better! That design is cute, but could you try a non-military design/byline? We have way too many pictures of...
06:01.32 Notify 03GCI:Sean * Design a coffee mug for BRL-CAD: 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...
06:01.32 Notify 03GCI:Sean * Design a coffee mug for BRL-CAD: 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...
06:03.12 Notify 03GCI:Mandeep Kaur * Design a cover image or banner for our Facebook page (and other social media sites) #4: Task Assigned - This task has been assigned to Ethan. You have 72 hours to complete this...
06:07.18 YatharthROCK Could someone review my task? <https://google-melange.appspot.com/gci/task/view/google/gci2013/5081237563637760>
06:11.18 Notify 03GCI:Sean * Design a cover image or banner for our Facebook page (and other social media sites) #2: no rush - There is no rush. There are other tasks and we can create more if needed.
06:15.53 Notify 03GCI:Sean * Write an article soliciting a Windows platform maintainer: mailing list - Direct them to our brlcad-devel mailing list and/or IRC channel so they can announce their interest and so we...
06:15.57 Notify 03GCI:Sean * Write an article soliciting a Windows platform maintainer: mailing list - Direct them to our brlcad-devel mailing list and/or IRC channel so they can announce their interest and so we...
06:21.33 Notify 03GCI:Sean * Design BRL-CAD sticker: intention - What is the intention or motivation for the diagonal color stripe that's a slightly different "reddish" tone. It's placement seems odd and peculiar...
06:21.38 Notify 03GCI:Sean * Design BRL-CAD sticker: intention - What is the intention or motivation for the diagonal color stripe that's a slightly different "reddish" tone. It's placement seems odd and peculiar...
06:31.28 Notify 03GCI:Sean * Create a CSS only version of BRL-CAD Logo #2: 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...
06:31.33 Notify 03GCI:Sean * Create a CSS only version of BRL-CAD Logo #2: 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...
06:32.47 brlcad YatharthROCK: that's looking great... almost
06:32.48 Notify 03GCI:Sean * Create a CSS only version of BRL-CAD Logo #2 http://www.google-melange.com/gci/task/view/google/gci2013/5081237563637760: looking fantastic Yatharth, that's looking fantastic, but...
06:32.54 Notify 03GCI:Sean * Create a CSS only version of BRL-CAD Logo #2 http://www.google-melange.com/gci/task/view/google/gci2013/5081237563637760: looking fantastic Yatharth, that's looking fantastic, but...
06:33.03 brlcad enwanders a bit
06:33.24 YatharthROCK brlcad: Hmm... what needs to be changed?
06:33.39 YatharthROCK Let me lay it over the SVG versions and see the differences.
06:33.52 YatharthROCK Also, what's the font used in the logo?
06:42.38 brlcad more detail in the comment
06:42.45 brlcad background color, see the url
06:43.10 brlcad and we dont' have a set font, just tend to prefer something "solid" looking
06:43.35 YatharthROCK brlcad: I uploaded a file showing the differences in the logo. I don't think there's much.
06:43.52 YatharthROCK brlcad: And for the background, which browser are you using?
06:44.57 YatharthROCK I'll just update my linear-gradient background property.
06:44.57 YatharthROCK in my SASS mixin.
07:16.16 *** join/#brlcad andrei_ (~andrei@188.26.90.180)
07:17.03 YatharthROCK brlcad: Could you check if it works for you now? <https://google-melange.appspot.com/gci/task/view/google/gci2013/5081237563637760>
07:17.09 Notify 03GCI:Yatharth Agarwal * Create a CSS only version of BRL-CAD Logo #2: Ready for review - The work on this task is ready to be reviewed.
07:20.32 *** join/#brlcad kesha (~kesha@14.139.122.114)
07:21.13 andrei_ Yatharth, whenever I opened brlcad.html in my Chromium browser
07:21.24 andrei_ and I don't get anything in it, it s plain
07:27.35 Notify 03GCI:Andrei * Create a CSS only version of BRL-CAD Logo #2: None - I tried to see brlcad.html in both Chromium and Firefox and I got virtually no display. Do you know what's causing the issue?...
07:27.40 Notify 03GCI:Andrei * Create a CSS only version of BRL-CAD Logo #2: None - I tried to see brlcad.html in both Chromium and Firefox and I got virtually no display. Do you know what's causing the issue?...
07:27.41 Notify 03GCI:Andrei * Create a CSS only version of BRL-CAD Logo #2: 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...
07:28.41 YatharthROCK Is Andrei here?
07:28.50 YatharthROCK Oh, there you are.
07:29.03 YatharthROCK andrei_: Chromium? One second...
07:29.17 andrei_ I tried on Firefox aswell, Yatharth
07:29.51 *** join/#brlcad kesha (~kesha@14.139.122.114)
07:31.24 YatharthROCK andrei_: Could you please check if any external resources loaded?
07:31.42 YatharthROCK I think the problem is the my external CSS file isn't imported.
07:31.52 Notify 03GCI:Luke Blue * Creating Motion Typography video for BRL-CAD: Sorry - Sorry for grammatical errors, I made the script really fast and forgot to pay attention to grammar. Breaking the task would...
07:33.52 YatharthROCK Damn silent failures!! Why did the we have to be so forgiving?
07:33.53 andrei_ brlcad1.css is "Failed to load resource"
07:33.54 andrei_ :)
07:34.09 YatharthROCK andrei_: I found the bug. I'll just upload the fixed version now.
07:34.36 andrei_ okay
07:36.37 Notify 03GCI:Yatharth Agarwal * Create a CSS only version of BRL-CAD Logo #2: Ready for review - The work on this task is ready to be reviewed.
07:38.16 Notify 03GCI:Yatharth Agarwal * Create a CSS only version of BRL-CAD Logo #2: Fixed bug - The bug was caused by a stupid typo while declaring the external CSS file. Chrome glazed over it, but the other...
07:38.21 YatharthROCK <https://google-melange.appspot.com/gci/task/view/google/gci2013/5081237563637760>
07:38.21 Notify 03GCI:Yatharth Agarwal * Create a CSS only version of BRL-CAD Logo #2: Fixed bug - The bug was caused by a stupid typo while declaring the external CSS file. Chrome glazed over it, but the other...
07:38.49 andrei_ Yatharth, this works, but you've got the same issue as the previous version talked of
07:38.54 andrei_ the gray background
07:39.11 andrei_ it's not a race, there will be plenty of tasks and plenty of time for it :).
07:39.46 YatharthROCK andrei: Which browser? It works on Chrome and Firefox for me.
07:40.02 andrei_ It works for me, aswell
07:40.16 andrei_ but you've got a whole "band" of gray
07:40.28 andrei_ gray background, I mean
07:40.34 YatharthROCK No gradient?
07:40.42 YatharthROCK I see the gradient.
07:40.48 YatharthROCK I'm using the latest Firefox Beta.
07:41.10 YatharthROCK The canonical linear-gradient property has been supported in Firefox since 4.
07:41.19 andrei_ hold on a bit
07:41.27 YatharthROCK Could you take a screenshot?
07:41.30 YatharthROCK kk
07:41.34 andrei_ from what I've seen in Sean's comment, he expected you to have that only as far as the logo goes, not on the entire screen
07:41.43 andrei_ I'm not familiar to CSS so I might be wrong
07:43.16 YatharthROCK Uhh... I'm not very familiar with CSS either (this was a learning experience). I'll try to make the background not stretch. I don't think I can auto-size it; can I hard-code the width?
07:45.33 andrei_ it would probably be a good starting point :)
07:52.16 YatharthROCK andrei: I found a way to adapt its dimensions to it's contents' dimensions :D
07:53.53 YatharthROCK andrei_: Anything else?
08:09.06 *** join/#brlcad Kiryx (~Kiryx@85-202-48-130.internetia.net.pl)
08:09.43 *** part/#brlcad Kiryx (~Kiryx@85-202-48-130.internetia.net.pl)
08:16.20 YatharthROCK Could someone review my task? <https://google-melange.appspot.com/gci/task/view/google/gci2013/5081237563637760>
08:17.57 Notify 03GCI:Sam * Create a web based interactive timeline giving historical tour of BRL-CAD: None - Hi, I have a question. Where may I be able to find information about the history of BRL-CAD? The only...
09:02.13 YatharthROCK I added text too. Could someone review my task? <https://google-melange.appspot.com/gci/task/view/google/gci2013/5081237563637760>
09:08.23 Notify 03GCI:Yatharth Agarwal * Create a CSS only version of BRL-CAD Logo #2: Notes - I added the text in a free font that closely matches the one used in the original logo. I also refactored my code and...
09:09.03 Notify 03GCI:Sharan * Design BRL-CAD sticker: no PSD - I use Inkscape to edit svg files they are all inkscape svgs so they are editable... I made the holes white but they dont look like they are white...
09:09.08 Notify 03GCI:Sharan * Design BRL-CAD sticker: no PSD - I use Inkscape to edit svg files they are all inkscape svgs so they are editable... I made the holes white but they dont look like they are white...
09:12.04 Notify 03GCI:Sharan * Design BRL-CAD sticker: Ready for review - i cant see the mark task as complete button
09:27.47 *** join/#brlcad YuGin (~IceChat77@182.55.146.247)
09:38.45 *** join/#brlcad binaryking (~binarykin@unaffiliated/nafcool)
09:38.56 *** part/#brlcad binaryking (~binarykin@unaffiliated/nafcool)
10:17.41 Notify 03GCI:Oleg * Design a coffee mug for BRL-CAD #2: Task Claimed - I would like to work on this task.
10:18.06 Notify 03GCI:Oleg * Design a coffee mug for BRL-CAD #2: None - Sean, where I can speak with you about the task?
10:22.33 Notify 03GCI:Mandeep Kaur * Design a coffee mug for BRL-CAD #2: Task Assigned - This task has been assigned to Oleg. You have 72 hours to complete this task, good luck!
10:22.38 Notify 03GCI:Mandeep Kaur * Design a coffee mug for BRL-CAD #2: Task Assigned - This task has been assigned to Oleg. You have 72 hours to complete this task, good luck!
10:25.18 Notify 03GCI:Luke Blue * Creating Motion Typography video for BRL-CAD: Claim Removed - The claim on this task has been removed, someone else can claim it now.
10:25.25 Notify 03GCI:Luke Blue * Creating Motion Typography video for BRL-CAD: Claim Removed - The claim on this task has been removed, someone else can claim it now.
10:25.48 Notify 03GCI:Luke Blue * Create a CAD inspired icon-set for BRL-CAD website: Task Claimed - I would like to work on this task.
10:32.07 YatharthROCK Which timezone are you guys in?
11:18.58 Notify 03GCI:Harmanpreet * Create a CAD inspired icon-set for BRL-CAD website: Task Assigned - This task has been assigned to Luke Blue. You have 72 hours to complete this task, good luck!
11:24.44 Notify 03GCI:Tan Di Sheng * Design a coffee mug for BRL-CAD: Design ideas - Dear Sean, I have thought about it and decided to remove the tank images and replace it with something else. I'm currently...
11:24.59 Notify 03GCI:YuGin * Write article on BRL-CAD's code hardening efforts: Task Claimed - I would like to work on this task.
11:25.04 Notify 03GCI:YuGin * Write article on BRL-CAD's code hardening efforts: Task Claimed - I would like to work on this task.
11:28.44 Notify 03GCI:Gauravjeet Singh * Write article on BRL-CAD's code hardening efforts: Task Assigned - This task has been assigned to YuGin. You have 72 hours to complete this task, good luck!
11:29.51 *** join/#brlcad gjeet (~androirc@202.164.53.117)
11:30.04 Notify 03GCI:Oleg * Design a coffee mug for BRL-CAD #2: Ready for review - The work on this task is ready to be reviewed.
11:30.09 Notify 03GCI:Oleg * Design a coffee mug for BRL-CAD #2: Ready for review - The work on this task is ready to be reviewed.
11:32.18 Notify 03GCI:Oleg * Design a coffee mug for BRL-CAD #2: None - Mandeep, where is the Sean? I have some questions about another tasks. Maybe you can give me answers, if Sean isn't here?
11:36.05 *** join/#brlcad gcibot (~gcibot@117.214.52.3)
11:38.50 YuGin To any BRL-CAD developer- Can I confirm that you guys follow American English instead of British English? (I'm 'Writ(ing) (an) article on BRL-CAD's code hardening efforts')
12:24.58 *** join/#brlcad Destroy (~Destroy@bras3.donapex.net)
12:25.21 Destroy Hi all.
12:25.26 Destroy Sean, are you here?
12:25.39 Destroy /GCI2013/
12:29.46 *** join/#brlcad MartinHermida (~MartinHer@33.Red-83-41-62.dynamicIP.rima-tde.net)
12:31.28 MartinHermida My work on GCI is ready to be reviewed
12:31.39 Destroy My too
12:31.48 Destroy But mentors isn't here...
12:33.08 MartinHermida Oh... I've waited since yesterday 22:00 UTC and no one has checked my work yet
12:34.59 Destroy +
12:44.27 starseeker Destroy: MartinHermida: can you post links to your tasks?
12:45.18 starseeker I see 2 that need review - the arbn surface area and one of the documentation tasks - are those yours?
12:45.59 Destroy Yes
12:46.04 Destroy One moment
12:46.14 Destroy https://google-melange.appspot.com/gci/task/view/google/gci2013/5789856567394304
12:46.19 gcibot Design a coffee mug for BRL-CAD #2
12:46.19 gcibot Status: NeedsReview (2 days, 21 hours left)
12:46.19 gcibot Mentor(s): Sean
12:46.21 Destroy starseeker
12:47.12 Destroy starseeker: are you the mentor?
12:47.20 starseeker I'm one of the mentors
12:47.44 starseeker it's early morning for a lot of us, which may be why you aren't seeing immediate responses
12:48.04 Destroy O'K )
12:48.29 Destroy At my time now 2:48 PM (14:48)
12:49.12 Destroy Starseeker, Can you help me with the imporning model to the BRL-Cad?
12:49.28 Destroy If you can, of course.
12:49.30 starseeker Destroy: I'm looking at it now
12:50.10 Destroy ?
12:51.43 Destroy starseeker, I have sample.g model file. How can I import him to display at MGED Graphics Window?
12:54.08 starseeker pardon? You can use the opendb command in mged
12:54.30 starseeker then on the mged command prompt type the command: tops
12:54.35 starseeker that will list the geometry in the file
12:54.54 starseeker then to see a wireframe of it, you use the draw command: draw <geometry_name>
12:57.21 starseeker Destroy: I got the images for the coffee mug up - I don't have much artistic sense compared to Sean, but it looks good to me - I'll mark it as closed so you can move to another task, but keep an eye out for comments by him
12:57.21 Destroy starseeker,
12:57.21 Destroy mged> opendb star.g
12:57.21 Destroy Create new database (y|n)[n]? y
12:57.21 Destroy The new database star.g was successfully created.
12:57.21 Destroy Untitled BRL-CAD Database (units=mm)
12:57.22 Destroy mged>
12:57.39 starseeker uh - is your file named sample.g or star.g
12:58.47 Destroy Ok, mark it as "Complete", I'll start work on another task, and I wait for opinion of Sean.
12:58.55 starseeker you may need to specify the full path to your file, or alternatly use the File->Open dialog
12:59.21 Notify 03GCI:starseeker * Design a coffee mug for BRL-CAD #2: Task Closed - Congratulations, this task has been completed successfully.
12:59.26 Notify 03GCI:starseeker * Design a coffee mug for BRL-CAD #2: Task Closed - Congratulations, this task has been completed successfully.
12:59.34 Destroy One second, I'll try to explain the matter more clearly
13:00.21 Destroy I work on Brl-Cad on Windows 7
13:00.23 Destroy C:\Program Files (x86)\BRLCAD 7.24.0\share\db
13:00.45 Destroy Here is some models like pinewood, havoc and other
13:01.14 Destroy How can I see this models in Brl-Cad?
13:01.28 starseeker You have MGED running?
13:01.32 Destroy Yep
13:01.40 starseeker OK, try File->Open
13:01.45 starseeker from the GUI menu
13:01.50 starseeker you should get a dialog
13:02.02 Destroy yes
13:02.18 starseeker navigate to the .g file you want to open
13:02.46 Destroy Yes
13:02.56 Destroy But it don't dispay somewhere
13:02.59 Destroy :(
13:03.08 Destroy displays*
13:03.10 starseeker it won't by default
13:03.15 starseeker run the command "tops"
13:03.19 starseeker on the MGED command line
13:03.25 Destroy yes
13:03.28 Destroy Next
13:03.29 starseeker what do you see?
13:03.42 Destroy mged> tops
13:03.42 Destroy all.g/ old.s79 r682/R r684/R
13:03.42 Destroy cab.g/ old.s82 r683/R r685/R
13:03.59 starseeker now use the draw command: draw all.g
13:04.11 Destroy AAAA!!!!!
13:04.17 Destroy THANK YOU VERY MUCH
13:04.21 Destroy I LUV U:333
13:04.28 MartinHermida starseeker: My task is to make a t-shirt design. Here's the link: http://www.google-melange.com/gci/task/view/google/gci2013/5820985550831616
13:04.32 gcibot Design a T-Shirt for BRL-CAD
13:04.32 gcibot Status: NeedsReview (2 days, 1 hours left)
13:04.32 gcibot Mentor(s): Sean
13:05.13 starseeker Destroy: if you're going to work with MGED, I recommend checking the tutorial: http://brlcad.org/w/images/c/cf/Introduction_to_MGED.pdfhttp://brlcad.org/w/images/c/cf/Introduction_to_MGED.pdf
13:05.20 starseeker gah http://brlcad.org/w/images/c/cf/Introduction_to_MGED.pdf
13:05.26 starseeker MartinHermida: ok, one second
13:06.01 Notify 03GCI:Oleg * Create an ISST screenshot or animation: Task Claimed - I would like to work on this task.
13:06.28 Destroy starseeker, O'K, sensei, thank you.
13:08.11 Notify 03GCI:starseeker * Design a T-Shirt for BRL-CAD: None - What is the source for the artwork on the front of the shirt?
13:08.16 Notify 03GCI:starseeker * Design a T-Shirt for BRL-CAD: None - What is the source for the artwork on the front of the shirt?
13:10.01 Notify 03GCI: * : -
13:10.06 Notify 03GCI: * : -
13:11.07 Notify 03GCI:starseeker * Fix Image Formatting in BRL-CAD's DocBook Documentation (any ONE large document or 4 smaller documents) #3: None - Looks good!
13:11.22 Notify 03GCI:starseeker * Fix Image Formatting in BRL-CAD's DocBook Documentation (any ONE large document or 4 smaller documents) #3: Task Closed - Congratulations, this task has been completed...
13:11.30 YuGin Hi starseeker, I am working on and finishing up the task of writing an article detailing BRL-CAD's code hardening efforts. I would like to clarify some things though: first, in this wiki page on Code Cleanup: http://brlcad.org/wiki/Code_Cleanup , what exactly does 'Strict Compilation' (the second point) refer to?
13:11.50 starseeker Strict compilation
13:11.53 starseeker ah
13:11.55 starseeker one second...
13:12.03 YuGin Ok
13:12.34 starseeker Strict compilation means treating compiler warnings as build-haulting errors, not just warnings
13:12.45 starseeker see the Werror flag for GCC, for example
13:12.56 YuGin I see
13:13.06 *** join/#brlcad binaryking (~binarykin@unaffiliated/nafcool)
13:13.16 *** part/#brlcad binaryking (~binarykin@unaffiliated/nafcool)
13:13.42 Notify 03GCI:starseeker * Design a T-Shirt for BRL-CAD: None - Please post the source links for the images in a reply - those are things we need to document
13:13.44 Destroy starseeker, help me please, how can I disable orange grid on the model?
13:13.46 YuGin That's useful information- but I actually intended to ask if the compiler is an internal program written by the dev team? Or is it a general program sourced from elsewhere?
13:13.55 starseeker orange grid?
13:14.05 Destroy Yes
13:14.27 starseeker the compiler? that's a program written by other people
13:14.49 Destroy ?
13:14.55 Destroy It's to me?
13:15.03 Destroy Or to YuGin?
13:15.06 starseeker a compiler is a standard tool for translating human writable source code (C/C++ in this case, primarily) to machine understandable code (binaries)
13:15.09 starseeker YuGin
13:15.18 starseeker Destroy: I'm not sure what the orange grid would be...
13:15.25 Destroy Sec
13:16.12 starseeker YuGin: the standard open source compilers are http://gcc.gnu.org/ and http://clang.llvm.org/ for C and C++
13:16.46 YuGin Ah, standard tool, I get it now. One last thing if I may- which part of the community portal do I submit the article to? Is it 'Final Review', 'Initial Drafts' or somewhere else?
13:16.49 Destroy starseeker, this: http://s10.postimg.org/4hk7id8jt/grid.jpg
13:17.25 starseeker YuGin: if the task didn't specify, I'd say Initial Drafts - add a link to it in your task's comment section
13:17.49 starseeker Destroy: ah, that's the wireframe
13:17.50 YuGin Right, thanks- I'll leave you to answer the serious questions now :P
13:17.54 Destroy =)
13:18.09 Destroy I'll try to remember )
13:18.19 starseeker Destroy: bring up the File->Raytrace dialog
13:18.25 Destroy Yep
13:18.38 starseeker There's a "Framebuffer" menu item at the top of that
13:19.00 starseeker Open that, and you'll see three options at the bottom of the menu - Overlay, Interlay, and Underlay
13:19.04 starseeker select Overlay
13:19.19 Destroy SENKYOU VEYMUCH : D
13:19.23 Notify 03GCI:Pulkit Mehta * Write up Wiki page tutorial on our Volumetric Primitive: Task Claimed - I would like to work on this task.
13:20.23 Notify 03BRL-CAD:starseeker * 58594 (brlcad/trunk/doc/docbook/lessons/en/mged13_placing_shapes_in_3d.xml brlcad/trunk/doc/docbook/lessons/en/mged14_placing_shapes_in_3d_2.xml and 2 others): Fixes to imageobject inclusions by David Wood from GCI.
13:20.24 Notify 03GCI: * : -
13:20.25 Notify 03GCI: * : -
13:21.18 Notify 03GCI:Pulkit Mehta * Write up Wiki page tutorial on our Volumetric Primitive: Claim Removed - The claim on this task has been removed, someone else can claim it now.
13:21.33 Notify 03GCI:Pulkit Mehta * Write up Wiki page tutorial on our Volumetric Primitive: Task Claimed - I would like to work on this task.
13:21.38 Notify 03GCI:Pulkit Mehta * Write up Wiki page tutorial on our Volumetric Primitive: Task Claimed - I would like to work on this task.
13:21.58 MartinHermida <starseeker> Just posted the source of both images
13:24.28 MartinHermida starseeker: Is my work right?
13:24.42 MartinHermida (T-Shirt design)
13:24.54 starseeker MartinHermida: OK, since it's another artistic one like the mug, I'll accept it but keep an eye out for comments from Sean
13:25.49 Notify 03GCI:starseeker * Design a T-Shirt for BRL-CAD: Task Closed - Congratulations, this task has been completed successfully.
13:26.00 MartinHermida starseeker: OK, thanks
13:27.00 Notify 03GCI:starseeker * Implement a surface area function for N-faced polysolid (ARBN): None - Patch applies cleanly and builds (at least on Linux) - haven't tested for correctness but if I understand...
13:27.05 Notify 03GCI:starseeker * Implement a surface area function for N-faced polysolid (ARBN): Task Closed - Congratulations, this task has been completed successfully.
13:27.07 MartinHermida starseeker: Will Sean comment on the task thread or by the IRC channel?
13:27.10 Notify 03GCI:starseeker * Implement a surface area function for N-faced polysolid (ARBN): Task Closed - Congratulations, this task has been completed successfully.
13:27.28 YuGin starseeker- in what context is the article on code hardening likely to be used? I'm not quite sure how much of an introduction to BRL-CAD and code hardening I should include.
13:27.55 Notify 03BRL-CAD:starseeker * 58595 (brlcad/trunk/src/librt/primitives/arbn/arbn.c brlcad/trunk/src/librt/primitives/table.c): Apply arbn surface area function patch from Johannes Schulte (GCI)
13:28.23 starseeker MartinHermida: it could be either - my guess would be IRC, but not sure
13:28.54 MartinHermida starseeker: OK, so I'll stay online for his review
13:29.01 starseeker YuGin: not sure - if it were me I'd put in the information I didn't know and would have liked to know
13:29.13 starseeker that's usually a good starting point
13:29.25 YuGin I see, I'll take that into account.
13:29.46 *** join/#brlcad YatharthROCK (~YatharthR@95.175.77.95)
13:30.04 starseeker YuGin: obviously you don't want to go crazy with background info, but at least some context is probably good (with links to more extensive info if you think your audience is likely to want it)
13:30.20 Notify 03GCI:Mandeep Kaur * Create an ISST screenshot or animation: Task Assigned - This task has been assigned to Oleg. You have 72 hours to complete this task, good luck!
13:30.22 Notify 03GCI:Mandeep Kaur * Write up Wiki page tutorial on our Volumetric Primitive: Task Assigned - This task has been assigned to Pulkit Mehta. You have 72 hours to complete this task, good luck!
13:30.24 starseeker OK folks, I'm out of time for now, but other mentors should be coming online
13:30.25 Notify 03GCI:Mandeep Kaur * Write up Wiki page tutorial on our Volumetric Primitive: Task Assigned - This task has been assigned to Pulkit Mehta. You have 72 hours to complete this task, good luck!
13:30.56 YatharthROCK Could you review my task? <https://google-melange.appspot.com/gci/task/view/google/gci2013/5081237563637760>
13:31.03 YatharthROCK Which time zones are you guys in?
13:31.16 Destroy GTM +2
13:31.32 Destroy bloodseeker
13:31.35 Destroy oh
13:31.43 Destroy starseeker, help me please
13:31.46 Destroy ISST SCREENSHOT
13:31.51 Destroy What is the ISST?
13:35.20 Destroy starseeker, sensei, where are you?
13:35.41 Notify 03GCI:Pulkit Mehta * Write up Wiki page tutorial on our Volumetric Primitive: Claim Removed - The claim on this task has been removed, someone else can claim it now.
13:41.33 Destroy starseeker, please :), answer: what is the ISST?
13:44.20 *** join/#brlcad Stattrav (~suryajith@unaffiliated/stattrav)
13:44.29 Stattrav maths22: Hey
13:45.42 Notify 03GCI:Pulkit Mehta * Design a cover image or banner for our Facebook page (and other social media sites) #2: Task Claimed - I would like to work on this task.
13:47.07 Notify 03GCI:Mandeep Kaur * Design a cover image or banner for our Facebook page (and other social media sites) #2: Task Assigned - This task has been assigned to Pulkit Mehta. You have 72 hours to...
13:47.17 Notify 03GCI:Mandeep Kaur * Design a cover image or banner for our Facebook page (and other social media sites) #2: Task Assigned - This task has been assigned to Pulkit Mehta. You have 72 hours to...
13:47.23 Notify 03BRL-CAD Wiki:Theiceman458 * 0 /wiki/User:Theiceman458:
13:48.55 Destroy starseeker
13:52.14 *** part/#brlcad Destroy (~Destroy@bras3.donapex.net)
13:54.35 *** join/#brlcad Destroy (~Destroy@bras3.donapex.net)
13:54.56 Destroy :-Dstarseeker, are you here?
13:59.42 YuGin I think starseeker said he had to go off
14:00.02 Destroy Where? When?
14:00.03 Destroy : D
14:00.41 YuGin [21:30] <starseeker> OK folks, I'm out of time for now, but other mentors should be coming online soon
14:00.52 YuGin That was half an hour ago
14:01.12 Destroy O'K, I didn't seen it.
14:01.15 Destroy Thank you
14:01.53 YuGin Btw, have you tried editing on the BRL-CAD wiki before?
14:02.34 Destroy Newer yet : D
14:02.37 Destroy Never*
14:02.44 Notify 03GCI:Oleg * Create an ISST screenshot or animation: None - Complete.
14:02.45 Notify 03GCI:Oleg * Create an ISST screenshot or animation: None - Complete.
14:03.17 Destroy Bot just godlike
14:03.39 Destroy YuGin, where are you from?
14:04.59 YuGin I'm from Singapore
14:05.17 ``Erik ISST is a program that uses the TIE raytracing engine to interrogate geometry... there're sorta kinda 3 variants... the main BRL-CAD repo has a very basic tcl/tk based one, and there is a git repo that has both GTK+ and SDL based frontends
14:05.51 Notify 03BRL-CAD Wiki:Theiceman458 * 0 /wiki/File:CPPCHECK-CLEANUP_sample_output.PNG:
14:05.59 ``Erik the tcl/tk one was created with the intent of reproducing the gtk+ interface in a more portable and less dependancy heavy fashion
14:06.10 Notify 03GCI: * : -
14:06.31 Notify 03BRL-CAD Wiki:Theiceman458 * 0 /wiki/File:Simian_analysis_sample_output.PNG:
14:07.01 Notify 03GCI:Oleg * Create an ISST screenshot or animation: Ready for review - The work on this task is ready to be reviewed.
14:07.06 ``Erik (the sdl one was an experiment to provide an interface closer to familiar video game interfaces)
14:07.06 Notify 03GCI:Oleg * Create an ISST screenshot or animation: Ready for review - The work on this task is ready to be reviewed.
14:07.58 Destroy Erik, hello, thanks for the explanation.
14:08.05 Destroy Are you the Mentor?
14:09.24 YatharthROCK 'The Mentor', LOL...
14:10.12 Notify 03BRL-CAD Wiki:Theiceman458 * 6316 /wiki/Community_Publication_Portal: Submission of 'BRL-CAD's Code Hardening Efforts' article under 'Initial Drafts' for Google Code-in 2013 task.
14:10.32 YuGin wow, Notify's fast
14:11.45 ``Erik Destroy: one of them, yes... was also the one who maintained the libtie/adrt/isst stuff, wrote the sdl version, etc...
14:12.50 ``Erik YuGin: thanks :D all these messages are actually rapid email polling and parsing with plenty of fixing still needed (like the gci double email issue)
14:13.08 YatharthROCK ``Erik: Could you review my task? <https://google-melange.appspot.com/gci/task/view/google/gci2013/5081237563637760>
14:13.44 YatharthROCK Rapid polling and parsing? Srsly? I thought you hooked into Melange's API.
14:13.49 Destroy Erik, great job, yes. Can you review this: https://google-melange.appspot.com/gci/task/view/google/gci2013/5807415064788992
14:14.02 gcibot Create an ISST screenshot or animation
14:14.02 gcibot Status: NeedsReview (2 days, 23 hours left)
14:14.02 gcibot Mentor(s): Sean
14:15.43 YuGin Hmm, anyone can offer advice on how to write italicised text on the BRL-CAD wiki? The normal [i][/i] tags aren't working for me...
14:18.11 Destroy ``Erik, where are the other mentors?
14:18.42 YatharthROCK I've been waiting all day too.
14:19.47 Notify 03GCI:Kelsey * Create a graphical mock-up for BRL-CAD's Blog: Task Claimed - I would like to work on this task.
14:20.21 ``Erik YatharthROCK: I'd kinda prefer Sean review it, he has an art eye that I lack :) and the gci one is parsing emails, yes, https://github.com/erikg/cl-cia/blob/master/maildir.lisp #'process-brlcad-gci-mail-dir
14:21.02 Notify 03GCI:Kelsey * Create a graphical mock-up for BRL-CAD's Blog: Claim Removed - The claim on this task has been removed, someone else can claim it now.
14:21.07 Notify 03GCI:Kelsey * Create a graphical mock-up for BRL-CAD's Blog: Claim Removed - The claim on this task has been removed, someone else can claim it now.
14:21.08 ``Erik I believe several mentors are in the process of relocating their offices? *shrug*
14:21.24 Destroy ``Erik, dear, can you review my work, please?
14:22.02 Notify 03GCI:Alex * Design a coffee mug for BRL-CAD #3: Task Claimed - I would like to work on this task.
14:22.37 Notify 03GCI:Jack * Model a toy car with wheels and axles in BRL-CAD: Task Claimed - I would like to work on this task.
14:22.49 Destroy Do mentors get money from google for overseeing GCI?
14:23.10 ``Erik Destroy: that's MGED, not ISST...
14:23.22 Notify 03GCI:Jack * Model a toy car with wheels and axles in BRL-CAD: Claim Removed - The claim on this task has been removed, someone else can claim it now.
14:23.27 Notify 03GCI:Alex * Design a coffee mug for BRL-CAD #3: Claim Removed - The claim on this task has been removed, someone else can claim it now.
14:24.15 Destroy Hmm
14:24.21 ``Erik Destroy: I don't believe so, and the BRL-CAD project has historically rejected the $500 mentor stipend for the GSoC program to avoid a conflict of interest concern.... we do get tshirts, though :D
14:24.46 Destroy : D
14:24.55 Destroy Thats fun but sad : D
14:24.57 Notify 03GCI:Alex * Design a coffee mug for BRL-CAD #3: Task Claimed - I would like to work on this task.
14:25.10 YuGin Erik- can you help with my wiki formatting problem? That's all that's left before I submit my work for review...
14:25.22 Notify 03GCI:Rachel * Design a coffee mug for BRL-CAD #4: Task Claimed - I would like to work on this task.
14:25.27 Notify 03GCI:Rachel * Design a coffee mug for BRL-CAD #4: Task Claimed - I would like to work on this task.
14:25.30 Destroy Can you give link for download ISST?
14:25.53 Notify 03GCI:erikg * Create an ISST screenshot or animation: 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...
14:27.43 Notify 03GCI:grabriel * Design a banner ad for BRL-CAD: Task Claimed - I would like to work on this task.
14:27.58 Notify 03GCI:erikg * Create an ISST screenshot or animation: Wrong program - provided images are the result of MGED, not ISST. git clone git://brlcad.git.sourceforge.net/gitroot/brlcad/isst.git
14:28.20 ``Erik YuGin: what's the issue?
14:28.38 YuGin How do you italicise text? [i][/i] doesn't work for me.
14:28.51 Destroy ``Erik, thank you. Do I must built it git://brlcad.git.sourceforge.net/gitroot/brlcad/isst.git on Linux?
14:30.30 ``Erik [i] is bbcode, not wiki... http://en.wikipedia.org/wiki/Wikipedia:Tutorial/Formatting indicates ''this'', and you might be able to use straight html, as well...
14:31.27 YuGin Ah, I see, thanks!
14:32.19 Notify 03BRL-CAD Wiki:Theiceman458 * 6317 /wiki/Community_Publication_Portal: Fixed wonky image embedding and text italicising.
14:32.20 ``Erik Destroy: yes, it's known to work well on linux. You might need to verify that the gtk+ dev package is installed. It might not want to compile due to changes in gtk...
14:32.36 ``Erik (it's known to work well on linux a couple years ago)
14:32.55 Notify 03BRL-CAD Wiki:Theiceman458 * 6318 /wiki/Community_Publication_Portal: /* Tan YuGin: BRL-CAD's Code Hardening Efforts */
14:33.42 Notify 03GCI:YuGin * Write article on BRL-CAD's code hardening efforts: Ready for review - The work on this task is ready to be reviewed.
14:33.42 Destroy Thank you.
14:33.46 Notify 03GCI:YuGin * Write article on BRL-CAD's code hardening efforts: Ready for review - The work on this task is ready to be reviewed.
14:39.11 *** join/#brlcad gcibot (~gcibot@117.200.89.237)
14:40.42 YatharthROCK ``Erik: :/
14:40.53 YatharthROCK When will Sean come online?
14:43.29 YatharthROCK ``Erik: "(it's known to work well on linux a couple years ago)": You haven't tested it since then? What testing framework does BRL-CAD use BTW?
14:53.51 Notify 03GCI:grabriel * Design a banner ad for BRL-CAD: Claim Removed - The claim on this task has been removed, someone else can claim it now.
14:55.53 Notify 03GCI:Mandeep Kaur * Design a coffee mug for BRL-CAD #3: Task Assigned - This task has been assigned to Alex . You have 72 hours to complete this task, good luck!
14:55.58 Notify 03GCI: * : -
14:55.59 Notify 03GCI:Mandeep Kaur * Design a coffee mug for BRL-CAD #4: Task Assigned - This task has been assigned to Rachel . You have 72 hours to complete this task, good luck!
14:56.00 Notify 03GCI: * : -
14:56.04 Notify 03GCI:Mandeep Kaur * Design a coffee mug for BRL-CAD #4: Task Assigned - This task has been assigned to Rachel . You have 72 hours to complete this task, good luck!
15:01.46 *** part/#brlcad Destroy (~Destroy@bras3.donapex.net)
15:04.51 YatharthROCK I've noticed that this year there are mainly designing tasks...
15:07.32 *** join/#brlcad destroy (~quassel@bras3.donapex.net)
15:16.36 Notify 03GCI:Connor Vickers * Create Wordpress theme for BRL-CAD website #2: Task Claimed - I would like to work on this task.
15:16.41 Notify 03GCI:Connor Vickers * Create Wordpress theme for BRL-CAD website #2: Task Claimed - I would like to work on this task.
15:17.06 Notify 03GCI:Connor Vickers * Create Wordpress theme for BRL-CAD website #2: Claim Removed - The claim on this task has been removed, someone else can claim it now.
15:18.33 *** join/#brlcad Destroy (~Destroy@bras3.donapex.net)
15:19.06 andromeda-galaxy bn_distsq_pt3_lseg3_v2 seems to have some contradictory documentation --- can anyone tell me wht return codes 3 and 4 really mean? bn.h gives them two meanings
15:19.11 Notify 03GCI:Oleg * Create an ISST screenshot or animation: Claim Removed - The claim on this task has been removed, someone else can claim it now.
15:19.16 Notify 03GCI:Oleg * Create an ISST screenshot or animation: Claim Removed - The claim on this task has been removed, someone else can claim it now.
15:19.46 Notify 03GCI:Oleg * Design a BRL-CAD Sticker #2: Task Claimed - I would like to work on this task.
15:19.51 Notify 03GCI:Oleg * Design a BRL-CAD Sticker #2: Task Claimed - I would like to work on this task.
15:20.40 Notify 03GCI:Connor Vickers * Create Wordpress theme for BRL-CAD website #2 http://www.google-melange.com/gci/task/view/google/gci2013/5956421170495488: how is this different how is this different...
15:20.45 Notify 03GCI:Connor Vickers * Create Wordpress theme for BRL-CAD website #2 http://www.google-melange.com/gci/task/view/google/gci2013/5956421170495488: how is this different how is this different...
15:21.40 Destroy ``Erik, claim it please https://google-melange.appspot.com/gci/task/view/google/gci2013/5898141282861056
15:21.44 gcibot Design a BRL-CAD Sticker #2
15:21.44 gcibot Status: ClaimRequested
15:21.44 gcibot Mentor(s): Sean
15:23.10 Notify 03GCI:Connor Vickers * Design a BRL-CAD Sticker #5: Task Claimed - I would like to work on this task.
15:23.11 Notify 03GCI:Connor Vickers * Design a BRL-CAD Sticker #5: Task Claimed - I would like to work on this task.
15:37.06 Notify 03GCI:Yatharth Agarwal * Create a book layout for Doc Camp Book: Questions - Should the book be designed for the web, or for print? Do you just want a mock-up, or a document detailing how the...
15:37.23 YatharthROCK ``Erik: How was the Notify script implemented again
15:38.02 YatharthROCK And could you please review my task like, now? <https://google-melange.appspot.com/gci/task/view/google/gci2013/5081237563637760>
15:38.57 YatharthROCK I could imagine setting up a Google Drive Apps Script that hooked into a new mail event in Gmail, did the parsing and then posted it on this channel using its new socket functionality :)
15:41.16 *** join/#brlcad awabimakoto (~tc@2402:f000:5:7901:f2de:f1ff:fe59:138a)
15:49.16 Notify 03GCI:Deep Inder Singh * Create a book layout for Doc Camp Book: Task Claimed - I would like to work on this task.
15:49.17 Notify 03GCI:Deep Inder Singh * Create a book layout for Doc Camp Book: Task Claimed - I would like to work on this task.
15:50.06 Destroy Mentors
15:50.09 Destroy Where are you?
15:51.20 *** join/#brlcad MartinHermida (~MartinHer@24.Red-83-50-150.dynamicIP.rima-tde.net)
15:51.32 andromeda-galaxy Does anyone know when brlcad is likely to be here?
15:53.09 Destroy No, I don't
15:53.24 Destroy MENTORS GOTO IRC
15:55.27 Notify 03GCI:Mandeep Kaur * Design a BRL-CAD Sticker #5: Task Assigned - This task has been assigned to Connor Vickers. You have 72 hours to complete this task, good luck!
15:55.28 Notify 03GCI:Mandeep Kaur * Design a BRL-CAD Sticker #5: Task Assigned - This task has been assigned to Connor Vickers. You have 72 hours to complete this task, good luck!
15:55.29 Notify 03GCI:Mandeep Kaur * Create a book layout for Doc Camp Book: Task Assigned - This task has been assigned to Deep Inder Singh. You have 72 hours to complete this task, good luck!
15:55.33 Notify 03GCI:Mandeep Kaur * Design a BRL-CAD Sticker #2: Task Assigned - This task has been assigned to Oleg. You have 72 hours to complete this task, good luck!
15:55.34 Notify 03GCI:Mandeep Kaur * Design a BRL-CAD Sticker #2: Task Assigned - This task has been assigned to Oleg. You have 72 hours to complete this task, good luck!
15:57.28 YatharthROCK Mandeep Kaur, you're evidently a mentor. Are you on this channel?
15:57.29 Destroy Mandeep Kaur, task http://www.google-melange.com/gci/task/view/google/gci2013/5898141282861056 will successfully complete
15:57.31 gcibot Design a BRL-CAD Sticker #2
15:57.31 gcibot Status: Claimed (2 days, 23 hours left)
15:57.31 gcibot Mentor(s): Sean
15:57.52 Destroy was*
15:58.07 Destroy Yatharth, who knows...
15:58.15 Destroy They like anonymous
16:05.12 Notify 03GCI:John Tryfonopoulos * Create Iron Man Arc Reactor Model in BRL-CAD: Task Claimed - I would like to work on this task.
16:05.17 Notify 03GCI:John Tryfonopoulos * Create Iron Man Arc Reactor Model in BRL-CAD: Task Claimed - I would like to work on this task.
16:06.01 YatharthROCK Destroy: Is Sean 'brlcad'?
16:06.31 andromeda-galaxy YatharthROCK: Yes
16:06.39 Destroy Yep
16:06.49 andromeda-galaxy YatharthROCK: a lot of the devs have their nicks listed in the AUTHORS file
16:06.57 Destroy +++
16:07.12 Destroy But where they are?
16:07.19 Destroy =(
16:13.10 andromeda-galaxy have either of you worked on the brlcad plane_t?
16:14.28 Notify 03GCI:Pulkit Mehta * Design a cover image or banner for our Facebook page (and other social media sites) #2: Ready for review - The work on this task is ready to be reviewed.
16:18.38 Notify 03GCI:Mandeep Kaur * Create Iron Man Arc Reactor Model in BRL-CAD: Task Assigned - This task has been assigned to John Tryfonopoulos. You have 72 hours to complete this task, good luck!
16:20.38 Notify 03GCI:Oleg * Design a BRL-CAD Sticker #2: Ready for review - The work on this task is ready to be reviewed.
16:20.43 Notify 03GCI:Oleg * Design a BRL-CAD Sticker #2: Ready for review - The work on this task is ready to be reviewed.
16:24.37 Destroy ``Erik, confirm please
16:32.45 Destroy Mentors
16:38.14 Notify 03BRL-CAD:starseeker * 58596 brlcad/trunk/src/mged/titles.c: Make sure ipathpos doesn't take us beyond the end of dbfp when preparing the title string - fixes a crash, but doesn't address how ipathpos is getting set to the problematic value in the first place.
16:39.55 Destroy starseeker, hello, confirm my new task, please
16:40.06 Destroy https://google-melange.appspot.com/gci/task/view/google/gci2013/5898141282861056
16:40.13 gcibot Design a BRL-CAD Sticker #2
16:40.14 gcibot Status: NeedsReview (2 days, 23 hours left)
16:40.14 gcibot Mentor(s): Sean
16:40.51 YatharthROCK Or review mine so I can claim another one: https://google-melange.appspot.com/gci/task/view/google/gci2013/5081237563637760
16:40.54 gcibot Create a CSS only version of BRL-CAD Logo #2
16:40.55 gcibot Status: NeedsReview (26 hours, 44 minutes left)
16:40.55 gcibot Mentor(s): Sean
16:41.55 Destroy I'm gonna too. If Sean says smth, I will recomplete my task.
16:52.44 *** join/#brlcad gcibot (~gcibot@117.200.89.237)
17:00.32 Destroy starseeker
17:00.37 Destroy Please
17:00.43 Destroy Confirm our tasks
17:02.48 Destroy ``Erik
17:02.51 Destroy Someone...
17:02.59 Destroy :'(
17:05.49 maths22 when I build on brlcad.org, I ge the following error: /usr/local/include/tk8.6/tk.h:21:3: error: #error Tk 8.6 must be compiled with tcl.h from Tcl 8.6 or better
17:09.52 Notify 03GCI: * : -
17:09.57 Notify 03GCI: * : -
17:10.53 MartinHermida Just completed my task: http://www.google-melange.com/gci/task/view/google/gci2013/6023159862001664
17:11.02 gcibot Create a CSS only version of BRL-CAD Logo
17:11.02 gcibot Status: NeedsReview (2 days, 21 hours left)
17:11.02 gcibot Mentor(s): Sean
17:12.40 Destroy And my https://google-melange.appspot.com/gci/task/view/google/gci2013/5898141282861056
17:12.43 gcibot Design a BRL-CAD Sticker #2
17:12.43 gcibot Status: NeedsReview (2 days, 22 hours left)
17:12.43 gcibot Mentor(s): Sean
17:13.57 *** join/#brlcad Stattrav (~suryajith@123.236.75.44)
17:14.32 maths22 They have jobs and other stufff to do in addition to GCI
17:14.41 maths22 Be patient, ant they will get to you soon
17:20.58 *** join/#brlcad gjeet (~gaurav@117.199.111.140)
17:21.30 Stattrav maths22: ping
17:22.10 Stattrav maths22: So, you asked on the melange page what has to be done.
17:24.10 Destroy pong
17:24.27 Stattrav So, it is quite simple. The way I've implemented the code is kind of messy. It "builds" some js code to be pasted into the webpage and this js code renders the chart/graph after contacting the google server. If you can find a better way to get a chart from the data or clean up that messy code. It is self contained. That file can be run by itself and it doesn't need any external service etc.
17:24.52 Stattrav Oh! You're Jacob. 2 instances of the same person. Alright.
17:25.21 Stattrav I've been waiting to catch Jacob here to answer what specifically has to be done.
17:26.17 Stattrav maths22: If you've got further questions about this task, ping me here or just mail me: suryajith1987 [at] gmail.
17:26.38 YatharthROCK Stattrav: If you don't mind, could you review my task too? <https://google-melange.appspot.com/gci/task/view/google/gci2013/5081237563637760>
17:27.11 Stattrav YatharthROCK: I did see that. :) I am not the right person to review that.
17:27.15 Stattrav Sorry.
17:27.25 Stattrav Anyway, shall log back in in a bit.
17:28.08 YatharthROCK Aww, come on! The logo looks almost entirely the same (a comparison pic was uploaded), has been tested by Andrei and was satisfactory according to Sean.
17:28.09 *** join/#brlcad Stattrav (~suryajith@unaffiliated/stattrav)
17:28.26 Stattrav Alright. Back.
17:28.28 YatharthROCK Stattrav: Aww, come on! The logo looks almost entirely the same (a comparison pic was uploaded), has been tested by Andrei and was satisfactory according to Sean.
17:29.41 Stattrav I saw that too :)
17:30.06 Stattrav btw, the one on the left or the right ?
17:30.18 YatharthROCK Stattrav: See? You can't tell!
17:30.24 YatharthROCK Right BTW.
17:30.56 Destroy Stattrav, are you a mentor?
17:31.15 YatharthROCK Destroy: No you don't. He's reviewing my task FIRST :P
17:31.21 YatharthROCK jk ^^^
17:32.45 Destroy :33333333
17:32.49 Destroy O'K, bro : D
17:33.16 YatharthROCK Right after I convince him to do it... :/
17:33.51 Stattrav YatharthROCK: well, I can tell. :) Proportions wise.
17:33.57 Stattrav I am not reviewing anything.
17:34.03 Stattrav No, I am not a mentor.
17:34.25 Destroy :)And then who are you?
17:34.34 YatharthROCK LOL, interesting convo...
17:35.26 YatharthROCK Stattrav: Proportions-wise? Are you sure? I thoughy I'd gotten them nailed. I just though the tips of the black gear were off.
17:35.42 YatharthROCK Maybe I need to turn the zoom in my browser up a bit...
17:36.26 Stattrav YatharthROCK: the circles in the non-black gear are bigger than what they need to be. The link is a bit more curvy in the actual one.
17:37.03 YatharthROCK Stattrav: Oh yeah, in the updated version (where the overlapping doesn't happen), I had to use some sub-optimal curves.
17:38.52 Stattrav I see. Those are my two cents. Well, Andrei and Sean are the authorities.
17:43.15 MartinHermida Can any mentor review my task?: http://www.google-melange.com/gci/task/view/google/gci2013/6023159862001664
17:43.19 gcibot Create a CSS only version of BRL-CAD Logo
17:43.19 gcibot Status: NeedsReview (2 days, 21 hours left)
17:43.19 gcibot Mentor(s): Sean
17:46.58 Notify 03GCI:Alex * Write an article soliciting a Windows platform maintainer http://www.google-melange.com/gci/task/view/google/gci2013/4534595869474816: Uploading to BRL-CAD wiki? As i am supposed...
17:47.32 Destroy Mentors
17:48.04 Destroy Have any of you been here?
18:08.11 MartinHermida Well guys, I must go, see you -or read you, better- tomorrow
18:08.20 Notify 03GCI:Maciek * Model BRL-CAD Logo Using BRL-CAD: Task Claimed - I would like to work on this task.
18:14.02 *** join/#brlcad tbrowder2 (~tbrowde@fl-76-3-1-251.dhcp.embarqhsd.net)
18:23.42 *** join/#brlcad YatharthROCK (~YatharthR@95.175.77.95)
18:24.27 YatharthROCK Destroy: Fill me in. Anyone come online?
18:30.50 Destroy No, everyone is offline =(
18:38.40 Notify 03GCI:Mandeep Kaur * Model BRL-CAD Logo Using BRL-CAD: Task Assigned - This task has been assigned to Maciek. You have 72 hours to complete this task, good luck!
18:39.30 YatharthROCK Destroy: Who was Stattrav?
18:44.38 Destroy Not mentor
18:44.53 Destroy MENTORS WHERE ARE YOU, MY DEAR?
18:46.15 YatharthROCK Uhh... my dear?
18:46.18 mandeep Yes, I'm here. How Can I help you?
18:46.45 YatharthROCK Could you review my task for me? https://google-melange.appspot.com/gci/task/view/google/gci2013/5081237563637760
18:46.53 gcibot Create a CSS only version of BRL-CAD Logo #2
18:46.53 gcibot Status: NeedsReview (24 hours, 38 minutes left)
18:46.54 gcibot Mentor(s): Sean
18:47.35 Destroy mandeep, my task, please: https://google-melange.appspot.com/gci/task/view/google/gci2013/5898141282861056
18:47.38 gcibot Design a BRL-CAD Sticker #2
18:47.38 gcibot Status: NeedsReview (2 days, 21 hours left)
18:47.38 gcibot Mentor(s): Sean
18:49.32 YatharthROCK Destroy: You sure its not too detailed for an average-sized stciker, bro?
18:51.36 Destroy Why do you think so?
18:52.43 Destroy In setting no limits. Do as you like.
18:53.36 YatharthROCK The small lettering, and the complex shading (how do you do that BTW? must be tough) is probably not appropriate for a sticker.
18:53.44 YatharthROCK Look really good, though.
18:54.03 YatharthROCK They probably implicitly meant '... within the context of a sticker'.
18:59.07 Destroy I canCan I increase the size of the text.
18:59.08 Destroy But mentoring is not here, as usual :). For this we need to wait for them.
19:08.24 mandeep Destroy: Add less text on sticker and don't change BRL-CAD to BRL-KAD. Also D in KAD looks like A. Make it simple.
19:10.30 Destroy mandeep: It is a Greek alphabet. I wanted to add flavor to the sticker.
19:10.34 Destroy But O'K
19:12.01 mandeep Ok, You did nice work.
19:15.50 Destroy Updated
19:15.51 Destroy https://google-melange.appspot.com/gci/task/view/google/gci2013/5898141282861056
19:15.51 Notify 03BRL-CAD:tbrowder2 * 58597 ova/Sourceforge-VM-files/README.txt: correct for current VM
19:15.52 gcibot Design a BRL-CAD Sticker #2
19:15.53 gcibot Status: NeedsReview (2 days, 20 hours left)
19:15.53 gcibot Mentor(s): Sean
19:15.55 Destroy mandeep
19:23.03 Notify 03BRL-CAD Wiki:86.153.149.102 * 6319 /wiki/Community_Publication_Portal:
19:24.02 Notify 03GCI:Alex * Write an article soliciting a Windows platform maintainer: Ready for review - The work on this task is ready to be reviewed.
19:27.17 Destroy Heey, mandeep...
19:27.17 Destroy Mentors, where are all you..?
19:32.09 Notify 03BRL-CAD Wiki:86.153.149.102 * 6320 /wiki/Community_Publication_Portal: /* Wanted - Software Maintainer for Windows Binary Platform */
19:35.39 Notify 03BRL-CAD Wiki:86.153.149.102 * 6321 /wiki/Community_Publication_Portal: /* Wanted - Software Maintainer for Windows Binary Platform */
19:38.59 Notify 03GCI:frog@Jonathan * Design a cover image or banner for our Facebook page (and other social media sites) #3: Help - I would like to work on this task. But i do not get, what for a new logo you...
19:39.15 Notify 03BRL-CAD Wiki:86.153.149.102 * 6322 /wiki/Community_Publication_Portal: /* Wanted - Software Maintainer for Windows Binary Platform */
19:41.41 Notify 03BRL-CAD Wiki:86.153.149.102 * 6323 /wiki/Community_Publication_Portal: /* Wanted - Software Maintainer for Windows Binary Platform */
19:42.41 Notify 03GCI:frog@Jonathan * Create a graphical mock-up for BRL-CAD's Blog: link - On which page/url is the blog?
19:42.46 Notify 03GCI:frog@Jonathan * Create a graphical mock-up for BRL-CAD's Blog: link - On which page/url is the blog?
19:42.52 Notify 03BRL-CAD Wiki:86.153.149.102 * 6324 /wiki/Community_Publication_Portal: /* Alexander Lotsu: Wanted - Software Maintainer for Windows Binary Platform */
19:43.58 Destroy Already half a day has passed. Where is everybody?
19:45.41 andromeda_galaxy Yesterday brlcad came over I. The morning --- I don't know what is going on today...
19:47.32 Destroy My time is +2.
19:47.45 Destroy 9:47 PM (21:47)
19:51.08 maths22 Stattrav: I cant tell what has changed since the orginal file was done
20:23.41 *** part/#brlcad tbrowder2 (~tbrowde@fl-76-3-1-251.dhcp.embarqhsd.net)
20:30.23 Destroy <PROTECTED>
20:30.25 Destroy <PROTECTED>
20:30.44 Destroy Mentors, where are you?
20:37.58 Notify 03GCI:Luke Blue * Create a CAD inspired icon-set for BRL-CAD website: Ready for review - The work on this task is ready to be reviewed.
20:40.33 Notify 03BRL-CAD:starseeker * 58598 brlcad/trunk/TODO: The ipathpos variable in MGED shouldn't be getting set to something larger than fp_len - fixed a crashing behavior that was triggered by it, but should still figure out how it's happening.
21:04.15 Notify 03GCI:Jacob B * Loading Google charts from API: Claim Removed - The claim on this task has been removed, someone else can claim it now.
21:04.20 Notify 03GCI:Jacob B * Loading Google charts from API: Claim Removed - The claim on this task has been removed, someone else can claim it now.
21:05.00 Notify 03GCI:Jacob B * Create a custom wikimedia skin for BRL-CAD: Task Claimed - I would like to work on this task.
21:05.05 Notify 03GCI:Jacob B * Create a custom wikimedia skin for BRL-CAD: Task Claimed - I would like to work on this task.
21:14.31 Notify 03BRL-CAD:starseeker * 58599 (brlcad/trunk/src/conv/step/g-step/Comb_Tree.cpp brlcad/trunk/src/conv/step/g-step/ON_Brep.cpp and 2 others): ON_BRep_to_STEP should take an ON_Brep, not an rt interal form. Not all such interal forms will be breps.
21:33.06 Notify 03BRL-CAD:starseeker * 58600 brlcad/trunk/src/conv/step/g-step/Comb_Tree.cpp: Try creating breps from solids and exporting them (unevaluated, csg->brep implicit primitive conversion only.)
21:53.20 Destroy ``Erik, starseeker, mandeep
21:53.42 Destroy Confirm it, please: https://google-melange.appspot.com/gci/task/view/google/gci2013/5898141282861056
21:53.45 gcibot Design a BRL-CAD Sticker #2
21:53.45 gcibot Status: NeedsReview (2 days, 18 hours left)
21:53.45 gcibot Mentor(s): Sean
22:16.11 *** part/#brlcad Destroy (~Destroy@bras3.donapex.net)
22:47.50 Notify 03GCI:Ethan * Design a cover image or banner for our Facebook page (and other social media sites) #4: Ready for review - The work on this task is ready to be reviewed.
22:51.40 Notify 03GCI:Johannes Schulte * Implement a volume function for triangle meshes (BOT): Task Claimed - I would like to work on this task.
22:51.45 Notify 03GCI:Johannes Schulte * Implement a volume function for triangle meshes (BOT): Task Claimed - I would like to work on this task.
22:51.51 *** join/#brlcad jschulte (~johannes@p4FDFB7E0.dip0.t-ipconnect.de)
23:29.54 *** join/#brlcad atsoc (~andrew@135.0.83.118)
23:39.59 atsoc Hey. I'm working on the centroid function for the rhc primitive. There doesn't seem to be a closed-form solution. Does there need to be a guaranteed upperbound on the error?
23:40.56 Notify 03GCI:Daniel Rossberg * Create a custom wikimedia skin for BRL-CAD: Task Assigned - This task has been assigned to Jacob B. You have 72 hours to complete this task, good luck!
23:40.57 Notify 03GCI:Daniel Rossberg * Create a custom wikimedia skin for BRL-CAD: Task Assigned - This task has been assigned to Jacob B. You have 72 hours to complete this task, good luck!
23:41.36 Notify 03GCI:Daniel Rossberg * Implement a volume function for triangle meshes (BOT): Task Assigned - This task has been assigned to Johannes Schulte. You have 72 hours to complete this task, good luck!
23:41.41 Notify 03GCI:Daniel Rossberg * Implement a volume function for triangle meshes (BOT): Task Assigned - This task has been assigned to Johannes Schulte. You have 72 hours to complete this task, good luck!

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