Skip to content

Commit c8ce2da

Browse files
Fixed typo in name of Mrs. Kalkman
1 parent 2304b5e commit c8ce2da

File tree

4 files changed

+105
-68
lines changed

4 files changed

+105
-68
lines changed

2018/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2018/schedule.html

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,33 @@ <h2 class="session-title">JavaScript Class Features: A case study in TC39</h2>
221221

222222
<div class="session">
223223

224+
<div class="session-speaker">
225+
<div class="session-speakerAvatar" style="background-image:url(img/speakers/pic-sannekalkman.jpg);"></div>
226+
<div class="session-speakerProfile">
227+
<p class="session-speakerName">Sanne Kalkman</p>
228+
229+
<div class="session-speakerBio" lang="en">
230+
<p>Sanne is a former teacher turned (mostly self-taught) software engineer. Currently, she works at TELE2 in Amsterdam, building applications that help her colleagues keep an eye on anything network-related. When she's not coding, you'll probably find her either 25 browser tabs deep into a new CS topic, or behind her sewing machine.</p>
231+
</div>
232+
233+
<ul class="session-speakerLinks">
234+
235+
<li>
236+
<a href="https://twitter.com/sannekalkman">
237+
<img src="img/ico-twitter.svg" width="32" height="32" alt="Twitter: @sannekalkman">
238+
</a>
239+
</li>
240+
241+
<li>
242+
<a href="https://github.com/sannek">
243+
<img src="img/ico-github.svg" width="32" height="32" alt="GitHub: @sannek">
244+
</a>
245+
</li>
246+
247+
</ul>
248+
</div>
249+
</div>
250+
224251
<div class="session-content">
225252
<p class="session-time">Nov. 23, 13:30 - 14:00, Room A</p>
226253
<h2 class="session-title">Who Takes Out Your Trash</h2>
@@ -1446,7 +1473,7 @@ <h1 class="confcal-buttonTitle">Conference</h1>
14461473
<div class="confcal-byline">by <span class="confcal-person">Martin Heidegger</span></div></a></td></tr>
14471474
<tr class="confcal-slot confcal-slot-6 confcal-slot-by">
14481475
<td class="confcal-entry"><a class="confcal-text" href="#conference-1-6"><h3 class="confcal-title">Who Takes Out Your Trash</h3>
1449-
<div class="confcal-byline">by <span class="confcal-person">Sanne Kalkmann</span></div></a></td>
1476+
<div class="confcal-byline">by <span class="confcal-person">Sanne Kalkman</span></div></a></td>
14501477
<td class="confcal-entry"><a class="confcal-text" href="#conference-2-4"><h3 class="confcal-title">State of SEO for SPA</h3>
14511478
<div class="confcal-byline">by <span class="confcal-person">seya</span></div></a></td>
14521479
<td class="confcal-entry"><a class="confcal-text" href="#conference-5-4"><h3 class="confcal-title">Navi: painless routing for React</h3>

2018/speakers.html

Lines changed: 75 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,81 @@ <h2 class="session-title">DAT Workshop</h2>
713713

714714
<li>
715715

716+
<a class="speaker" href="#speaker-sannekalkman">
717+
<div class="speaker-image">
718+
<div class="Hex">
719+
<div class="Hex-outer">
720+
<div class="Hex-inner">
721+
<img src="img/speakers/pic-sannekalkman.jpg" class="Hex-image">
722+
</div>
723+
</div>
724+
</div>
725+
</div>
726+
<div class="speaker-info">
727+
<p class="speaker-name">
728+
Sanne Kalkman
729+
</p>
730+
<p class="speaker-session">
731+
Who Takes Out Your Trash
732+
</p>
733+
</div>
734+
</a>
735+
736+
<div class="overlay" data-key="speaker-sannekalkman">
737+
<div class="overlay-content">
738+
739+
<button class="overlay-button">
740+
<svg xmlns="http://www.w3.org/2000/svg" class="overlay-icon"><use xlink:href="#close"></use></svg>
741+
</button>
742+
743+
<div class="session">
744+
745+
<div class="session-speaker">
746+
<div class="session-speakerAvatar" style="background-image:url(img/speakers/pic-sannekalkman.jpg);"></div>
747+
<div class="session-speakerProfile">
748+
<p class="session-speakerName">Sanne Kalkman</p>
749+
750+
<div class="session-speakerBio" lang="en">
751+
<p>Sanne is a former teacher turned (mostly self-taught) software engineer. Currently, she works at TELE2 in Amsterdam, building applications that help her colleagues keep an eye on anything network-related. When she's not coding, you'll probably find her either 25 browser tabs deep into a new CS topic, or behind her sewing machine.</p>
752+
</div>
753+
754+
<ul class="session-speakerLinks">
755+
756+
<li>
757+
<a href="https://twitter.com/sannekalkman">
758+
<img src="img/ico-twitter.svg" width="32" height="32" alt="Twitter: @sannekalkman">
759+
</a>
760+
</li>
761+
762+
<li>
763+
<a href="https://github.com/sannek">
764+
<img src="img/ico-github.svg" width="32" height="32" alt="GitHub: @sannek">
765+
</a>
766+
</li>
767+
768+
</ul>
769+
</div>
770+
</div>
771+
772+
<div class="session-content">
773+
<p class="session-time">Nov. 23, 13:30 - 14:00, Room A</p>
774+
<h2 class="session-title">Who Takes Out Your Trash</h2>
775+
776+
<div class="session-summary">
777+
<p>In our daily development lives, most of us don’t have to worry about unused objects gathering cobwebs<br>and filling up the memory. All we need to know is that our language has a garbage collector that<br>just comes by and makes our trash disappear. Somehow it figures out what should stay and what can go,<br>our program can keep going without running out of space, and we don’t have to do a thing.<br><br>It is not in fact magic that takes care of the garbage, and this talk will show you how it’s done.<br>First, we’ll explore how two of the most common garbage collection algorithms, reference counting and<br>tracing, figure out what is ready to be collected. Next, we’ll see how we could get the garbage truck<br>out of the way faster by using a generational algorithm, and finally we’ll have a brief look at how<br>Python’s garbage collection works.<br><br>This friendly introduction to taking out the trash gives an overview of important aspects of garbage<br>collection algorithms. It is specifically meant to be accessible developers of all levels and you’ll<br>walk away with an understanding of and appreciation for all the hard work that goes on behind the<br>scenes.</p>
778+
</div>
779+
780+
</div>
781+
782+
</div>
783+
784+
</div>
785+
</div>
786+
787+
</li>
788+
789+
<li>
790+
716791
<a class="speaker" href="#speaker-sekikazu01">
717792
<div class="speaker-image">
718793
<div class="Hex">
@@ -2906,71 +2981,6 @@ <h2 class="session-title">Lightning Talks: Deploy TypeScript with CodePipeline i
29062981

29072982
</div>
29082983

2909-
</div>
2910-
</div>
2911-
2912-
</li>
2913-
2914-
<li>
2915-
2916-
<a class="speaker" href="#speaker-sannekalkman">
2917-
<div class="speaker-image">
2918-
<div class="Hex">
2919-
<div class="Hex-outer">
2920-
<div class="Hex-inner">
2921-
<img src="img/speakers/pic-sannekalkman.jpg" class="Hex-image">
2922-
</div>
2923-
</div>
2924-
</div>
2925-
</div>
2926-
<div class="speaker-info">
2927-
<p class="speaker-name">
2928-
Sanne Kalkman
2929-
</p>
2930-
<p class="speaker-session">
2931-
2932-
</p>
2933-
</div>
2934-
</a>
2935-
2936-
<div class="overlay" data-key="speaker-sannekalkman">
2937-
<div class="overlay-content">
2938-
2939-
<button class="overlay-button">
2940-
<svg xmlns="http://www.w3.org/2000/svg" class="overlay-icon"><use xlink:href="#close"></use></svg>
2941-
</button>
2942-
2943-
<div class="session">
2944-
2945-
<div class="session-speaker">
2946-
<div class="session-speakerAvatar" style="background-image:url(img/speakers/pic-sannekalkman.jpg);"></div>
2947-
<div class="session-speakerProfile">
2948-
<p class="session-speakerName">Sanne Kalkman</p>
2949-
2950-
<div class="session-speakerBio" lang="en">
2951-
<p>Sanne is a former teacher turned (mostly self-taught) software engineer. Currently, she works at TELE2 in Amsterdam, building applications that help her colleagues keep an eye on anything network-related. When she's not coding, you'll probably find her either 25 browser tabs deep into a new CS topic, or behind her sewing machine.</p>
2952-
</div>
2953-
2954-
<ul class="session-speakerLinks">
2955-
2956-
<li>
2957-
<a href="https://twitter.com/sannekalkman">
2958-
<img src="img/ico-twitter.svg" width="32" height="32" alt="Twitter: @sannekalkman">
2959-
</a>
2960-
</li>
2961-
2962-
<li>
2963-
<a href="https://github.com/sannek">
2964-
<img src="img/ico-github.svg" width="32" height="32" alt="GitHub: @sannek">
2965-
</a>
2966-
</li>
2967-
2968-
</ul>
2969-
</div>
2970-
</div>
2971-
2972-
</div>
2973-
29742984
</div>
29752985
</div>
29762986

2018/src/confcal/conference.confcal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ at Yahoo Japan Corporation#ChIJ30G_l3iLGGARWbrLEBhHS3s
3636
we'll see how these proposals work in detail, the process that got them there, and how you can get
3737
involved. TC39 needs your help to build features like these and the future of JavaScript.
3838

39-
13:30-14:00 Who Takes Out Your Trash by Sanne Kalkmann
39+
13:30-14:00 Who Takes Out Your Trash by Sanne Kalkman
4040

4141
In our daily development lives, most of us don’t have to worry about unused objects gathering cobwebs
4242
and filling up the memory. All we need to know is that our language has a garbage collector that

0 commit comments

Comments
 (0)