Live data from Hacker News

Viewing profile — a12b

a12b

HN member
Joined
Wed, Jan 16, 2013, 10:05 AM UTC
HN karma
152
Public activity
36 items

About a12b

Blog: http://alexis.bernard.io

Github: https://github.com/alexisbernard

Twitter: https://twitter.com/alexis_bernard

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #41648160

    You should definitely write an article with all tricks you used to make it fast!

  6. story
  7. story
  8. story
  9. comment
    Comment #38556378

    Thanks. I bought your book since the B1.0 version and I recommend it.

  10. story
  11. story
  12. comment
    Comment #37911483

    Author here. Thanks to all commenters for sharing their experiences and constructive opinions. It shows that this post is incomplete and far from being perfect. So, I just wrote a …

  13. comment
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #14226485

    If that may interest someone and to do some self promotion too :-) I have built a product (rails app monitoring service) that shows the file:line for each SQL request: https://rorv…

  23. comment
    Comment #10331405

    I used them once, it's a good service. I prefer Scalingo over Heroku because there is no virtualisation layer.

  24. comment
    Comment #10304554

    2 simple lines in /etc/ssh/sshd_config fix the problem: PermitRootLogin no PasswordAuthentication no

  25. comment
    Comment #9771982

    I built it for myself to monitor my rails apps. I am aware several tools already exist, but not the one I was looking for. I wanted a simple tool to pinpoint the slow SQL queries i…