A better place to write and store slide decks for the various open source conferences that I speak at. Be sure to look for speaker notes!
Please view this on the web at https://ShaneSlides.com
After years of using an office suite to craft slides using a custom template for every conference, I've switched many presos to using simple Markdown and one of the modern browser-based JS slide tools.
Using Remark, I usually run a slide deck locally (having seen far too many conference wifi networks barf). Open a command terminal, cd to the /shaneslides/ directory, and then do:
ruby -run -ehttpd . -p8000
or do:
python -m http.server 8000
Then open your browser to http://localhost:8000/apachecon (for example) and click on the .html file for the presentation to run.
I speak regularly at ApacheCon and Community Over Code on community and branding issues around Apache projects. I've also spoken at All Things Open, OSCON, Ignite, Camel One, the Software Freedom Law Conference, and the PLI Law Education conference.
Shane is founder of Punderthings℠ LLC consultancy, helping organizations find better ways to engage with the critical open source projects that power modern technology and business. He blogs and tweets about open source governance and trademark issues, and has spoken at major technology conferences like ApacheCon, OSCON, All Things Open, Community Leadership Summit, and Ignite.
Shane is many-term Director of the ASF, providing governance oversight, community mentoring, and fiscal review for all Apache projects. Previously, Shane served as VP Brand Management for the ASF for eight years, and wrote the trademark and branding policies that cover all 200+ Apache® projects, including assisting projects with defining and policing their trademarks, as well as negotiating agreements with various software vendors using Apache software brands.
Otherwise, Shane is: a father and husband, a BMW driver and punny guy. Oh, and we have cats. Follow @ShaneCurcuru / @ShaneCurcuru@fosstodon.org and read about open source communities and see his FOSS Foundation directory.
Copyright © Shane Curcuru 2017-2023 | A Punderthings℠ Production | Licensed: Apache License 2.0
May include externally developed code licensed under MIT, BSD, or other similar licenses compatible with the Apache License v2.0.
Code historians may note this site was manually created by copying files from my /slides repository in November 2022. This is because the DNS verification and publishing of that repo seemed to be totally borked, although I haven't figured out how to reproduce the bug to report to GitHub Pages.