TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ruby talks of 2014

160 点作者 lackoftactics超过 10 年前

6 条评论

potomak超过 10 年前
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 未加载
tcopeland超过 10 年前
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.
llamataboot超过 10 年前
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 未加载
danso超过 10 年前
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 未加载
meesterdude超过 10 年前
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 未加载
Aeolus98超过 10 年前
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.