Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
a12b
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
My Ruby Debugging Tips in 2025
(st0012.dev)
3 points
by
a12b
1y ago
|
0 comments
2.
▲
The Guide to Implementing Hotwire and Turbo in a Rails Application
(blog.cloud66.com)
1 points
by
a12b
2y ago
|
0 comments
3.
▲
Speed Up Compound Full-Text Searches in PostgreSQL by 300x
(rorvswild.com)
1 points
by
a12b
2y ago
|
0 comments
4.
▲
by
a12b
2y ago
You should definitely write an article with all tricks you used to make it fast!
5.
▲
Super Fast Rails
(rorvswild.com)
2 points
by
a12b
2y ago
|
0 comments
6.
▲
Ruby on Rails load testing habits
(rorvswild.com)
128 points
by
a12b
3y ago
|
43 comments
7.
▲
by
a12b
3y ago
Thanks. I bought your book since the B1.0 version and I recommend it.
8.
▲
Everyday performance rules for Ruby on Rails developers
(rorvswild.com)
132 points
by
a12b
3y ago
|
40 comments
9.
▲
The one-person framework monitoring tool
(rorvswild.com)
1 points
by
a12b
3y ago
|
0 comments
10.
▲
by
a12b
3y ago
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 post-scriptum to improve it a bit for future readers. https
11.
▲
by
a12b
3y ago
Thanks !
12.
▲
Background job queues and priorities may be the wrong path
(alexis.bernard.io)
114 points
by
a12b
3y ago
|
50 comments
13.
▲
Optimisation is often doing fewer things
(alexis.bernard.io)
1 points
by
a12b
3y ago
|
0 comments
14.
▲
Eloquent code needs no comment
(alexis.bernard.io)
3 points
by
a12b
3y ago
|
2 comments
15.
▲
Protect Ruby on Rails applications against DoS and bots
(basesecrete.com)
8 points
by
a12b
4y ago
|
0 comments
16.
▲
Simple traffic analytics for the win of privacy
(basesecrete.com)
1 points
by
a12b
5y ago
|
0 comments
17.
▲
Fast text search with PostgreSQL in a Rails project
(alexis.bernard.io)
3 points
by
a12b
5y ago
|
1 comments
18.
▲
Show HN: Ruby on Rails gem to detect bottlenecks before your code goes live
(github.com)
5 points
by
a12b
9y ago
|
1 comments
19.
▲
Show HN: Redis Dashboard in a Sinatra app
(github.com)
2 points
by
a12b
9y ago
|
0 comments
20.
▲
by
a12b
9y ago
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://rorvswild.com
21.
▲
by
a12b
11y ago
I used them once, it's a good service. I prefer Scalingo over Heroku because there is no virtualisation layer.
22.
▲
by
a12b
11y ago
2 simple lines in /etc/ssh/sshd_config fix the problem: PermitRootLogin no PasswordAuthentication no
23.
▲
by
a12b
11y ago
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 in my code. A tool that helps me taking care of my cron jobs
24.
▲
Show HN: RorVsWild – Free monitoring for small Ruby on Rails apps
(rorvswild.com)
12 points
by
a12b
11y ago
|
1 comments
25.
▲
MTGOX online bankruptcy claim filing system
(claims.mtgox.com)
2 points
by
a12b
11y ago
|
0 comments
26.
▲
by
a12b
11y ago
We built Teamodoro because we figured out that the Pomodoro techniques works well for individuals but not so much for a team. A team willing to use this technique must synchronize in order to prevent interruptions. Interruptions kill produc
27.
▲
Show HN: Teamodoro, pomodoro timer for teams
(teamodoro.com)
9 points
by
a12b
11y ago
|
1 comments
28.
▲
by
a12b
11y ago
You have to do that choice on start because it's so annoying and a waste of time to do the switch later on. Particularly, that's definitely depends of your app. Is your app really heavy on the frontend side? If yes it's worth
29.
▲
Show HN: Disco.io – A personal streaming music library
(disco.io)
9 points
by
a12b
12y ago
|
2 comments
30.
▲
by
a12b
12y ago
Ubuntu for years. The packages system is so convenient and it works out of the box. However I compile Ruby my self.
More ›