Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LDN: August 2018 #80

Open
5 of 14 tasks
bradfier opened this issue Jul 30, 2018 · 6 comments
Open
5 of 14 tasks

LDN: August 2018 #80

bradfier opened this issue Jul 30, 2018 · 6 comments

Comments

@bradfier
Copy link
Member

bradfier commented Jul 30, 2018

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

  • Date: 28th August @ 7PM
  • Theme: None
  • Comms
  • Venue: Mozilla London
  • Sponsors
    • Option
  • Speaker(s) Format (max 1hr unless special event/themed): Main Speaker (25m max) + 3 x lightning talks (5-10m) = 55m
    • Announcements
    • Main Speaker - Diogo Sousa @orium - The Rust Borrow Checker (35m)
    • Speakers - Jonathan Pallant @thejpster - RemoteProcs in Rust (25m)
    • Lightning Talk
  • Post event write up on URLO.

Announcements

  • stuff.unwrap()

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
Copy link

orium commented Aug 10, 2018

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
Copy link
Member Author

Thanks @orium, added it to the Meetup posting.

@orium
Copy link

orium commented Aug 22, 2018

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
Copy link

orium commented Sep 7, 2018

Are the talks going to be available online?

CC @fluffyemily

@booyaa
Copy link
Contributor

booyaa commented Sep 8, 2018 via email

@thejpster
Copy link

Did the talks get posted in the end?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants