Skip to content

Instantly share code, notes, and snippets.

@thommahoney
Created April 25, 2012 18:27
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 14 You must be signed in to fork a gist
  • Save thommahoney/2491946 to your computer and use it in GitHub Desktop.
Save thommahoney/2491946 to your computer and use it in GitHub Desktop.
RailsConf 2012 Lightning Talks
5 min:
~ Objective-C + Rails: Communicating with Rails from iOS / Mac OS
Dan Hassin
1 min:
~ Painless Javascript
koting hatduklgg
with wind tunnel
5 min:
~ Threadsafe on!
Tony Araeri
http://speakerdeck.com/u/tarcieri/p/configthreadsafe-just-do-it
1 min:
~ tenderlove.dup
jremsikjr
5 min:
~ Json + Webworkers = Win!
John Krueger
1 min:
~ iwanttolearnruby.com
(collecting resources for learning ruby)
5 min:
~ Open Source Dev Model on Private Teams.
Mark Simoneau (@marksim)
http://http://blog.quarternotecoda.com/
1 min:
~ sidekiq
@jwo
http://jessewolgamott.com/sidekiq-in-1-minute/
5 min:
~ Modeling on Rails
Akira Matsuda
1 min:
~ What It Means To Be ROWE(awesome)
@jonathanwallace
http://speakerdeck.com/u/jwallace/p/what-it-means-to-be-roweawesome
5 min:
~ job_interview - The Gem
Micah Gates + Jason Lewis
Slides: http://ruby-jokes.github.com/job_interview/pres.html
Source: https://github.com/ruby-jokes/job_interview
Rubygems: http://rubygems.org/gems/job_interview
1 min:
~ One Year of Hacking on Open Source
@gregbell
http://speakerdeck.com/u/gregbell/p/7-lessons-learned-from-running-an-open-source-project
5 min:
~ Integration Testing Engines
Ryan Bigg
5 min:
~ Tokaido
Yehuda Katz
5 min:
~ Why You Should Help Organize Your Local User Group
@ryanbrunner
http://www.slideshare.net/enki42/7-reasons-you-should-volunteer-for-your-local-user-group
5 min:
~ RailCar
@Skalnik
5 min:
~ Why You Don't Get Hired
@dacat
5 min:
~ Rails Encryption: Encrypting Passwords and Data in Support of PCI Compliance
1 min:
~ NinjaScript: Make Any of Your JS Work Like live() or delegate()
Evan Dorn (LRDesign)
https://github.com/LRDesign/NinjaScript
5 min:
~ Tests as Product
Jay Moorthi (@tddium)
5 min:
~ How I Saved The World with Nokogiri
Rod Paddock
5 min:
~ Wizard: From WTF to Wicked
@Schneems
http://schneems.com/wicked
http://speakerdeck.com/u/schneems/p/wizards-from-wtf-to-wicked
5 min:
~ flash_s3_rails
Sam Woodard (shwoodard)
5 min:
~ JavaScript and Friends
-Charles Cowell @
5 min:
~ Hacking the Airlines: How To Fly in First Class for Coach Prices
@MattRogish
5 min:
~ Top 10 Reasons You Should Probably Quit Your Job
@bwilken
5 min:
~ Monitoring with Graphite
@mattconway
@ZachBeta
Copy link

Forked and interleaved: https://gist.github.com/2492052

@wifelette
Copy link

Yelmida Kato == Yehuda Katz :p

@benjaminoakes
Copy link

@jwo
Copy link

jwo commented Apr 25, 2012

The code I wrote for the lightning code on Sidekiq: http://jessewolgamott.com/sidekiq-in-1-minute/

@wallace
Copy link

wallace commented Apr 25, 2012

My corrected twitter name and links to slides (not used): @JonathanWallace
http://speakerdeck.com/u/jwallace/p/what-it-means-to-be-roweawesome

Thanks for organizing!

@kindkid
Copy link

kindkid commented Apr 25, 2012

Mark Simonoan => Mark Simoneau (@marksim, http://http://blog.quarternotecoda.com/)

@thommahoney
Copy link
Author

I will merge the forks after the talks are over. It doesn't look like there's an easy way to see the diffs so it could take a bit.

@drnic
Copy link

drnic commented Apr 25, 2012 via email

@IdahoEv
Copy link

IdahoEv commented Apr 25, 2012

Please consider merging https://gist.github.com/2492615: Suggest a 1 min to interleave now that the other 1min talks are depleted. This is a useful OSS tool I can pitch in 30-45 seconds.

@drnic
Copy link

drnic commented Apr 25, 2012 via email

@ZachBeta
Copy link

@thommahoney
consider puttting into the full repo
https://github.com/newhavenrb/railsconf2012/blob/master/Lightning-Talks.md

better diffs and merging
plus Ben has been putting his notes in

@IdahoEv
Copy link

IdahoEv commented Apr 25, 2012

Link to NinjaScript (just presented on): https://github.com/LRDesign/NinjaScript

@gregbell
Copy link

Slides for "7 Lessons learned from running an open source project"

http://speakerdeck.com/u/gregbell/p/7-lessons-learned-from-running-an-open-source-project

@todb
Copy link

todb commented Apr 25, 2012

@drnic thanks!

Thom:

Tod Beardsley, @todb, "Poisoning Myself with CyanidePill" 3 minutes (really wants a monitor hookup)

@thommahoney
Copy link
Author

If there are mistakes on this gist, please fork and fix or just comment. There are many spelling mistakes, including names. Also, please post your slides online and comment here.

@thommahoney
Copy link
Author

Sorry to those who didn't get to speak. Feel free to post your slides anyway.

@MattRogish
Copy link

@mkb
Copy link

mkb commented Apr 25, 2012

Hey @drnic did you use some automation to go from this gist to your slides or vice versa? If so, what was it?

@schneems
Copy link

My "Wizard: From WTF to Wicked" slides are available: http://speakerdeck.com/u/schneems/p/wizards-from-wtf-to-wicked

@thommahoney
Copy link
Author

Alright all forks have been merged and comments added. I also normalized the styling.

@thommahoney
Copy link
Author

Sorry for spam, but this Chrome Extension is freaking awesome (for diff-ing gist revisions): https://chrome.google.com/webstore/detail/ekibhngllckenihijddjkmehiocljcpc

@nickhammond
Copy link

Anyone know where the repo is for the erd gem from the demo?

@benjaminoakes
Copy link

@jtmkrueger
Copy link

Hey everyone,

Heres a link to the repo where I have the code from my talk about web workers and jsonp. Feel free to find issues and comment on the code ;)

https://github.com/jtmkrueger/webworker_demo

cheers

@nickhammond
Copy link

@benjaminoakes thanks! The details are in there but no repo link, have to dig around.

@rodpaddock
Copy link

I added my changes in a fork of this gist:

https://gist.github.com/2501228

not sure how they get merged back here

@semipermeable
Copy link

I posted my slides in my fork, along with a spelling correction for tarcieri's last name.

@marksim
Copy link

marksim commented Apr 26, 2012

@benjaminoakes
Copy link

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