Profile_bird

Hey there! kpumuk is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving kpumuk's tweets.

Already using Twitter
from your phone? Click here.

kpumuk

  1. Это обо мне! RT @AntonShevchuk: Некоторые программисты обладают способностью трахаться с кодом до тех пор, пока его не отберёт заказчик
  2. @COTOHA Однохуйственно, но в данном случае про корыто
  3. Оказалось, что наша новая ванна рассчитана на тощих карликов. Расстроен #fail #ремонт
  4. Released Sphinx gem for Sphinx Search Engine 0.9.9: sudo gem install sphinx -v 0.9.9.2117
  5. Do you really think you need a guitar and a drum to play awesome music? http://bit.ly/8Wz8B0
  6. Simply awesome. Every Ruby-hacker should read this immediately and keep in mind forever! http://bit.ly/7nLJkT
  7. There is a difference between "rake spec" and "spec spec" commands: http://bit.ly/4IQmY9
  8. The RSpec Book: "In fact, some of the features you'll learn about are so new, they have not even been released yet!" #rspec
  9. I know git-fu! Just completely removed from repo a large file which was a part of commit pushed a few days ago.
  10. @nbibler Wow! Thank you :-) You're my hero
  11. If you want to watch your locals, stack traces with method parameters, or full execution traces - http://bit.ly/6qFey6 #ruby #trick
  12. Ruby5 forgot to mention my article about RSpec. Very sad about this.
  13. How to get a free food in McDonald's http://bit.ly/V3XRQ
  14. Убля! http://korrespondent.net/ukraine/events/1022131
  15. Finished reading the "Ruby best practices". The best thing in this book is that it shows you really good code. More http://bit.ly/8L20Uo
  16. Головоломки для блондинок http://prikol.i.ua/view/2918/
  17. How do you pick up your macbook when there is only one hand is free? I put my finger into RJ45 and raise it slightly under the table
  18. Did you know Ruby includes Matrix library? require 'matrix';Matrix[[1,2,3],[4,5,6],[7,8,9]] * Matrix[9,6,3] #ruby #math
  19. <%= "<script>alert('fuck')</script>" %> -> &lt;script&gt;alert('fuck')&lt;/script&gt; http://github.com/nzkoz/rails_xss
  20. Use Time.use_zone('Kyiv') {} in specs to temporary change time zone #rails #tdd #tricks