Live data from Hacker News

Viewing profile — throwaway89456

throwaway89456

HN member
Joined
Sun, Jan 10, 2021, 1:33 AM UTC
HN karma
5
Public activity
6 items

About throwaway89456

No profile information was provided.

Recent public activity

  1. 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.

  2. 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…

  3. comment
    Comment #25711370

    Today, go produces static binary by default, not Rust.

  4. 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…

  5. comment
    Comment #25708066

    It is not because you can that you should.

  6. 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…