Hacker News new | ask | show | jobs
by earcar 27 days ago
If there's anything that our community doesn't need is exactly these posts. We have excellent gems, the only thing we lack is good marketing, and better documentation of certain pieces. Posts like this perpetrate the same culture that we want gone.

To the points the post makes: as the author of RubyLLM, I've built several chat interfaces streaming from LLMs with Hotwire. They handle token by token streaming, full message restreaming at the end, role parsing, etc. They work great and the code is concise and beautiful.

Certain apps' hot paths are on the client, so it makes sense that Figma pays a lot of attention to that. However, did you know that Figma use Rails under the hood?

Ruby deserves a different story than what's shown here.

1 comments

According to this thread on LinkedIn and comment by Pragmatic Engineer Gergely Orosz.

https://www.linkedin.com/posts/gergelyorosz_figma-is-going-p...

Figma stack is: > plain Ruby, plus Sinatra and ActiveRecord

Full article about their stack. It’s not rails. https://open.substack.com/pub/pragmaticengineer/p/inside-fig...