Merge branch 'develop' into 'master'

Develop

See merge request devfest-toulouse/site-devfest-2019!101
master
Igor Laborie 5 years ago
commit bcb54c9a99
  1. 10
      content/partners/soutien/google.md
  2. 2
      content/sessions/office-hour-02.md
  3. 12
      content/sessions/rust_as_a_high_level_langage.md
  4. 2
      static/api/site.json
  5. 2
      static/images/partners/logo-google.svg
  6. 34
      static/schedule/schedule.ics
  7. 2
      themes/devfest-theme-hugo

@ -0,0 +1,10 @@
---
key: google
title: Google
category: soutien
order: 39
logo: /images/partners/logo-google.svg
website: 'https://www.google.com/'
lang: en
socials: []
---

@ -22,4 +22,4 @@ Venez poser vos questions aux speakers de manière plus calme et détendue.
* [L'histoire de la découverte d'une backdoor signée OnePlus](../l_histoire_de_la_decouverte_d_une_backdoor_signe_oneplus)
* [Le burn-out agile](../le_burn_out_agile)
* [Rockin’ in the Angular World](../rockin_in_the_angular_world)
* [Rust as a High-Level Language](../rust_as_a_high_level_langage)
* [Rust as a High-Level Langage](../rust_as_a_high_level_langage)

@ -1,6 +1,6 @@
---
key: rust_as_a_high_level_langage
title: Rust as a High-Level Language
title: Rust as a High-Level Langage
id: PjQDGsFIQoo1By4Ogv3q
language: English
format: conference
@ -13,13 +13,13 @@ videoId: null
presentation: null
draft: false
---
The singe most important feature of Rust is memory safety. Writing code with performance of C++, at a typical development cost, and with guaranteed absence of certain classes of memory safety related vulnerabilities is something that was not possible before.
The singe most important feature of Rust is memory safety. Writing code with performance of C++, at a typical development cost, and with guaranteed absence of certain classes of memory safety related vulnerabilities is something that was not possible before.
However, all popular managed languages with garbage collection take memory safety for granted, so this aspect of Rust doesn't bring anything new to the table, if you already use Java or Go. Nevertheless, Rust can be an interesting choice as a high-level language, and this talks explains way.
However, all popular managed languages with garbage collection take memory safety for granted, so this aspect of Rust doesn't bring anything new to the table, if you already use Java or Go. Nevertheless, Rust can be an interesting choice as a high-level language, and this talks explains way.
The focus of the talk is fearless concurrency. Data races are a pervasive and unsolved problem in languages like Java and Rust's guaranteed thread safety is a liberating experience for application development. We also touch on some other benefits of the language for high-level tasks:
* predictable performance due to absence of garbage collection
* control over the memory layout of objects, which gives you extra performance if you need it
* module (crate) system that, at the language level, prevents dependency hell
* predictable performance due to absence of garbage collection
* control over the memory layout of objects, which gives you extra performance if you need it
* module (crate) system that, at the language level, prevents dependency hell
* additional correctness guarantees, like the absence of iterator validation or strict control of error conditions

File diff suppressed because one or more lines are too long

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 272 92" width="272" height="92"><path fill="#EA4335" d="M115.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18C71.25 34.32 81.24 25 93.5 25s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44S80.99 39.2 80.99 47.18c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z"/><path fill="#FBBC05" d="M163.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18c0-12.85 9.99-22.18 22.25-22.18s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44s-12.51 5.46-12.51 13.44c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z"/><path fill="#4285F4" d="M209.75 26.34v39.82c0 16.38-9.66 23.07-21.08 23.07-10.75 0-17.22-7.19-19.66-13.07l8.48-3.53c1.51 3.61 5.21 7.87 11.17 7.87 7.31 0 11.84-4.51 11.84-13v-3.19h-.34c-2.18 2.69-6.38 5.04-11.68 5.04-11.09 0-21.25-9.66-21.25-22.09 0-12.52 10.16-22.26 21.25-22.26 5.29 0 9.49 2.35 11.68 4.96h.34v-3.61h9.25zm-8.56 20.92c0-7.81-5.21-13.52-11.84-13.52-6.72 0-12.35 5.71-12.35 13.52 0 7.73 5.63 13.36 12.35 13.36 6.63 0 11.84-5.63 11.84-13.36z"/><path fill="#34A853" d="M225 3v65h-9.5V3h9.5z"/><path fill="#EA4335" d="M262.02 54.48l7.56 5.04c-2.44 3.61-8.32 9.83-18.48 9.83-12.6 0-22.01-9.74-22.01-22.18 0-13.19 9.49-22.18 20.92-22.18 11.51 0 17.14 9.16 18.98 14.11l1.01 2.52-29.65 12.28c2.27 4.45 5.8 6.72 10.75 6.72 4.96 0 8.4-2.44 10.92-6.14zm-23.27-7.98l19.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95 0-11.84 4.37-11.59 12.93z"/><path fill="#4285F4" d="M35.29 41.41V32H67c.31 1.64.47 3.58.47 5.68 0 7.06-1.93 15.79-8.15 22.01-6.05 6.3-13.78 9.66-24.02 9.66C16.32 69.35.36 53.89.36 34.91.36 15.93 16.32.47 35.3.47c10.5 0 17.98 4.12 23.6 9.49l-6.64 6.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86 0-24.7 11.17-24.7 25.03 0 13.86 10.84 25.03 24.7 25.03 8.99 0 14.11-3.61 17.39-6.89 2.66-2.66 4.41-6.46 5.1-11.65l-22.49.01z"/></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -436,24 +436,24 @@ BEGIN:VEVENT
DESCRIPTION:The singe most important feature of Rust is memory safety. Writ
ing code with performance of C++\, at a typical development cost\, and with
guaranteed absence of certain classes of memory safety related vulnerabili
ties is something that was not possible before.\n\nHowever\, all popular ma
naged languages with garbage collection take memory safety for granted\, so
this aspect of Rust doesn't bring anything new to the table\, if you alrea
dy use Java or Go. Nevertheless\, Rust can be an interesting choice as a hi
gh-level language\, and this talks explains way.\n\nThe focus of the talk i
s fearless concurrency. Data races are a pervasive and unsolved problem in
languages like Java and Rust's guaranteed thread safety is a liberating exp
erience for application development. We also touch on some other benefits o
f the language for high-level tasks:\n\n* predictable performance due to ab
sence of garbage collection\n* control over the memory layout of objects\,
which gives you extra performance if you need it\n* module (crate) system t
hat\, at the language level\, prevents dependency hell\n* additional correc
tness guarantees\, like the absence of iterator validation or strict contro
l of error conditions
ties is something that was not possible before. \n\nHowever\, all popular m
anaged languages with garbage collection take memory safety for granted\, s
o this aspect of Rust doesn't bring anything new to the table\, if you alre
ady use Java or Go. Nevertheless\, Rust can be an interesting choice as a h
igh-level language\, and this talks explains way. \n\nThe focus of the tal
k is fearless concurrency. Data races are a pervasive and unsolved problem
in languages like Java and Rust's guaranteed thread safety is a liberating
experience for application development. We also touch on some other benefit
s of the language for high-level tasks:\n\n* predictable performance due to
absence of garbage collection\n* control over the memory layout of objec
ts\, which gives you extra performance if you need it\n* module (crate) sy
stem that\, at the language level\, prevents dependency hell\n* additional
correctness guarantees\, like the absence of iterator validation or strict
control of error conditions
DTSTART:20191003T110000
DURATION:PT40M
LOCATION:SII
SUMMARY:Rust as a High-Level Language
SUMMARY:Rust as a High-Level Langage
UID:PjQDGsFIQoo1By4Ogv3q
URL:https://devfesttoulouse.fr/sessions/rust_as_a_high_level_langage
TRANSP:TRANSPARENT
@ -827,8 +827,8 @@ DESCRIPTION:Venez poser vos questions aux speakers de manière plus calme et
détendue.\n\n* [L'histoire de la découverte d'une backdoor signée OnePlus]
(../l_histoire_de_la_decouverte_d_une_backdoor_signe_oneplus)\n* [Le burn-o
ut agile](../le_burn_out_agile)\n* [Rockin’ in the Angular World](../rockin
_in_the_angular_world)\n* [Rust as a High-Level Language](../rust_as_a_high
_level_langage)
_in_the_angular_world)\n* [Rust as a High-Level Langage](../rust_as_a_high_
level_langage)
DTSTART:20191003T114000
DURATION:PT30M
LOCATION:Cenareo

@ -1 +1 @@
Subproject commit fd0657f1be5d3b9002cce51e5f396789181b2850
Subproject commit 50b409df9557f57752955b4b55df734d365e15ba
Loading…
Cancel
Save