TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ruby talks of 2014

160 pointsby lackoftacticsover 10 years ago

6 comments

potomakover 10 years ago
In my opinion one of the best Ruby talks of 2014 is &quot;Refactoring Ruby with Monads&quot;[0] by Tom Stuart held at Barcelona Ruby Conference.<p>[0] <a href="https://www.youtube.com/watch?v=J1jYlPtkrqQ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=J1jYlPtkrqQ</a>
评论 #8820113 未加载
评论 #8820215 未加载
tcopelandover 10 years ago
Here&#x27;s my list of (mostly) Ruby-related good talks from this year:<p><a href="http://thomasleecopeland.com/2014/10/18/good-technical-videos.html" rel="nofollow">http:&#x2F;&#x2F;thomasleecopeland.com&#x2F;2014&#x2F;10&#x2F;18&#x2F;good-technical-video...</a><p>Andrew Turley&#x27;s &quot;What we can learn from COBOL&quot; talk is probably my favorite.
llamatabootover 10 years ago
I&#x27;ll put a humble plug in for my talk &quot;Care and Feeding of your Junior Developer&quot; from Nickel City Ruby. It was on top of Confreaks for a few weeks and people seemed to like it, so if you are a junior, or you mentor juniors, check it out.<p><a href="http://confreaks.com/videos/4659-nickelcityruby2014-how-to-be-an-awesome-junior-developer-and-why-to-hire-them" rel="nofollow">http:&#x2F;&#x2F;confreaks.com&#x2F;videos&#x2F;4659-nickelcityruby2014-how-to-b...</a>
评论 #8827615 未加载
评论 #8822177 未加载
dansoover 10 years ago
That this list got upvoted to the top spot must be some sign that the HN audience is still enthused about Ruby-related stories (I say that has a Ruby fan myself)...It&#x27;s a good list and I&#x27;ll bookmark all of its items, but it is pretty brief, both in items (5) and in the summarization (and the use of the overexcited cliché &quot;killer&quot; in the original title makes me extra curmudgeonly about it).<p>Or are people really enthused about talks as a way to learn things? I haven&#x27;t been to a talk in awhile and I just can&#x27;t get into video learning. So FWIW, I&#x27;ll throw in the Ruby-related-infothing that I was most excited about this year: the publishing of &quot;Metaprogramming Ruby 2:&quot; (<a href="https://pragprog.com/book/ppmetr2/metaprogramming-ruby-2" rel="nofollow">https:&#x2F;&#x2F;pragprog.com&#x2F;book&#x2F;ppmetr2&#x2F;metaprogramming-ruby-2</a>)...The original version was one of the most helpful books to me as a Ruby beginner in 2010, both in learning the language and learning new ways to think about programming.
评论 #8821819 未加载
评论 #8820790 未加载
评论 #8820556 未加载
评论 #8820172 未加载
评论 #8820398 未加载
meesterdudeover 10 years ago
Wow, sandi&#x27;s talk was really interesting. She&#x27;s working on a rails book so i&#x27;ll be interested to see her approach to rails.<p>I&#x27;m pretty good with &quot;small methods&quot; but her refactor from that to &quot;small objects&quot;, while more flexible, seems like its more complicated in the end. I mean if you&#x27;re going to have a lot of those it makes sense, but I feel like it could equally be called premature; but I respect that it is more tolerant to future unknown changes. &quot;small methods&quot; is also easier for a junior developer to support, and i think that should be taken into consideration.
评论 #8821252 未加载
Aeolus98over 10 years ago
It&#x27;s interesting to note just how applicable these talks are to other languages. That database one is something i&#x27;d recommend a high schooler listen to for their next hackathon.