Current Server Time: 03:30 (Central Europe)

#apertus IRC Channel Logs

2018/04/22

Timezone: UTC


00:41
rton
left the channel
03:09
Bertl_oO
off to bed ...
03:09
Bertl_oO
changed nick to: Bertl_zZ
05:29
nmdis1999
joined the channel
05:41
nmdis1999
left the channel
06:34
MK_18
joined the channel
07:28
rton
joined the channel
08:13
MK_18
left the channel
08:19
BAndiT1983|away
changed nick to: BAndiT1983
08:31
se6astian|away
changed nick to: se6astian
08:47
se6astian
changed nick to: se6astian|away
10:35
Bertl_zZ
changed nick to: Bertl
10:35
Bertl
morning folks!
11:10
RexOrCine
changed nick to: RexOrCine|away
13:13
RexOrCine|away
changed nick to: RexOrCine
14:29
MilkManzJourDadd
joined the channel
15:59
MatrixTraveler[m
left the channel
15:59
XD[m]
left the channel
15:59
fredy
left the channel
15:59
mithro
left the channel
16:11
MatrixTraveler[m
joined the channel
16:25
XD[m]
joined the channel
16:25
fredy
joined the channel
16:25
mithro
joined the channel
16:28
anuejn
left the channel
16:28
vup[m]
left the channel
16:28
derWalter
left the channel
16:29
parasew[m]
left the channel
16:29
hof[m]
left the channel
16:29
MilkManzJourDadd
left the channel
16:29
XD[m]
left the channel
16:29
flesk_
left the channel
16:29
davidak[m]
left the channel
16:29
elkos
left the channel
16:30
MatrixTraveler[m
left the channel
16:41
BAndiT1983
changed nick to: BAndiT1983|away
16:59
se6astian|away
changed nick to: se6astian
17:23
BAndiT1983|away
changed nick to: BAndiT1983
18:32
TofuLynx
joined the channel
18:33
TofuLynx
Hello BAndiT1983
18:33
BAndiT1983
hi TofuLynx
18:34
TofuLynx
You merged downscaler into OpenCine
18:34
BAndiT1983
yep, have looked for you yesterday and today, but then i tried to start it and it worked, also a nice test for CI
18:35
TofuLynx
CI?
18:35
BAndiT1983
continuous integration, in this case travis CI
18:35
TofuLynx
ah roger!
18:35
TofuLynx
I have to implement a pattern system for it
18:35
BAndiT1983
so we know if OC would build when new PR is made or new commits are there
18:35
BAndiT1983
pattern recognition should be already available in OC base
18:36
TofuLynx
Yeah it is
18:38
BAndiT1983
doing also some spring cleaning on OC, also adjusting CMake scripts a bit and removing obsolete stuff
18:38
TofuLynx
spring cleaning?
18:38
illwieckz
left the channel
18:38
BAndiT1983
it's spring, so cleaning has to be done ;)
18:39
BAndiT1983
https://en.wikipedia.org/wiki/Spring_cleaning
18:39
TofuLynx
ah wow xD
18:39
illwieckz
joined the channel
18:39
TofuLynx
I dont clean my house annually xD
18:39
BAndiT1983
in fact it's gsoc preparation, had a bit of trouble when building under manjaro, but it's just some config thing
18:40
TofuLynx
makes sense
18:40
TofuLynx
also
18:40
TofuLynx
the other day I asked a thing here
18:41
TofuLynx
but no one answered
18:41
TofuLynx
is there any gimbal project on apertus?
18:43
BAndiT1983
don't remember such thing
18:44
BAndiT1983
i mean the project at apertus, seen your question in logs
18:44
TofuLynx
Okk :)
18:44
BAndiT1983
but there are a lot of instructions on the internet for this
18:44
TofuLynx
True
18:45
TofuLynx
I think it would be a good addition in the long course to apertus, given the axiom modularity
18:45
Bertl
go crazy there ... :)
18:46
TofuLynx
xD
18:46
BAndiT1983
TofuLynx, you can look at travis build now, it started because of new push
18:47
BAndiT1983
just click on the new badge in the readme of OC
18:47
TofuLynx
https://travis-ci.org/apertus-open-source-cinema/opencine this?
18:48
BAndiT1983
think so, don't know how it looks, when logged out
18:48
TofuLynx
no errors so far
18:49
BAndiT1983
hope it's all fine, as we don't have additional tests, like starting an application to check if it really works
18:49
BAndiT1983
one of the next tasks, will be removal of warnings
18:49
TofuLynx
which ones?
18:49
BAndiT1983
TofuLynx, what do you mean?
18:50
TofuLynx
you mean, every warning?
18:50
Bertl
2>/dev/null?
18:50
BAndiT1983
if possible, then yes, of course from OC code, some could be from 3rd party libs
18:50
TofuLynx
ah roger!
18:50
TofuLynx
what can I do more on the Downscaler class?
18:50
BAndiT1983
Bertl, if that would be simple like that
18:51
BAndiT1983
TofuLynx, to be honest, i haven't looked yet, just merged, as i had no time in the last days to do proper OC work
18:51
BAndiT1983
will do it in a moment, just have to get a test file from apertus page
18:51
TofuLynx
Oh I see
18:51
TofuLynx
I will wait then! :)
18:52
TofuLynx
I think the code can be optimized, but as you said, we dont really need to optimize right now
18:53
BAndiT1983
would focus on functionality first, like the problem with borders
18:54
TofuLynx
It's fixed xD
18:54
BAndiT1983
have to check if it is the downscaler problem, as i see green/black stripe at the top
18:54
TofuLynx
wow really?
18:54
TofuLynx
I presume it's from pattern issues
18:55
BAndiT1983
nope, colors seem to be right, just a bit pale, but this is because of missing gamma correction
18:55
TofuLynx
Hmm I see
18:55
BAndiT1983
there shouldn't be any such stripe normally
18:56
TofuLynx
I didnt detect that when I testes, but probably didnt notice
18:56
BAndiT1983
will write some small unit test with 8x8 array, to check if the algorithm really extracts all the stuff correctly
18:56
BAndiT1983
we should fix the preview pane a bit, it has its quirks with panning and zooming, especially non-intuitive zooming to origin and not to mouse position
18:56
TofuLynx
Ok! :)
18:57
TofuLynx
yeah, that's also something to be done too
18:58
BAndiT1983
have also to think of a way to include unit tests, maybe some flag for applications, so just unit tests are executed, there was something similar in dae#mon code
18:59
TofuLynx
Can you explain? I didnt understand
19:01
BAndiT1983
it's just about executing only unit tests, when certain command line flag was added to the application
19:01
BAndiT1983
like ./OCBackup test
19:02
BAndiT1983
here it builds a separate executable for that -> https://github.com/apertus-open-source-cinema/beta-software/tree/master/software/control_daemon/UnitTests
19:04
BAndiT1983
maybe this is also not bad, so tests are really separated, but some stuff cannot be exposed, like from OCBackup, as it's an executable, so a command line flag will be the next step
19:07
BAndiT1983
off for now, have to relocate home
19:07
BAndiT1983
changed nick to: BAndiT1983|away
19:09
TofuLynx
Ok Good Night!
19:31
derWalter
joined the channel
19:35
flesk_
joined the channel
19:39
Bertl
off for now ... bbl
19:39
Bertl
changed nick to: Bertl_oO
19:43
elkos
joined the channel
19:43
MilkManzJourDadd
joined the channel
19:44
XD[m]
joined the channel
19:44
hof[m]
joined the channel
19:44
davidak[m]
joined the channel
20:08
parasew[m]
joined the channel
20:08
anuejn
joined the channel
20:08
vup[m]
joined the channel
20:23
RexOrCine
changed nick to: RexOrCine|away
20:31
BAndiT1983|away
changed nick to: BAndiT1983
20:47
TofuLynx
left the channel
20:52
RexOrCine|away
changed nick to: RexOrCine
20:59
se6astian
changed nick to: se6astian|away
21:27
BAndiT1983
changed nick to: BAndiT1983|away
23:09
rton
left the channel