summaryrefslogtreecommitdiff
path: root/2e/d2604b66db7f05c74e075c370c066a00596abe
blob: 20824021e8d7c542ccdaed9518e91414abcaf62d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
Return-Path: <vincent.truong@procabiak.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id C51491B78
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 23 Sep 2015 14:06:21 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-io0-f177.google.com (mail-io0-f177.google.com
	[209.85.223.177])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 21801159
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 23 Sep 2015 14:06:21 +0000 (UTC)
Received: by ioiz6 with SMTP id z6so44536336ioi.2
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 23 Sep 2015 07:06:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=procabiak.com; s=procabiakindustries;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=3vQ6TOXuD2Lg/5mZcdgKJPn7Njq3uP16oJQmkHtrGlA=;
	b=QWv66RpXvr6RbjxvWLHAWpqNSNOssyJi3nxzPj3RvG26VsibGOTZnU9lz9iHSSOn6R
	n75ydnnUX2fW5xzk22hqJESglQMAXfDQdelkGD9DFRbLbdtq9Y+EaIVrfMhct9VrUrq3
	hEx924lE6DH6unesXnhRraBjGU3/l9DTx3ETw=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20130820;
	h=x-gm-message-state:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:cc:content-type;
	bh=3vQ6TOXuD2Lg/5mZcdgKJPn7Njq3uP16oJQmkHtrGlA=;
	b=C95aUsW4uOiZekvdjFL2HO4Vb7WOBnH5/9rTOHENA1N6ZaPLvMVN6sXcjvfvrKS13+
	yaJNnA5TKY6WJtwGt5QqLW+j5bST3f445geH4jFLhLPsr3C2QyC/vm0y+djKW8vEQiyL
	Bw8qv1+Lz6IqmRTn2sI+YvW/Y8tItMe/AdUGuUzdwC7hbs624msIVHm4RENQwnUMgboU
	UlKA232suPSXcCD/VsaYJH0P+jq54KnwoRaSGt0oEXP/vcOk6TjVzGOYtVSHxUNitoaZ
	I8IwlJkOHsahshurfbWPE/NBE6KmyVcTPxv9mUZX5ZjM+6Pstc9wdpvVyMFeXlTfXBss
	xUnA==
X-Gm-Message-State: ALoCoQlUG91V/39ljszG+uUdzaBZ5p7medlpxSJ1/FaH9dBX1RBu/oUgRAUq3NbBAmfA40v4k1tr
MIME-Version: 1.0
X-Received: by 10.107.6.74 with SMTP id 71mr38586905iog.16.1443017180529; Wed,
	23 Sep 2015 07:06:20 -0700 (PDT)
Received: by 10.36.68.213 with HTTP; Wed, 23 Sep 2015 07:06:20 -0700 (PDT)
X-Originating-IP: [14.202.127.219]
Received: by 10.36.68.213 with HTTP; Wed, 23 Sep 2015 07:06:20 -0700 (PDT)
In-Reply-To: <f639adb573ed49c5755d63e6c0c0a58f@xbt.hk>
References: <20150922143628.GB958@amethyst.visucore.com>
	<f639adb573ed49c5755d63e6c0c0a58f@xbt.hk>
Date: Thu, 24 Sep 2015 00:06:20 +1000
Message-ID: <CACrzPemxwp++qeQZTHjFYg+9eS+E-1PsCLyg047XgmeLAfEZUQ@mail.gmail.com>
From: Vincent Truong <vincent.truong@procabiak.com>
To: jl2012@xbt.hk
Content-Type: multipart/alternative; boundary=001a113deb3873611605206a9e6c
X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham
	version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	smtp1.linux-foundation.org
Cc: bitcoin-dev@lists.linuxfoundation.org
Subject: Re: [bitcoin-dev] Weekly development meetings on IRC: schedule
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Bitcoin Development Discussion <bitcoin-dev.lists.linuxfoundation.org>
List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Sep 2015 14:06:21 -0000

--001a113deb3873611605206a9e6c
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

All,

Current meeting time visualised globally.

http://everytimezone.com/#2015-9-24,420,4ia

jl,

I think I found a good compromise: if the US want to accommodate Asia and
willing to sacrifice preference, 23:00 to 00:00 UTC might work.

http://everytimezone.com/#2015-9-24,660,4ia

It isn't easy to grab everyone's preference and accommodate everyone, so
this might work in theory but people may not be free to show up. US should
be ok. UK can participate or catch some nice z. Asia will need a bit of
early bird time but it's not as crazy as 3am. AU also fits in there nicely.

A meeting like this once a month should be enough probably (say, do this on
the first week of the month, and run every other week on the main
schedule). But I don't know whether there are enough people in Asia/AU to
make it worth it. Asia/AU people, thoughts?
On Sep 23, 2015 9:01 PM, "jl2012 via bitcoin-dev" <
bitcoin-dev@lists.linuxfoundation.org> wrote:

> There could not be a worse timing than this for those in China (3-4am),
> Japan/Korea (4-5am), and Australia (3-6am depends on which part of the
> country). Maybe we have no dev in this part of the planet? Is there any
> chance to review the timing in a weekly or monthly basis (also with a
> doodle vote?)
>
> Will there be any agenda published before the meetings? If I'm really
> interested in the topics, I'll have some reasons to get up in the middle =
of
> the night.
>
> Wladimir J. van der Laan via bitcoin-dev =E6=96=BC 2015-09-22 10:36 =E5=
=AF=AB=E5=88=B0:
>
>> Hello,
>>
>> There was overwhelming response that weekly IRC meetings are a good thin=
g.
>>
>> Thanks to the doodle site we were able to select a time slot that
>> everyone (that voted) is available:
>>
>>     Thursday 19:00-20:00 UTC, every week, starting September 24 (next
>> Thursday)
>>
>> I created a shared Google Calendar here:
>>
>> https://www.google.com/calendar/embed?src=3DMTFwcXZkZ3BkOTlubGliZjliYTg2=
MXZ1OHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ
>>
>> The timezone of this calendar is Reykyavik (Iceland) which is UTC+0.
>> However, you can use the button on the lower right to add the calendar
>> to your own calendar, which will then show the meeting in your own
>> timezone.
>>
>> See you then,
>>
>> Wladimir
>>
>> _______________________________________________
>> bitcoin-dev mailing list
>> bitcoin-dev@lists.linuxfoundation.org
>> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
>>
>
> _______________________________________________
> bitcoin-dev mailing list
> bitcoin-dev@lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
>

--001a113deb3873611605206a9e6c
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p dir=3D"ltr">All,</p>
<p dir=3D"ltr">Current meeting time visualised globally.</p>
<p dir=3D"ltr"><a href=3D"http://everytimezone.com/#2015-9-24,420,4ia">http=
://everytimezone.com/#2015-9-24,420,4ia</a></p>
<p dir=3D"ltr">jl,</p>
<p dir=3D"ltr">I think I found a good compromise: if the US want to accommo=
date Asia and willing to sacrifice preference, 23:00 to 00:00 UTC might wor=
k.</p>
<p dir=3D"ltr"><a href=3D"http://everytimezone.com/#2015-9-24,660,4ia">http=
://everytimezone.com/#2015-9-24,660,4ia</a></p>
<p dir=3D"ltr">It isn&#39;t easy to grab everyone&#39;s preference and acco=
mmodate everyone, so this might work in theory but people may not be free t=
o show up. US should be ok. UK can participate or catch some nice z. Asia w=
ill need a bit of early bird time but it&#39;s not as crazy as 3am. AU also=
 fits in there nicely.</p>
<p dir=3D"ltr">A meeting like this once a month should be enough probably (=
say, do this on the first week of the month, and run every other week on th=
e main schedule). But I don&#39;t know whether there are enough people in A=
sia/AU to make it worth it. Asia/AU people, thoughts?</p>
<div class=3D"gmail_quote">On Sep 23, 2015 9:01 PM, &quot;jl2012 via bitcoi=
n-dev&quot; &lt;<a href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">bi=
tcoin-dev@lists.linuxfoundation.org</a>&gt; wrote:<br type=3D"attribution">=
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">There could not be a worse timing than this =
for those in China (3-4am), Japan/Korea (4-5am), and Australia (3-6am depen=
ds on which part of the country). Maybe we have no dev in this part of the =
planet? Is there any chance to review the timing in a weekly or monthly bas=
is (also with a doodle vote?)<br>
<br>
Will there be any agenda published before the meetings? If I&#39;m really i=
nterested in the topics, I&#39;ll have some reasons to get up in the middle=
 of the night.<br>
<br>
Wladimir J. van der Laan via bitcoin-dev =E6=96=BC 2015-09-22 10:36 =E5=AF=
=AB=E5=88=B0:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
Hello,<br>
<br>
There was overwhelming response that weekly IRC meetings are a good thing.<=
br>
<br>
Thanks to the doodle site we were able to select a time slot that<br>
everyone (that voted) is available:<br>
<br>
=C2=A0 =C2=A0 Thursday 19:00-20:00 UTC, every week, starting September 24 (=
next Thursday)<br>
<br>
I created a shared Google Calendar here:<br>
<a href=3D"https://www.google.com/calendar/embed?src=3DMTFwcXZkZ3BkOTlubGli=
ZjliYTg2MXZ1OHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ" rel=3D"noreferrer" targ=
et=3D"_blank">https://www.google.com/calendar/embed?src=3DMTFwcXZkZ3BkOTlub=
GliZjliYTg2MXZ1OHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ</a><br>
<br>
The timezone of this calendar is Reykyavik (Iceland) which is UTC+0.<br>
However, you can use the button on the lower right to add the calendar<br>
to your own calendar, which will then show the meeting in your own<br>
timezone.<br>
<br>
See you then,<br>
<br>
Wladimir<br>
<br>
_______________________________________________<br>
bitcoin-dev mailing list<br>
<a href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org" target=3D"_blank">=
bitcoin-dev@lists.linuxfoundation.org</a><br>
<a href=3D"https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev" =
rel=3D"noreferrer" target=3D"_blank">https://lists.linuxfoundation.org/mail=
man/listinfo/bitcoin-dev</a><br>
</blockquote>
<br>
_______________________________________________<br>
bitcoin-dev mailing list<br>
<a href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org" target=3D"_blank">=
bitcoin-dev@lists.linuxfoundation.org</a><br>
<a href=3D"https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev" =
rel=3D"noreferrer" target=3D"_blank">https://lists.linuxfoundation.org/mail=
man/listinfo/bitcoin-dev</a><br>
</blockquote></div>

--001a113deb3873611605206a9e6c--