-
Notifications
You must be signed in to change notification settings - Fork 79
Code and Learn at Node.js Interactive in Amsterdam #56
Comments
I'd be up for helping with this, obviously dependent on me attending the events |
Amsterdam is my home turf (after a fashion) so I'll volunteer. I request remuneration only for the train ticket but I do tend to travel 1st class exclusively so there's that. |
happy to chip in |
We really need someone to step up to lead this effort at Amsterdam and Austin (doesn't need to be the same person each time). |
I can help as a mentor on site. Going to be fairly busy I think so I don't want to overcommit as 'lead' |
@mikeal would this be running during the collaborator summit? Do we have resources to offer individuals, potentially with a focus on under represented groups, continued support after a code and learn? I think it might be particularly interesting to pair current collaborators with new collaborators. It might also be great if we can offer some sort of scholarship to individuals in need so that they can focus a continued effort on getting involved. |
Which day is this at in Amsterdam? I may be able to help but I definitely don't want to lead it. |
I can lead but it depends on what day it is. (EDIT: In Amsterdam.) |
Morning of the 17th. |
I’ll definitely want to be there and can probably also invest some time into it beforehand. |
How morning is morning? 17th works for me but I need to drive up from Groningen. I can be there around 11 am. |
Thanks, that page was still blank last I checked. :-) I don't think I'll be able to make 9 am, I'd have to leave before 6 am. |
Heya, do you need anything from the events team? |
I won't be there fwiw. |
So who is going to lead? |
If nobody else is available, I can try to, even as a newbie… I’d definitely want to talk with people who have done this before in that case |
im up for being involved, let me know what I can do to help |
IRC or email? Don't worry, the biggest thing is to have some 'good first contribution' issues stacked up, everything else flows from there (after walking people through how to build first.) |
hm, how about in IRC in an hour (I’m busy until then), maybe with @thealphanerd too? |
I will be there also and can definitely help in any way that I can but I'm more than happy for @addaleax or others to take the lead if they'd like. |
I have cheese/bacon pancakes and a Danish krimi to attend to first but I'll hop onto IRC afterwards. Make it 1.30h from now. |
oh, have fun! and yeah, works for me :) |
ping me when ya’ll are ready, I should be around
|
oh, yeah, seems I forgot to comment… I should be able to lead this :) |
Okay, so from what I’ve gathered by talking to a few people here, the expectations for Code & Learn are a bit diverse, as are the skill levels of attending people. I’ve gathered a few changes that people might up to do, maybe that’s enough (I’ll definitely gather a bit more), but I’m pretty sure that even if not we’re going to be able to provide attendees with things they’re interested in (@saghul even offered to help people with first libuv contributions if they’re interested in that!). A few things that I think are okay:
And a few test files that could be cleaned up in NodeTodo/@Trott style:
Tomorrow we might get a better picure of how many people would be able and willing to attend (maybe @mikeal could ask a quick question when he mentions Code & Learn during the final notes)? And @mikeal … not sure whether it makes a difference, but maybe we could add your “It's a workshop for people who want to learn how to contribute to Node.js core.” at the beginning and drop the whole “Concerns have also … need to be distributed geographically” part? I think that should clear up everything sufficiently. /cc a couple of people who are here: @mhdawson @jasnell @bnoordhuis @saghul @mcollina @mikeal @thealphanerd |
Great work putting that together @addaleax! FWIW, I tagged some issues as good first contributions to libuv here: https://github.com/libuv/libuv/labels/good-first-contribution So if anyone what's to go for it, I'm happy to help as a mentor. |
wow... amazing list! To this I would add that there are a number of issues tagged as |
I would like to pickup test cleanup of |
DONE Working on |
issue: nodejs/code-and-learn#56(comment) modified file: test/parallel/test-child-process-stdio.js Replace the equal assetion with strictEqual. Replace the notEqual assertion with strictNotEqual.
Refs: nodejs/code-and-learn#56(comment) Replace the equal assetion with strictEqual. Replace the notEqual assertion with strictNotEqual. PR-URL: #8584 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
PR-URL: nodejs#8614 Refs: nodejs/code-and-learn#56 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ilkka Myller <[email protected]>
Refs: nodejs/code-and-learn#56(comment) Replace the equal assetion with strictEqual. Replace the notEqual assertion with strictNotEqual. PR-URL: #8584 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
PR-URL: #8614 Refs: nodejs/code-and-learn#56 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ilkka Myller <[email protected]>
Refs: nodejs/code-and-learn#56(comment) Replace the equal assetion with strictEqual. Replace the notEqual assertion with strictNotEqual. PR-URL: #8584 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
PR-URL: #8614 Refs: nodejs/code-and-learn#56 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ilkka Myller <[email protected]>
Is there a thread to organize this for Austin? |
Closing because this happened and planning for the next one is over in #59. As always, feel free to re-open or comment if you feel this really shouldn't be closed. |
@Trott you made a slight typo in Amsterdam ;) |
There is now! #60 On Thu, Oct 13, 2016, 7:02 PM Anna Henningsen [email protected]
|
src: Add does_zap_garbage, malloced_memory and peak_malloced_memory to v8 HeapStatistics Following nodejs/code-and-learn#56 I have exposed does_zap_garbage to HeapStatistics. The other fields, malloced_memory and peak_malloced_memory don't seem to be in the current version of v8 in master. PR-URL: #8610 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
src: Add does_zap_garbage, malloced_memory and peak_malloced_memory to v8 HeapStatistics Following nodejs/code-and-learn#56 I have exposed does_zap_garbage to HeapStatistics. The other fields, malloced_memory and peak_malloced_memory don't seem to be in the current version of v8 in master. PR-URL: #8610 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
So, I'd like to resurrect this event to run either before or after the Node.js Interactive events in Amsterdam and Austin.
We need to figure out what this will look like so that we can budget it correctly.
As a reminder, this program was intended as a series of workshops for getting people working on Node.js itself. The goal was that by the end of the workshop they would have a PR open, or be close to it.
We need to put together a list of subjects, people that can properly mentor the subject, and if those people need their travel covered we need to know where they are coming from. Also, for each subject and mentor allocation we need to figure out the maximum size of the attendees.
/cc @dshaw @ashleywilliams @hackygolucky @Fishrock123
The text was updated successfully, but these errors were encountered: