Viewing profile — a12b
a12b
HN member- Joined
- Wed, Jan 16, 2013, 10:05 AM UTC
- HN karma
- 152
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About a12b
Github: https://github.com/alexisbernard
Twitter: https://twitter.com/alexis_bernard
Recent public activity
- story
- story
- story
- story
-
comment
Comment #41648160
You should definitely write an article with all tricks you used to make it fast!
- story
- story
- story
-
comment
Comment #38556378
Thanks. I bought your book since the B1.0 version and I recommend it.
- story
- story
-
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 …
-
comment
Comment #37904877
Thanks !
- story
- story
- story
- story
- story
- story
- story
- story
-
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…
-
comment
Comment #10331405
I used them once, it's a good service. I prefer Scalingo over Heroku because there is no virtualisation layer.
-
comment
Comment #10304554
2 simple lines in /etc/ssh/sshd_config fix the problem: PermitRootLogin no PasswordAuthentication no
-
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…