连去三年的表示今年的气氛比去年好,人也比去年多,而且能感受到 Ruby 社区在重燃希望。(去年给我的感觉是 Node.js 抢去了很多风头,大家人心惶惶)
这个职位招进去是去写网络商城的?机器人竞赛社区的?还是写 SDK 的?
这和逐鹿 X 招的是同一个职位么?
怎么说呢。。第一句话就翻译错了。。虽然不是什么重要的信息,但这会使人对本文的翻译质量产生怀疑,从而放弃阅读。
公司主页木有备案。。。囧。。。
弱弱的问一句,会场的 WiFi 密码是啥?
reverse-proxy
Matz 不是在 heroku 的么?
是 Wendy Li 的 team 么?
收到不少邮件。谢谢各位。接下去的几天我会一一回复并联系合适的 candidate 进行下一步。
经过一番研究,已经找到问题的原因。确实是 RubyMine 的 bug,不过也可以 workaround。 详情请见 http://stackoverflow.com/questions/24646244/cannot-resolve-file-in-rubymine/
我也遇到了同样的问题。暂时也没有头绪。
用过 digital ocean,5 刀一个月,觉得价格便宜量又足。
只招牛人么?愿意培养么?
#130 楼 @blacktulip 原话在哪里?求原文。 我只 quote 到
the complex passphrase is not stored electronically
没提到员工记住了啊。
按照官网的说辞,private key 本身也是自加密的,且 passphrase 没有被获取。所以没事。。。
Credit card numbers in our database are stored in encrypted format, using public and private key encryption. The private key is itself encrypted with passphrase encryption and the complex passphrase is not stored electronically. Along with the encrypted credit card, the last four digits are stored in clear text to assist in lookups and for display on things like your Account tab and payment receipt emails. We have no evidence decrypted credit card numbers were obtained.
为什么各种.js 的框架现在这么流行?真心觉得 javascript 是我写过的语法最恶心代码最难看的语言。。。
坚持跑步了 2 年多,参加了一些 10K 赛(最近一次是香港渣马的 10K),准备今年开始升级到半马。平日下班时间也接触过一些 ruby 和 rails 的内容,webapp/html/js/css 的基础懂一些,但都不是很深入。正在发愁哪里有实际的项目来提高自己的 webdev 水平。能加入么?
我也用 rbenv 装了 2.0.0-p0,但是奇怪的是,那一堆 default gems 在做 gem check 时会报错。
$ rbenv install 2.0.0-p0 Downloading openssl-1.0.1e.tar.gz... -> https://www.openssl.org/source/openssl-1.0.1e.tar.gz Installing openssl-1.0.1e... Installed openssl-1.0.1e to /Users/gogao/.rbenv/versions/2.0.0-p0
Downloading ruby-2.0.0-p0.tar.gz... -> http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p0.tar.gz Installing ruby-2.0.0-p0... Installed ruby-2.0.0-p0 to /Users/gogao/.rbenv/versions/2.0.0-p0
$ rbenv global 2.0.0-p0 $ rbenv rehash $ gem list
*** LOCAL GEMS ***
bigdecimal (1.2.0) io-console (0.4.2) json (1.7.7) minitest (4.3.2) psych (2.0.0) rake (0.9.6) rdoc (4.0.0) test-unit (2.0.0.0) $ gem check Checking gems...
bigdecimal-1.2.0.gem has 1 problems bigdecimal-1.2.0: Gem registered but doesn't exist at /Users/gogao/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/bigdecimal-1.2.0
io-console-0.4.2.gem has 1 problems io-console-0.4.2: Gem registered but doesn't exist at /Users/gogao/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/io-console-0.4.2
json-1.7.7.gem has 1 problems json-1.7.7: Gem registered but doesn't exist at /Users/gogao/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/json-1.7.7
minitest-4.3.2.gem has 1 problems minitest-4.3.2: Gem registered but doesn't exist at /Users/gogao/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/minitest-4.3.2
psych-2.0.0.gem has 1 problems psych-2.0.0: Gem registered but doesn't exist at /Users/gogao/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/psych-2.0.0
rake-0.9.6.gem has 2 problems /Users/gogao/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/cache/rake-0.9.6.gem: missing gem file /Users/gogao/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/cache/rake-0.9.6.gem /Users/gogao/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/specifications/rake-0.9.6.gemspec: Spec file missing for installed gem
rdoc-4.0.0.gem has 2 problems /Users/gogao/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/cache/rdoc-4.0.0.gem: missing gem file /Users/gogao/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/cache/rdoc-4.0.0.gem /Users/gogao/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/specifications/rdoc-4.0.0.gemspec: Spec file missing for installed gem
test-unit-2.0.0.0.gem has 2 problems /Users/gogao/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/cache/test-unit-2.0.0.0.gem: missing gem file /Users/gogao/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/cache/test-unit-2.0.0.0.gem /Users/gogao/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/specifications/test-unit-2.0.0.0.gemspec: Spec file missing for installed gem
$