rust-nyc / meetups

Bootstrapper repo for organizing Rust NYC Meetups
14 stars 0 forks source link

FUSE in Rust #9

Closed Axylos closed 5 years ago

Axylos commented 5 years ago

Lightning talk ⚡️🎤

Talk Title

FUSE in Rust. A Filesystem HTTP Client

Brief description of the talk

The fuse crate enables (relatively) simple filesystems to be implemented in userspace. FUSE offers an attractive point of departure for building toy virtual filesystems or just a sandbox for exploring Unix file I/O requests and handlers.

I will give a brief overview of the FUSE crate and its core traits and then present a sample project that dispatches http requests and presents their results via the filesystem.

Short personal bio about yourself

Drake is currently an instructor for the web dev immersive course at General Assembly. Before that he spent a few years writing Python and JS at a local fin-tech startup. Rust has provided a fun change of pace on the side for the last few years.

LucioFranco commented 5 years ago

@Axylos This sounds amazing!!!! Just to confirm you'd like to give this talk at the upcoming meetup? If so I'll add it to the meetup post.

Axylos commented 5 years ago

Yup! I would like to give it at the upcoming meetup. How much time should I budget for?

Also, thanks for the prompt response. :)

On Tue, Jul 23, 2019 at 5:02 PM Lucio Franco notifications@github.com wrote:

@Axylos https://github.com/Axylos This sounds amazing!!!! Just to confirm you'd like to give this talk at the upcoming meetup? If so I'll add it to the meetup post.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rust-nyc/meetups/issues/9?email_source=notifications&email_token=ABLXUD4GEXF7ADU36JW3RZLQA5WVPA5CNFSM4IGJGGP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2UNWYA#issuecomment-514382688, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLXUD3LNYBCA4PLVFVJZA3QA5WVPANCNFSM4IGJGGPQ .

-- Best,

Drake Talley draketalley.com github.com/Axylos

LucioFranco commented 5 years ago

Awesome! I'd say 5-10min is usually what we do for lighting talks. We currently have 3 speakers but now 4 including you so thats still less than an hour. There are not hard limits though we have the space for a good amount of time. 😄

Axylos commented 5 years ago

Great. Sounds good!

On Tue, Jul 23, 2019 at 6:21 PM Lucio Franco notifications@github.com wrote:

Awesome! I'd say 5-10min is usually what we do for lighting talks. We currently have 3 speakers but now 4 including you so thats still less than an hour. There are not hard limits though we have the space for a good amount of time. 😄

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rust-nyc/meetups/issues/9?email_source=notifications&email_token=ABLXUD7R6M6FRS7G5HW4YSTQA5757A5CNFSM4IGJGGP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2UTHJI#issuecomment-514405285, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLXUD4KIX5W4TLAPU2EALLQA5757ANCNFSM4IGJGGPQ .

-- Best,

Drake Talley draketalley.com github.com/Axylos

LucioFranco commented 5 years ago

alright, its been added to the meetup page. Looking forward to listening to the talk!

softprops commented 5 years ago

Sounds super interesting. Can't wait

LucioFranco commented 5 years ago

Thanks for coming yesterday, I really enjoyed your talk!

Axylos commented 5 years ago

Thanks for the opportunity! I had a blast doing it. Will definitely be back for future meetups :)