| 00:25 | humble_coder | left the channel |
| 00:29 | aSobhy | joined the channel |
| 00:39 | Hfuy | left the channel |
| 01:02 | kingsocarso_ | joined the channel |
| 01:54 | Bertl | off to bed now ... have a good one everyone!
|
| 01:54 | Bertl | changed nick to: Bertl_zZ
|
| 03:03 | aombk2 | joined the channel |
| 03:07 | aombk | left the channel |
| 03:10 | futarisIRCcloud | joined the channel |
| 06:15 | aSobhy | left the channel |
| 06:21 | kingsocarso_ | left the channel |
| 06:40 | araml | left the channel |
| 08:57 | se6astian|away | changed nick to: se6astian
|
| 09:28 | sebix | joined the channel |
| 09:28 | sebix | left the channel |
| 09:28 | sebix | joined the channel |
| 10:30 | futarisIRCcloud | left the channel |
| 11:04 | Bertl_zZ | changed nick to: Bertl
|
| 11:04 | Bertl | morning folks!
|
| 11:53 | se6astian | changed nick to: se6astian|away
|
| 12:05 | se6astian|away | changed nick to: se6astian
|
| 12:27 | se6astian | changed nick to: se6astian|away
|
| 12:52 | se6astian|away | changed nick to: se6astian
|
| 13:30 | aSobhy | joined the channel |
| 13:50 | kingsocarso_ | joined the channel |
| 13:51 | kingsocarso_ | left the channel |
| 15:22 | Ashu | joined the channel |
| 16:05 | BAndiT1983|away | changed nick to: BAndiT1983
|
| 16:13 | se6astian | changed nick to: se6astian|away
|
| 16:14 | shivamgoyal | joined the channel |
| 16:27 | Nafizzzz | joined the channel |
| 16:30 | Nafizzzz | Hi! I have completed the challenge task T1140 and wish to work on T734. I want to get started on writing my proposal. Could you suggest how I should approach it?
|
| 16:39 | shivamgoyal | left the channel |
| 16:41 | Bertl | Nafizzzz: shall I take a look at your challenge task?
|
| 16:42 | Ashu | left the channel |
| 16:42 | Bertl | https://wiki.apertus.org/index.php/GSoC_Overview section 4 gives some instructions for the application
|
| 16:54 | BAndiT1983 | changed nick to: BAndiT1983|away
|
| 16:55 | Nafizzzz | I have mailed you my github repo on the 25th to which you replied you'd take a look later on. I have changed the code formatting since then.. should i mail the repo link again?
|
| 16:55 | Bertl | no need to email it, just asking if I should take another look :)
|
| 17:02 | Nafizzzz | would be great if you could tell me if the formatting is acceptable/ what conventions should i follow for whitespaces between operators
|
| 17:03 | Bertl | well, as I mentioned several times on IRC (so you can find it in the logs), the basic rules are:
|
| 17:04 | Bertl | - put a space before and after any binary or trinary operator (you can relax that for obvious arithmetic grouping)
|
| 17:05 | Bertl | - put a space after each separator (avoid spaces before a separator)
|
| 17:05 | se6astian|away | changed nick to: se6astian
|
| 17:05 | Bertl | - avoid empty lines (unless they have documentary purpose) and spaces at the end of a line
|
| 17:06 | Bertl | - keep indentation consistent and increas on every block change
|
| 17:07 | Bertl | - put spaces around commands and in front of the block brace
|
| 17:07 | Bertl | - keep lines below 80 characters (actually 76)
|
| 17:09 | Nafizzzz | Okay thanks! seems i need to format my code a bit more..
|
| 17:09 | Nafizzzz | Also, Thanks for the link! but i was hoping some advice specific to the task? Developing waveform and vectorscope is the task, what type of intermediate milestones should i be setting specifically, and how much time ratio would be wise to allocate for waveform data to vectorscope
|
| 17:10 | Bertl | okay, also make sure to program defensively ...
|
| 17:13 | sebix | left the channel |
| 17:13 | Bertl | for milestones I'd like to see things like performance analysis, data acquisition model and analysis, visualization design and implementation
|
| 17:13 | Bertl | of course all needs to be verified and documented as well
|
| 17:13 | Nafizzzz | left the channel |
| 17:14 | Bertl | maybe alexML_ has some input as well
|
| 17:18 | alexML_ | well, I'd like to see something that's actually useful on a camera screen (i.e. not "just" a PoC in gnuplot :P)
|
| 17:19 | Bertl | yes, agreed, efficient visualization is a must
|
| 17:22 | Bertl | maybe we should adapt the task description in this regard?
|
| 18:02 | ahmeda | joined the channel |
| 18:03 | ahmeda | hi I am a student looking at the google summer of code and wanted to know more about apertus
|
| 18:03 | ahmeda | left the channel |
| 18:06 | Bertl | Hello ahmeda! What would you like to know?
|
| 18:08 | se6astian | Bertl: maybe we should adapt the task description in this regard? <- +1
|
| 18:41 | Ashu | joined the channel |
| 18:45 | mrohit[m] | Hello, regarding parameters in control daemon, as far as I have understood
|
| 18:47 | mrohit[m] | the sensor parameters are handled by IdaemonModule and the adapter programs and the tests programs use them
|
| 18:47 | mrohit[m] | Now, where can I know about the parameters mentioned in T1121
|
| 18:48 | mrohit[m] | such as white balance and color matrix, and are there any more parameters which we plan to work on?
|
| 19:03 | Ashu | left the channel |
| 19:07 | BAndiT1983|away | changed nick to: BAndiT1983
|
| 19:35 | se6astian | Read this GSoC Coding Challenge Best Practice Guideline if you want to learn more what we are looking for in Coding Challenge Submissions: https://wiki.apertus.org/index.php/GSoC_Coding_Challenge_Best_Practice_Guideline
|
| 19:43 | mrohit[m] | hey se6astian , but I wasn't referring to the coding challenge here.
|
| 19:43 | mrohit[m] | I was asking about the working of control Daemon and about how do we get the parameters such as white balance, color matrix from the sensor
|
| 19:44 | mrohit[m] | Hey BAndiT1983 , did you take a look at my updated code?
|
| 19:46 | se6astian | mrohit[m]: my line was not in response to you
|
| 19:46 | se6astian | we just finished that page and I wanted to share it with everyone
|
| 19:46 | se6astian | sorry if that was not clear
|
| 19:49 | niemand | joined the channel |
| 19:49 | mrohit[m] | Okay, that link seems helpful too :)
|
| 19:51 | Dev_ | joined the channel |
| 19:52 | Dev_ | left the channel |
| 20:19 | lexano | left the channel |
| 20:28 | Dev | joined the channel |
| 20:33 | lexano | joined the channel |
| 20:35 | Dev | left the channel |
| 20:35 | Dev | joined the channel |
| 20:37 | Dev | left the channel |
| 21:17 | BAndiT1983 | changed nick to: BAndiT1983|away
|
| 21:53 | niemand | left the channel |
| 22:30 | se6astian | off to bed
|
| 22:30 | se6astian | good night
|
| 22:30 | Bertl | nn
|
| 22:30 | se6astian | changed nick to: se6astian|away
|