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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
|
---
layout: default
title: The Copenhagen Rust Group
---
<div class="row install-row">
<div class="col-md-12">
<p style="float: right" class="update-timestamp">Last updated: {{ site.time | date_to_long_string }}</p>
<p class="pitch">
We are a Copenhagen-based group of programmers enthusiastic
about the programming language <b>Rust</b>, a systems
programming language developed by Mozilla.
</p>
</div>
</div>
<div class="row code-row">
<div class="col-md-7">
<p>We organize events, meetups and hackathons, so stay tuned
on this site for future events!</p>
<h2>Upcoming events</h2>
<article class="event">
<div class="event-date">
<p class="event-month">June</p>
<p class="event-day">28</p>
<p class="event-year">2018</p>
</div>
<div class="event-desc">
<h3 class="event-desc-header">
<code>Hack Night #7</code>
</h3>
<dl class="dl-horizontal">
<dt>Where</dt>
<dd>Energy Hub, Sundkaj 7<dd>
<dt>When</dt>
<dd>18:00—22:00</dd>
</dl>
<p>The next hack night will take place in Energy Hub in Nordhavn.</p>
<p><code>laumann</code> will present a project he's been cooking for
some time, otherwise the evening is open for hacking on your own
projects in a cozy atmosphere.</p>
<p>Snacks will be sponsored by <a href="https://omnio.net">Omnio</a>!</p>
</div>
</article>
</div>
<div class="col-md-5">
<a class="btn btn-primary btn-block"
href="https://chat.mibbit.com/?server=irc.mozilla.org&channel=#rust-cph"
target="_blank">#rust-cph</a>
<p>Join us on our IRC channel <code>#rust-cph</code> on Mozilla's server
irc.mozilla.org. We'll use this space to coordinate future
meetups and for general Rust-related chat.</p>
<h2>Past events</h2>
<article class="event">
<div class="event-date">
<p class="event-month">May</p>
<p class="event-day">23</p>
<p class="event-year">2018</p>
</div>
<div class="event-desc">
<h3 class="event-desc-header">
<code>We're back! And it's fuzzy!</code>
</h3>
<dl class="dl-horizontal">
<dt>Where</dt>
<dd>Jobindex, Holger Danskes Vej 91, Frederiksberg</dd>
<dt>When</dt>
<dd>18:00—22:00</dd>
</dl>
<p>After a long hiatus, we are starting up again with Rust hack nights.
Our first meeting of 2018 will feature a presentation titled <b>Rust and
Fuzz Testing</b>, delivered by the good folks at <a
href="https://seasoned.software"
target="_blank">Seasoned.Software</a>:</p>
<p><blockquote style="font-style: italic">At <a href="https://seasoned.software"
target="_blank">Seasoned.Software</a> we build a CI platform that
uses fuzz testing to improve the quality of your software projects. We
love Rust and we use it for most of our platform, and we support Rust
projects as first class citizens. We will give a brief presentation on
how Rust helped us build our platform, which problems we have
encountered so far, and how we solved them. Afterwards we will explain
why you should fuzz test your own projects and show how to set up fuzz
testing for your own Rust projects.</blockquote></p>
<p>The presentation is expected to start around 19:00, but you are
welcome to get in early from 18:00.</p>
</div>
</article>
<article class="event">
<div class="event-date">
<p class="event-month">May</p>
<p class="event-day">17</p>
<p class="event-year">2017</p>
</div>
<div class="event-desc">
<h3 class="event-desc-header">
<code>Rust Hack Night #5</code>
</h3>
<dl class="dl-horizontal">
<dt>Where</dt>
<dd>PROSA, KBH, ADA Vester Farimagsgade 37A</dd>
<dt>When</dt>
<dd>18:00—22:00</dd>
</dl>
<p>We get together to hack on our own Rust projects, talk
Rust and have fun.</p>
<p>This time the event is hosted at PROSA and we would be
happy to have one or two presentations on Rust-y
topics. If you'd like to give a talk, just write
to <kbd>laumann.thomas</kbd><!-- space
--><kbd>@</kbd><!-- more space --><kbd>gmail.com</kbd> and
we will put it on the program.</p>
</div>
</article>
<article class="event">
<div class="event-date">
<p class="event-month">Apr</p>
<p class="event-day">26</p>
<p class="event-year">2017</p>
</div>
<div class="event-desc">
<h3 class="event-desc-header">
<code>Yet Another Hack Night</code>
</h3>
<dl class="dl-horizontal">
<dt>Where</dt>
<dd>Kronprinsessegade 54, 5th floor</dd>
<dt>When</dt>
<dd>18:00—22:00</dd>
</dl>
<p>We get together to hack on our own Rust projects, talk
Rust and have fun.</p>
<p>NEW! Call for talks!</p>
<p>If you'd like to give a talk, just write
to <kbd>laumann.thomas</kbd><!-- space
--><kbd>@</kbd><!-- more space --><kbd>gmail.com</kbd> and
we will put it on the program.</p>
<p><b>UPDATE</b> We watched Raph
Levien's <a href="https://www.youtube.com/watch?v=SKtQgFBRUvQ">presentation</a>
on the <a href="https://github.com/google/xi-editor">Xi
editor</a>, and spent some time trying to figure out if
any of the linked frontends worked.</p>
<p><a href="https://github.com/mbudde">mbudde</a>
and <a href="https://github.com/laumann">laumann</a> also
hacked on redshift-rs, cleaning up some code and enabling
it to read a user's <code>~/.config/redshift.conf</code>
configuration.</p>
</div>
</article>
<article class="event">
<div class="event-date">
<p class="event-month">Mar</p>
<p class="event-day">30</p>
<p class="event-year">2017</p>
</div>
<div class="event-desc">
<h3 class="event-desc-header">
<code><b>cph_rs.hack_night();</b></code>
</h3>
<dl class="dl-horizontal">
<dt>Where</dt>
<dd>Snaregade 12</dd>
<dt>When</dt>
<dd>18:00—22:00</dd>
</dl>
<p>We get together to hack on our own Rust projects, talk
Rust and have fun.</p>
<p>Note that it is a different location than past
events. We thought it'd be fun to move it around a bit and
for this event, we will be hosted at Zendesk. Thanks
to <a href="https://github.com/jbdietrich"><code>jdietrich</code></a>
for setting it up!</p>
<p>If you want to join, just
contact <kbd>laumann.thomas<span><!-- space
--></span>@<span><!-- more space
--></span>gmail.com</kbd>, or let us know
on <code><a href="https://chat.mibbit.com/?server=irc.mozilla.org&channel=#rust-cph"
target="_blank"><b>#rust-cph</b></a></code>.</p>
</div>
</article>
<article class="event">
<div class="event-date">
<p class="event-month">Feb</p>
<p class="event-day">23</p>
<p class="event-year">2017</p>
</div>
<div class="event-desc">
<h3 class="event-desc-header">
<img src="/img/hack-night.png" style="width: 100%">
</h3>
<dl class="dl-horizontal">
<dt>Where</dt>
<dd>Kronprinsessegade 54, 5th floor</dd>
<dt>When</dt>
<dd>18:00</dd>
</dl>
<p>We get together to hack on our own Rust projects, talk
Rust and have fun.</p>
<p>If you want to join, just
contact <kbd>laumann.thomas<span><!-- space
--></span>@<span><!-- more space
--></span>gmail.com</kbd>, or let us know
on <code><a href="https://chat.mibbit.com/?server=irc.mozilla.org&channel=#rust-cph"
target="_blank">#rust-cph</a></code>.</p>
</div>
</article>
<article class="event">
<div class="event-date">
<p class="event-month">Jan</p>
<p class="event-day">24</p>
<p class="event-year">2017</p>
</div>
<div class="event-desc">
<h3 class="event-desc-header">Hack Night</h3>
<dl class="dl-horizontal">
<dt>Where</dt>
<dd>Kronprinsessegade 54, 5th floor</dd>
<dt>When</dt>
<dd>18:00</dd>
</dl>
<p>Merry Christmas! Almost a year has gone by since the
last meetup—but it is time again.</p>
<p>Anyone is welcome. If you want to join, just contact <kbd>laumann.thomas<span><!-- space --></span>@<span><!-- more space --></span>gmail.com</kbd></p>
<p><strong>UPDATE</strong> An enjoyable evening working on
individual projects. Among other
things, <a href="https://github.com/laumann">laumann</a>
added command-line arguments
to <a href="https://github.com/laumann/redshift-rs">redshift-rs</a>,
a <a href="http://jonls.dk/redshift/">Redshift</a>
clone (using <a href="https://crates.io/crates/docopt">docopt</a>).</p>
<p>We discussed implementing custom iterators
for parsing emojis in text, and how to use
the <code>?</code> operator that was stabilized
in <a href="https://blog.rust-lang.org/2016/11/10/Rust-1.13.html">Rust 1.13</a>.
</p>
<!-- We discussed implementing custom iterators and -->
<!-- the <code>?</code> operator -->
</div>
</article>
<article class="event">
<div class="event-date">
<p class="event-month">Feb</p>
<p class="event-day">17</p>
<p class="event-year">2016</p>
</div>
<div class="event-desc">
<h3 class="event-desc-header">Hackathon</h3>
<dl class="dl-horizontal">
<dt>Where</dt>
<dd>Kronprinsessegade 54, 5th floor</dd>
<dt>When</dt>
<dd>18:00</dd>
</dl>
<p>Riding the wave from the smashing success (and pizza)
of the first Hackathon, the next event is on the
horizon. To find a date in February, we have the
following <a href="http://doodle.com/poll/n3rbf6b97fw2n334">doodle</a>
(it is closed now). Just select the days that suit you,
and we will make a decision by the end of next week.</p>
<p>Anyone is welcome, regardless of Rust proficiency (in
fact, the hackathons are great places to pick up new
knowledge fast).</p>
<p>For any questions just shoot an e-mail to <kbd>laumann.thomas<span><!-- space --></span>@<span><!-- more space --></span>gmail.com</kbd></p>
</div>
</article>
<article class="event">
<div class="event-date">
<p class="event-month">Jan</p>
<p class="event-day">13</p>
<p class="event-year">2016</p>
</div>
<div class="event-desc">
<h3 class="event-desc-header">Hackathon</h3>
<dl class="dl-horizontal">
<dt>Where</dt>
<dd>Kronprinsessegade 54, 5th floor</dd>
<dt>When</dt>
<dd>18:00</dd>
</dl>
<p>We get together to hack some Rust. If you would like to attend, please let us know by sending an e-mail to <kbd>laumann.thomas<span><!-- space --></span>@<span><!-- more space --></span>gmail.com</kbd></p>
</div>
</article>
<article class="event">
<div class="event-date">
<p class="event-month">May</p>
<p class="event-day">15</p>
<p class="event-year">2015</p>
</div>
<div class="event-desc">
<h3 class="event-desc-header">Rust 1.0 Release Party</h3>
<dl class="dl-horizontal">
<dt>Where</dt>
<dd>Robocat office, Pilestræde 43, 2nd floor</dd>
<dt>When</dt>
<dd>18:00</dd>
</dl>
<p>Along with <a href="https://users.rust-lang.org/t/rust-1-0-launch-event-details-action-required-for-event-organizers/1025/15">other Rust-enthusiastic groups</a>, we had a Rust 1.0 release party, with t-shirts and everything! Link to the <a href="https://www.eventbrite.com/e/copenhagen-rust-launch-party-tickets-16663376608?utm_campaign=new_attendee&utm_medium=email&utm_source=eb_email&utm_term=event_name">event</a>.</p>
</div>
</article>
<article class="event">
<div class="event-date">
<p class="event-month">Mar</p>
<p class="event-day">18</p>
<p class="event-year">2015</p>
</div>
<div class="event-desc">
<h3 class="event-desc-header">Rust - Copenhagen Tech
Polyglot Meetup</h3>
<dl class="dl-horizontal">
<dt>Where</dt>
<dd>Kronprinsessegade 54, 4th floor</dd>
<dt>When</dt>
<dd>19:00</dd>
</dl>
<p>A Rust event organized in collaboration with
the <a href="http://polyglots.dk">Copenhagen Tech
Polyglots</a>. We had a good evening talking all things
Rust, and, of course, stickers. See the
event <a href="http://www.meetup.com/Copenhagen-Tech-Polyglots/events/220800093/">here</a>.</p>
</div>
</article>
</div>
</div>
<!-- <script type="text/javascript"> -->
<!-- {% include include.js %} -->
<!-- include("https://cdn.jsdelivr.net/ace/1.1.3/noconflict/ace.js", function () { -->
<!-- include("https://cdn.jsdelivr.net/ace/1.1.3/noconflict/mode-rust.js", function () { -->
<!-- {% include editor.js %} -->
<!-- }); -->
<!-- }); -->
<!-- {% include set_platform.js %} -->
<!-- </script> -->
|