Current Server Time: 15:09 (Central Europe)

#apertus IRC Channel Logs

2023/02/27

Timezone: UTC


07:37
sugarbeet
left the channel
07:38
sugarbeet
joined the channel
12:53
sugarbeet
left the channel
13:02
sugarbeet
joined the channel
16:00
se6astian
MEETING TIME !
16:00
se6astian
who is here?
16:00
Bertl
is here ...
16:01
se6astian
do you have news for us bertl?
16:02
se6astian
did we talk about the button pcb already last week?
16:07
se6astian
anuejn: quick summary of your progress maybe?
16:08
se6astian
I heard vup is shortly before his bachelor thesis being handed in so no time for us currently
16:08
anuejn
So I started continued testing the rockpi / beta combination
16:09
anuejn
for this Bertl thankfully generated me a bitstream with a sensible pixelclock and walked me through the steps of getting started with the new userspace sequencer
16:09
anuejn
for most modelines the rockpi hdmi rx block was not able to lock
16:09
anuejn
but for some it was
16:09
anuejn
after that it complains that AVI Infoframes are missing in the Betas hdmi output and resets the block
16:10
se6astian
great progress
16:10
anuejn
So currently I am writing a tool for generating these and will try to integrate that into the beta with bertls help
16:10
anuejn
thats it from my side
16:11
Bertl
no news from my side, the button pcb is still work in progress but should not be too hard
16:11
se6astian
many thanks, is the documentation of the userspace sequencer stuff also a sideproject here?
16:13
Bertl
is that a question for me or for anuejn?
16:13
se6astian
anuejn
16:14
anuejn
ah I didnt get that
16:14
se6astian
" walked me through the steps of getting started with the new userspace sequencer"
16:14
se6astian
I figured that would be the perfect moment to write things done :)
16:14
se6astian
*down
16:15
anuejn
well I think it makes sense to first integrate that properly into the ci firmware?
16:15
anuejn
and for real documentation on how things work i am lacking knowledge
16:15
se6astian
ah, agreed, you would be the perfect candidate for that especially once you understood how it works
16:16
anuejn
what I can do now is start bertls scripts in the image he gave me, but I am unsure if it would be of value to document that in a more structured way currently
16:17
se6astian
right, you choose a good moment for that move to CI firmware
16:18
se6astian
I wanted to use todays meeting to ask you about your take on the lab
16:18
se6astian
should we just take it offline?
16:18
se6astian
apparently there is no read-only mode
16:18
anuejn
no strong feelings on that
16:19
se6astian
we currently have manual user registration approval so its already not possible for new users to do stuff
16:19
anuejn
cant we just delete / disable all user accounts?
16:19
Bertl
maybe capture static pages and replace the dynamic stuff with them?
16:19
anuejn
what Bertl says also sounds like a good plan
16:19
se6astian
anuejn: not easily as accounts own posts and tasks
16:19
anuejn
I see
16:19
anuejn
then what bertl says?
16:20
se6astian
Bertl: you mean like a crawler that creates a static archive?
16:20
Bertl
yep, precisely
16:20
se6astian
is there an easy solution for setting that up?
16:20
se6astian
and undertaking the crawl
16:21
se6astian
anuejn: you also had this in mind for the current drupal site right?
16:21
anuejn
I already did this for the drupal site
16:21
se6astian
ah!
16:21
anuejn
though it was a bit cumbersome
16:21
se6astian
can you do the same for the lab?
16:21
anuejn
and involved some manual labour
16:21
anuejn
I can see what I can do but if you have capacities you might find a better solution
16:22
se6astian
I doubt it :)
16:23
Bertl
IIRC, wget has a mirror mode which 'rewrites' links on the fly
16:23
Bertl
it might we worth trying that and check whether it is sufficient
16:24
anuejn
I tried this last time and it was not sufficient
16:24
anuejn
though a good starting point
16:24
Bertl
wget -E -m -p -k http://my.domain.com
16:24
anuejn
also wget2 is kinda nice -> I will play around a ibt
16:24
se6astian
many thanks!
16:25
se6astian
ok any other topics for today?
16:25
se6astian
my news are mostly boring as I continued to organize sourcing, shipping, etc. of CP accessories
16:26
se6astian
and there is a next color science meeting this thursday, anuejn will you be able to attend?
16:27
anuejn
probably :)
16:28
se6astian
great
16:28
se6astian
you got the details via email
16:28
se6astian
ok, thats it probably then! many thanks Bertl & anuejn!
16:28
se6astian
MEETING CONCLUDED
16:31
Bertl
thanks for moderating!
16:31
se6astian
my pleasure
16:40
anuejn
Bertl: this version of the gen_init script seems much cooler than the one on your image: https://github.com/apertus-open-source-cinema/axiom-firmware/blob/6bc26c2a5fb2c482d27386ab83426027249585a8/software/scripts/axiom_gen_init_hdmi.sh
16:40
anuejn
is there any reason why this is not used?
16:41
anuejn
and could I just stuff the bytes for my hand-crafted AVI infoframe in that blockram (with which tool?), set D=30 and get the info frame send out once per frame?
17:54
Bertl
anuejn: probably because it wasn't in the beta image I started with?
17:55
Bertl
no idea what 'D=30' refers to?
17:55
Bertl
the BRAM is mapped in memory, so you can write to that with memtool