add links, change presentation
This commit is contained in:
parent
c6132e1c4f
commit
ea99022e4d
2 changed files with 7 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
||||||
+++
|
+++
|
||||||
title="Garage will be at FOSDEM'22"
|
title="Garage will be at FOSDEM'22"
|
||||||
date=2022-02-01
|
date=2022-02-02
|
||||||
+++
|
+++
|
||||||
|
|
||||||
*FOSDEM is an international meeting about Free Software, organized from Brussels.
|
*FOSDEM is an international meeting about Free Software, organized from Brussels.
|
||||||
On next Sunday, Febuary 6th, we will be there to present Garage.*
|
On next Sunday, Febuary 6th, 2022, we will be there to present Garage.*
|
||||||
|
|
||||||
<!-- more -->
|
<!-- more -->
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@ that the Deuxfleurs association will be there to present Garage.
|
||||||
|
|
||||||
The event is usually hosted by the Université Libre de Bruxelles (ULB) and welcomes
|
The event is usually hosted by the Université Libre de Bruxelles (ULB) and welcomes
|
||||||
around 5000 people. But due to COVID, the event has been taking place online
|
around 5000 people. But due to COVID, the event has been taking place online
|
||||||
in the recent years. Nothing too unfamiliar to us, as the organization is using
|
in the last few years. Nothing too unfamiliar to us, as the organization is using
|
||||||
the same tools as us: a combination of Jitsi and Matrix.
|
the same tools as we are: a combination of Jitsi and Matrix.
|
||||||
|
|
||||||
We are of course extremely honored that our presentation was accepted.
|
We are of course extremely honored that our presentation was accepted.
|
||||||
If technical details are your thing, we invite you to come share this event with us.
|
If technical details are your thing, we invite you to come share this event with us.
|
||||||
|
@ -48,4 +48,3 @@ keep in tune with news comming from the Deuxfleurs association
|
||||||
as we will likely have other events very soon!
|
as we will likely have other events very soon!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -190,15 +190,15 @@
|
||||||
</p>
|
</p>
|
||||||
<ul class="text-center list-style-none flex flex-col items-center py-4">
|
<ul class="text-center list-style-none flex flex-col items-center py-4">
|
||||||
<li>
|
<li>
|
||||||
<a href="#" class="font-semibold hover:text-garage-orange">Dynamo: Amazon’s Highly Available Key-value Store</a>
|
<a href="https://dl.acm.org/doi/abs/10.1145/1323293.1294281" class="font-semibold hover:text-garage-orange">Dynamo: Amazon’s Highly Available Key-value Store</a>
|
||||||
by DeCandia et al.
|
by DeCandia et al.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#" class="font-semibold hover:text-garage-orange">Conflict-Free Replicated Data Types</a>
|
<a href="https://hal.inria.fr/inria-00609399v1" class="font-semibold hover:text-garage-orange">Conflict-Free Replicated Data Types</a>
|
||||||
by Shapiro et al.
|
by Shapiro et al.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#" class="font-semibold hover:text-garage-orange">Maglev: A Fast and Reliable Software Network Load Balancer</a>
|
<a href="https://www.usenix.org/conference/nsdi16/technical-sessions/presentation/eisenbud" class="font-semibold hover:text-garage-orange">Maglev: A Fast and Reliable Software Network Load Balancer</a>
|
||||||
by Eisenbud et al.
|
by Eisenbud et al.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue