diff --git a/2018/slides/slides-amardegan.pdf b/2018/slides/slides-amardegan.pdf new file mode 100644 index 0000000..65d4a20 Binary files /dev/null and b/2018/slides/slides-amardegan.pdf differ diff --git a/2018/speakers-and-talks.html b/2018/speakers-and-talks.html index 974b3c9..140039c 100644 --- a/2018/speakers-and-talks.html +++ b/2018/speakers-and-talks.html @@ -397,7 +397,7 @@
Patricia Ilin and Dimitris Platis
Crowdfunding, open source and communities
- +
Crowdfunding campaigns enable individuals to bring their ideas to production by appealing directly to the end-market and the global community. A number of these projects are open source, seemingly, counteracting the funding process. @@ -502,7 +502,7 @@
Alberto Mardegan
Speculo: shared memory made easy
- +
How you can implement a lockless inter-process communication (IPC) mechanism on top of shared memory and nothing else. The talk will cover the details of how the speculo library handles its shared memory areas and how a stream of messages can be implemented on shared memory. Despite being low-level, the session does not require knowledge of algorithms or a strong background on IPC.