Sunday, 2019-08-04

*** tpb has joined #lca-av00:00
xfxf-laptopwon't that clobber existing information?00:00
xfxf-laptop(twitter at least)00:00
CarlFKno00:00
CarlFK-u / --update will00:00
CarlFKdon't do that00:00
xfxf-laptopso by default, it'll only add new info, not change it?00:01
xfxf-laptoptalks have been rescheduled / moved rooms and stuff, so i will want to change it00:01
CarlFKno - default is to diff00:01
xfxf-laptopoh right, so not to make any changes, just show the changes?00:01
xfxf-laptopthat's san00:01
xfxf-laptope00:01
xfxf-laptopokay, at your issue now00:04
xfxf-laptopi think it's barfing on track data that's missing some data you assume. i'm probably going to fix it by just hard coding this to ignore the track data00:04
xfxf-laptopis your intention i fix this, push the fix back to you, you'll re-run this with your oauth stuff working?00:05
CarlFKhmm, I though I had it ignoring "track"00:05
xfxf-laptopwhat it's barfing on is definitely a track00:05
CarlFKmaybe - I'm only thinking about getting the errors fixed00:05
xfxf-laptopthat track data did change a day ago, because things moved00:05
CarlFKand pyohio retrospective00:06
CarlFKwhich includes a promise of tech that may solve all your venue problems00:06
* CarlFK is now cursed and will be struck my lightning 00:06
xfxf-laptopwhat issues did you have?  is it still in the same venue i helped you with?00:08
*** oheydrew has quit IRC00:08
xfxf-laptopCarlFK: i'm going to check the source JSON data. i can see your code ignores tracks, I'll make sure the JSON still has that data.  if it doesn't i'll ask if they can update it...00:08
CarlFK1816             if event['raw']['type'] in [ "track", ]:00:09
CarlFK1817                 continue00:09
CarlFK2 of 5 projector systems (should all be the same) didn't like the Opsis00:09
xfxf-laptopknow what vendor they're using?00:10
CarlFKbut the 2 were in the one room that could be joined, so not the same!00:10
xfxf-laptopi've found newer crestron systems, or those using decemators/blackmagic systems don't like it00:10
xfxf-laptopand sounds like a usual university, a total mix of vendors00:10
CarlFKI think crestron00:10
xfxf-laptopright - yeah, I've had to use HDMI scalers to get around those00:10
xfxf-laptopadmittedly in a lot of those venues I end up using the blackmagic USB things instead, but it'd be good to get HDMI2USB to support this00:10
CarlFKI did scaler in one room, and the 2nd used a laptop to monitor the hdmi2usb - which is .. janky, but works fine and no one cares00:11
CarlFKthe janky is the wires and consoles floating about that need attention.   I think it can be implemented as 'standard' in the ansible stuff, then it is on all the time and can be used if needed by moving the projector cable to the slave00:12
CarlFKthe slave can output hdmi/vga/whatever hardware is has00:13
xfxf-laptopi'm not a fan of that solution as something you expect you need to do, but it's certainly useful as a workaround if all else goes to hell00:14
CarlFKI've done it more times than I can count00:15
CarlFKI can think of 2 or 3 when I needed vga00:15
xfxf-laptopright, I think your skipping track code has a bug00:22
xfxf-laptopthe code you pasted above makes it break out of the 'for event in events' loop, but then you're passing all of the events into add_eps()00:23
CarlFKah right00:23
xfxf-laptopi assume you want to pluck out that entry from events so it never enters add_eps?00:23
CarlFKhang on, I have code for that...00:23
xfxf-laptopmay be easier if you enter on your end, as you can then run addeps with your spreadsheet stuff working00:24
xfxf-laptopotherwise happy to fix it here and send you a PR00:24
CarlFKschedule = [s for s in schedule if s['approved']]00:24
CarlFKsomething like that00:24
xfxf-laptopam i fixing it and sending you a PR, or are you?00:26
xfxf-laptopthere will be new talks / presenter emails as part of the new data00:26
CarlFK1793         schedule = [s for s in schedule00:27
CarlFK1794                 if s['type'] not in [ "track", ] ]00:27
xfxf-laptopty, but pls answer my question so i'm clear :P00:27
xfxf-laptopalso happy to try to get the spreadsheet stuff running on my system if you let me know what version of oauth2client you're using00:27
CarlFKboth - I may go away soon, so you should have it running00:28
xfxf-laptopsure, agreed00:28
CarlFKpip freeze ... oauth2client==4.1.200:28
CarlFKoauthlib==2.0.100:28
xfxf-laptopta00:29
xfxf-laptopoh you are using pip freeze?  i didn't see a file for that00:29
CarlFKrequests-oauthlib==0.7.000:29
CarlFKthat's what I used to see what vers I have locally00:29
xfxf-laptopright, pip-tools comes with a tool you can use to write out exact versions of what you're using00:29
xfxf-laptoppip-compile --output-file requirements/base.txt requirements/base.in00:30
xfxf-laptoplike that00:30
xfxf-laptopthat said, i notice your requirements.txt pulls in pypi packages now, not whatever master is on people's githubs, so that's good :P00:30
CarlFKDem debian guys made me do it00:31
xfxf-laptopha00:31
pyconau-c34-c35[08:34] <keeper> The av guy said he was letting them cool down.00:31
pyconau-c34-c35funny, in the days of valves they used to leave things *on*00:31
CarlFKvalves?  is that another name for tubes?00:32
xfxf-laptopi think he's just trying to prevent the noise issue yesterday from happening again as none of us could pinpoint exactly what was going on00:32
CarlFKwholly crap the Internet is made of vacuum tubs00:32
xfxf-laptopCarlFK: is addeps.py working for you?  those lines are barfing on me00:32
CarlFKer.. me too.  I didn't test it00:33
CarlFKah.. need schedule["schedule"]00:35
*** oheydrew has joined #lca-av00:35
xfxf-laptopall rooms ok?00:36
pycon-cbcamok00:37
pycau-cbok!00:38
pyconau-c34-c35thumbs_up.tga00:43
CarlFK[m]Laptop is locking up, may be a bit while I SSH in and kill some processes00:44
xfxf-phonenp00:44
thepatr1ckC1mix just froze xfxf-phone00:44
*** pycon-cbcam has quit IRC00:47
*** pycon-cbcam has joined #lca-av00:47
*** pycau-cb has quit IRC00:47
*** pyconau-c36 has quit IRC00:47
CarlFKssh in and pkill firefox :p00:48
*** pyconau-c36 has joined #lca-av00:48
*** av-mix1 has joined #lca-av00:50
CarlFKxfxf-laptop: I just pushed up the change to really skip/kill those track things00:50
*** av-mix1 is now known as pyconau-cb00:52
*** pyconau-cb has quit IRC01:07
pyconau-c34-c35Anyone know if the student showcase in the education track on friday got uploaded yet, I had someone ask01:10
*** pycon-cbcam has quit IRC01:10
*** pyconau-c36 has quit IRC01:10
*** pyconau-c36 has joined #lca-av01:10
micolouspyconau-c34-c35: that's also been escalated to us01:10
*** pycon-cbcam has joined #lca-av01:11
micolousI've left a note for ryan01:11
*** av-mix1 has joined #lca-av01:11
*** av-mix1 is now known as pycon-cb01:11
micolousBut it is **not** edited or on youtube01:11
xfxf-laptopit's currently in 'borked' as I assumed there would be issues01:32
xfxf-laptopCarlFK: thanks, have you ran a new import with --update?  (sorry was running around fighting a fire, we lost recording in our keynote room briefly)01:50
CarlFKxfxf-laptop: no, but I did get the track thing fixed,01:50
CarlFKpull it and run it01:51
xfxf-laptopokay, what am I going to break if I run it with --update?01:51
CarlFKdon't do that01:52
xfxf-laptopok, done that, but I still don't know how to grok your diff output01:54
xfxf-laptopwell, sort of, i can see it's showing me diff's which are going to remove the twitter id's, and I don't want that01:54
CarlFKwhat don't you understand?01:56
xfxf-laptopwhat you want me to do next01:58
CarlFKwhat don't you understand?01:59
xfxf-laptopI've commented out the spreadsheet stuff as you asked, but now the diff is saying the twitter id's will be removed01:59
xfxf-laptophow do I proceed?01:59
CarlFKwhat don't you understand?02:02
CarlFKare you seeeing me repeat the same thing 3 times?02:02
xfxf-laptopI'm not grokking what you are asking02:03
xfxf-laptopI have pulled your latest changes...02:03
xfxf-laptopthat's why I now see diff output02:03
CarlFK(veyepar) carl@twist:~/src/veyepar/dj/scripts$ python addeps.py --client pyconau --show pyconau2019 |wc02:06
CarlFK    354    1357   1671102:06
CarlFKdo you see that?02:06
xfxf-laptop    558    1866   2281202:08
xfxf-laptopdifferent numbers, hooray!02:08
CarlFKtwitter lines02:08
xfxf-laptopah, right02:08
CarlFKbut the 354 lines is alarming02:08
CarlFKyou need to understand it02:08
xfxf-laptopand it's difficult to do that with all of the twitter stuff,02:09
xfxf-laptopif the reason you're not running it is because you want me to personally parse the changes, that's fine, i didn't understand that02:09
xfxf-laptopi'll try and figure out how to fix the spreadsheet thing02:09
CarlFKwhats the first line you don't understand?02:09
xfxf-laptopeven with your versions i'm still seeing that error...02:09
xfxf-laptopi'll read your code, so i'll figure out what it's doing, it's fine02:10
*** pycon-cb has quit IRC02:34
*** pycon-cbcam has quit IRC02:39
*** pyconau-c36 has quit IRC02:40
*** pyconau-c36 has joined #lca-av02:42
*** pycon-cbcam has joined #lca-av02:42
*** av-mix1 has joined #lca-av03:02
*** av-mix1 is now known as pycon-vb03:02
*** pycon-vb is now known as pycon-cb03:02
*** pycon-cb is now known as pycon-idontknow03:02
*** pycon-idontknow is now known as pycon-cbmix03:02
xfxf-laptopall rooms: let us know once you've started & all good03:38
pyconau-c36Running and all good in c36.03:40
pyconau-c34-c35ditto c34/c3503:41
pycon-cbmixditto cb03:43
xfxf-laptoppycon-c33: all good?03:46
CarlFKxfxf-laptop: save the goog sheet as csv, put it in Videos/veyepar/pyconau/pyconau2019/schedule/PyCon AU 2019 - speaker contact emails - by conf_key.csv03:53
CarlFKpull the change, which is basically rows = list(csv.DictReader(csvfile))03:53
CarlFKbb in 20 min03:55
xfxf-laptopty04:00
xfxf-laptoppycon-cbmix: did you bring your sheets back? i can't find them04:05
pycon-cbmixxfxf-laptop: I'll get them to you in the next gap04:05
pycon-cbmix(I only have one for you, the other still has the talk after this before it is complete)04:06
xfxf-laptopdid you already bring one back today, or is the one you have it?04:09
pycon-cbmixI thought it had gone back but it hasn't, so we have all sheets here in the room04:09
pycon-c33all good here04:11
xfxf-laptopall good given the fun we had before.  as long as we know where it is!~04:15
pycon-cbmixall god again here04:25
pycon-cbmixer, good04:25
micolousCarlFK: you still haven't merged 44026f182011f476fd00060cf8b04d13b5ac65db04:37
micolouserr04:37
micoloushttps://github.com/CarlFK/veyepar/pull/7804:38
tpbTitle: pyconau2019: Fix Creative Commons licenses on YouTube uploader by micolous · Pull Request #78 · CarlFK/veyepar · GitHub (at github.com)04:38
CarlFKmicolous: I don't want to change the license04:40
micolousthe license we are sending to youtube is wrong04:40
micolousi've cherry-picked 44026f182011f476fd00060cf8b04d13b5ac65db, still need to test04:40
pyconau-c34-c35some crackling on the audio in here04:41
micolouspyconau-c34-c35: ryan on route04:42
oheydrewdo you want me in there too?04:42
CarlFKmicolous: https://veyepar.nextdayvideo.com/admin/main/episode/14891/change/  License:youtube04:44
tpbTitle: Log in | Django site admin (at veyepar.nextdayvideo.com)04:44
CarlFKI think thats what got sent to youtube04:44
CarlFKhttps://2019.pycon-au.org/talks/you-dont-always-need-numpy  http://youtu.be/qSug56Gwly004:45
tpbTitle: PyCon AU 2019 | You don't always need NumPy (at 2019.pycon-au.org)04:45
micolousCarlFK: we are already running with pr78 merged here04:45
micolousWhat gets sent to youtube is different04:45
micolousbecause again, conference organisers shouldn't care about the youtube api04:46
CarlFKwhere on youtube do I see the licence?04:46
micolousin the editor, advanced tab04:46
micolousand yes, that talk shows up as youtube04:46
micolousThat's expected behaviour with my change, if every talk has been changed to "youtube"04:47
micolousBut I'm about to overwrite this :)04:47
CarlFKwut?04:47
micolousWhen re-importing the talk data04:47
CarlFKthe import overwrites what is in the json04:47
CarlFKaddeps is the place I transform data04:49
micolousok, so what does it mean when I have a talk that says "description" and doesn't list a change04:50
CarlFKthe description changed, but the len is longer than something so it doesn't flood the diff04:51
micolousthe description only has whitespace changes04:57
micolous(a newline character at the end)04:57
micolouswe're running the update now04:57
micolousupdate finisted05:00
micolousryan is cheering05:01
micolousI think I dun good05:01
*** oheydrew has quit IRC05:01
pycon-c33fyi, hdmi to minidisplay adapter in c33 port is flaky.05:03
*** oheydrew has joined #lca-av05:04
pycon-c33David had to lend his to the speaker because we were having a blank screen05:04
pycon-c33pic on slack05:05
xfxf-laptopjust messaged you back on slack, i have spares05:06
CarlFKI figured it was something like whitespace changes05:09
CarlFKor maybe all the conf keys got reassigned, then ryan will be having a bad day05:10
CarlFKmicolous: if you want to make this less scary, figure out how to use python's diff module to make it easier to figure out what the diff is between 2 descriptions05:11
xfxf-laptopwell, apparently that did almost happen at one point, katie asked me if duplicate conf keys were okay :P05:11
CarlFKyeah - that's why I wasn't going to blindly stomp all over your data once the show had started05:12
AVHQ:dinosaur: stomp stomp05:13
CarlFKLOL05:13
AVHQor if i was on win10 - :cat_riding_dinosaur:05:16
CarlFKohh.. do you have a win 10 box?05:20
AVHQat home yes05:20
CarlFKthis page could use vetting: https://github.com/timvideos/litex-buildenv/wiki/Bash-On-Windows05:21
tpbTitle: Bash On Windows · timvideos/litex-buildenv Wiki · GitHub (at github.com)05:21
CarlFKI got most of the way though it, then had to turn the box back into a Vocto box05:21
CarlFKsomeone else did it a week later, we smoothed out a few more little rough edges05:21
CarlFKthe only thing I woudl consider 'scarry' you can't do without pugging an Atlys FPGA dev board in so that you can right click something in .. Device Tree?05:22
AVHQi dont think i can fully vet that either - i have no dev boards05:24
CarlFKthats fine -there is plenty of install this, install that..05:24
AVHQcan do05:24
AVHQi use LoW a /lot/05:24
CarlFKdownload either 18 or 24 gig of vivado or something05:25
CarlFKmultie GIG setup ?!!!05:25
AVHQthat might take a few days :P05:25
CarlFKthere is a chance I get get it to you on a thumb drive  ... Tim!!!!05:27
AVHQnah, i can sit it over  couple of nights05:27
CarlFKokee dokee05:28
xfxf-laptopHey all, check Slack - most of you probably won't be checking this now ;)05:31
*** lcaav-a2-g has quit IRC05:37
*** pycon-c33 has quit IRC05:41
*** pyconau-c36 has quit IRC05:42
*** pyconau-c36 has joined #lca-av05:44
*** pyconau-c34-c35 has quit IRC05:45
*** pyconau-c36 has quit IRC05:47
*** videoteam has quit IRC05:51
mithroI don't have a windows Xilinx tools06:27
CarlFKah right, forgot it was a different download06:32
pycon-cbmixmicolous: done here.  things are stopped07:30
*** pycon-cbcam has quit IRC07:31
*** AVHQ has quit IRC07:32
*** pycon-cbmix has quit IRC07:33
*** oheydrew has quit IRC07:52
*** xfxf-phone has quit IRC11:48
*** xfxf-laptop has quit IRC11:59

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!