Viewing profile — a_rustacean
a_rustacean
HN member- Joined
- Fri, Sep 24, 2021, 3:17 PM UTC
- HN karma
- 27
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About a_rustacean
No profile information was provided.
Recent public activity
-
comment
Comment #29350830
Open-source maintainers should merge everything that _I_ consider reasonable, because _I_ know better than them! If they don't, I'll call it a tragedy.
-
comment
Comment #29350768
It's easier to understand the future consequences and limitations of code you wrote yourself. The main challenge in open-source is communication.
-
comment
Comment #29208770
`Rc` freezes the value as long as it's shared unless you use interior mutability. It's fine when you want to share immutable data, but if you ever need to mutate its contents you w…
-
comment
Comment #28643674
"I don't understand it, therefore there is something suspicious about it" is a very dangerous way of reasoning. We burned innocent people because of this not long ago. Anyways, I f…