Viewing profile — ellroy
ellroy
HN member- Joined
- Fri, Dec 08, 2023, 10:26 AM UTC
- HN karma
- 10
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About ellroy
No profile information was provided.
Recent public activity
-
comment
Comment #44245542
He had so much energy for the project in the early days. Although I've moved on to other tech the excitement around Node back then was great. I miss it
-
comment
Comment #41955660
Yes, I'm not worried about it. I've not been following it as closely as I'd like, but from what I've read the core team seems to be taking a very measured incremental approach with…
-
comment
Comment #41943744
Ports are generally great, but you are running multiple apps and communicating between them using STDIN/STDOUT etc. There are certain corner cases where they might not be suitable.…
-
comment
Comment #41943654
I will second this. I've been using multiple libraries in our production Elixir app that haven't been updated in the last five years. Elixir itself was declared as "stable" feature…
-
comment
Comment #41943593
I don't think this is right. The process will crash, and the Supervision strategy you are using will determine what happens from there. This is what the BEAM is all about. The thin…