rust-community / talks

Presentations, Proposals, and Requests for talks for the Rust Community
29 stars 18 forks source link

LDN: August 2018 #80

Open bradfier opened 6 years ago

bradfier commented 6 years ago

If you can't do a talk this month what about next month: #666? (link to next month's meetup)

Announcements

Talk Synopses Diogo Sousa - The Rust Borrow Checker

Rust takes a unique approach on how it controls mutability and aliasing. It statically keeps track of how values and their references are used. This not only offers strong guarantees to developers (e.g. "I know for sure that no one can change this data structure behind my back"), but it also allows a few other awesome things such as memory safety, automatic memory management without GC, and data race freedom.

Jonathan Pallant - RemoteProcs in Rust

Jonathan Pallant, Embedded Systems Engineer at Cambridge Consultants, talks us through using Rust on the BeagleBoard X15 - on both the Cortex-A running Linux and the Cortex-M running bare-metal, and how to get the two to talk to each other through sockets and shared-memory ring buffers.

orium commented 6 years ago

Hi,

This is the description of my talk (The Rust Borrow Checker):

Rust takes a unique approach on how it controls mutability and aliasing. It statically keeps track of how values and their references are used. This not only offers strong guarantees to developers (e.g. "I know for sure that no one can change this data structure behind my back"), but it also allows a few other awesome things such as memory safety, automatic memory management without GC, and data race freedom.

bradfier commented 6 years ago

Thanks @orium, added it to the Meetup posting.

orium commented 6 years ago

In the "Upcoming Events" of this week's "This week in Rust" there is no mention of this meetup.

At the end of that section it says that there is a calendar that people can add rust events. We should start doing that. Maybe we can add it as a task in the issue template.

What do you think @booyaa?

orium commented 6 years ago

Are the talks going to be available online?

CC @fluffyemily

booyaa commented 6 years ago

Going to edit them and make them avaiable soon! __ dude / disturber of the peas

On Fri, 7 Sep 2018 at 14:51, Diogo Sousa notifications@github.com wrote:

Are the talks going to be available online?

CC @fluffyemily https://github.com/fluffyemily

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rust-community/talks/issues/80#issuecomment-419445966, or mute the thread https://github.com/notifications/unsubscribe-auth/AALxYPp_yV7Dom6F9vLkG_rI032_Aiy6ks5uYnntgaJpZM4Vl7Zz .

thejpster commented 6 years ago

Did the talks get posted in the end?