Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 8.67 KB

LightningTalkProposals.md

File metadata and controls

48 lines (41 loc) · 8.67 KB

Lightning talks will take place on Friday, September 29, at Union Station in Grand EF from 8:30-10:00 pm.

The following lightning talks were selected by popular vote (more on schedule to come!):

  1. TypeScript 101 by @fvcproductions - A short introduction to TypeScript and the benefits it provides to large-scale projects
  2. GraphQL in Practice by @nickvanw - An introduction to GraphQL and how it benefits GitHub internally and externally
  3. Home Automation without the cloud by @balloob - Short introduction to Home Assistant, one of the biggest open source home automation frameworks.
  4. The Voldemort Effect by @litonico_ - A lighthearted, very short talk about why Voldemort didn't win and what that means for how we think about ideas in tech
  5. Why Not Haskell? by @cercerilla - A look at why Haskell is great, but hasn't gotten wider adoption in industry, plus a summary of lessons I've learned trying to teach and foster the St. Louis Haskell community
  6. striking out on your own by @wyc - how to get clients and sling code for them without falling flat on your face.
  7. Programming Shibboleths by @thursdayb — A quick discussions on shibboleths (including jokes, social cues, and memes) in programming culture.
  8. Software Development Canaries by @blinkymach12 - Quickly diagnose and repair scary software development practices by applying a "canary in the coal mine" philosophy.
  9. Brainstorming with Introverts by @deedeelavinder - Tips for soliciting input from everyone on your team.
  10. Practical Privacy Protection by @eob - Practical things you can do to protect the privacy of your user, because it's the right thing to do, and because upcoming EU laws do apply to you.
  11. What's your story? On the importance of Storytelling by Sebastian Loh - I'll make a case for the importance to tell a good story if you want to build good software.
  12. Building a Memex by @hyfen - Proposed in 1945, the Memex was supposed to be the ultimate personal database. I’ll tell the story of my decade-long quest to build my own, and about the event-sourced, temporal graph database that powers it.

Original list of proposals:

  1. TypeScript 101 by @fvcproductions - A short introduction to TypeScript and the benefits it provides to large-scale projects
  2. GraphQL in Practice by @nickvanw - An introduction to GraphQL and how it benefits GitHub internally and externally
  3. Writing WebVR with Clojurescript by Andres Cuervo - A brisk walk through all the things I've had to do to be able to write web-based virtual reality experiences in Clojurescript
  4. Home Automation without the cloud by @balloob - Short introduction to Home Assistant, one of the biggest open source home automation frameworks.
  5. Strategy Factories by @melanchroes - A simple composite design pattern for maximum flexibility in picking the right algorithm given multiple options
  6. The Voldemort Effect by @litonico_ - A lighthearted, very short talk about why Voldemort didn't win and what that means for how we think about ideas in tech
  7. Why Not Haskell? by @cercerilla - A look at why Haskell is great, but hasn't gotten wider adoption in industry, plus a summary of lessons I've learned trying to teach and foster the St. Louis Haskell community
  8. Generating Music Functionally with Alda by @dave_yarwood - A lightning-fast introduction to the music programming language Alda, leading into a demo of how to use inline Clojure code to generate random bongo patterns in an Alda score.
  9. striking out on your own by @wyc - how to get clients and sling code for them without falling flat on your face.
  10. Building an Elm-Elixir Course Notes App by [@jxxcarlson] (https://github.com/jxxcarlson) - How make Elm talk to Phoenix, Asciidoctor.js, and MathJax.js to create complex, sometimes technical documents while increasing author and reader happiness.
  11. Let's build a SQL REPL in 5 minutes by @amjithr - Build a REPL with auto-completion and syntax highlighting in 10 lines of Python.
  12. Talker, an Open Source Communication Device for Kids with Autism by @amendment19 - Building a bespoke augmentative and alternative communication (AAC) device with Raspberry Pi and Django.
  13. Programming Shibboleths by @thursdayb — A quick discussions on shibboleths (including jokes, social cues, and memes) in programming culture.
  14. Software Development Canaries by @blinkymach12 - Quickly diagnose and repair scary software development practices by applying a "canary in the coal mine" philosophy.
  15. When Your Hobby Reminds You Too Much Of Your Work by @woodwardjd - A brief story about aggressive schedules, unanticipated roadblocks, workarounds, failure and triumph in personal automobile repair.
  16. Brainstorming with Introverts by @deedeelavinder - Tips for soliciting input from everyone on your team.
  17. elm.mk: GNU Make emigrates to the Elm province of Javascriptland by @c11z - Elm project builds automation with GNU Make; an old school solution to a much-solved problem.
  18. Practical Privacy Protection by @eob - Practical things you can do to protect the privacy of your user, because it's the right thing to do, and because upcoming EU laws do apply to you.
  19. Implementing Distributed Transactions running in 1.5 RTT is a Piece of Cake by @rystsov - Let's apply recent advances in distributed systems to run transactions between, say, PostgreSQL and Redis just in 1.5 round trip time.
  20. What's your story? On the importance of Storytelling by @penchef - I'll make a case for the importance to tell a good story if you want to build good software.
  21. Hacking your Elixir Editor by Max Veytsman - I'll show you how to exploit vulnerability in Vim's Elixir mode that lets any webpage execute arbitrary code on your computer if you browse it while editing Elixir code. (If you're reading this, upgrade alchemist.vim ASAP)
  22. Presenting zpresent, a presentation mode for Emacs by @zckzck - I'll talk about my new Emacs package, a way to give presentations inside Emacs based on a text-based input file in a standard file format, Org mode.
  23. Building a Memex by @hyfen - Proposed in 1945, the Memex was supposed to be the ultimate personal database. I’ll tell the story of my decade-long quest to build my own, and about the event-sourced, temporal graph database that powers it.
  24. Put Some Respek On My Name by Gerard O#39;Neill - If your name isn't "normal," using software can be a pain. I want to talk about how you can prevent your users from having a bad experience by avoiding common mistakes.
  25. User Research with Responsibility and Respect by Eileen McFarland - Online ignorance and harassment of marginalized groups has created a need for technical tools to respond. Clearly, doing user research around such painful topics poses unique challenges. This talk will break down how to do user research that prioritizes sensitivity and respect for participants.
  26. Continuously Delivering Safe Elm/Electron Apps by @dillonkearns - The story of creating a Continuous Delivery pipeline for Mobster and building tools for safe interop with Elm, Electron and TypeScript to support it.