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
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
|
[[upcoming]]
title = "Hacknight #2"
date = 2024-02-15 17:00:00+01:00
venue = "Datalogisk Institut, Københavns Universitet (DIKU)"
address = "Universitetsparken 1"
url = "https://www.meetup.com/copenhagen-rust-community/events/298999792/"
content = """
<p>We are excited to welcome you to Rust Hack Night #2 at DIKU.</p>
<p>Tonight we're hacking compilers, parsers, interpreters.</p>
<p>Work on your pet DSL, build a parser for something, or abuse the `syn` crate.</p>
<p>For this hack night we'd like to level up: Think about 1-3 crates you think anyone building a compiler in Rust should know about. In the beginning of the evening we collect what people brought and ask participants to pitch each of the most popular choices and why this crate is so great they're using it tonight.</p>
<p>17:00 - 17:10: begin();<br>
17:10 - 17:20: promote_crates();<br>
17:20 - 21:30: hack();<br>
21:30 - 21:55: show_and_tell();<br>
21:55 - 22:00: end();</p>
<p>This hack night assumes familiarity with Rust and compilers, but not necessarily compilers made in Rust.</p>
<p>We kindly remind you to cancel your RSVP a day before if you can't make it so that others may attend.</p>
<p>We look forward to seeing you all!</p></div>
"""
[[recent]]
title = "Meetup #43"
date = 2024-01-25 18:00:00+01:00
venue = "Google Copenhagen"
address = "Sankt Petri Passage 5, København"
url = "https://www.meetup.com/copenhagen-rust-community/events/298425730/"
content = """
<p>We are excited to welcome you back after the new year to Rust Meetup #43 sponsored by Google!<br>
<strong>RSVPs open at January 18, 18:00</strong></p>
<p>The plan looks as follows:</p>
<p>18:05—18:15: Welcome!<br>
18:15—19:00: “Linux block device drivers in Rust” By <a href="https://www.linkedin.com/in/andreashindborg" target="_blank" class="!text-viridian" rel="ugc">Andreas Hindborg</a><br>
19:00—19:45: Break and food sponsored by Google<br>
19:50—20:35: "Rust in the Linux kernel" by <a href="https://www.linkedin.com/in/aliceryhl/" target="_blank" class="!text-viridian" rel="ugc">Alice Ryhl</a><br>
20:35—: Hang out and talk</p>
<p>As usual, Google requires nametags and as such you'll have to register here as well: <a href="https://rsvp.withgoogle.com/events/rust-meetup_q1" target="_blank" class="!text-viridian" rel="ugc">https://rsvp.withgoogle.com/events/rust-meetup_q1</a><br>
Access will not be granted without a nametag and keep in mind meetup is the authoritative attendance list so only signup above if you're on the "going" list 😊</p>
<p>We look forward to seeing you all! 🦀</p>
"""
[[recent]]
title = "Hacknight #1"
date = 2023-12-27 16:00:00+01:00
venue = "Datalogisk Institut, Københavns Universitet (DIKU)"
address = "Universitetsparken 1"
url = "https://www.meetup.com/copenhagen-rust-community/events/297894275/"
content = """
<p>There is no regular Rust meetup with talks during this December.</p>
<p>So we are excited to welcome you to Rust Hacknight #1 at DIKU!</p>
<p>This night we're hacking CLIs and TUIs. Also, make your own plush Ferris.</p>
<p>Come and build that terminal program you have been thinking of.</p>
<p>Keywords: clap, ratatui, cursive, crossterm, r3bl_tuify</p>
<p>For those of you who have looked with envy at Vanja's plush Ferris: orange cloth, scissors and needles will be provided for those who want to try and make one. We can't promise Vanja's mom will be available for guidance.</p>
<p>The plan looks as follows:<br>
16:00 - 16:10: begin();<br>
16:10 - 20:40: hack();<br>
20:40 - 20:55: show_and_tell();<br>
20:55 - 21:00: end();</p>
<p>This hacknight is beginner friendly: There will be people who can answer questions if you get stuck on the intricacies of Clap macros. There will be examples you can steal from. We do expect that you have the Rust toolchain installed on your computer, and perhaps have tried Hello World or Rustlings.</p>
<p>We have not requested food sponsorship, but Prosa will generously provide gløgg (with and without alcohol), æbleskiver and Christmas cookies.</p>
<p>Lastly, as we have limited seats we kindly remind you to cancel your RSVP a day before if you can't make it so that others may attend.</p>
<p>We look forward to seeing you all</p>
"""
[[recent]]
title = "Meetup #42"
date = 2023-11-30 18:00:00+01:00
venue = "Nine A/S"
address = "Kongens Nytorv 18, 1050 København"
url = "https://www.meetup.com/copenhagen-rust-community/events/297405705/"
content = """
<p>We are excited to welcome you to Rust meetup #42 sponsored by <a href="https://nine.dk/" target="_blank" rel="nofollow ugc">Nine</a>!</p>
<p>The plan looks as follows:</p>
<p>18:05—18:15: Welcome!<br>
18:15—19:00: “Introduction to Automated Testing” By <a href="https://yoshuawuyts.com/" target="_blank" rel="nofollow ugc">Yosh Wuyts</a><br>
19:00—19:45: Break and food sponsored by Nine A/S<br>
19:50—20:35: "Programmable fonts with Rust" by <a href="https://www.linkedin.com/in/valdemar-erk" target="_blank" rel="ugc">Valdemar Erk</a><br>
20:35—: Hang out and talk</p>
<p>We look forward to seeing you all! 🦀</p>
"""
[[recent]]
title = "Hacknight #0"
date = 2023-11-09 18:00:00+01:00
venue = "Adapt Agency"
address = "Langebrogade 6a, 1411 København"
url = "https://www.meetup.com/copenhagen-rust-community/events/297097461/"
content = """
<p class="">We are excited to welcome you to the Rust coding night #0 hosted by <a href="https://adaptagency.com/" target="_blank">Adapt Agency</a>!</p>
<p class="">Couldn't make the Rust meetup because all the seats were taken? As a supplement to the wildly popular monthly Copenhagen Rust meetups, coding night means less chat, more code. Each coding night has a theme under which people are free to explore. You can show up with an existing project within the theme, or you can show up barehanded and start from scratch.</p>
<p class="">This time we're looking at: Leptos, a reactive wasm web-framework that lets you write Rust in the browser. You can get a head start with Leptos: https://leptos.dev/</p>
<p class="">Towards the end of the coding night we have allocated a short amount of time for show-and-tell in case you have something you want to show off. Others are free to continue their thing simultaneously, this is just inspirational.</p>
<p class="">The plan looks as follows:</p>
<p class="">18:00 - 18:10: begin();</p>
<p class="">18:10 - 20:45: hack();</p>
<p class="">20:30 - 20:45: show_and_tell();</p>
<p class="">20:45 - 20:55: end();</p>
<p class="">We are not able to provide food and drinks for this event, so make sure to bring what you need to stay energized for the night. And apart from your dinner box, remember also to bring your own computing devices.</p>
<p class="">Lastly, as we have limited seats we kindly remind you to cancel your RSVP a day before if you can't make it so that others may attend.</p>
<p class="">We look forward to seeing you all!</p>
"""
[[recent]]
title = "Meetup #41"
date = 2023-10-26 18:00:00+02:00
venue = "Factbird"
address = "Nyropsgade 37, København V"
url = "https://www.meetup.com/copenhagen-rust-community/events/296819462/"
content = """
<p class="">We are excited to welcome you to Rust meetup #41 sponsored by <a href="https://www.factbird.com/" target="_blank" class="!text-viridian" rel="nofollow ugc">Factbird</a>!</p>
<p class="">The plan looks as follows:</p>
<p class="">18:05—18:15: Welcome!<br>
18:15—19:00: “Hex map generation using wave function collapse” By <a href="https://www.linkedin.com/in/troelshoffmeyer/" target="_blank" class="!text-viridian" rel="ugc">Troels Hoffmeyer</a><br>
19:00—19:45: Break and food sponsored by Factbird<br>
19:50—20:35: "A Tour of the Terminal" by Mark Jordan-Kamholz<br>
20:35—: Hang out and talk</p>
<p class="">We look forward to seeing you all! 🦀</p>
"""
[[recent]]
title = "Meetup #40"
date = 2023-09-28 18:00:00+02:00
venue = "University of Copenhagen (KU)"
address = "TBD"
url = "https://www.meetup.com/copenhagen-rust-community/events/296105597"
content = """
<p>We are excited to welcome you to Rust meetup #40 sponsored by <a href="https://www.embark-studios.com/" target="_blank" class="!text-viridian" rel="nofollow ugc">Embark Studios</a> and hosted by Copenhagen University (KU)!</p>
<p>This time we've pulled out all the stops in order to double our capacity to 100 slots 🎉<br>
We'll have the pleasure of listening to two amazing speakers: None other than Alice Ryhl of Tokio fame and Jon Gjengset best known for his "Rust for Rustaceans" book!</p>
<p>The plan looks as follows:</p>
<p>18:05—18:15: Welcome!<br>
18:15—19:00: “Send is not about ownership” By <a href="https://ryhl.io/" target="_blank">Alice Ryhl</a><br>
19:00—19:45: Break and food sponsored by Embark Studios<br>
19:50—20:45: "impl Trait: look ma', no generics!" by <a href="https://thesquareplanet.com/" target="_blank">Jon Gjengset</a><br>
20:45—: Hang out and talk</p>
<p>We are still finalizing the details around where at KU we'll be so keep an eye out for updates to the event!</p>
<p>We look forward to seeing you all! 🦀</p>
"""
[[recent]]
title = "Meetup #39"
date = 2023-08-30 18:00:00+02:00
venue = "Novo Nordisk Digital Innovation Hub"
address = "Rued Langgaardsvej 5"
url = "https://www.meetup.com/copenhagen-rust-community/events/294806394/"
content = """
<p>We are excited to welcome you to Rust meetup #39 sponsored by <a href="https://www.fermyon.com/" target="_blank" rel="nofollow">Fermyon</a>!</p>
<p>Make sure to double-check the date as the meetup will happen on a Wednesday rather than our usual Thursday.</p>
<p>The plan looks as follows:</p>
<p>18:05—18:15: Welcome!</p>
<p>18:15—19:00: “An introduction to Spin, a serverless WebAssembly framework written in Rust” By Mikkel Hegnhoj & Sohan Maheshwar from <a href="https://www.fermyon.com/" target="_blank" rel="nofollow">Fermyon</a></p>
<p>19:00—19:45: Break and food sponsored by Fermyon</p>
<p>19:50—20:35: "Rust embedded at Espressif" by <a href="https://mabez.dev/" target="_blank" rel="nofollow">Scott Mabin </a>from Espressif</p>
<p>20:35—: Hang out and talk</p>
<p>We look forward to seeing you all! 🦀</p>
"""
[[recent]]
title = "Meetup #38"
date = 2023-07-27 18:00:00+02:00
venue = "Deloitte"
address = "Weidekampsgade 6"
url = "https://www.meetup.com/copenhagen-rust-community/events/294780997/"
content = """
<p>We are hyped to welcome you to Rust meetup #38 at the Manhatten of Copenhagen, Amager, at Deloitte's offices.</p>
<p>We have two exciting talks ahead of us featuring Deloitte's usage of Rust, and a guest visitor from <a href="https://www.meetup.com/rust-aarhus/" target="_blank" class="!text-viridian">Rust Aarhus</a> on sudoku solving!</p>
<p>18:05—18:15: Welcome!<br>
18:15—19:00: "Tools that get better with some Rust" by <a href="https://www.linkedin.com/in/eduard-kyvenko-9a04503a/" target="_blank" class="!text-viridian" rel="ugc">Eduard Kyvenko </a><br>
19:00—19:45: Break and food sponsored by Deloitte<br>
19:50—20:35: "Solving sudokus with Rust Iterators" by <a href="https://www.linkedin.com/in/nskovmand/" target="_blank" class="!text-viridian" rel="ugc">Niels Skovmand</a><br>
20:35—: Hang out and talk</p>
<p>Please note there are only 60 spots for this meetup so make sure to sign up early as the spots are first come first serve :-)</p>
<p>For anyone who signs up after those 60 are taken there's a waiting list so if you are prevented from joining after all please remove your attendance to give someone else your spot, thank you!</p>
<p>We look forward to seeing you all!</p>
"""
[[recent]]
title = "Meetup #37"
date = 2023-06-29 18:00:00+02:00
venue = "Samsung Semiconductor Research"
address = "Flæsketorvet 68, 1711 København"
url = "https://www.meetup.com/copenhagen-rust-community/events/294024476/"
content = """
<p>We are excited to welcome you to Rust meetup #37!<br>
This time we're happy to announce that Samsung is hosting us at SOHO in Kødbyen.</p>
<p>You're not gonna want to miss this one as Rob Ede, the lead developer of Actix, is flying in all the way from London.<br>
Not only that but his arch nemesis, David Pedersen, the lead developer of the competing web framework Axum, is also giving a talk.</p>
<p>As usual, our program looks like this:</p>
<ul>
<li>18:05—18:15: Welcome!</li>
<li>18:15—19:00: "Crate Expectations - a look at considerations for maintaining Rust libraries" by <a href="https://twitter.com/robjtede" target="_blank" class="!text-viridian" rel="ugc">Rob Ede</a></li>
<li>19:00—19:45: Break and food sponsored by Samsung</li>
<li>19:50—20:35: “API evolution in axum” by <a href="https://twitter.com/davidpdrsn" target="_blank" class="!text-viridian" rel="ugc">David Pedersen</a></li>
<li>20:35—: Hang out and talk</li>
</ul>
<p>Please note there are only 50 spots for this meetup so make sure to sign up early as the spots are first come first serve :-)<br>
For anyone who signs up after those 50 are taken there's a waiting list so if you are prevented from joining after all please remove your attendance to give someone else your spot, thank you!</p>
<p>We look forward to seeing you all!</p>
"""
[[recent]]
title = "Meetup #36"
date = 2023-05-25 18:00:00+02:00
venue = "Adapt"
address = "Langebrogade 6a, 1411 København"
url = "https://www.meetup.com/copenhagen-rust-community/events/293293863/"
content = """
<p>We are excited to welcome you to Rust meetup #36!<br>
Adapt Agency has come to our rescue and saved us from a scheduling conflict with our original host this month, so they'll be welcoming us to their offices at Christianshavn again.<br>
Please note there are only 50 spots for this meetup so make sure to sign up early as the spots are first come first serve :-)<br>
For anyone who signs up after those 50 are taken there's a waiting list so if you are prevented from joining after all please remove your attendance to give someone else your spot, thank you!</p>
<p>As usual, our program looks like this:</p>
<ul>
<li>18:05—18:15: Welcome!</li>
<li>18:15—19:00: “Ditch the Rust Rewrite: A tale on the creation of libsyslog and libsyslog-sys” by Martin Samuelsson</li>
<li>19:00—19:45: Break and food sponsored by <a href="https://adaptagency.com/" target="_blank" class="!text-viridian" rel="nofollow ugc">Adapt</a></li>
<li>19:50—20:35: "Building an IOT undercover agent with Rust" by Luis</li>
<li>20:35—: Hang out and talk</li>
</ul>
<p>We look forward to seeing you all!</p>
"""
[[recent]]
title = "Meetup #35"
date = 2023-04-27 18:00:00+01:00
venue = "Google"
address = "Sankt Petri Passage 5, København"
url = "https://www.meetup.com/copenhagen-rust-community/events/292424926/"
content = """
<p>We are excited to welcome you to Rust meetup #35!</p>
<p>This month we're happy to announce that Google Cloud will be hosting us for the second time!</p>
<ul>
<li>18:05—18:15: Welcome!</li>
<li>18:15—19:00: “Actors with Tokio – a lesson in ownership” by Alice Ryhl</li>
<li>19:00—19:45: Break with food & drinks and a book raffle sponsored by O’Reilly</li>
<li>19:50—20:35: “Paths, files and the lies we tell ourselves” by Gustav</li>
<li>20:35—: Hang out and talk</li>
</ul>
<p>Just like last time it's mandatory to sign up at the following link before the 25th 12:00: <a href="https://rsvp.withgoogle.com/events/rust-meetup" target="_blank" class="!text-viridian" rel="ugc">https://rsvp.withgoogle.com/events/rust-meetup</a></p>
<p>We look forward to seeing you all!</p>
"""
[[recent]]
title = "Meetup #34"
date = 2023-03-23 18:00:00+01:00
venue = "Penneo"
address = "Enghavevej 40, 4. sal, 1674 København V"
url = "https://www.meetup.com/copenhagen-rust-community/events/291613010/"
content = """
<p>We are excited to welcome you to Rust meetup #34!</p>
<p>This time it'll take place at <a href="https://penneo.com/" target="_blank" class="text-viridian" rel="nofollow ugc">Penneo</a>'s offices at Vesterbro.<br>
We are still ironing out the details.</p>
<ul>
<li>18:05—18:15: Welcome!</li>
<li>18:15—19:00: Talk #1: Async cancellation-safety by Yoshua Wuyts</li>
<li>19:00—19:45: Food sponsored by Penneo</li>
<li>19:50—20:35: Talk #2: Practical zero-knowledge applications of Triton VM by Simon Shine</li>
<li>20:35—: Free play</li>
</ul>
<p>Due to space constraints we're forced to a 40 attendee limit so please make sure you sign up early as it's a first come first serve basis. That also means you should remove your self from the attendance list if you're prevented from participating such that it frees up a slot for people in the waiting list :-)</p>
<p>We look forward to seeing you all!</p>
"""
[[recent]]
title = "Meetup #33"
date = 2023-02-23 18:00:00+01:00
venue = "Adapt"
address = "Langebrogade 6a, 1411 København"
url = "https://www.meetup.com/copenhagen-rust-community/events/291288154/"
content = """
<p>We are excited to welcome you to Rust meetup #33, this time <a href="https://adaptagency.com/" target="_blank" class="text-viridian" rel="nofollow ugc">Adapt Agency</a> will be hosting us again at their offices at Christianshavn.<br> Please note there are only 50 spots for this meetup so make sure to sign up early as the spots are first come first serve :-)<br> For anyone who signs up after those 50 are taken there's a waiting list so if you are prevented from joining after all please remove your attendance to give someone else your spot, thank you!</p>
<p>As usual, our program looks like this:</p>
<ul>
<li>18:05—18:15: Welcome!</li>
<li>18:15—19:00: “Introduction to proc_macros” by David Pedersen</li>
<li>19:00—19:45: Break and food sponsored by <a href="https://adaptagency.com/" target="_blank" class="text-viridian" rel="nofollow ugc">Adapt</a></li>
<li>19:50—20:35: "<a href="https://github.com/fiberplane/autometrics-rs/" target="_blank" class="text-viridian" rel="nofollow ugc">autometrics-rs</a>" by Evan Schwartz</li>
<li>20:35—: Hang out and talk</li>
</ul>
"""
[[recent]]
title = "Meetup #32"
date = 2023-01-26 18:00:00+01:00
venue = "Connected Cars"
address = "Borgmester Christiansens Gade 50, 2450 København"
url = "https://www.meetup.com/copenhagen-rust-community/events/290037532/"
content = """
<p>We are excited to welcome you to the first Rust meetup of 2023! 🦀🍾</p>
<p>For this edition, we have one speaker and then afterwards we will be doing an open showcase session where members of the community can show off their projects.</p
<p
<strong>Agenda:</strong>
<ul>
<li>18:05 - 18:15 – Welcome</li>
<li>18:15 - 18:45 – <em>“Putting Rust(The good kind) in your cars”</em> by Christian<br></li>
<li>18:45 - 19:15 – Break with food and drinks</li>
<li>19:15 - 20:15 – Lightning showcase ⚡️
<p>Bring your project and show it off! Did you do your first Advent of Code in Rust? Have you been making a game in Bevvy? Did you defeat the borrow checker in single combat? If you are up for sharing: No need to prepare slides or anything, just bring your laptop and tell the group about it for 5 mins!</p>
<p>Showcases:</p>
<ul>
<li><em>Deriving SQL from git using `proc_macro`'s</em> - Simon</li>
<li><em>Let’s solve the 1st Advent of Code together</em> - Frederik</li>
<li><em>How to call a C function from Rust</em> - Vanja</li>
<li><strong>Your project? 🤗</strong></li>
</ul>
</li>
<li>20:15 - xx:xx – Hangout and hack</li>
</ul>
<p>Note: This event will not be recorded or live-streamed.</p>
<p>The venue and food for this meetup is generously sponsored by <a href="https://connectedcars.dk/contact/" target="_blank" class="text-viridian" rel="nofollow ugc">Connected Cars</a>.</p>
"""
[[recent]]
title = "Hack Night #31"
date = 2022-11-24 18:00:00+01:00
venue = "Google"
address = "Sankt Petri Passage 5, København"
content = """
<p>We are excited to welcome you to Rust Hack Night #31! This month we're happy to announce that <strong>Google Cloud</strong> will be hosting us!</p>
<ul>
<li>18:05—18:15: Welcome!</li>
<li>18:15—19:00: "A Linux NVMe Driver in Rust" by Andreas Hindborg</li>
<li>19:00—19:45: Break</li>
<li>19:50—20:35: "The QOI Codec in Rust" by Frederik Jensen</li>
<li>20:35—: Hang out and talk</li>
</ul>
"""
[[recent]]
title = "Hack Night #30"
date = 2022-10-27 18:00:00+01:00
venue = "Penneo"
address = "Enghavevej 40, 4. sal, 1674 København V"
content = """
<p>Hack Night #30 will take place at <a href="https://penneo.com/" class="">Penneo</a>'s offices at Vesterbro. We are thrilled to share with you the programme with you: </p>
<ul>
<li>18:05—18:15: Welcome!</li>
<li>18:15—19:00: Talk by <a href="https://github.com/davidpdrsn" target="_blank" class="link">David Pedersen</a>: Mind the GAT</li>
<li>19:00—19:45: Food sponsored by Penneo</li>
<li>19:50—20:35: Talk by <a href="https://www.linkedin.com/in/mlund/" target="_blank" class="link">Mikael Lund</a>: Rust on 8-bit computers</li>
<li>20:35—: Free play</li>
</ul>
"""
[[past]]
title = "Hack Night #29"
date = 2022-09-29 18:00:00+01:00
venue = "Adapt"
address = "Langebrogade 6A, 1411 København"
content = """
<p>Hack Night #29 will take place at <a href="https://adaptagency.com/">Adapt Agency</a>'s offices at Christianshavn. We are excited to present to you the agenda below:</p>
<ul>
<li>18:05—18:15: Welcome!</li>
<li>18:15—19:00: Video talk by <a href="https://yoshuawuyts.com/" target="_blank" class="link">Yoshua Wuyts</a>: On static/non-dynamic async concurrency</li>
<li>19:00—19:45: Food sponsored by Adapt Agency</li>
<li>19:50—20:35: Talk by <a href="http://github.com/sorhawell" target="_blank" class="link">Søren Welling</a>: <a href="https://github.com/sorhawell/minipolars" target="_blank" class="link">Minipolars</a>: Ongoing porting of the Lightning-fast DataFrame library <a href="https://pola.rs" target="_blank" class="link">pola.rs</a> to R </li> <li>20:35—: Free play</li>
</ul>
"""
[[past]]
title = "Hack Night #28"
date = 2022-08-25 18:00:00+01:00
venue = "Blackbird"
address = "Sundkaj 153, Pakhus 48, 2, 2150 København"
content = """
<p>We are excited to welcome you to a summer vacation Hack Night #28 at <a href="https://blackbird.online/about-us/" target="_blank" class="link">Black Bird's</a> offices! Agenda is as follows:</p>
<ul>
<li>18:05—18:15: Welcome!</li>
<li>18:15—19:00: Talk by <a href="https://github.com/sshine" target="_blank" class="link">Simon Shine</a>:
Efficient prime-field arithmetic in Rust</li>
<li>19:00—19:45: Food sponsored by Blackbird</li>
<li>19:50—20:35: Open Talk Slot</li>
<li>20:35—: Free play</li>
</ul>
<p> If you plan to participate, please sign up on this <a href="https://www.meetup.com/copenhagen-rust-meetup-group/events/287635498/">meetup event</a> so we know how much food to order, and let us know in advance if you have any allergens. We look forward to receiving you! </p>
<p> If you missed the last meetup you can find the recorded talks online here: <a href="https://www.youtube.com/watch?v=jFJivKjW63w&t=2s" target="_blank">Fabian Badoi's I build a tool I use in Rust</a> and <a href="https://www.youtube.com/watch?v=kI-_o37nAPU" target="_blank">Aske Simon Christensen's wrapping a multi-threaded C++ API in a Safe Rust API</a>. </p>
"""
[[past]]
title = "Hack Night #27"
date = 2022-07-28 18:00:00+01:00
venue = "Connected Cars"
address = "Borgmester Christiansens Gade 50, 2450 København"
content = """
<p>We are excited to welcome you to the next meetup in <a href="https://connectedcars.dk/" target="_blank">Connected Cars</a>'s new offices. The agenda is as follows: </p>
<p>Agenda: </p>
<ul>
<li>18:05—18:15: Welcome!</li>
<li>18:15—19:00: Talk by <a href="https://www.github.com/askeksa/">Aske Simon Christensen</a>: Wrapping a multi-threaded C++ API in a Safe Rust API</li>
<li>19:00—19:45: Food sponsored by Connected Cars</li>
<li>19:50—20:35: Talk by <a href="https://github.com/fabianbadoi/rusty-pine">Fabian Badoi</a>: I build a tool I use in Rust</li>
<li>20:35—: Free play</li>
</ul>
<p> If you plan to participate, please sign up on this <a href="https://www.meetup.com/copenhagen-rust-meetup-group/events/287057762/">meetup event</a> so we know how much food to order. We look forward to receiving you! </p>
<p> If you missed the last meetup you can find the recorded talks online here: <a href="https://youtu.be/vJqhqRmSb68" target="_blank">Simon Rasmussen's WASM and WAT the fp-bindgen?</a> and <a href="https://youtu.be/ETdmhh7OQpA" target="_blank">David Pedersen's Introduction to Axum</a>. </p>
"""
[[past]]
title = "Hack Night #26"
date = 2022-06-30 18:00:00+01:00
venue = "Adapt"
address = "Langebrogade 6A, 1411 København"
content = """
<p>We are happy to announce that <a href="https://adaptagency.com/">Adapt Agency</a> will host the next meetup in their offices on Thursday, June 30th. If you want to participate please send an email to frederik@secondspectrum.com to confirm your presence. We look forward to taking you through an exciting programme: </p>
<p>Agenda: </p>
<ul>
<li>18:05—18:15: Welcome!</li>
<li>18:15—19:00: Talk by <a href="https://www.github.com/Zagitta/">Simon Rasmussen</a>: WASM and WAT the fp-bindgen?</li>
<li>19:00—19:45: Food sponsored by Adapt Agency</li>
<li>19:45—19:50: Rust book raffle by <a href="https://twitter.com/fiberplane">Fiberplane</a></li>
<li>19:50—20:35: Talk by <a href="https://github.com/davidpdrsn">David Pedersen</a>: Introduction to <a href="https://github.com/tokio-rs/axum">Axum</a></li>
<li>20:35—: Free play</li>
</ul>
"""
[[past]]
title = "Hack Night #25"
date = 2022-04-28 18:00:00+01:00
venue = "Blackbird"
address = "Sundkaj 153, Pakhus 48, 2150 Nordhavn"
content = """
<p>We are happy to announce that <a href="https://blackbird.online/">Blackbird</a> will host the next meetup in their offices on Thursday, April 28th. Good mood and a new-found, or long-lasting, passionate interest in Rust are the only requirements for participation! </p>
<p>Agenda:</p>
<ul>
<li>18:05—18:15: Welcome!</li>
<li>18:15—19:00: Talk by <a href="https://github.com/Erk-">Valdemar Erk</a>: <a href="https://github.com/Erk-/RRust">RRust</a>: A reversible embedded language made with meta-programming </li>
<li>19:00—19:45: Food sponsored by <a href="https://twitter.com/fiberplane">Fiberplane</a></li>
<li>19:45—20:30: Talk by <a href="https://github.com/sakex">Alexandre Senges</a>: <a href="https://github.com/sakex/flappy-bird">Flappy Bird</a> - Reinforcement learning in the browser with <a href="https://github.com/sakex/neat-gru-rust">neat-gru</a> and WASM </li>
<li>20:30—: Hang out, hacking and networking</li>
</ul>
"""
[[past]]
title = "Hack Night #24"
date = 2022-02-24 18:00:00+01:00
venue = "Adapt"
address = "Langebrogade 6A, 1411 Copenhagen K"
content = """
<p>We are happy to announce that <a href="https://adaptagency.com/">Adapt A/S</a> will host the next meetup in their offices on Thursday, February 24th. Good mood and a new-found, or long-lasting, passionate interest in Rust are the only requirements for participation! </p>
<p>Agenda:</p>
<ul>
<li>18:05—18:15: Welcome back!</li>
<li>18:15—19:00: Talk by Blas Rodriguez Irízar: <a href="https://github.com/solana-labs/solana">Introduction to Solana Block-Chain Smart Contracts</a></li>
<li>19:00—19:45: Sandwiches sponsored by <a href="https://adaptagency.com/">Adapt A/S</a> + Rust Quiz and Prizes sponsored by <a href="https://twitter.com/fiberplane">Fiberplane</a></li>
<li>19:45—20:30: Talk by <a href="https://github.com/davidpdrsn">David Pedersen</a>: <a href="https://github.com/davidpdrsn/axum-live-view">axum-live-view</a> -- server render all the things </li>
<li>20:30—: Hang out, hacking and networking</li>
</ul>
"""
[[past]]
title = "Hack Night #23"
date = 2022-01-27 18:00:00+01:00
venue = "Blackbird"
address = "Sundkaj 153, Pakhus 48, 2150 Nordhavn"
content = """
<p>We are happy to announce that <a href="https://blackbird.online/">Blackbird</a> will host the next meetup in their offices on Thursday, January 27th.</p>
<p>Agenda:</p>
<ul>
<li>18:05—18:15: Welcome back!</li>
<li>18:15—19:00: Talk by Simon Vandel Sillesen & Co (<a href="https://blackbird.online/">Blackbird</a>): <a href="https://github.com/BlackbirdHQ/atat">ATAT: AT protocol abstractions in Rust</a></li>
<li>19:00—19:45: Pizza sponsored by Blackbird </li>
<li>19:45—: Hang out, hacking and networking</li>
</ul>
"""
[[past]]
title = "Hack Night #22"
date = 2021-10-28 19:00:00+01:00
venue = "Connected Cars"
address = "Banemarksvej 2B, 2600 Glostrup"
content = """
<p>We're back! Join us for the first hack night in 2021. </p>
<p>Agenda:</p>
<ul>
<li>19:05—19:15: Welcome back!</li>
<li>19:15—20:00: Talk by Jorge Leitão (<a href="https://munindata.com">Munin Data</a>): <a href="https://github.com/jorgecarleitao/arrow2">Sound data engineering - from bits to DataFrames</a> </li>
<li>20:00—20:15: Snacking and networking </li>
<li>20:15—21:00: Talk by <a href="https://github.com/davidpdrsn">David Pedersen</a> (Embark Studios & Tokio Core Team Member): <a href="https://github.com/tokio-rs/axum">How I joined Tokio and made a web framework in the process</a></li>
<li>21:00—: Hang out and networking</li>
</ul>
"""
[[past]]
title = "Hack Night #21"
date = 2020-01-29 18:00:00+01:00
venue = "Omnio"
address = "Vester Voldgade 8"
content = """
January 29 2020, 18:00—22:00 @ Vester Voldgade 8 (Omnio)
<p>Join us for the first hack night in 2020.</p>
<p>Agenda:</p>
<ul>
<li>18:15—19:00: Talk by Alice Ryhl: The Future is here</li>
<li>19:00—19:15 Food and hanging out</li>
<li>19:15—20:00: Talk by Jesper Steen Møller: <a href="https://github.com/rust-lang/rust/issues/45268#issuecomment-487768456">My tiny improvement in rustc</a></li>
</ul>
"""
[[past]]
title = "Hack Night #20"
date = 2019-11-27 18:00:00+01:00
venue = "Omnio"
address = "Vester Voldgade 8"
content = """
<p>This will be the last hack night of 2019, and also the 20th we've held in total.</p>
<p>Agenda:</p>
<ul>
<li>18:15—19:00: Talk by Fedor Logachev: Games Development in Rust (a follow-up on his first talk two months ago)</li>
<li>19:00—19:15 Food and hanging out</li>
<li>19:15—20:00: 2nd talk (open spot)</li>
</ul>
"""
[[past]]
title = "Hack Night #19"
date = 2019-10-30 18:00:00+01:00
venue = "Omnio"
address = "Vester Voldgade 8"
content = """
<p>Join us for another great evening of talks all things Rust-y and hanging out. This month's hack night will feature two talks, so there is no reason not to be there!</p>
<p>Agenda:</p>
<ul>
<li>18:15—19:00: Talk by Gustav: Introduction to Entity-Component Systems in Rust</li>
<li>19:00—19:15 Food and hanging out</li>
<li>19:15—20:00: Talk spot: Still open</li>
</ul>
"""
[[past]]
title = "Hack Night #18"
date = 2019-09-25 18:00:00+01:00
venue = "Omnio"
address = "Vester Voldgade 8"
content = """
<p>Join us for another great evening of talks all things Rust-y and hanging out. This month's hack night will feature two talks, so there is no reason not to be there!</p>
<p>Agenda:</p>
<ul>
<li>18:15—19:00: Talk by Valdemar Erk: Generating comprehensive bindings for Futhark in Rust </li>
<li>19:00—19:15 Food and hanging out</li>
<li>19:15—20:00: Talk by Fedor Logachev: Games Development in Rust</li>
</ul>
"""
[[past]]
title = "Hack Night #17"
date = 2019-08-28 18:00:00+01:00
venue = "Omnio"
address = "Vester Voldgade 8"
content = """
<p>After a two-month summer hiatus, we're back! Join us for another great evening of talks all things Rust-y and hanging out. We have an <strong>open call for talks</strong>.</p>
<p>Agenda:</p>
<ul>
<li>18:15—19:30: Talk(s)</li>
<li>19:30—22:00 Food and hanging out</li>
</ul>
"""
[[past]]
title = "Hack Night #16"
date = 2019-05-29 18:00:00+01:00
venue = "Omnio"
address = "Vester Voldgade 8"
content = """
<p>The sixteenth hack night for the Copenhagen Rust Group is upon us! Join us for another great evening of talks all things Rust-y and hanging out. We have an <strong>open call for talks</strong>.</p>
<p>Agenda:</p>
<ul>
<li>18:15—19:30: Talk by <a href="https://ryhl.io/">Alice Ryhl</a> on <strong>Futures in Rust</strong></li>
<li>19:30—22:00 Food and hanging out</li>
</ul>
"""
[[past]]
title = "Hack Night #15"
date = 2019-04-25 18:00:00+01:00
venue = "Omnio"
address = "Sundkaj 7, Nordhavn"
content = """
<p>The fifteenth hack night for the Copenhagen Rust Group is upon us! Join us for another great evening of talks all things Rust-y and hanging out. We have an <strong>open call for talks</strong>.</p>
<p>Agenda:</p>
<ul>
<li>18:15—19:30: Talk by <a href="https://github.com/keisrk">Kei Shirakizawa</a> on "Wrapping <a href="http://snap7.sourceforge.net/">snap7</a> as a Rust crate."</li>
<li>19:30—22:00 Food and hanging out</li>
</ul>
"""
[[past]]
title = "Hack Night #14"
date = 2019-03-28 18:00:00+01:00
venue = "Omnio"
address = "Sundkaj 7, Nordhavn"
content = """
<p>Join us when we, for the third time in 2019, get together and talk and hack some Rust! We have an <strong>open call for talks</strong>.</p>
<p>Agenda:</p>
<ul>
<li>18:30—19:30: Talk by <strong>TBA</strong></li>
<li>19:30—22:00 Food and hanging out</li>
</ul>
<p><strong>UPDATE</strong> Despite no announced talks, we ended up with two talks (!) - <a href="https://github.com/laumann">laumann</a> gave a talk on <a href="https://pijul.org/">Pijul</a>, a VCS that has explicit handling of conflicts based in category theory, fast algorithms and is written in Rust! </p>
<p> Martin (or <code>|cos|</code>) followed up with a talk on deploying Rust code on Android, going through the steps to call dynamic linkable libraries from Java, via JNI. </p>
"""
[[past]]
title = "Hack Night #0xC"
date = 2019-02-28 18:00:00+01:00
venue = "Omnio"
address = "Sundkaj 7, Nordhavn"
content = """
<p>For the second time in a row, we will meet on the last day of the month! We have an <strong>open call for talks</strong>. </p>
<p>Agenda:</p>
<ul>
<li>18:30—19:30: Talk by <a href="https://github.com/liufuyang">Fuyang Liu</a> on <code>rust-nb</code>: <a href="https://github.com/liufuyang/rust-nb">A Simple Naive Bayes Model in Rust</a></li>
<li>19:30—22:00 Food and hanging out</li>
</ul>
"""
[[past]]
title = "Hack Night #12"
date = 2019-01-31 18:00:00+01:00
venue = "Omnio"
address = "Sundkaj 7, Nordhavn"
content = """
<p>We skip the December Hack Night, and will reconvene again in the New Year of 2019. The next hack night will feature a presentation by James Dietrich on porting the Ruby gem <a href="https://github.com/github/scientist">scientist</a> to Rust. </p>
<p>Agenda:</p>
<ul>
<li>18:30—19:30: Talk by <a href="https://github.com/jbdietrich">James Dietrich</a>: <strong>Getting Closure on Scientist</strong></li>
<li>19:30—22:00 Food and hanging out</li>
</ul>
<p><strong>UPDATE</strong> Thanks to everyone that showed up! A lot of new faces and some veterans. We had a great night with pizza and James entertaining everybody with his insights into closures in Rust. The <a href="/assets/closure_presentation.pdf">slides are here</a>. </p>
"""
[[past]]
title = "Hack Night #11"
date = 2018-11-29 18:00:00+01:00
venue = "Omnio"
address = "Sundkaj 7, Nordhavn"
content = """
<p>November's hack night will take place at Omnio in Nordhavn, we'll try to have food sponsored by Omnio.</p>
<p>Agenda:</p>
<ul>
<li>18:30—19:30: Talk by <a href="https://github.com/cbourjau">Christian Bourjau</a></li>
<li>19:30—22:00 Food and hanging out</li>
</ul>
"""
[[past]]
title = "Hack Night 0xa"
date = 2018-10-25 18:00:00+01:00
venue = "Zendesk"
address = "Snaregade 12"
content = """
<p>The tenth hack night will take place either at Zendesk downtown.</p>
<p>This time, we'll <em>actually</em> try to get some food sponsored. Stand by for news on that!</p>
<p>Agenda:</p>
<ul>
<li>18:30—19:30: Talk: By <a href="https://github.com/retep007">retep007</a></li>
<li>19:30—end Food and hanging out</li>
</ul>
"""
[[past]]
title = "Hack #Nine"
date = 2018-09-27 18:00:00+01:00
venue = "Omnio"
address = "Sundkaj 7, Nordhavn"
content = """
<p>The ninth hack night will take place in Nordhavn (at Omnio), this will be decided a little later. Going forward the default monthly hack night will be the <b>last Thursday of the month</b>.</p>
<p>Submissions for talks are welcome! Are you working on an exciting Rust project? Have you discovered something in and around Rust that you'd like to share? Please talk about it!</p>
<p>Agenda:</p>
<ul>
<li>18:30—19:30: Talk: Parsers and State Machines in Rust</li>
<li>19:30—end Food and hanging out</li>
</ul>
"""
[[past]]
title = "Hack Night #8"
date = 2018-08-30 18:00:00+01:00
venue = "Omnio"
address = "Sundkaj 7, Nordhavn"
content = """
<p>We will skip hack night in July, because it's holiday season and return strong in August!</p>
"""
[[past]]
title = "Hack Night #7"
date = 2018-06-28 18:00:00+01:00
venue = "Omnio"
address = "Sundkaj 7, Nordhavn"
content = """
<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>
"""
[[past]]
title = "We're back! And it's fuzzy!"
date = 2018-05-23 18:00:00+01:00
venue = "Jobindex"
address = "Holger Danskes Vej 91, Frederiksberg"
content = """
<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>
<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>
"""
[[past]]
title = "Rust Hack Night #5"
date = 2017-05-17 18:00:00+01:00
venue = "PROSA"
address = "Vester Farimagsgade 37A"
content = """
<p>We get together to hack on our own Rust projects, talk Rust and have fun.</p>
"""
[[past]]
title = "Yet Another Hack Night"
date = 2017-04-26 18:00:00+01:00
venue = ""
address = "Kronprinsessegade 54, 5th floor"
content = """
<p>We get together to hack on our own Rust projects, talk Rust and have fun.</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>"""
[[past]]
title = "cph_rs.hack_night();"
date = 2017-03-30 18:00:00+01:00
venue = "Zendesk"
address = "Snaregade 12"
content = """
<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>"""
[[past]]
title = "Hack Night"
date = 2017-02-23 18:00:00+01:00
venue = ""
address = "Kronprinsessegade 54, 5th floor"
content = """
<p>We get together to hack on our own Rust projects, talk Rust and have fun.</p>
"""
[[past]]
title = "Hack Night"
date = 2017-01-24 18:00:00+01:00
venue = ""
address = "Kronprinsessegade 54, 5th floor"
content = """
<p>Merry Christmas! Almost a year has gone by since the last meetup—but it is time again.</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>
"""
[[past]]
title = "Hackathon"
date = 2016-02-17 18:00:00+01:00
venue = ""
address = "Kronprinsessegade 54, 5th floor"
content = """
<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>"""
[[past]]
title = "Hackathon"
date = 2016-01-13 18:00:00+01:00
venue = ""
address = "Kronprinsessegade 54, 5th floor"
content = """
<p>We get together to hack some Rust.</p>
"""
[[past]]
title = "Rust 1.0 Release Party"
date = 2015-05-15 18:00:00+01:00
venue = "Robocat"
address = "Pilestræde 43, 2nd floor"
content = """
<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>
"""
[[past]]
title = "Rust - Copenhagen Tech Polyglot Meetup"
date = 2015-03-18 18:00:00+01:00
venue = ""
address = "Kronprinsessegade 54, 4th floor"
content = """
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>.
"""
|