-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
673 lines (639 loc) · 32.4 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!--Twitter metadata-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@buzzconf20">
<meta name="twitter:creator" content="@buzzconf20">
<meta name="twitter:title" content="BuzzConf 2020">
<meta name="twitter:description"
content="Functional programming, Distributed systems, Embedded systems, Programming languages, Probabilistic programming, Big data, Profiling & debugging, Artificial intelligence, Machine learning & Deep learning">
<meta name="twitter:image" content="https://raw.githubusercontent.com/lambdaclass/buzzconf/master/banner.png">
<!--Facebook metadata-->
<meta property="og:title" content="BuzzConf 2020">
<meta property="og:description"
content="Functional programming, Distributed systems, Embedded systems, Programming languages, Probabilistic programming, Big data, Profiling & debugging, Artificial intelligence, Machine learning & Deep learning">
<meta property="og:image" content="https://raw.githubusercontent.com/lambdaclass/buzzconf/master/banner.png">
<meta property="og:url" content="http://buzzconf.org">
<!--Google metadata-->
<meta name="description"
content="Functional programming, Distributed systems, Embedded systems, Programming languages, Probabilistic programming, Big data, Profiling & debugging, Artificial intelligence, Machine learning & Deep learning">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.0/css/bootstrap.min.css"
integrity="sha384-PDle/QlgIONtM1aqA2Qemk5gPOE7wFq8+Em+G/hmo5Iq0CCmYZLv3fVRDJ4MMwEA" crossorigin="anonymous">
<link rel="stylesheet" href="./styles.css" />
<!-- Facebook Pixel Code -->
<script>
! function (f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '769164176956821');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=769164176956821&ev=PageView&noscript=1" /></noscript>
<!-- End Facebook Pixel Code -->
<title>BuzzConf</title>
</head>
<body>
<div class="awesome-bg">
<section id="hero" class="">
<div id="ufo">
<img src="images/ufo.svg" class="ufo" alt="ufo">
</div>
<img src="images/city.png" class="city" alt="City">
<div class="container">
<h1 class="big-text">
<div class="buzzconf">
<img src="images/logo-title.png" class="buzzconf-image" alt="BuzzConf">
</div>
<div class="date">2020</div>
</h1>
<p class="mid-text">
A conference <span>for developers</span>, <span>by developers</span>.<br>
Functional programming, Distributed systems, Embedded systems, Programming languages,
Probabilistic programming, Big data, Profiling & debugging, Artificial intelligence, Machine learning & Deep
learning.
</p>
<div class="small-cta">
<span>27 JULY - 31 JULY</span>
<a href="https://buzzconf2020.eventbrite.com/">RESERVE YOUR SPOT FOR FREE
<svg class="icon icon-right-arrow" aria-hidden="false" role="img">
<use href="#icon-right-arrow" xlink:href="#icon-right-arrow"></use>
</svg>
</a>
</div>
</div>
<!--<div id="blur"></div>-->
</section>
<div class="previous-editions">
<div class="container">
Previous editions:
<a href="previous/2019/index.html">BuzzConf 2019</a>
</div>
</div>
<section class="section-padding" id="speaker">
<div class="container">
<h1 class="section-title">Keynote speakers</h1>
<div class="speakers-list justify-content-center">
<div class="speaker">
<a href="">
<div class="avatar">
<img src="./images/speakers/majors.png" alt="Charity Majors" />
</div>
</a>
<h3 class="name">Charity Majors</h3>
<p><a href="https://twitter.com/mipsytipsy/">@mipsytipsy</a></p>
<p class="designation">
Operations and database engineer, and founder and CTO of honeycomb.io, which builds observability for
distributed systems. Co-author of “Database Reliability Engineering” by O’Reilly.
</p>
<p class="sort-bio">
<span>Talk</span>
The Sociotechnical Path to High-Performing Teams (Begins With Observability)
</p>
</div>
<div class="speaker">
<div class="avatar">
<img src="./images/speakers/shah.png" alt="Viral B. Shah" />
</div>
<h3 class="name">Viral B. Shah</h3>
<p><a href="https://twitter.com/Viral_B_Shah">@Viral_B_Shah</a></p>
<p class="designation">
One of the creators of the Julia programming language, co-founder and CEO of Julia Computing an co-author
of the book "Rebooting India".
</p>
<p class="sort-bio">
<span>Talk</span>
Julia - A language for AI and much more
</p>
</div>
<div class="speaker">
<div class="avatar">
<img src="./images/speakers/alvaro.png" alt="Peter Alvaro" />
</div>
<h3 class="name">Peter Alvaro</h3>
<p><a href="https://twitter.com/palvaro/">@palvaro</a></p>
<p class="designation">
Assistant professor and researcher at the University of California, specializing in the intersection of
databases, distributed systems and programming languages.
</p>
<p class="sort-bio">
<span>Talk</span>
What not where: why a blue sky OS?
</p>
</div>
<div class="speaker">
<div class="avatar">
<img src="./images/speakers/siram.png" alt="Aditya Siram" />
</div>
<h3 class="name">Aditya Siram</h3>
<p><a href="https://twitter.com/deech/">@deech</a></p>
<p class="designation">
Scala developer by day, but writes Haskell, Shen, C, Rust and ATS by candlelight. His talk, titled "Nim
nuggets", will be about the Nim programming language.
</p>
<p class="sort-bio">
<span>Talk</span>
What FP Can Learn From Static Introspection
</p>
</div>
<div class="speaker">
<div class="avatar">
<img src="./images/speakers/kurt.png" alt="Will Kurt" />
</div>
<h3 class="name">Will Kurt</h3>
<p><a href="https://twitter.com/willkurt/">@willkurt</a></p>
<p class="designation">
Author of “Bayesian Statistics the Fun Way” and “Get Programming with Haskell”. He is currently the lead
Data Scientist for the pricing and recommendations team at Hopper.
</p>
<p class="sort-bio">
<span>Talk</span>
The Limits of Probability
</p>
</div>
<div class="speaker">
<div class="avatar">
<img src="./images/speakers/rackauckas.png" alt="Chris Rackauckas" />
</div>
<h3 class="name">Chris Rackauckas</h3>
<p><a href="https://twitter.com/ChrisRackauckas">@ChrisRackauckas</a></p>
<p class="designation">
Using Julia, Chris researches Scientific Machine Learning, focusing on how the randomness from scientific
data can be used to uncover the underlying mechanistic structure.
He is the lead developer of
<a href="https://github.com/SciML/DifferentialEquations.jl">DifferentialEquations.jl</a> and
<a href="https://pumas.ai/">pumas.ai</a>.
</p>
<p class="sort-bio">
<span>Talk</span>
How full language differentiability enables scientific machine learning and Scientific Software 2.0
</p>
</div>
<div class="speaker">
<div class="avatar">
<img src="./images/speakers/fernandez.png" alt="Pablo Fernández" />
</div>
<h3 class="name">Pablo Fernandez</h3>
<p><a href="https://twitter.com/fernandezpablo/">@fernandezpablo</a></p>
<p class="designation">
Pablo has been shipping backend and frontend code in about a dozen languages for about 15 years
professionally. He lately has been working on machine learning models, on both large and small scale.
</p>
<p class="sort-bio">
<span>Talk</span>
Machine learning In The Real World
</p>
</div>
<div class="speaker">
<div class="avatar">
<img src="./images/speakers/vmartinez.png" alt="Vanina Martínez" />
</div>
<h3 class="name">María Vanina Martínez</h3>
<!-- <p><a href="https://twitter.com/">@</a></p> -->
<p class="designation">
Vanina is a PhD graduate in Computer Science from the University of Maryland College Park.
Her research
interests include reasoning under uncertainty, inconsistency management in relational databases and
knowledge bases,
defeasible reasoning, and argumentation.
</p>
<p class="sort-bio">
<span>Talk</span>
Symbolic Reasoning to model Sentiment and Knowledge Diffusion in Social Networks
</p>
</div>
<div class="speaker">
<div class="avatar">
<img src="./images/speakers/schouhy.png" alt="Sergio Chouhy" />
</div>
<h3 class="name">Sergio Chouhy</h3>
<!-- <p><a href="https://twitter.com/fernandezpablo/">@fernandezpablo</a></p> -->
<p class="designation">
Sergio is a PhD in Mathematics from University of Buenos Aires and University of Montpellier
who completed his posdoc in pure mathematics at the University of Stuttgart.
He currently works in Data Science & Operation Research at Eryx.
</p>
<p class="sort-bio">
<span>Talk</span>
Implementando Deep Q Learning con Pytorch
</p>
</div>
</div>
</div>
</section>
</div>
<section class="section-padding" id="halls">
<div class="container">
<h1 class="section-title">Location</h1>
<div class="row">
<div class="col-sm-1">
<a href="https://www.youtube.com/watch?v=QK6zEFdvXYw"><img src="./images/youtube_social_icon_red.png"></a>
</div>
<div class="col-sm-9">
<p class="sort-bio location-text">
This time we're going online for the first time! <a href="https://www.youtube.com/watch?v=fbKHLdoG7wA">Join
us as we livestream</a> two hours of talks per day, for
5 consecutive days. Free of charge!
</p>
</div>
</div>
</div>
</section>
<!--Start Daily Schedule Section-->
<section class="section-padding" id="schedule">
<div class="container">
<h1 class="section-title">Talks</h1>
<div id="workshop-ufo">
<img src="images/ufo.svg" class="ufo" alt="ufo">
</div>
</div>
<!--Start Days-->
<div class="day-one">
<div class="container">
<div class="day-title day">JULY 27th</div>
<div class="row">
<div class="col-md-8">
<div class="accordion" id="accordionOne">
<!--Start Day 1 Buttons-->
<div>
<button class="agenda-title collapsed" type="button" data-toggle="collapse" data-target="#collapseOne"
aria-expanded="false" aria-controls="collapseOne">
9PM UTC - Charity Majors: "The Sociotechnical Path to High-Performing Teams (Begins With
Observability)"
<img class="float-right plus-icon" height="20" width="20" src="./images/add.svg" alt="Toggle">
<img class="float-right minus-icon" height="20" width="20" src="./images/minus.svg" alt="Toggle">
</button>
<div id="collapseOne" class="collapse agenda-desc" aria-labelledby="headingOne">
<p>The gulf between elite and high-performing teams and the bottom 50% of teams is bigger than you
might think
-- and growing. Yet for all the time we spend
improving our skills as engineers, we pay far less attention to measuring and improving our
effectiveness at
the team level. Let's talk through
the shifting model for software ownership, what it means for ambitious teams, and why observability
is
step one to a better world.</p>
</div>
</div>
<div>
<button class="agenda-title collapsed" type="button" data-toggle="collapse" data-target="#collapseOneb"
aria-expanded="false" aria-controls="collapseOneb">
10PM UTC - María Vanina Martinez: "Symbolic Reasoning to model Sentiment and Knowledge Diffusion in
Social Networks"
<img class="float-right plus-icon" height="20" width="20" src="./images/add.svg" alt="Toggle">
<img class="float-right minus-icon" height="20" width="20" src="./images/minus.svg" alt="Toggle">
</button>
<div id="collapseOneb" class="collapse agenda-desc" aria-labelledby="headingOneb">
<p>Social media platforms, taken in conjunction, can be seen as
complex networks; in this context, understanding how agents react to
sentiments expressed by their connections is of great interest. We show
how Network Knowledge Bases help represent the integration of multiple
social networks, and explore how information flow can be handled via
belief revision operators for local (agent-specific) knowledge bases. We
report on preliminary experiments on Twitter data showing that different
agent types react differently to the same information - this is a first
step toward developing symbolic tools to predict how agents behave as
information flows in their social environment.</p>
</div>
</div>
<!-- End Day 1 Buttons-->
</div>
</div>
</div>
</div>
</div>
<div class="day-two">
<div class="container">
<div class="day-title day">JULY 28th</div>
<div class="row">
<div class="col-md-8">
<div class="accordion" id="accordionTwo">
<div>
<button class="agenda-title collapsed" type="button" data-toggle="collapse" data-target="#collapseTwo"
aria-expanded="false" aria-controls="collapseTwo">
9PM UTC - Will Kurt: "The Limits of Probability"
<img class="float-right plus-icon" height="20" width="20" src="./images/add.svg" alt="Toggle">
<img class="float-right minus-icon" height="20" width="20" src="./images/minus.svg" alt="Toggle">
</button>
<div id="collapseTwo" class="collapse agenda-desc" aria-labelledby="headingTwo">
<p>Probability is an increasingly ubiquitous part of our daily lives, especially as developers,
researchers and data
scientists. It is easy to mistakenly think this powerful tool is all we need to understand our
world. This talk will
show how our current environment of global pandemic, political unrest and economic uncertainty
forces us to face the
limits of probability as a tool for reasoning and understanding. This talk will cover both practical
examples of the
limitations of probability as well as dive into the philosophical roots of these limitations to show
that it cannot be
our only means to engage with our world.</p>
</div>
</div>
<div>
<button class="agenda-title collapsed" type="button" data-toggle="collapse" data-target="#collapseTwob"
aria-expanded="false" aria-controls="collapseTwob">
10PM UTC - LIGHTNING TALKS: Juan Pablo Lorenzo - Gajendra Deshpande
<img class="float-right plus-icon" height="20" width="20" src="./images/add.svg" alt="Toggle">
<img class="float-right minus-icon" height="20" width="20" src="./images/minus.svg" alt="Toggle">
</button>
<div id="collapseTwob" class="collapse agenda-desc" aria-labelledby="headingTwo">
<p>Juan Pablo Lorenzo: "Delete your code: in search of a minimalist approach to software development"
</p>
<p>Gajendra Deshpande: "Computation Techniques for Encrypted Data using Python"</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="day-three">
<div class="container">
<div class="day-title day">JULY 29th</div>
<div class="row">
<div class="col-md-8">
<div class="accordion" id="accordionThree">
<div>
<button class="agenda-title collapsed" type="button" data-toggle="collapse" data-target="#collapseThree"
aria-expanded="false" aria-controls="collapseThree">
9PM UTC - Aditya Siram: "What FP Can Learn From Static Introspection"
<img class="float-right plus-icon" height="20" width="20" src="./images/add.svg" alt="Toggle">
<img class="float-right minus-icon" height="20" width="20" src="./images/minus.svg" alt="Toggle">
</button>
<div id="collapseThree" class="collapse agenda-desc" aria-labelledby="headingThree">
<p>What if compile time and type level programming in functional programming languages were easy,
something you reach for
without even thinking about it? What if you could debug type errors with a simple compile time print
statement? Write
highly flexible systems by being able to introspect into types at compile time? Pre-calculate large
portions of your
programs for great efficiency? Typed functional programming is a great and fun way to write
resilient software, and as
type systems have become more and more expressive in recent years, we are able to program
sophisticated and useful
properties at the type level for even better compile time safety. Just one problem: It is very
difficult, requires
advanced knowledge of the type system, the syntax is convoluted, the error messages are
impenetrable, and it is nearly
impossible to debug. This talk will dive into why we should steal static introspection from
languages like Nim, and D,
state-of-the-art imperative programming languages which can solve all these issues, make type
systems much more
approachable without losing any expressive power, and offer new design possibilities for functional
programs.</p>
</div>
</div>
<div>
<button class="agenda-title collapsed" type="button" data-toggle="collapse"
data-target="#collapseThreeb" aria-expanded="false" aria-controls="collapseThreeb">
10PM UTC - Sergio Chouhy: "Deploying Deep Q Learning with Pytorch"
<img class="float-right plus-icon" height="20" width="20" src="./images/add.svg" alt="Toggle">
<img class="float-right minus-icon" height="20" width="20" src="./images/minus.svg" alt="Toggle">
</button>
<div id="collapseThreeb" class="collapse agenda-desc" aria-labelledby="headingThree">
<p>Many things are being said about Deep Reinforcement Learning, but sometimes it is really hard to
know where to start.
In this talk, I will tell you all about the basis of this algorithms and show you how to deploy Deep
Q Learning from scratch using Pytorch.
I will be also talking about applications of this technology in the industry.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="day-four">
<div class="container">
<div class="day-title day">JULY 30th</div>
<div class="row">
<div class="col-md-8">
<div class="accordion" id="accordionOne">
<!--Start Day 4 Buttons-->
<div>
<button class="agenda-title collapsed" type="button" data-toggle="collapse" data-target="#collapseFour"
aria-expanded="false" aria-controls="collapseFour">
9PM UTC - Viral B. Shah: "Julia - A language for AI and much more"
<img class="float-right plus-icon" height="20" width="20" src="./images/add.svg" alt="Toggle">
<img class="float-right minus-icon" height="20" width="20" src="./images/minus.svg" alt="Toggle">
</button>
<div id="collapseFour" class="collapse agenda-desc" aria-labelledby="headingFour">
<p>The Julia language is now used by over half a million programmers worldwide. Created to solve the
two language problem,
Julia is demonstrating performance gains of 50x-100x for many data science tasks such as data
loading, data processing,
graph processing, machine learning and scaling. Robust support for modern deep learning and the
ability to do
differentiable programming in an intuitive way is quickly leading to Julia becoming the language of
choice for AI
workloads. My talk will discuss the origin story of Julia, the formation of the Julia community, and
all the amazing
things happening in the world of Julia.</p>
</div>
</div>
<div>
<button class="agenda-title collapsed" type="button" data-toggle="collapse" data-target="#collapseFive"
aria-expanded="false" aria-controls="collapseFive">
10PM UTC - Chris Rackauckas: "How full language differentiability enables scientific machine learning
and Scientific
Software 2.0"
<img class="float-right plus-icon" height="20" width="20" src="./images/add.svg" alt="Toggle">
<img class="float-right minus-icon" height="20" width="20" src="./images/minus.svg" alt="Toggle">
</button>
<div id="collapseFive" class="collapse agenda-desc" aria-labelledby="headingFive">
<p>Scientific machine learning is a burgeoning field and its taking off in Julia. Why? The purpose of
this talk is to dive
into that question: how has language accelerated the development of Julia's SciML ecosystem? The
core
is composibility
through multiple dispatch. We will showcase how this feature is not only what makes standard Julia
code
as fast as C or Fortran,
but also allows Julia to eschew the traditional idea of "machine learning frameworks" and instead
have
machine learning directly
work on the standard functions and libraries of the whole Julia programming language.
This language-wide differentiable
programming then builds a foundation where existing climate models, helicopter simulations, and
efficiency
simulators for battery-powered
airplanes can be instantly composed with new tools for machine learning, and we will demonstrate how
this
has changed the way that
researchers in Julia do science.</p>
</div>
</div>
<!-- End Day 4 Buttons-->
</div>
</div>
</div>
</div>
</div>
<div class="day-five">
<div class="container">
<div class="day-title day">JULY 31th</div>
<div class="row">
<div class="col-md-8">
<div class="accordion" id="accordionSix">
<!--Start Day 1 Buttons-->
<div>
<button class="agenda-title collapsed" type="button" data-toggle="collapse" data-target="#collapseSix"
aria-expanded="false" aria-controls="collapseSix">
9PM UTC - Pablo Fernandez: "Machine Learning in The Real World"
<img class="float-right plus-icon" height="20" width="20" src="./images/add.svg" alt="Toggle">
<img class="float-right minus-icon" height="20" width="20" src="./images/minus.svg" alt="Toggle">
</button>
<div id="collapseSix" class="collapse agenda-desc" aria-labelledby="headingSix">
<p>A tour of the last 3 years of my career where I’ve productionized 3 different machine learning
projects
on kind-of-a-big-company (Despegar).
Some of the challenges faced, not only technical but also from a product standpoint, some of the
pedagogical
work needed to convince
others of letting important decisions be made by a machine. Hopefully insights that help you bring
your own
models to production.</p>
</div>
</div>
<div>
<button class="agenda-title collapsed" type="button" data-toggle="collapse" data-target="#collapseSeven"
aria-expanded="false" aria-controls="collapseSix">
10PM UTC - Peter Alvaro: "What not where: why a blue sky OS?"
<img class="float-right plus-icon" height="20" width="20" src="./images/add.svg" alt="Toggle">
<img class="float-right minus-icon" height="20" width="20" src="./images/minus.svg" alt="Toggle">
</button>
<div id="collapseSeven" class="collapse agenda-desc" aria-labelledby="headingSeven">
<p>A world of distributed, persistent memory is on its way. Our programming models traditionally
operate on short-lived
data representations tied to ephemeral contexts such as processes or computers. In the limit,
however, data lifetime
is infinite compared to these transient actors. We discuss the implications for programming models
raised by a world
of large and potentially persistent distributed memories, including the need for explicit,
context-free,
invariant data references.
We present a novel operating system that uses wisdom from both storage and distributed systems to
center
the programming model
around data as the primary citizen, and reflect on the transformative potential of this change for
infrastructure
and applications of the future.</p>
</div>
</div>
<!-- End Day 1 Buttons-->
</div>
</div>
</div>
</div>
</div>
<!--End Days-->
</section>
<!--End Daily Schedule Section-->
<section class="section-padding" id="call-to-action">
<div class="container text-center">
<h3>Code of Conduct</h3>
<p class="py-4">
We want the BuzzConf to be a place for all people to celebrate knowledge and community without discrimination.
Therefore, all speakers, attendees and staff of the BuzzConf must read and agree to our Code of Conduct as a
requisite to participate. <br />
</p>
<a class="conf-btn" href="https://github.com/lambdaclass/buzzconf/blob/master/CODE_OF_CONDUCT.md">READ IT HERE
<svg class="icon icon-right-arrow" aria-hidden="false" role="img">
<use href="#icon-right-arrow" xlink:href="#icon-right-arrow"></use>
</svg>
</a>
</div>
</section>
<section class="section-padding" id="sponsors">
<div class="container">
<div class="section-title">Our Sponsors</div>
<div class="gold-sponsor mb-4">
<h3>Gold Sponsors</h3>
<div class="row pt-4">
<div class="col single-sponsor">
<a href="https://lambdaclass.com/"><img src="./images/sponsors/lambdaclass.png" alt="LambdaClass" /></a>
</div>
</div>
</div>
<!--
<div class="silver-sponsor my-5">
<h3>Silver Sponsors</h3>
<div class="row py-4">
<div class="col single-sponsor">
<img src="./images/sponsors/silver.png" alt="" />
</div>
</div>
</div>
//-->
<div class="startup-sponsor">
<h3>Startup Sponsors</h3>
<div class="row py-4">
<div class="col single-sponsor">
<a href="https://fiqus.com/en/">
<img src="./images/sponsors/fiqus.png" alt="Fiqus Cooperativa de Software" />
</a>
</div>
</div>
</div>
</div>
</section>
<section class="section-padding" id="previous-editions">
<div class="container">
<div class="section-title">Previous editions</div>
<div class="list">
<a href="previous/2019/index.html" class="previous-edition">
<img src="images/logo-title.png" class="buzzconf-image" alt="BuzzConf">
<div class="date">2019</div>
</a>
</div>
</div>
</section>
<footer class="fsection-padding">
<div class="container">
<div class="newsletter">
<h1>Get all the news</h1>
<form action="/">
<input class="col-7 col-md-5 col-sm-4" type="email" placeholder="Your Email Address" required />
<input type="submit" value="Subscribe" class="conf-btn col-4" />
</form>
</div>
<div class="copyright">
<p>© 2020. Buzzconf. All Rights Reserved</p>
</div>
</div>
</footer>
<svg xmlns="http://www.w3.org/2000/svg" id="sprite">
<symbol id="icon-right-arrow" width="38" height="12">
<defs>
<path id="a" d="M1154.643 703.98l.927.848 5.43-5.4v-.848l-5.43-5.4-.884.848 4.287 4.376H1123v1.2h35.973z" />
</defs>
<use fill="#fff" xlink:href="#a" transform="translate(-1123 -693)" />
</symbol>
</svg>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.0/js/bootstrap.min.js"
integrity="sha384-7aThvCh9TypR7fIc2HV4O/nFMVCBwyIUKL8XCtKE+8xgCgl/PQGuFsvShjr74PBp" crossorigin="anonymous">
</script>
</body>
</html>