Viewing profile — throwaway89456
throwaway89456
HN member- Joined
- Sun, Jan 10, 2021, 1:33 AM UTC
- HN karma
- 5
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About throwaway89456
No profile information was provided.
Recent public activity
-
comment
Comment #25718045
They are clearly targeting hedge funds and financial institutions, USD makes sense. GBP would probably be likely more important than EUR as well.
-
comment
Comment #25711878
The “developer speed above all else” mindset is driven by economics rather than technic. There are no reasons why one should not produce a good design in a any language. In the end…
-
comment
Comment #25711370
Today, go produces static binary by default, not Rust.
-
comment
Comment #25709094
> it kind of sucks to have to do a big refactor across your codebase to replace borrowed fields with owned fields Some refactorings in Rust has brought back memories of refactoring…
-
comment
Comment #25708066
It is not because you can that you should.
-
comment
Comment #25707597
Rust complexity is not encapsulated in libraries that parses JSON or YAML, or others. Rust complexity is embedded in the following: in order to get something to work, you effective…