* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
@ 2019-03-17 13:46 Atharva Lele
2019-03-26 22:09 ` Arnout Vandecappelle
0 siblings, 1 reply; 20+ messages in thread
From: Atharva Lele @ 2019-03-17 13:46 UTC (permalink / raw)
To: buildroot
Hey all,
I am Atharva. I'm an Electronics Engineering student from Pune, India. I'm
currently studying in my 3rd year of engineering. I'm interested in
Embedded Systems and Linux. I'm currently interning at a startup which is
working on an Embedded Linux OS and am working on a camera driver. I have
dabbled in making a custom kernel for a phone (Nexus 6) and have it up on
XDA-Developers.
My skills include:
- C Programming
- Python (Have completed Data Analyst path from dataquest.io)
- Basic understanding of how the Linux Kernel works
- Linux Camera driver architecture
- Basics of building a root file system from scratch
My current buildroot knowledge is limited to configuring and building a
root file system image for a given embedded system. I am working on
increasing my knowledge of how buildroot works.
I'm interested in two of the GSoC topics mentioned on the buildroot ideas
list:
- *Reproducible Builds*
I have two of the needed skills and willing to learn about Jenkins. I
also like the idea of reproducible builds and would love to work on it.
- *Follow upstream updates and CVEs of packages*
Security updates are very important to me and I would love to work on
tracking CVEs. I have worked on datasets while learning Python and I think
that that experience will be helpful in this topic.
I'd love to discuss both the ideas on IRC and hear suggestions and feedback.
Looking forward to working with all of you if I get selected.
Regards,
Atharva Lele
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190317/b7820ae7/attachment.html>
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-03-17 13:46 [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele Atharva Lele
@ 2019-03-26 22:09 ` Arnout Vandecappelle
[not found] ` <d528d059-b900-7b18-7772-dbb3350f1af6@mind.be>
0 siblings, 1 reply; 20+ messages in thread
From: Arnout Vandecappelle @ 2019-03-26 22:09 UTC (permalink / raw)
To: buildroot
Hi Atharva,
On 17/03/2019 14:46, Atharva Lele wrote:
> Hey all,
> I am Atharva. I'm an Electronics Engineering student from Pune, India. I'm
> currently studying in my 3rd year of engineering. I'm interested in Embedded
> Systems and Linux. I'm currently interning at a startup which is working on an
> Embedded Linux OS and am working on a camera driver. I have dabbled in making a
> custom kernel for a phone (Nexus 6) and have it up on XDA-Developers.
>
> My skills include:
> - C Programming
> - Python (Have completed Data Analyst path from dataquest.io <http://dataquest.io>)
> - Basic understanding of how the Linux Kernel works
> - Linux Camera driver architecture
> - Basics of building a root file system from scratch
>
> My current buildroot knowledge is limited to configuring and building a root
> file system image for a given embedded system. I am working on increasing my
> knowledge of how buildroot works.
Building a rootfs for some board and submitting a new package are great steps.
If you want to understand more about why a build system like Buildroot exists,
Linux From Scratch is also a nice tool to learn about bootstrapping a system.
> I'm interested in two of the GSoC topics mentioned on the buildroot ideas list:
> - _Reproducible Builds_
> ? I have two of the needed skills and willing to learn about Jenkins. I also
> like the idea of reproducible builds and would love to work on it.
Reproducible builds have not received a lot of love in Buildroot in the last
year or so, so it would definitely be great to have somebody work on that.
You could start looking at the existing tools in Gentoo, Fedora, Debian that
evaluate reproducibility (i.e. that inject variation).
Or you could start on your own, build some configuration, clean and build
again, and check if the images are binary identical.
> - _Follow upstream updates and CVEs of packages_
> ? Security updates are very important to me and I would love to work on tracking
> CVEs. I have worked on datasets while learning Python and I think that that
> experience will be helpful in this topic.
It'll be more about using REST APIs of various existing online databases,
rather than working with a database itself. We only have +-2000 packages so that
still fits in a simple Python dict.
> I'd love to discuss both the ideas on IRC and hear suggestions and feedback.
If you're still interested in doing a GSoC project for Buildroot, you'll have
to come up with a proposal eventually (by April 9). So it would be good to
launch some ideas here that we can discuss.
Regards,
Arnout
> Looking forward to working with all of you if I get selected.
>
> Regards,
> Atharva Lele
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
[not found] ` <CABM+sgpVOb0gxPeA3fTm4Luup6wDgyE56DPB1taVouCB4JmryA@mail.gmail.com>
@ 2019-04-01 16:58 ` Atharva Lele
2019-04-02 9:21 ` Arnout Vandecappelle
0 siblings, 1 reply; 20+ messages in thread
From: Atharva Lele @ 2019-04-01 16:58 UTC (permalink / raw)
To: buildroot
Hi all,
I have shared my draft proposal on GSoC's website. I read on the mailing
list that GSoC
doesn't notify you guys about this, so I thought I would let you know.
Arnout, Yann:
CC'd both of you since you are the ones I've had contact with about GSoC.
Hope that's okay.
Regards,
Atharva Lele
On Mon, Apr 1, 2019 at 2:55 PM Atharva Lele <itsatharva@gmail.com> wrote:
> The internship ends this month, so I?ll be free to work on GSoC from
> May-August.
>
> Regards,
> Atharva
>
> On Mon, 1 Apr 2019 at 2:17 PM, Arnout Vandecappelle <arnout@mind.be>
> wrote:
>
>> [Sending this privately since it's not really of interest to the list.]
>>
>> On 26/03/2019 23:09, Arnout Vandecappelle wrote:
>> > I'm currently interning at a startup which is working on an
>> > Embedded Linux OS and am working on a camera driver.
>>
>> Yann observed that the GSoC rules don't allow you to be an intern at the
>> same
>> time as you're doing the GSoC project. So, just to be sure: this
>> internship will
>> be over by the time the GSoC development starts, right? And you will be
>> free to
>> work on GSoC in the June-August period?
>>
>> Regards,
>> Arnout
>>
> --
> Regards,
> Atharva Lele
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190401/41c4cb0c/attachment.html>
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-04-01 16:58 ` Atharva Lele
@ 2019-04-02 9:21 ` Arnout Vandecappelle
2019-04-02 15:30 ` Atharva Lele
0 siblings, 1 reply; 20+ messages in thread
From: Arnout Vandecappelle @ 2019-04-02 9:21 UTC (permalink / raw)
To: buildroot
On 01/04/2019 18:58, Atharva Lele wrote:
> Hi all,
>
> I have shared my draft proposal on GSoC's website. I read on the mailing list
> that GSoC
> doesn't notify you guys about this, so I thought I would let you know.
>
> Arnout, Yann:
> CC'd both of you since you are the ones I've had contact with about GSoC. Hope
> that's okay.
I've made comments on the document. I'm not sure if Yann is OK with using
Googly stuff though.
Once the plan fleshes out a little, I think you should post it on the mailing
list so others can comment as well.
Regards,
Arnout
>
> Regards,
> Atharva Lele
>
>
> On Mon, Apr 1, 2019 at 2:55 PM Atharva Lele <itsatharva@gmail.com
> <mailto:itsatharva@gmail.com>> wrote:
>
> The internship ends this month, so I?ll be free to work on GSoC from May-August.
>
> Regards,
> Atharva
>
> On Mon, 1 Apr 2019 at 2:17 PM, Arnout Vandecappelle <arnout@mind.be
> <mailto:arnout@mind.be>> wrote:
>
> ?[Sending this privately since it's not really of interest to the list.]
>
> On 26/03/2019 23:09, Arnout Vandecappelle wrote:
> >? I'm currently interning at a startup which is working on an
> > Embedded Linux OS and am working on a camera driver.
>
> ?Yann observed that the GSoC rules don't allow you to be an intern at
> the same
> time as you're doing the GSoC project. So, just to be sure: this
> internship will
> be over by the time the GSoC development starts, right? And you will be
> free to
> work on GSoC in the June-August period?
>
> ?Regards,
> ?Arnout
>
> --
> Regards,
> Atharva Lele
>
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-04-02 9:21 ` Arnout Vandecappelle
@ 2019-04-02 15:30 ` Atharva Lele
2019-04-02 18:19 ` Yann E. MORIN
0 siblings, 1 reply; 20+ messages in thread
From: Atharva Lele @ 2019-04-02 15:30 UTC (permalink / raw)
To: buildroot
> I've made comments on the document.
I've replied to your comments on there. We can discuss a bit more and I
think then I'll
make necessary changes to the document.
> I'm not sure if Yann is OK with using
> Googly stuff though.
Is there any other platform that he would be comfortable working on?
I'll gladly move things over to there.
> Once the plan fleshes out a little, I think you should post it on the
mailing
> list so others can comment as well.
Will do.
Regards,
Atharva Lele
On Tue, Apr 2, 2019 at 2:51 PM Arnout Vandecappelle <arnout@mind.be> wrote:
>
>
> On 01/04/2019 18:58, Atharva Lele wrote:
> > Hi all,
> >
> > I have shared my draft proposal on GSoC's website. I read on the mailing
> list
> > that GSoC
> > doesn't notify you guys about this, so I thought I would let you know.
> >
> > Arnout, Yann:
> > CC'd both of you since you are the ones I've had contact with about
> GSoC. Hope
> > that's okay.
>
> I've made comments on the document. I'm not sure if Yann is OK with using
> Googly stuff though.
>
> Once the plan fleshes out a little, I think you should post it on the
> mailing
> list so others can comment as well.
>
> Regards,
> Arnout
>
>
> >
> > Regards,
> > Atharva Lele
> >
> >
> > On Mon, Apr 1, 2019 at 2:55 PM Atharva Lele <itsatharva@gmail.com
> > <mailto:itsatharva@gmail.com>> wrote:
> >
> > The internship ends this month, so I?ll be free to work on GSoC from
> May-August.
> >
> > Regards,
> > Atharva
> >
> > On Mon, 1 Apr 2019 at 2:17 PM, Arnout Vandecappelle <arnout@mind.be
> > <mailto:arnout@mind.be>> wrote:
> >
> > [Sending this privately since it's not really of interest to
> the list.]
> >
> > On 26/03/2019 23:09, Arnout Vandecappelle wrote:
> > > I'm currently interning at a startup which is working on an
> > > Embedded Linux OS and am working on a camera driver.
> >
> > Yann observed that the GSoC rules don't allow you to be an
> intern at
> > the same
> > time as you're doing the GSoC project. So, just to be sure: this
> > internship will
> > be over by the time the GSoC development starts, right? And you
> will be
> > free to
> > work on GSoC in the June-August period?
> >
> > Regards,
> > Arnout
> >
> > --
> > Regards,
> > Atharva Lele
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190402/d22657a0/attachment.html>
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-04-02 15:30 ` Atharva Lele
@ 2019-04-02 18:19 ` Yann E. MORIN
2019-04-04 15:55 ` Atharva Lele
0 siblings, 1 reply; 20+ messages in thread
From: Yann E. MORIN @ 2019-04-02 18:19 UTC (permalink / raw)
To: buildroot
Atharva, Arnout, All,
On 2019-04-02 21:00 +0530, Atharva Lele spake thusly:
> > I've made comments on the document.
> I've replied to your comments on there. We can discuss a bit more and I think then I'll
> make necessary changes to the document.
> > I'm not sure if Yann is OK with using
> > Googly stuff though.
> Is there any other platform that he would be comfortable working on?
> I'll gladly move things over to there.
Nope, that's fine. It's part of the GSoC ecosystem, so I'll play by the
GSoC rules. ;-) I'll do my part of the review later tonight.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-04-02 18:19 ` Yann E. MORIN
@ 2019-04-04 15:55 ` Atharva Lele
2019-04-09 18:38 ` Atharva Lele
0 siblings, 1 reply; 20+ messages in thread
From: Atharva Lele @ 2019-04-04 15:55 UTC (permalink / raw)
To: buildroot
> I'll do my part of the review later tonight.
I have modified and added some parts (in blue color) and highlighted which
parts
to remove (in red color). Also replied to your comments.
If you have any more suggestions please let me know. Meanwhile I will keep
looking
for more information to improve the technicalities of my draft.
Regards,
Atharva Lele
On Tue, Apr 2, 2019 at 11:49 PM Yann E. MORIN <yann.morin.1998@free.fr>
wrote:
> Atharva, Arnout, All,
>
> On 2019-04-02 21:00 +0530, Atharva Lele spake thusly:
> > > I've made comments on the document.
> > I've replied to your comments on there. We can discuss a bit more and I
> think then I'll
> > make necessary changes to the document.
> > > I'm not sure if Yann is OK with using
> > > Googly stuff though.
> > Is there any other platform that he would be comfortable working on?
> > I'll gladly move things over to there.
>
> Nope, that's fine. It's part of the GSoC ecosystem, so I'll play by the
> GSoC rules. ;-) I'll do my part of the review later tonight.
>
> Regards,
> Yann E. MORIN.
>
> --
>
> .-----------------.--------------------.------------------.--------------------.
> | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics'
> conspiracy: |
> | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___
> |
> | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is
> no |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v
> conspiracy. |
>
> '------------------------------^-------^------------------^--------------------'
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190404/06287b55/attachment.html>
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-04-04 15:55 ` Atharva Lele
@ 2019-04-09 18:38 ` Atharva Lele
2019-05-02 19:27 ` Atharva Lele
0 siblings, 1 reply; 20+ messages in thread
From: Atharva Lele @ 2019-04-09 18:38 UTC (permalink / raw)
To: buildroot
Hello Arnout, Yann, and everyone:
I've submitted my final GSoC proposal PDF on the GSoC website.
If needed we can share the plan with the mailing list, let me know if that
needs
to be done.
Regards,
Atharva Lele
On Thu, Apr 4, 2019 at 9:25 PM Atharva Lele <itsatharva@gmail.com> wrote:
> > I'll do my part of the review later tonight.
>
> I have modified and added some parts (in blue color) and highlighted which
> parts
> to remove (in red color). Also replied to your comments.
>
> If you have any more suggestions please let me know. Meanwhile I will keep
> looking
> for more information to improve the technicalities of my draft.
>
> Regards,
> Atharva Lele
>
>
> On Tue, Apr 2, 2019 at 11:49 PM Yann E. MORIN <yann.morin.1998@free.fr>
> wrote:
>
>> Atharva, Arnout, All,
>>
>> On 2019-04-02 21:00 +0530, Atharva Lele spake thusly:
>> > > I've made comments on the document.
>> > I've replied to your comments on there. We can discuss a bit more and I
>> think then I'll
>> > make necessary changes to the document.
>> > > I'm not sure if Yann is OK with using
>> > > Googly stuff though.
>> > Is there any other platform that he would be comfortable working on?
>> > I'll gladly move things over to there.
>>
>> Nope, that's fine. It's part of the GSoC ecosystem, so I'll play by the
>> GSoC rules. ;-) I'll do my part of the review later tonight.
>>
>> Regards,
>> Yann E. MORIN.
>>
>> --
>>
>> .-----------------.--------------------.------------------.--------------------.
>> | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics'
>> conspiracy: |
>> | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___
>> |
>> | +33 561 099 427 `------------.-------: X AGAINST | \e/ There
>> is no |
>> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v
>> conspiracy. |
>>
>> '------------------------------^-------^------------------^--------------------'
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190410/4e3d8d25/attachment.html>
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-04-09 18:38 ` Atharva Lele
@ 2019-05-02 19:27 ` Atharva Lele
2019-05-02 19:57 ` Yann E. MORIN
0 siblings, 1 reply; 20+ messages in thread
From: Atharva Lele @ 2019-05-02 19:27 UTC (permalink / raw)
To: buildroot
Yann, Arnout, and everyone:
Just sending a follow-up email since I didn't hear back from you guys.
Unfortunately due to
college assignments I was completely swamped and didn't get a chance to
work on GSoC
as I'd mentioned in my timeline. I can devote a bit more time in this
month, so I can catch up
on my research about Reproducible Builds that I was going to do.
If there's anything you want me to know then I'm looking forward to hearing
from you.
Regards,
Atharva Lele
On Wed, Apr 10, 2019 at 12:08 AM Atharva Lele <itsatharva@gmail.com> wrote:
> Hello Arnout, Yann, and everyone:
>
> I've submitted my final GSoC proposal PDF on the GSoC website.
> If needed we can share the plan with the mailing list, let me know if that
> needs
> to be done.
>
> Regards,
> Atharva Lele
>
>
> On Thu, Apr 4, 2019 at 9:25 PM Atharva Lele <itsatharva@gmail.com> wrote:
>
>> > I'll do my part of the review later tonight.
>>
>> I have modified and added some parts (in blue color) and highlighted
>> which parts
>> to remove (in red color). Also replied to your comments.
>>
>> If you have any more suggestions please let me know. Meanwhile I will
>> keep looking
>> for more information to improve the technicalities of my draft.
>>
>> Regards,
>> Atharva Lele
>>
>>
>> On Tue, Apr 2, 2019 at 11:49 PM Yann E. MORIN <yann.morin.1998@free.fr>
>> wrote:
>>
>>> Atharva, Arnout, All,
>>>
>>> On 2019-04-02 21:00 +0530, Atharva Lele spake thusly:
>>> > > I've made comments on the document.
>>> > I've replied to your comments on there. We can discuss a bit more and
>>> I think then I'll
>>> > make necessary changes to the document.
>>> > > I'm not sure if Yann is OK with using
>>> > > Googly stuff though.
>>> > Is there any other platform that he would be comfortable working on?
>>> > I'll gladly move things over to there.
>>>
>>> Nope, that's fine. It's part of the GSoC ecosystem, so I'll play by the
>>> GSoC rules. ;-) I'll do my part of the review later tonight.
>>>
>>> Regards,
>>> Yann E. MORIN.
>>>
>>> --
>>>
>>> .-----------------.--------------------.------------------.--------------------.
>>> | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics'
>>> conspiracy: |
>>> | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___
>>> |
>>> | +33 561 099 427 `------------.-------: X AGAINST | \e/ There
>>> is no |
>>> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v
>>> conspiracy. |
>>>
>>> '------------------------------^-------^------------------^--------------------'
>>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190503/abdc67f6/attachment.html>
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-05-02 19:27 ` Atharva Lele
@ 2019-05-02 19:57 ` Yann E. MORIN
2019-05-07 13:26 ` Atharva Lele
0 siblings, 1 reply; 20+ messages in thread
From: Yann E. MORIN @ 2019-05-02 19:57 UTC (permalink / raw)
To: buildroot
Atharva, All,
On 2019-05-03 00:57 +0530, Atharva Lele spake thusly:
> Yann, Arnout, and everyone:
> Just sending a follow-up email since I didn't hear back from you guys. Unfortunately due to
> college assignments I was completely swamped and didn't get a chance to work on GSoC
> as I'd mentioned in my timeline. I can devote a bit more time in this month, so I can catch up
> on my research about Reproducible Builds that I was going to do.?
> If there's anything you want me to know then I'm looking forward to hearing from you.
As described in the official GSoC timeline, the selection step is still
an on-going process, and the final results will be announced on May the
6th:
https://summerofcode.withgoogle.com/how-it-works/#timeline
Regards,
Yann E. MORIN.
> Regards,
> Atharva Lele
> On Wed, Apr 10, 2019 at 12:08 AM Atharva Lele < [1]itsatharva@gmail.com> wrote:
>
> Hello Arnout, Yann, and everyone:
> I've submitted my final GSoC proposal PDF on the GSoC website.
> If needed we can share the plan with the mailing list, let me know if that needs
> to be done.
> Regards,
> Atharva Lele
> On Thu, Apr 4, 2019 at 9:25 PM Atharva Lele < [2]itsatharva@gmail.com> wrote:
>
> > I'll do my part of the review later tonight.
> I have modified and added some parts (in blue color) and highlighted which parts
> to remove (in red color). Also replied to your comments.
> If you have any more suggestions please let me know. Meanwhile I will keep looking
> for more information to improve the technicalities of my draft.
> Regards,
> Atharva Lele
> On Tue, Apr 2, 2019 at 11:49 PM Yann E. MORIN < [3]yann.morin.1998@free.fr> wrote:
>
> Atharva, Arnout, All,
>
> On 2019-04-02 21:00 +0530, Atharva Lele spake thusly:
> > > I've made comments on the document.
> > I've replied to your comments on there. We can discuss a bit more and I think then I'll
> > make necessary changes to the document.
> > > I'm not sure if Yann is OK with using
> > > Googly stuff though.
> > Is there any other platform that he would be comfortable working on?
> > I'll gladly move things over to there.
>
> Nope, that's fine. It's part of the GSoC ecosystem, so I'll play by the
> GSoC rules. ;-) I'll do my part of the review later tonight.
>
> Regards,
> Yann E. MORIN.
>
> --
> .-----------------.--------------------.------------------.--------------------.
> |? Yann E. MORIN? | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software? Designer | \ / CAMPAIGN? ? ?|? ___? ? ? ? ?
> ? ? ?|
> | +33 561 099 427 `------------.-------:? X? AGAINST? ? ? |? \e/? There is no? |
> | [4]http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL? ? |? ?v? ?conspiracy.? |
> '------------------------------^-------^------------------^--------------------'
>
> Links:
> 1. mailto:itsatharva at gmail.com
> 2. mailto:itsatharva at gmail.com
> 3. mailto:yann.morin.1998 at free.fr
> 4. http://ymorin.is-a-geek.org/
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-05-02 19:57 ` Yann E. MORIN
@ 2019-05-07 13:26 ` Atharva Lele
2019-05-07 21:17 ` Yann E. MORIN
0 siblings, 1 reply; 20+ messages in thread
From: Atharva Lele @ 2019-05-07 13:26 UTC (permalink / raw)
To: buildroot
Yann, Arnout, all,
I'm really glad to be selected as a GSoC student for Reproducible Builds
and look forward
to working with all of you.
I would like to hear your inputs on my plan and deliverables and to to go
ahead with it.
If there's any specific time you'd want to discuss about it do let me know,
I'm usually
available from 10am to 10pm (Indian Standard Time).
Regards,
Atharva Lele
On Fri, May 3, 2019 at 1:27 AM Yann E. MORIN <yann.morin.1998@free.fr>
wrote:
> Atharva, All,
>
> On 2019-05-03 00:57 +0530, Atharva Lele spake thusly:
> > Yann, Arnout, and everyone:
> > Just sending a follow-up email since I didn't hear back from you guys.
> Unfortunately due to
> > college assignments I was completely swamped and didn't get a chance to
> work on GSoC
> > as I'd mentioned in my timeline. I can devote a bit more time in this
> month, so I can catch up
> > on my research about Reproducible Builds that I was going to do.
> > If there's anything you want me to know then I'm looking forward to
> hearing from you.
>
> As described in the official GSoC timeline, the selection step is still
> an on-going process, and the final results will be announced on May the
> 6th:
>
> https://summerofcode.withgoogle.com/how-it-works/#timeline
>
> Regards,
> Yann E. MORIN.
>
> > Regards,
> > Atharva Lele
> > On Wed, Apr 10, 2019 at 12:08 AM Atharva Lele < [1]itsatharva@gmail.com>
> wrote:
> >
> > Hello Arnout, Yann, and everyone:
> > I've submitted my final GSoC proposal PDF on the GSoC website.
> > If needed we can share the plan with the mailing list, let me know if
> that needs
> > to be done.
> > Regards,
> > Atharva Lele
> > On Thu, Apr 4, 2019 at 9:25 PM Atharva Lele < [2]itsatharva@gmail.com>
> wrote:
> >
> > > I'll do my part of the review later tonight.
> > I have modified and added some parts (in blue color) and highlighted
> which parts
> > to remove (in red color). Also replied to your comments.
> > If you have any more suggestions please let me know. Meanwhile I
> will keep looking
> > for more information to improve the technicalities of my draft.
> > Regards,
> > Atharva Lele
> > On Tue, Apr 2, 2019 at 11:49 PM Yann E. MORIN < [3]
> yann.morin.1998 at free.fr> wrote:
> >
> > Atharva, Arnout, All,
> >
> > On 2019-04-02 21:00 +0530, Atharva Lele spake thusly:
> > > > I've made comments on the document.
> > > I've replied to your comments on there. We can discuss a bit
> more and I think then I'll
> > > make necessary changes to the document.
> > > > I'm not sure if Yann is OK with using
> > > > Googly stuff though.
> > > Is there any other platform that he would be comfortable working
> on?
> > > I'll gladly move things over to there.
> >
> > Nope, that's fine. It's part of the GSoC ecosystem, so I'll play
> by the
> > GSoC rules. ;-) I'll do my part of the review later tonight.
> >
> > Regards,
> > Yann E. MORIN.
> >
> > --
> >
> .-----------------.--------------------.------------------.--------------------.
> > | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics'
> conspiracy: |
> > | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___
>
> > |
> > | +33 561 099 427 `------------.-------: X AGAINST | \e/
> There is no |
> > | [4]http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL |
> v conspiracy. |
> >
> '------------------------------^-------^------------------^--------------------'
> >
> > Links:
> > 1. mailto:itsatharva at gmail.com
> > 2. mailto:itsatharva at gmail.com
> > 3. mailto:yann.morin.1998 at free.fr
> > 4. http://ymorin.is-a-geek.org/
>
> --
>
> .-----------------.--------------------.------------------.--------------------.
> | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics'
> conspiracy: |
> | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___
> |
> | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is
> no |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v
> conspiracy. |
>
> '------------------------------^-------^------------------^--------------------'
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190507/033bb5fb/attachment.html>
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-05-07 13:26 ` Atharva Lele
@ 2019-05-07 21:17 ` Yann E. MORIN
2019-05-07 22:12 ` Arnout Vandecappelle
0 siblings, 1 reply; 20+ messages in thread
From: Yann E. MORIN @ 2019-05-07 21:17 UTC (permalink / raw)
To: buildroot
Atharva, All,
On 2019-05-07 18:56 +0530, Atharva Lele spake thusly:
> I'm really glad to be selected as a GSoC student for Reproducible Builds and look forward
> to working with all of you.
Congratulations on your selection!
> I would like to hear your inputs on my plan and deliverables and to to go ahead with it.
For me, the timeline you proposed is sensible. Maybe you can send a mail
to the list that sumarrises your initial work. Maybe you could even post
your timeline?
Please keep Arnout and I in Cc of your mails.
> If there's any specific time you'd want to?discuss about it do let me know, I'm usually?
> available from 10am to 10pm (Indian Standard Time).
10:00 to 22:00 IST is 06:30 to 18:30 GMT+2, the timezone for Arnout and
I (and the other mentors), which means working hours. We'll be available
on IRC during that time for quick help and short topics.
We'll see to schedule a longer meeting, probably hang-out or something,
on Sat or Sun, so we can debrief more in depth.
Regards,
Yann E. MORIN.
> Regards,
> Atharva Lele
> On Fri, May 3, 2019 at 1:27 AM Yann E. MORIN < [1]yann.morin.1998@free.fr> wrote:
>
> Atharva, All,
>
> On 2019-05-03 00:57 +0530, Atharva Lele spake thusly:
> > Yann, Arnout, and everyone:
> > Just sending a follow-up email since I didn't hear back from you guys. Unfortunately due to
> > college assignments I was completely swamped and didn't get a chance to work on GSoC
> > as I'd mentioned in my timeline. I can devote a bit more time in this month, so I can catch up
> > on my research about Reproducible Builds that I was going to do.?
> > If there's anything you want me to know then I'm looking forward to hearing from you.
>
> As described in the official GSoC timeline, the selection step is still
> an on-going process, and the final results will be announced on May the
> 6th:
>
> ? ? [2]https://summerofcode.withgoogle.com/how-it-works/#timeline
>
> Regards,
> Yann E. MORIN.
>
> > Regards,
> > Atharva Lele
> > On Wed, Apr 10, 2019 at 12:08 AM Atharva Lele < [1] [3]itsatharva@gmail.com> wrote:
> >
> >? ?Hello Arnout, Yann, and everyone:
> >? ?I've submitted my final GSoC proposal PDF on the GSoC website.
> >? ?If needed we can share the plan with the mailing list, let me know if that needs
> >? ?to be done.
> >? ?Regards,
> >? ?Atharva Lele
> >? ?On Thu, Apr 4, 2019 at 9:25 PM Atharva Lele < [2] [4]itsatharva@gmail.com> wrote:
> >
> >? ? ?> I'll do my part of the review later tonight.
> >? ? ?I have modified and added some parts (in blue color) and highlighted which parts
> >? ? ?to remove (in red color). Also replied to your comments.
> >? ? ?If you have any more suggestions please let me know. Meanwhile I will keep looking
> >? ? ?for more information to improve the technicalities of my draft.
> >? ? ?Regards,
> >? ? ?Atharva Lele
> >? ? ?On Tue, Apr 2, 2019 at 11:49 PM Yann E. MORIN < [3] [5]yann.morin.1998@free.fr> wrote:
> >
> >? ? ? ?Atharva, Arnout, All,
> >
> >? ? ? ?On 2019-04-02 21:00 +0530, Atharva Lele spake thusly:
> >? ? ? ?> > I've made comments on the document.
> >? ? ? ?> I've replied to your comments on there. We can discuss a bit more and I think then I'll
> >? ? ? ?> make necessary changes to the document.
> >? ? ? ?> > I'm not sure if Yann is OK with using
> >? ? ? ?> > Googly stuff though.
> >? ? ? ?> Is there any other platform that he would be comfortable working on?
> >? ? ? ?> I'll gladly move things over to there.
> >
> >? ? ? ?Nope, that's fine. It's part of the GSoC ecosystem, so I'll play by the
> >? ? ? ?GSoC rules. ;-) I'll do my part of the review later tonight.
> >
> >? ? ? ?Regards,
> >? ? ? ?Yann E. MORIN.
> >
> >? ? ? ?--
> >? ? ? ?.-----------------.--------------------.------------------.--------------------.
> >? ? ? ?|? Yann E. MORIN? | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> >? ? ? ?| +33 662 376 056 | Software? Designer | \ / CAMPAIGN? ? ?|? ___? ?
> ? ? ?
> >? ? ? ?? ? ?|
> >? ? ? ?| +33 561 099 427 `------------.-------:? X? AGAINST? ? ? |? \e/?
> There is no? |
> >? ? ? ?| [4] [6]http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL? ? |? ?v?
> ?conspiracy.? |
> >? ? ? ?'------------------------------^-------^------------------^--------------------'
> >
> > Links:
> > 1. mailto: [7]itsatharva at gmail.com
> > 2. mailto: [8]itsatharva at gmail.com
> > 3. mailto: [9]yann.morin.1998 at free.fr
> > 4. [10]http://ymorin.is-a-geek.org/
>
> --
> .-----------------.--------------------.------------------.--------------------.
> |? Yann E. MORIN? | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software? Designer | \ / CAMPAIGN? ? ?|? ___? ? ? ? ? ?
> ? ?|
> | +33 561 099 427 `------------.-------:? X? AGAINST? ? ? |? \e/? There is no? |
> | [11]http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL? ? |? ?v? ?conspiracy.? |
> '------------------------------^-------^------------------^--------------------'
>
> Links:
> 1. mailto:yann.morin.1998 at free.fr
> 2. https://summerofcode.withgoogle.com/how-it-works/#timeline
> 3. mailto:itsatharva at gmail.com
> 4. mailto:itsatharva at gmail.com
> 5. mailto:yann.morin.1998 at free.fr
> 6. http://ymorin.is-a-geek.org/
> 7. mailto:itsatharva at gmail.com
> 8. mailto:itsatharva at gmail.com
> 9. mailto:yann.morin.1998 at free.fr
> 10. http://ymorin.is-a-geek.org/
> 11. http://ymorin.is-a-geek.org/
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-05-07 21:17 ` Yann E. MORIN
@ 2019-05-07 22:12 ` Arnout Vandecappelle
2019-05-08 11:34 ` Atharva Lele
0 siblings, 1 reply; 20+ messages in thread
From: Arnout Vandecappelle @ 2019-05-07 22:12 UTC (permalink / raw)
To: buildroot
Hi Atharva,
On 07/05/2019 23:17, Yann E. MORIN wrote:
> Atharva, All,
>
> On 2019-05-07 18:56 +0530, Atharva Lele spake thusly:
>> I'm really glad to be selected as a GSoC student for Reproducible Builds and look forward
>> to working with all of you.
>
> Congratulations on your selection!
>
>> I would like to hear your inputs on my plan and deliverables and to to go ahead with it.
>
> For me, the timeline you proposed is sensible. Maybe you can send a mail
> to the list that sumarrises your initial work. Maybe you could even post
> your timeline?
Maybe it would be useful to create a calendar to easily track absences (exams,
holidays, ...) of both Atharva and the mentors (Yann and me)?
> Please keep Arnout and I in Cc of your mails.
>
>> If there's any specific time you'd want to?discuss about it do let me know, I'm usually?
>> available from 10am to 10pm (Indian Standard Time).
>
> 10:00 to 22:00 IST is 06:30 to 18:30 GMT+2, the timezone for Arnout and
> I (and the other mentors), which means working hours. We'll be available
> on IRC during that time for quick help and short topics.
I'm normally permanently "present" on IRC, but I only look at it if you address
me directly.
I'm only live from around 10:00. Most of the time I can reply on IRC pretty
quickly.
> We'll see to schedule a longer meeting, probably hang-out or something,
> on Sat or Sun, so we can debrief more in depth.
That would be a good idea. Weekdays are fine for me as well, but not for Yann I
guess.
I think we should use the time until May 28 to work out how we will work
together. I guess you'll be too focused on exams to do any actual work already,
right?
By the way, did you get the chance to look at and/or contact the other
reproducible builds projects?
Regards,
Arnout
>
> Regards,
> Yann E. MORIN.
>
>> Regards,
>> Atharva Lele
>> On Fri, May 3, 2019 at 1:27 AM Yann E. MORIN < [1]yann.morin.1998@free.fr> wrote:
>>
>> Atharva, All,
>>
>> On 2019-05-03 00:57 +0530, Atharva Lele spake thusly:
>> > Yann, Arnout, and everyone:
>> > Just sending a follow-up email since I didn't hear back from you guys. Unfortunately due to
>> > college assignments I was completely swamped and didn't get a chance to work on GSoC
>> > as I'd mentioned in my timeline. I can devote a bit more time in this month, so I can catch up
>> > on my research about Reproducible Builds that I was going to do.?
>> > If there's anything you want me to know then I'm looking forward to hearing from you.
>>
>> As described in the official GSoC timeline, the selection step is still
>> an on-going process, and the final results will be announced on May the
>> 6th:
>>
>> ? ? [2]https://summerofcode.withgoogle.com/how-it-works/#timeline
>>
>> Regards,
>> Yann E. MORIN.
>>
>> > Regards,
>> > Atharva Lele
>> > On Wed, Apr 10, 2019 at 12:08 AM Atharva Lele < [1] [3]itsatharva@gmail.com> wrote:
>> >
>> >? ?Hello Arnout, Yann, and everyone:
>> >? ?I've submitted my final GSoC proposal PDF on the GSoC website.
>> >? ?If needed we can share the plan with the mailing list, let me know if that needs
>> >? ?to be done.
>> >? ?Regards,
>> >? ?Atharva Lele
>> >? ?On Thu, Apr 4, 2019 at 9:25 PM Atharva Lele < [2] [4]itsatharva@gmail.com> wrote:
>> >
>> >? ? ?> I'll do my part of the review later tonight.
>> >? ? ?I have modified and added some parts (in blue color) and highlighted which parts
>> >? ? ?to remove (in red color). Also replied to your comments.
>> >? ? ?If you have any more suggestions please let me know. Meanwhile I will keep looking
>> >? ? ?for more information to improve the technicalities of my draft.
>> >? ? ?Regards,
>> >? ? ?Atharva Lele
>> >? ? ?On Tue, Apr 2, 2019 at 11:49 PM Yann E. MORIN < [3] [5]yann.morin.1998@free.fr> wrote:
>> >
>> >? ? ? ?Atharva, Arnout, All,
>> >
>> >? ? ? ?On 2019-04-02 21:00 +0530, Atharva Lele spake thusly:
>> >? ? ? ?> > I've made comments on the document.
>> >? ? ? ?> I've replied to your comments on there. We can discuss a bit more and I think then I'll
>> >? ? ? ?> make necessary changes to the document.
>> >? ? ? ?> > I'm not sure if Yann is OK with using
>> >? ? ? ?> > Googly stuff though.
>> >? ? ? ?> Is there any other platform that he would be comfortable working on?
>> >? ? ? ?> I'll gladly move things over to there.
>> >
>> >? ? ? ?Nope, that's fine. It's part of the GSoC ecosystem, so I'll play by the
>> >? ? ? ?GSoC rules. ;-) I'll do my part of the review later tonight.
>> >
>> >? ? ? ?Regards,
>> >? ? ? ?Yann E. MORIN.
>> >
>> >? ? ? ?--
>> >? ? ? ?.-----------------.--------------------.------------------.--------------------.
>> >? ? ? ?|? Yann E. MORIN? | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
>> >? ? ? ?| +33 662 376 056 | Software? Designer | \ / CAMPAIGN? ? ?|? ___? ?
>> ? ? ?
>> >? ? ? ?? ? ?|
>> >? ? ? ?| +33 561 099 427 `------------.-------:? X? AGAINST? ? ? |? \e/?
>> There is no? |
>> >? ? ? ?| [4] [6]http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL? ? |? ?v?
>> ?conspiracy.? |
>> >? ? ? ?'------------------------------^-------^------------------^--------------------'
>> >
>> > Links:
>> > 1. mailto: [7]itsatharva at gmail.com
>> > 2. mailto: [8]itsatharva at gmail.com
>> > 3. mailto: [9]yann.morin.1998 at free.fr
>> > 4. [10]http://ymorin.is-a-geek.org/
>>
>> --
>> .-----------------.--------------------.------------------.--------------------.
>> |? Yann E. MORIN? | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
>> | +33 662 376 056 | Software? Designer | \ / CAMPAIGN? ? ?|? ___? ? ? ? ? ?
>> ? ?|
>> | +33 561 099 427 `------------.-------:? X? AGAINST? ? ? |? \e/? There is no? |
>> | [11]http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL? ? |? ?v? ?conspiracy.? |
>> '------------------------------^-------^------------------^--------------------'
>>
>> Links:
>> 1. mailto:yann.morin.1998 at free.fr
>> 2. https://summerofcode.withgoogle.com/how-it-works/#timeline
>> 3. mailto:itsatharva at gmail.com
>> 4. mailto:itsatharva at gmail.com
>> 5. mailto:yann.morin.1998 at free.fr
>> 6. http://ymorin.is-a-geek.org/
>> 7. mailto:itsatharva at gmail.com
>> 8. mailto:itsatharva at gmail.com
>> 9. mailto:yann.morin.1998 at free.fr
>> 10. http://ymorin.is-a-geek.org/
>> 11. http://ymorin.is-a-geek.org/
>
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-05-07 22:12 ` Arnout Vandecappelle
@ 2019-05-08 11:34 ` Atharva Lele
2019-05-08 12:21 ` Yann E. MORIN
2019-05-08 21:28 ` Arnout Vandecappelle
0 siblings, 2 replies; 20+ messages in thread
From: Atharva Lele @ 2019-05-08 11:34 UTC (permalink / raw)
To: buildroot
Yann, Arnout, all,
I read both of your replies.
> We'll see to schedule a longer meeting, probably hang-out or something,
> on Sat or Sun, so we can debrief more in depth.
Since Yann can't make it to a meeting/hangout on weekdays, we can schedule
it on weekends. I'll be available during the time slot I mentioned (10am to
10pm IST)
except the following dates, when I'll have my exams: 10th, 17th, 21st,
23rd, 25th, 28th
of May.
Let me know what time works for you.
> Maybe it would be useful to create a calendar to easily track absences
(exams,
> holidays, ...) of both Atharva and the mentors (Yann and me)?
Regarding the calendar to track absences (as Arnout suggested), do you
have any particular service in mind or do we just note it down somewhere?
I agree that we should use the time till 28th May to figure out how we
collaborate.
I can dedicate an hour or an hour and half per day to do some initial work
till 28th
of May.
> By the way, did you get the chance to look at and/or contact the other
> reproducible builds projects?
Unfortunately, I didn't get the time to loot at other reproducible builds
projects as my
college dumped a lot of assignments on us at the last minute. One of my
tests is preponed
to 10th May, so I'm planning to take a look at them this Friday. (10th
May). If I'm unable to
contact them I'll at least check how they have implemented it and then we
can discuss
about it on the weekend.
Regards,
Atharva Lele
On Wed, May 8, 2019 at 3:42 AM Arnout Vandecappelle <arnout@mind.be> wrote:
> Hi Atharva,
>
> On 07/05/2019 23:17, Yann E. MORIN wrote:
> > Atharva, All,
> >
> > On 2019-05-07 18:56 +0530, Atharva Lele spake thusly:
> >> I'm really glad to be selected as a GSoC student for Reproducible
> Builds and look forward
> >> to working with all of you.
> >
> > Congratulations on your selection!
> >
> >> I would like to hear your inputs on my plan and deliverables and to to
> go ahead with it.
> >
> > For me, the timeline you proposed is sensible. Maybe you can send a mail
> > to the list that sumarrises your initial work. Maybe you could even post
> > your timeline?
>
> Maybe it would be useful to create a calendar to easily track absences
> (exams,
> holidays, ...) of both Atharva and the mentors (Yann and me)?
>
>
> > Please keep Arnout and I in Cc of your mails.
> >
> >> If there's any specific time you'd want to discuss about it do let me
> know, I'm usually
> >> available from 10am to 10pm (Indian Standard Time).
> >
> > 10:00 to 22:00 IST is 06:30 to 18:30 GMT+2, the timezone for Arnout and
> > I (and the other mentors), which means working hours. We'll be available
> > on IRC during that time for quick help and short topics.
>
> I'm normally permanently "present" on IRC, but I only look at it if you
> address
> me directly.
>
> I'm only live from around 10:00. Most of the time I can reply on IRC
> pretty
> quickly.
>
>
> > We'll see to schedule a longer meeting, probably hang-out or something,
> > on Sat or Sun, so we can debrief more in depth.
>
> That would be a good idea. Weekdays are fine for me as well, but not for
> Yann I
> guess.
>
> I think we should use the time until May 28 to work out how we will work
> together. I guess you'll be too focused on exams to do any actual work
> already,
> right?
>
> By the way, did you get the chance to look at and/or contact the other
> reproducible builds projects?
>
> Regards,
> Arnout
>
>
> >
> > Regards,
> > Yann E. MORIN.
> >
> >> Regards,
> >> Atharva Lele
> >> On Fri, May 3, 2019 at 1:27 AM Yann E. MORIN < [1]
> yann.morin.1998 at free.fr> wrote:
> >>
> >> Atharva, All,
> >>
> >> On 2019-05-03 00:57 +0530, Atharva Lele spake thusly:
> >> > Yann, Arnout, and everyone:
> >> > Just sending a follow-up email since I didn't hear back from you
> guys. Unfortunately due to
> >> > college assignments I was completely swamped and didn't get a
> chance to work on GSoC
> >> > as I'd mentioned in my timeline. I can devote a bit more time in
> this month, so I can catch up
> >> > on my research about Reproducible Builds that I was going to do.
> >> > If there's anything you want me to know then I'm looking forward to
> hearing from you.
> >>
> >> As described in the official GSoC timeline, the selection step is
> still
> >> an on-going process, and the final results will be announced on May
> the
> >> 6th:
> >>
> >> [2]https://summerofcode.withgoogle.com/how-it-works/#timeline
> >>
> >> Regards,
> >> Yann E. MORIN.
> >>
> >> > Regards,
> >> > Atharva Lele
> >> > On Wed, Apr 10, 2019 at 12:08 AM Atharva Lele < [1] [3]
> itsatharva at gmail.com> wrote:
> >> >
> >> > Hello Arnout, Yann, and everyone:
> >> > I've submitted my final GSoC proposal PDF on the GSoC website.
> >> > If needed we can share the plan with the mailing list, let me
> know if that needs
> >> > to be done.
> >> > Regards,
> >> > Atharva Lele
> >> > On Thu, Apr 4, 2019 at 9:25 PM Atharva Lele < [2] [4]
> itsatharva at gmail.com> wrote:
> >> >
> >> > > I'll do my part of the review later tonight.
> >> > I have modified and added some parts (in blue color) and
> highlighted which parts
> >> > to remove (in red color). Also replied to your comments.
> >> > If you have any more suggestions please let me know. Meanwhile
> I will keep looking
> >> > for more information to improve the technicalities of my draft.
> >> > Regards,
> >> > Atharva Lele
> >> > On Tue, Apr 2, 2019 at 11:49 PM Yann E. MORIN < [3] [5]
> yann.morin.1998 at free.fr> wrote:
> >> >
> >> > Atharva, Arnout, All,
> >> >
> >> > On 2019-04-02 21:00 +0530, Atharva Lele spake thusly:
> >> > > > I've made comments on the document.
> >> > > I've replied to your comments on there. We can discuss a
> bit more and I think then I'll
> >> > > make necessary changes to the document.
> >> > > > I'm not sure if Yann is OK with using
> >> > > > Googly stuff though.
> >> > > Is there any other platform that he would be comfortable
> working on?
> >> > > I'll gladly move things over to there.
> >> >
> >> > Nope, that's fine. It's part of the GSoC ecosystem, so I'll
> play by the
> >> > GSoC rules. ;-) I'll do my part of the review later tonight.
> >> >
> >> > Regards,
> >> > Yann E. MORIN.
> >> >
> >> > --
> >> >
> .-----------------.--------------------.------------------.--------------------.
> >> > | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON |
> Erics' conspiracy: |
> >> > | +33 662 376 056 | Software Designer | \ / CAMPAIGN |
> ___
> >>
> >> > |
> >> > | +33 561 099 427 `------------.-------: X AGAINST |
> \e/
> >> There is no |
> >> > | [4] [6]http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML
> MAIL | v
> >> conspiracy. |
> >> >
> '------------------------------^-------^------------------^--------------------'
> >> >
> >> > Links:
> >> > 1. mailto: [7]itsatharva at gmail.com
> >> > 2. mailto: [8]itsatharva at gmail.com
> >> > 3. mailto: [9]yann.morin.1998 at free.fr
> >> > 4. [10]http://ymorin.is-a-geek.org/
> >>
> >> --
> >>
> .-----------------.--------------------.------------------.--------------------.
> >> | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics'
> conspiracy: |
> >> | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___
>
> >> |
> >> | +33 561 099 427 `------------.-------: X AGAINST | \e/
> There is no |
> >> | [11]http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v
> conspiracy. |
> >>
> '------------------------------^-------^------------------^--------------------'
> >>
> >> Links:
> >> 1. mailto:yann.morin.1998 at free.fr
> >> 2. https://summerofcode.withgoogle.com/how-it-works/#timeline
> >> 3. mailto:itsatharva at gmail.com
> >> 4. mailto:itsatharva at gmail.com
> >> 5. mailto:yann.morin.1998 at free.fr
> >> 6. http://ymorin.is-a-geek.org/
> >> 7. mailto:itsatharva at gmail.com
> >> 8. mailto:itsatharva at gmail.com
> >> 9. mailto:yann.morin.1998 at free.fr
> >> 10. http://ymorin.is-a-geek.org/
> >> 11. http://ymorin.is-a-geek.org/
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190508/053355e0/attachment.html>
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-05-08 11:34 ` Atharva Lele
@ 2019-05-08 12:21 ` Yann E. MORIN
2019-05-08 12:51 ` Atharva Lele
2019-05-08 21:28 ` Arnout Vandecappelle
1 sibling, 1 reply; 20+ messages in thread
From: Yann E. MORIN @ 2019-05-08 12:21 UTC (permalink / raw)
To: buildroot
Atharva, All,
On 2019-05-08 17:04 +0530, Atharva Lele spake thusly:
> I read both of your replies.
> > We'll see to schedule a longer meeting, probably hang-out or something,
> > on Sat or Sun, so we can debrief more in depth. ?
> ?
> Since Yann can't make it to a meeting/hangout on weekdays, we can schedule
> it on weekends. I'll be available during the time slot I mentioned (10am to 10pm IST)
Let's all speak UTC (or GMT) for the sake of synchronizing; always
switching between timezones is error-prone. 10am IST is 04:30Z, 10pm IST
is 16:30Z.
Actually, I can make it on Tuesdays and Thursdays without any problem,
if we can schedule it between 14:30Z and 16:30Z; other days of the week,
we'd have to schedule it between 15:30Z and 16:30Z.
> > Maybe it would be useful to create a calendar to easily track absences (exams,
> > holidays, ...) of both Atharva and the mentors (Yann and me)?
> Regarding the calendar to track absences (as Arnout suggested), do you
> have any particular service in mind or do we just note it down somewhere?
What about creating a page on the elinux.org wiki, which is where we
already have the Buildroot wiki pages, to track all your GSoC-related
activity? You'd report progress, pain-points, proposals, achievements,
and so on in there, it can act as a journal, etc...
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-05-08 12:21 ` Yann E. MORIN
@ 2019-05-08 12:51 ` Atharva Lele
2019-05-08 13:44 ` Arnout Vandecappelle
0 siblings, 1 reply; 20+ messages in thread
From: Atharva Lele @ 2019-05-08 12:51 UTC (permalink / raw)
To: buildroot
> Let's all speak UTC (or GMT) for the sake of synchronizing; always
> switching between timezones is error-prone.
Agreed.
> What about creating a page on the elinux.org wiki, which is where we
> already have the Buildroot wiki pages, to track all your GSoC-related
> activity?
I like this idea. In the future it'll also help other projects which are
trying
to implement Reproducible Builds and might be running into issues or
need some guidance.
Regards,
Atharva Lele
On Wed, May 8, 2019 at 5:51 PM Yann E. MORIN <yann.morin.1998@free.fr>
wrote:
> Atharva, All,
>
> On 2019-05-08 17:04 +0530, Atharva Lele spake thusly:
> > I read both of your replies.
> > > We'll see to schedule a longer meeting, probably hang-out or something,
> > > on Sat or Sun, so we can debrief more in depth.
> >
> > Since Yann can't make it to a meeting/hangout on weekdays, we can
> schedule
> > it on weekends. I'll be available during the time slot I mentioned (10am
> to 10pm IST)
>
> Let's all speak UTC (or GMT) for the sake of synchronizing; always
> switching between timezones is error-prone. 10am IST is 04:30Z, 10pm IST
> is 16:30Z.
>
> Actually, I can make it on Tuesdays and Thursdays without any problem,
> if we can schedule it between 14:30Z and 16:30Z; other days of the week,
> we'd have to schedule it between 15:30Z and 16:30Z.
>
> > > Maybe it would be useful to create a calendar to easily track absences
> (exams,
> > > holidays, ...) of both Atharva and the mentors (Yann and me)?
> > Regarding the calendar to track absences (as Arnout suggested), do you
> > have any particular service in mind or do we just note it down somewhere?
>
> What about creating a page on the elinux.org wiki, which is where we
> already have the Buildroot wiki pages, to track all your GSoC-related
> activity? You'd report progress, pain-points, proposals, achievements,
> and so on in there, it can act as a journal, etc...
>
> Regards,
> Yann E. MORIN.
>
> --
>
> .-----------------.--------------------.------------------.--------------------.
> | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics'
> conspiracy: |
> | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___
> |
> | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is
> no |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v
> conspiracy. |
>
> '------------------------------^-------^------------------^--------------------'
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190508/80aed2ae/attachment.html>
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-05-08 12:51 ` Atharva Lele
@ 2019-05-08 13:44 ` Arnout Vandecappelle
2019-05-08 13:55 ` Atharva Lele
0 siblings, 1 reply; 20+ messages in thread
From: Arnout Vandecappelle @ 2019-05-08 13:44 UTC (permalink / raw)
To: buildroot
On 08/05/2019 14:51, Atharva Lele wrote:
>> What about creating a page on the?elinux.org <http://elinux.org/>?wiki, which
> is where we
>> already have the Buildroot wiki pages, to track all your GSoC-related
>> activity???
>
> I like this idea. In the future it'll also help other projects which are trying
> to implement Reproducible Builds and might be running into issues or
> need some guidance.
Yann, can you create this page?
We can track the absences there as well (and update as needed).
Atharva, you better request an account already, it can take some time before
the admin (still Tim Bird?) approves it.
>
> Regards,
> Atharva Lele
>
>
> On Wed, May 8, 2019 at 5:51 PM Yann E. MORIN <yann.morin.1998@free.fr
> <mailto:yann.morin.1998@free.fr>> wrote:
[snip]
> Actually, I can make it on Tuesdays and Thursdays without any problem,
> if we can schedule it between 14:30Z and 16:30Z; other days of the week,
> we'd have to schedule it between 15:30Z and 16:30Z.
I have a weekly meeting on Thursdays 15:00Z-16:00Z.
But we could schedule a weekly "face-to-face" on Tuesdays 14:30Z-16:30Z (with
the intention of keeping it much shorter than that). Shall we schedule the first
one on Tue 14/5 14:30Z?
Regards,
Arnout
[snip]
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-05-08 13:44 ` Arnout Vandecappelle
@ 2019-05-08 13:55 ` Atharva Lele
0 siblings, 0 replies; 20+ messages in thread
From: Atharva Lele @ 2019-05-08 13:55 UTC (permalink / raw)
To: buildroot
> Atharva, you better request an account already, it can take some time
before
> the admin (still Tim Bird?) approves it.
I have an account on eLinux.org . I reqeusted it back in March I think.
> Shall we schedule the first one on Tue 14/5 14:30Z?
That works for me.
Regards,
Atharva Lele
On Wed, May 8, 2019 at 7:14 PM Arnout Vandecappelle <arnout@mind.be> wrote:
>
>
> On 08/05/2019 14:51, Atharva Lele wrote:
>
> >> What about creating a page on the elinux.org <http://elinux.org/> wiki,
> which
> > is where we
> >> already have the Buildroot wiki pages, to track all your GSoC-related
> >> activity?
> >
> > I like this idea. In the future it'll also help other projects which are
> trying
> > to implement Reproducible Builds and might be running into issues or
> > need some guidance.
>
> Yann, can you create this page?
>
> We can track the absences there as well (and update as needed).
>
> Atharva, you better request an account already, it can take some time
> before
> the admin (still Tim Bird?) approves it.
>
> >
> > Regards,
> > Atharva Lele
> >
> >
> > On Wed, May 8, 2019 at 5:51 PM Yann E. MORIN <yann.morin.1998@free.fr
> > <mailto:yann.morin.1998@free.fr>> wrote:
> [snip]
> > Actually, I can make it on Tuesdays and Thursdays without any
> problem,
> > if we can schedule it between 14:30Z and 16:30Z; other days of the
> week,
> > we'd have to schedule it between 15:30Z and 16:30Z.
>
> I have a weekly meeting on Thursdays 15:00Z-16:00Z.
>
> But we could schedule a weekly "face-to-face" on Tuesdays 14:30Z-16:30Z
> (with
> the intention of keeping it much shorter than that). Shall we schedule the
> first
> one on Tue 14/5 14:30Z?
>
>
> Regards,
> Arnout
>
>
> [snip]
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190508/5189fd44/attachment.html>
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-05-08 11:34 ` Atharva Lele
2019-05-08 12:21 ` Yann E. MORIN
@ 2019-05-08 21:28 ` Arnout Vandecappelle
2019-05-09 6:49 ` Atharva Lele
1 sibling, 1 reply; 20+ messages in thread
From: Arnout Vandecappelle @ 2019-05-08 21:28 UTC (permalink / raw)
To: buildroot
On 08/05/2019 13:34, Atharva Lele wrote:
>> By the way, did you get the chance to look at and/or contact the other
>> reproducible builds projects?
>
> Unfortunately, I didn't get the time to loot at other reproducible builds
> projects
One of them contacted us on IRC:
[22:59:38] <lamby> COngratulations on being acccepted to GSoC. (re.
https://summerofcode.withgoogle.com/projects/#5992608243908608)
[23:00:02] <aduskett> It's about freaking time lol
[23:00:20] <lamby> I was just wondering (as someone from the Reproducible Builds
project) https://reproducible-builds.org/who/ whether you want to sync-up,
informally that-is?
[23:01:01] <aduskett> lamby, I think that's more on kos_tom, y_morin, arnout, or
peter
[23:01:08] <Jacmet> lamby: sure!
[23:01:10] <lamby> Thanks for pinging them. :)
[23:01:17] <aduskett> or Jacmet lol
[23:01:50] <lamby> I've got to go finish some work now but fancy joining
#reproducible-builds on OFTC? :)
[23:02:20] <Jacmet> lamby: we already had some basic reproducible fixes for
quite some time (timezone, locale, SOURCE_DATE_EPOCH, ..) - But the idea is to
go quite a bit further now
[23:02:45] <lamby> Awesome.
[23:02:46] <arnout> lamby: great, Atharva was looking for a way to get in touch
[23:02:52] <lamby> We write monthly reports (eg.
https://reproducible-builds.org/reports/2019-04/)
[23:03:00] <agb> yay for reproducible builds, too bad the icecreamcc proposal
wasn't accepted too
[23:03:03] <lamby> ? it would be great if we could include something about you
in our next report. would you be up for that?
[23:03:42] <Jacmet> lamby: I guess that should be doable, yes
[23:03:46] <arnout> lamby: the next report is maybe a little bit too early though
[23:04:08] <Jacmet> lamby: those reports are sent out at the end of the month,
right?
[23:04:09] <arnout> lamby: Atharva is going into exams now and will really start
the work in June.
[23:05:37] <lamby> Just writing about the plans is what I was thinking of. I
mean, I could probably copy-paste from the link above. :)
[23:07:17] <Jacmet> lamby: ;)
It would be good if you were permanently on IRC. I use quassel myself - but
that requires a device that is permanently on and that you can access remotely.
An alternative is to use the matrix connector [1] through any of the umpteen
matrix clients.
Regards,
Arnout
[1] https://matrix.to/#/#freenode_#buildroot:matrix.org
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele
2019-05-08 21:28 ` Arnout Vandecappelle
@ 2019-05-09 6:49 ` Atharva Lele
0 siblings, 0 replies; 20+ messages in thread
From: Atharva Lele @ 2019-05-09 6:49 UTC (permalink / raw)
To: buildroot
> One of them contacted us on IRC:
That's great. I'll join their OFTC tomorrow and talk with them.
Maybe we can join them together?
> It would be good if you were permanently on IRC.
I'll set something up after my exam tomorrow so I don't miss
out on any communication.
Regards,
Atharva Lele
On Thu, May 9, 2019 at 2:58 AM Arnout Vandecappelle <arnout@mind.be> wrote:
>
>
> On 08/05/2019 13:34, Atharva Lele wrote:
> >> By the way, did you get the chance to look at and/or contact the other
> >> reproducible builds projects?
> >
> > Unfortunately, I didn't get the time to loot at other reproducible builds
> > projects
>
> One of them contacted us on IRC:
>
> [22:59:38] <lamby> COngratulations on being acccepted to GSoC. (re.
> https://summerofcode.withgoogle.com/projects/#5992608243908608)
> [23:00:02] <aduskett> It's about freaking time lol
> [23:00:20] <lamby> I was just wondering (as someone from the Reproducible
> Builds
> project) https://reproducible-builds.org/who/ whether you want to sync-up,
> informally that-is?
> [23:01:01] <aduskett> lamby, I think that's more on kos_tom, y_morin,
> arnout, or
> peter
> [23:01:08] <Jacmet> lamby: sure!
> [23:01:10] <lamby> Thanks for pinging them. :)
> [23:01:17] <aduskett> or Jacmet lol
> [23:01:50] <lamby> I've got to go finish some work now but fancy joining
> #reproducible-builds on OFTC? :)
> [23:02:20] <Jacmet> lamby: we already had some basic reproducible fixes for
> quite some time (timezone, locale, SOURCE_DATE_EPOCH, ..) - But the idea
> is to
> go quite a bit further now
> [23:02:45] <lamby> Awesome.
> [23:02:46] <arnout> lamby: great, Atharva was looking for a way to get in
> touch
> [23:02:52] <lamby> We write monthly reports (eg.
> https://reproducible-builds.org/reports/2019-04/)
> [23:03:00] <agb> yay for reproducible builds, too bad the icecreamcc
> proposal
> wasn't accepted too
> [23:03:03] <lamby> ? it would be great if we could include something about
> you
> in our next report. would you be up for that?
> [23:03:42] <Jacmet> lamby: I guess that should be doable, yes
> [23:03:46] <arnout> lamby: the next report is maybe a little bit too early
> though
> [23:04:08] <Jacmet> lamby: those reports are sent out at the end of the
> month,
> right?
> [23:04:09] <arnout> lamby: Atharva is going into exams now and will really
> start
> the work in June.
> [23:05:37] <lamby> Just writing about the plans is what I was thinking of.
> I
> mean, I could probably copy-paste from the link above. :)
> [23:07:17] <Jacmet> lamby: ;)
>
>
> It would be good if you were permanently on IRC. I use quassel myself -
> but
> that requires a device that is permanently on and that you can access
> remotely.
> An alternative is to use the matrix connector [1] through any of the
> umpteen
> matrix clients.
>
> Regards,
> Arnout
>
> [1] https://matrix.to/#/#freenode_#buildroot:matrix.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190509/157296f0/attachment.html>
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2019-05-09 6:49 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-17 13:46 [Buildroot] [GSoC 2019] Introduction Email - Atharva Lele Atharva Lele
2019-03-26 22:09 ` Arnout Vandecappelle
[not found] ` <d528d059-b900-7b18-7772-dbb3350f1af6@mind.be>
[not found] ` <CABM+sgpVOb0gxPeA3fTm4Luup6wDgyE56DPB1taVouCB4JmryA@mail.gmail.com>
2019-04-01 16:58 ` Atharva Lele
2019-04-02 9:21 ` Arnout Vandecappelle
2019-04-02 15:30 ` Atharva Lele
2019-04-02 18:19 ` Yann E. MORIN
2019-04-04 15:55 ` Atharva Lele
2019-04-09 18:38 ` Atharva Lele
2019-05-02 19:27 ` Atharva Lele
2019-05-02 19:57 ` Yann E. MORIN
2019-05-07 13:26 ` Atharva Lele
2019-05-07 21:17 ` Yann E. MORIN
2019-05-07 22:12 ` Arnout Vandecappelle
2019-05-08 11:34 ` Atharva Lele
2019-05-08 12:21 ` Yann E. MORIN
2019-05-08 12:51 ` Atharva Lele
2019-05-08 13:44 ` Arnout Vandecappelle
2019-05-08 13:55 ` Atharva Lele
2019-05-08 21:28 ` Arnout Vandecappelle
2019-05-09 6:49 ` Atharva Lele
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox