*** aeng has joined #openstack-i18n | 01:13 | |
*** ianychoi_ has joined #openstack-i18n | 04:38 | |
*** ianychoi has quit IRC | 04:41 | |
*** aeng has quit IRC | 05:04 | |
*** ykatabam has quit IRC | 05:26 | |
*** epico has joined #openstack-i18n | 05:55 | |
*** rsimai_away is now known as rsimai | 06:48 | |
*** eumel8 has joined #openstack-i18n | 06:52 | |
*** pcaruana has joined #openstack-i18n | 06:53 | |
eumel8 | morning | 06:53 |
---|---|---|
eumel8 | #startmeeting OpenStack I18n Office Hour | 06:58 |
openstack | Meeting started Thu May 3 06:58:08 2018 UTC and is due to finish in 60 minutes. The chair is eumel8. Information about MeetBot at http://wiki.debian.org/MeetBot. | 06:58 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 06:58 |
*** openstack changes topic to " (Meeting topic: OpenStack I18n Office Hour)" | 06:58 | |
openstack | The meeting name has been set to 'openstack_i18n_office_hour' | 06:58 |
*** rcernin has quit IRC | 06:58 | |
eumel8 | Good morning, welcome to the second I18n Office Hour | 06:58 |
eumel8 | #link https://events.linuxfoundation.org/events/kubecon-cloudnativecon-europe-2018/attend/live-video-stream/ | 07:00 |
ianychoi_ | oh 2nd office hour! | 07:00 |
*** ianychoi_ is now known as ianychoi | 07:00 | |
eumel8 | oooh,who is disturbing the silence ;) | 07:01 |
ianychoi | It's me!!!! | 07:01 |
eumel8 | Good morning, ianychoi :) | 07:01 |
ianychoi | But I actually slept two hours yesterday, so I may be so tired now | 07:02 |
ianychoi | eumel8, I am in US so it is midnight | 07:02 |
eumel8 | I watched 3 conferences in parallel yesterday, so I'm also tired ;) | 07:02 |
eumel8 | in US? What happen there? | 07:02 |
ianychoi | eumel8, anyone interesting things on Kubecon? | 07:03 |
ianychoi | eumel8, I attended F8 (Facebook Developer conference) for refreshing myself | 07:03 |
eumel8 | lots of work culture like https://www.coedethics.org/ seems hot but I don't catched this fully at the time | 07:04 |
eumel8 | Keynotes are alltime funny, like OpenStack Summit Keynotes | 07:05 |
ianychoi | Aha :) | 07:05 |
amotoki | hi | 07:05 |
amotoki | looks like talking about conferences :) | 07:05 |
eumel8 | hi amotoki | 07:05 |
eumel8 | yeah | 07:06 |
amotoki | this week is holiday week, so I am here :p | 07:06 |
eumel8 | amotoki: are you in Copenhagen? | 07:06 |
amotoki | eumel8: no, I am in Japan and am enjoying the holiday week. | 07:06 |
eumel8 | just wondering, the event site of Linux Foundation had a Japanese translation ;) | 07:07 |
ianychoi | amotoki, hi! I think I haven't greet you more than one month :) | 07:07 |
amotoki | ianychoi: :) | 07:07 |
eumel8 | ianychoi: I think Facebook talks a lot about AI and Machine Learning, isn't it? | 07:07 |
amotoki | eumel8: do you mean https://www.linuxfoundation.jp/ ? | 07:07 |
amotoki | eumel8: we have LinuxCon Japan which is now renamed to Open Source Summit Japan, so I think this is the reason the site has ja translation. | 07:08 |
eumel8 | amatoki: https://events.linuxfoundation.org/events/kubecon-cloudnativecon-europe-2018/attend/live-video-stream/ I clicked the wrong button and the site was full of strange signs ;) | 07:08 |
-amotoki- is searching TZ of Copenhagen | 07:09 | |
eumel8 | I think it's also at 9 in the morning now | 07:10 |
ianychoi | eumel8, not only AI and machine learning, but.. more, for example, Facebook announced dating application on the top of Facebook :) | 07:10 |
amotoki | so isn't the keynote today now? | 07:10 |
ianychoi | Yep; 9:10 AM | 07:10 |
eumel8 | ianychoi: are you a potential consumer? ;) | 07:11 |
ianychoi | eumel8, not sure haha :) | 07:11 |
eumel8 | I'm only a tiny Facebook stakeholder | 07:12 |
ianychoi | haha :) | 07:12 |
ianychoi | Also, Facebook announced Oculus for AR | 07:13 |
ianychoi | (Augmented Reality) | 07:13 |
eumel8 | just realized we sell something in our own company: https://www.telekom.de/entertainment/virtual-reality | 07:14 |
eumel8 | btw: dhellmann is asking all PTLs (and also on dev-ML) what we think about python3 upgrade | 07:17 |
*** tesseract has joined #openstack-i18n | 07:18 | |
eumel8 | I think we have some python scripts there: #link https://github.com/openstack/i18n | 07:20 |
*** tosky has joined #openstack-i18n | 07:29 | |
amotoki | two releases ago, I tried to add unit test coverage to ensure python3 compatbility | 07:29 |
amotoki | but at that time the effort was blocked by a question on whether we should have python code in importable places. | 07:30 |
amotoki | I tried to to create openstack_i18n directory under the i18n git repo and move all python codes into there. | 07:31 |
eumel8 | I'm not so familar with Python, so I don't know how this will work out | 07:32 |
amotoki | ianychoi seems to have a different opinion at that time. I cannot remember the full context. | 07:32 |
amotoki | the current python code in the i18n repo were py3 compat when I updated them to python3 compat, but I don't know it is true now. | 07:33 |
amotoki | eumel8: to import python module from other modules, they need to be placed at importable places (unless all python codes are placed in a single dir). | 07:35 |
amotoki | eumel8: you might see __init__.py in python repos. this file makes python module importable. | 07:35 |
eumel8 | I think it's only there: https://github.com/openstack/i18n/tree/master/tools and the required things to build Extra ATC stats which we need in some few months | 07:40 |
*** ykatabam has joined #openstack-i18n | 07:41 | |
amotoki | yeah, it's true. | 07:42 |
amotoki | so the question is where we should place tests (to ensure python3 compatiblity) | 07:42 |
*** oussemos has joined #openstack-i18n | 07:44 | |
eumel8 | I think we have translate-dev for this use case | 07:44 |
eumel8 | here are also some python stuff: #link https://github.com/openstack-infra/project-config/tree/master/roles/prep-zanata/files | 07:45 |
*** jpich has joined #openstack-i18n | 07:55 | |
eumel8 | will close the Office Hour now, thx | 07:57 |
eumel8 | #endmeeting | 07:57 |
*** openstack changes topic to "OpenStack goes multilingual! | I18n & L10n channel" | 07:57 | |
openstack | Meeting ended Thu May 3 07:57:42 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 07:57 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_i18n_office_hour/2018/openstack_i18n_office_hour.2018-05-03-06.58.html | 07:57 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_i18n_office_hour/2018/openstack_i18n_office_hour.2018-05-03-06.58.txt | 07:57 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_i18n_office_hour/2018/openstack_i18n_office_hour.2018-05-03-06.58.log.html | 07:57 |
* jpich checks the logs | 08:11 | |
eumel8 | ++ | 08:13 |
amotoki | it was super random discussion :) I sometimes jumped in the conversation as a background job of watching kubecon keynote. | 08:32 |
jpich | :D | 08:46 |
*** ykatabam has quit IRC | 11:13 | |
*** epico has quit IRC | 12:44 | |
*** eumel8 has quit IRC | 13:28 | |
*** dayou_ has joined #openstack-i18n | 13:44 | |
*** dayou_ has quit IRC | 14:37 | |
*** jamesmcarthur has joined #openstack-i18n | 15:09 | |
*** pcaruana has quit IRC | 15:50 | |
*** tesseract has quit IRC | 16:28 | |
*** eumel8 has joined #openstack-i18n | 16:33 | |
eumel8 | ianychoi: are u alive? | 16:39 |
*** jamesmcarthur has quit IRC | 16:50 | |
ianychoi | eumel8, yep now :) | 16:53 |
*** jamesmcarthur has joined #openstack-i18n | 16:54 | |
*** jamesmcarthur has quit IRC | 16:57 | |
*** tesseract has joined #openstack-i18n | 16:57 | |
eumel8 | ianychoi: ah, good morning, Sir :) | 16:58 |
*** itlinux has joined #openstack-i18n | 17:00 | |
*** jpich has quit IRC | 17:10 | |
ianychoi | eumel8, haha yep it is 10am here | 17:14 |
ianychoi | eumel8, did you double check Summit schedule for Docs/I18n project updates & onboard rooms? I previously shared one e-mail from my remembrance | 17:14 |
eumel8 | let me check | 17:16 |
eumel8 | ianychoi: just sent an email to the list about the next team meeting | 17:17 |
ianychoi | eumel8, yep +1 :) | 17:17 |
eumel8 | it seems I have no time till end of June ;) | 17:18 |
ianychoi | eumel8, wow.. u seem so busy!! | 17:19 |
eumel8 | just curious | 17:19 |
eumel8 | ok, project update is Monday after lunch 01:30 | 17:19 |
eumel8 | sorry, project onboarding! | 17:20 |
eumel8 | project update is Tuesday 09:25 in the morning | 17:20 |
ianychoi | eumel8, for project update (Tuesday morning), are you fine with the time? | 17:20 |
eumel8 | yes | 17:20 |
ianychoi | It definitely conflicts with day 2 keynote, but if you are fine, yes, let's do that | 17:21 |
eumel8 | it's only 20 min so we don't miss to much | 17:21 |
ianychoi | There would not be many people I think, but since it will be recorded, that's fine :) | 17:21 |
ianychoi | For IRC office hours, can I also be co-chair with you? | 17:22 |
eumel8 | and it depends on Petr. He want's to send some slides for Doc project update. If he dont send anything we're done after 10 min | 17:22 |
ianychoi | eumel8, it would be much nice if Docs team shares some slides for Docs | 17:23 |
eumel8 | ianychoi: sure, you can be the co-chair. That's the reason why I contact you. But it seems you're also busy and we're together in Vancouver. So, no pressure. | 17:23 |
ianychoi | eumel8, okay :) | 17:24 |
eumel8 | ianychoi: it would be nice if we have progress with the project doc translation: https://review.openstack.org/#/c/545377/ | 17:25 |
*** tesseract has quit IRC | 17:25 | |
ianychoi | eumel8, unfortunately not too much progress - maybe I need to more involve in... | 17:25 |
*** jamesmcarthur has joined #openstack-i18n | 17:26 | |
eumel8 | ianychoi: from my understanding you will wait for mordred, but he is busy with his own project and other stuff. | 17:26 |
ianychoi | eumel8, the next step I have to do is to describe the details in etherpad or as an infra-spec | 17:27 |
ianychoi | Unfortunately my native language is not English, describing well makes me lots of stress | 17:27 |
eumel8 | ianychoi: the same for me, don't worry. | 17:29 |
ianychoi | eumel8, it would be great if you would like to make an appointment between us and mordred or other members who would definitely help on that. If you have not enough time, would you participate in such meetings if I organize? | 17:29 |
ianychoi | what I meant, during Vancouver Summit | 17:29 |
eumel8 | sure | 17:30 |
eumel8 | Some free slots on my schedule: | 17:30 |
eumel8 | Mon: 03:00-05:00 | 17:30 |
eumel8 | Tue: 04:00-06:00 | 17:30 |
eumel8 | Wed: 04:00-05:00 | 17:30 |
eumel8 | Thu: 01:00-06:00 | 17:30 |
ianychoi | eumel8, thanks a lot for sharing the schedule! | 17:31 |
eumel8 | there is this Zuul workshop, ist this intersting for you: https://www.openstack.org/summit/vancouver-2018/summit-schedule/events/21693/how-to-install-zuul-and-configure-your-first-jobs ? | 17:32 |
ianychoi | eumel8, thank u! yep let's go there :) | 17:33 |
ianychoi | eumel8, I am still travelling and will arrive at Seoul on next Monday. After then, I think I can skim Summit schedules | 17:34 |
*** jamesmcarthur has quit IRC | 17:34 | |
ianychoi | eumel8, and can I ask where are u staying during Vancouver Summit? | 17:34 |
eumel8 | enter the infra team in this way ;) | 17:34 |
ianychoi | eumel8, sounds so great!! | 17:36 |
eumel8 | Hyatt Regency. It's nearly the venue. | 17:36 |
eumel8 | I know, it's expensive. But all other are also or more expensive. | 17:38 |
ianychoi | Wow great! | 17:41 |
ianychoi | eumel8, sorry I need to leave soon... anyway, let's meeting during Vancouver Summit!! | 17:44 |
eumel8 | sure | 17:44 |
*** eumel8 has quit IRC | 18:16 | |
*** jamesmcarthur has joined #openstack-i18n | 18:26 | |
*** jamesmcarthur has quit IRC | 18:31 | |
*** jamesmcarthur has joined #openstack-i18n | 18:57 | |
*** jamesmcarthur has quit IRC | 19:01 | |
*** jamesmcarthur has joined #openstack-i18n | 19:24 | |
*** jamesmcarthur has quit IRC | 19:24 | |
*** jamesmcarthur has joined #openstack-i18n | 19:24 | |
*** jamesmcarthur has quit IRC | 19:38 | |
*** eumel8 has joined #openstack-i18n | 20:02 | |
*** eumel8 has quit IRC | 20:03 | |
*** ykatabam has joined #openstack-i18n | 21:41 | |
*** itlinux_ has joined #openstack-i18n | 21:53 | |
*** itlinux has quit IRC | 21:56 | |
*** itlinux_ has quit IRC | 21:58 | |
*** rcernin has joined #openstack-i18n | 22:07 | |
*** oussemos has quit IRC | 23:34 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!