Boston 2023 media and download links for boston and seattle 2023.
This commit is contained in:
28
content/english/media/boston-2023/enter-the-arena.md
Normal file
28
content/english/media/boston-2023/enter-the-arena.md
Normal file
@@ -0,0 +1,28 @@
|
||||
+++
|
||||
title="Enter The Arena"
|
||||
mediatype="talk"
|
||||
conference="Handmade Boston 2023"
|
||||
description=""
|
||||
|
||||
[[videos]]
|
||||
title="Enter The Arena"
|
||||
embed="https://player.vimeo.com/video/856069590"
|
||||
service="vimeo"
|
||||
download_link="https://player.vimeo.com/progressive_redirect/playback/856069590/rendition/1080p/file.mp4?loc=external&oauth2_token_id=1777364455&signature=451dc42b69f336b5510ec037557e0f9e1623936232ba6a116f47d7c77dea272e"
|
||||
|
||||
[[speakers]]
|
||||
name="Ryan Fleury"
|
||||
bio=""
|
||||
image="/images/people/2023-ryanfleury.jpg"
|
||||
+++
|
||||
|
||||
#### Burn Down the Forest of Mallocs and Frees
|
||||
|
||||
The old-school way of managing low-level memory, in Ryan’s own words, “can easily lead to a rat’s nest
|
||||
of complexity.” This problem has plagued most C/C++ programmers for decades.
|
||||
|
||||
It doesn’t have to be this way.
|
||||
|
||||
With his [recent](https://www.rfleury.com/p/untangling-lifetimes-the-arena-allocator) | [tours](https://handmade.network/podcast/ep/afc72ed0-f05f-4bee-a658-9ad02c0453da) of arena-based memory allocators, Ryan is now poised to show you his solution in
|
||||
a mentorship setting! It’s time to level up your memory strategy and eliminate the common memory bugs in C.
|
||||
|
||||
Reference in New Issue
Block a user