Joined June 2012
·

Yuri Artemev

Ruby/Rails; Elixir/Erlang, Scala newbie at Lapka Inc
·
Yaroslavl, Russia
·
·
·

Posted to Webserver using only PHP over 1 year ago

@newsociallife lol. php is bullshit

Posted to Sublime Text 2 + Clojure over 1 year ago

Заметка о Кложе на coderwall на русском языке :О

Posted to Source Code Pro over 1 year ago

Consolas beautiful than this font

Posted to Install Postgresql on Mountain Lion over 1 year ago

https://github.com/jwang/pgpane for easiest way to start or stop postgres

Posted to NTFS Read / Write in OS X over 1 year ago

Drive mounted by this solution don't display in devices list in Finder sidebar. Do you solve this?

Nice, thanks

Posted to New code editor Brackets over 1 year ago

It's never replace Sublime!

Posted to Hosting a Blog on Github over 1 year ago

Middleman is better.

Do:
$ require "securerandom"
If you get error:
NameError: uninitialized constant SecureRandom

Posted to Unlock the GitHub Game Off badges over 1 year ago

Perfect!

Posted to Floats over 1 year ago
require "benchmark"
require "bigdecimal"
n = 1_000_000
Benchmark.bm do |x|
  x.report { for i in 1..n; (5.9 - 5.8).round 14; end }
  x.report { for i in 1..n; (BigDecimal.new("5.9") - BigDecimal.new("5.8")).to_f; end }
end

   user     system      total        real
0.240000   0.000000   0.240000 (  0.241408)
4.140000   0.000000   4.140000 (  4.139652)

But your solution is correct, thanks.

Posted to Inconsistent Color Palettes over 1 year ago

Jesus Christ, interesting information and code, thanks =)

Nice, thanks

Achievements
300 Karma
11,206 Total ProTip Views