Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Fred Wu
@fredwu
VIP
NO. 188 / 2011-11-23

墨尔本
109 Topics / 836 Replies
156 Followers
0 Following
0 Favorites
https://fredwu.me/
GitHub Public Repos
  • crawler 952

    A high performance web crawler / scraper in Elixir.

  • angel_nest 774

    Project code name: Angel Nest. :)

  • opq 269

    Elixir queue! A simple, in-memory queue with worker pooling and rate limiting in Elixir.

  • stemmer 153

    An English (Porter2) stemming implementation in Elixir.

  • jquery-inline-confirma... 53

    Inline Confirmation plugin for jQuery. One of the less obtrusive ways of implementing confirmatio...

  • dotfiles 18

    My dotfiles

  • README-xplor 10

    Fred @ Xplor - how to work with me.

  • yield.rb 5

    Aggregated token amounts and values. Supports ApeBoard, YieldWatch, Binance, CoinGecko and more.

  • advent_of_code_2018 4

    https://adventofcode.com/2018/about

  • fredwu.me-v3 3

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • RubyConfChina 2013 开始接受报名和售票! at August 29, 2013

  • 周末打算写个关于测试的博文,大家想知道些什么? at August 26, 2013

    终于写完了,请翻墙批阅:http://fredwu.me/post/59395419899/writing-sensible-tests-for-happiness :)

    测试可以讲的东西太多,所以没能覆盖到所有的要求,请大家见谅~

  • 推荐一本对你影响最大的书 at August 25, 2013

    Randy Pausch - The Last Lecture

    Steve Wozniak - iWoz

    啊 对了,还有 Founders at Work。

  • 测试都用 RSpec? at August 22, 2013

    #13 楼 @hbin 测试 API 为什么要动用 cucumber... =.=

  • Rails validation with Themis at August 21, 2013

    Nice work! Although, there seems to be a few instances of method_missing, I'm not sure if I like this approach... :/

    Datamappify also composes validation rules, by using a different approach: https://github.com/fredwu/datamappify/blob/master/lib/datamappify/entity/composable/validators.rb

  • Ruby 性能真的比 Node 差这么多么? at August 20, 2013

    呵呵。。。

    https://github.com/fredwu/spiky_xml

    ruby parsing 27000ms
    ruby concurrent parsing 27000ms
    jruby parsing 19000ms
    jruby concurrent parsing 11000ms
    nodejs xml2js parsing: 27616ms
    nodejs libxmljs parsing: 1333ms
    
  • 一个家庭存储方案 at August 17, 2013

    我用的也是 Synology 的 NAS。 ^__^

  • 请大家推荐适合初学者适合阅读的 Gem 源码 at August 16, 2013

    #3 楼 @jjym 对耶,我也这么觉得…… :P

  • 请大家推荐适合初学者适合阅读的 Gem 源码 at August 16, 2013

    我来抛砖引玉吧——

    初阶的 gem - Bustle,一个 ActiveRecord 上的 pubsub-like API。

    中阶的 gem - ApiTaster,Rails 上的视觉 API 测试器。

    高阶的 gem - Datamappify,支持多 ORM 的 Domain-driven 的业务逻辑管理。

    最后再来个号外篇(ruby 元编程) - Ruby Decorators,仿 Python 上的 decorator。

    \^o^/

  • 国内程序员与国外程序员最大的差别是什么? at August 13, 2013

    #26 楼 @bhuztez 因为基数大啊 ;)

  • 国内程序员与国外程序员最大的差别是什么? at August 13, 2013

    #18 楼 @pepsin 嗯,近一年来我大概看了百多个应聘者的代码测试——国外的“奇葩”代码也是不少的。我还见过 rails controller 里判断程序是跑在 mysql 上还是 postgres 上的(然后一堆 DB 特定处理)。

    #19 楼 @jiyinyiyong 我也一直是这么觉得的。至少在“看得到的地方”(主要是开源社区),国内相较北美、欧洲和澳洲而言,大概要落后个 3 到 5 年。

    我所在的小小的袋鼠国——这边 IT/web 行业相比国内是渺小多了,但我们这边对开源社区的贡献有不少哦,信手拈来(其实是蹭面子,嘿嘿)——

    Ryan Bigg - 对 rails 文档做出的杰出贡献(Rails 贡献榜前 20),拿到过一届 Rails Hero Charlie Somerville - 对 cruby/jruby 都做过贡献,better_errors 的作者,前几个礼拜被 Github 挖走了 Ben Schwarz - W3C 成员之一 Xavier Shay - Cane 的作者,几年前被 Square 挖走了 Nick Sutterer - Cells 和 Reform 的作者 Pat Allan - Thinking Sphinx 的作者 Ryan Seddon - Modernizr 核心开发之一 Sam Saffron - Discourse 核心开发之一 Darcy Laycock - Rocket Pants 的作者,貌似大学还没毕业…… Justin French - Formtastic 的作者 Daniel Neighman - Warden 的作者(Warden 是 Devise 的底层实现) Ben Hoskings - Babushka 的作者 Marcus Crafter - Sprinkle 的作者 Mikel Lindsaar - Mail 的作者,Rails 贡献排行前 30 James Healy - PDF::Reader 的作者,Prawn 的贡献者 Samuel Cochran - MailCatcher 的作者 Dmitry Baranovskiy - Raphaël JS 的作者

    还有好多好多大牛……

    每次去参加本地的 ruby 聚会之类的,都倍感压力,因为周围都是大牛环绕,自己如果不努力的话很容易就被比下去了……

  • 有点奇怪,为什么官方的 guides 都不少错误? at August 13, 2013

    #2 楼 @hick Guide 最终链接到这里:http://weblog.rubyonrails.org/2013/6/14/docrails-back-to-the-roots/ 上面有写如何提交文档的 PR。

  • 国内程序员与国外程序员最大的差别是什么? at August 13, 2013

    基数大……

    所以初生牛犊不怕虎的人多…… 所以不知道干什么所以做程序的人多…… 所以跟着其他人乱学导致学歪的人多…… 所以觉得自己牛逼哄哄的人多…… 所以不懂如何善用搜索引擎不懂提问的艺术的人多…… 所以成天在技术论坛扯淡的人多…… 所以 YY 自己有天可以靠编程发大财的人多……

    其实没什么太大差别,就是因为基数大所以某些情形相对特别显而易见。

  • 有点奇怪,为什么官方的 guides 都不少错误? at August 13, 2013

    Contributing to the Rails Documentation

  • 原来一直都有这样的工具,我再次傻了。。 at August 04, 2013

    #9 楼 @ery 你用的什么编辑器?Vim, Textmate, Sublime 和 RubyMine 都支持高亮。

  • RubyConfChina 2013 会场地点确定! at July 31, 2013

  • 分享 快速运行多个测试 at July 31, 2013

    这个应该效果一样——

    ruby -Itest test/functional/day_reports_controller_test.rb test/functional/month_reports_controller_test.rb
    
  • 请问设计 API 用哪种框架比较好? at July 26, 2013

    https://github.com/rails-api/rails-api

    我们用的 RocketPants。

  • 面试后,如果面试公司不要面试者,需不需要通知面试者? at July 21, 2013

    我一般都是等几天后就委婉的发信给对方告知我们决定不录用。

    作为应聘者,等一两周后没音讯的话就是没戏了,也不用再去打听或是催促了。:)

  • [高清无码] Yehuda Katz! at July 12, 2013

    #19 楼 @hhuai RubyWeekly 写错了,那篇是从中文翻译版翻译的。

  • [高清无码] Yehuda Katz! at July 11, 2013

    #15 楼 @cisolarix 很遗憾,没有视频的说……

  • [高清无码] Yehuda Katz! at July 11, 2013

    脸来了~ ^__^

  • 为什么 studygolang 的论坛和咱们的论坛界面长的一毛一样。。。 at July 08, 2013

    貌似是抄的前端 https://github.com/studygolang/studygolang

  • 一个 rails model 的方法求美化 at June 29, 2013

    顶楼的写法打破了 "tell don't ask" 的基本规则。Account 模型不应该知道那么多关于 Invoice 的细节。Implementation details 应该全部放到 Invoice 模型里。

    类似 #8 楼 @qhwa 的这样。

  • 未来这五年,软件工程师如何安身立命? (上) ——Ruby 之父松本行弘谈《代码的未来》 at June 29, 2013

    英文版来了:http://fredwu.me/post/54175219257/the-future-of-computing-the-future-of-computer-programmers :)

  • 未来这五年,软件工程师如何安身立命? (下) ——Ruby 之父松本行弘谈《代码的未来》 at June 29, 2013

    英文版来了:http://fredwu.me/post/54175219257/the-future-of-computing-the-future-of-computer-programmers :)

  • 大家来晒晒自己 Macbook Air 的配置 at June 25, 2013

    理想配置?理想配置当然是最高配置啦 -__,-

  • Ruby 开发收藏 at June 25, 2013

  • 深入挖掘 ruby 程序员的价值 at June 23, 2013

    #8 楼 @zfjoy520 #9 楼 @zuozuo

    这个行业,尤其是国内,需要更多谦虚的程序员!:)

  • Prev
  • 1
  • 2
  • …
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • 27
  • 28
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English