Hacker News new | ask | show | jobs
by jlg23 2790 days ago
> Though it took me a full week to convince them to use a framework, Rails, instead of hand-rolling everything around a custom EventMachine loop... The loop never even worked, but it was “cool”. Give me boring and powerful any day.

Funnily exactly that choice was what made me reject the request to help with development early on.

Not building on SMTP was a wise choice in hindsight, given that it turned into a pretty monopolized protocol since then - most people have a hard time to get their mails delivered from a private server nowadays.

1 comments

That’s too bad. Their situation was that they were working in Pivotal’s office, surrounded by extremely high quality Rails devs who were happy to give free help and advice.

Like I said, the EM loop never worked, and instead of spending weeks banging their heads on it, Rails allowed them to move forward onto their actual problem, instead of having to invent everything themselves.

I guess I don’t know that much about SMTP still :)