Live data from Hacker News

Viewing profile — vazgriz

vazgriz

HN member
Joined
Tue, Feb 04, 2020, 5:45 PM UTC
HN karma
5
Public activity
6 items

About vazgriz

No profile information was provided.

Recent public activity

  1. comment
    Comment #47775140

    That's more or less what a search warrant is, so yes.

  2. comment
    Comment #45393787

    Hi author here, I have worked in the aerospace industry on flight control systems. I'm very familiar with knots as a unit. I'm just annoyed that so many educational resources and e…

  3. comment
    Comment #45393738

    Hi, author here. In my experience in both the aerospace industry and the video game industry, there are no tools like this in use. In aerospace specifically, errors like that are c…

  4. comment
    Comment #45393648

    Hi, author here. I wanted to keep the data tables exactly the same in the C# translation. While formulas can be converted to metric easily, the data tables do not actually have uni…

  5. comment
    Comment #32154130

    It eliminates the Most Vexing Parse. Consider this C++ code: Foo bar(); A programmer could make simple mistake thinking that is declaring a variable of type Foo. Carbon eliminates …

  6. comment
    Comment #29515159

    > their API is the same > in fact, they are isomorphic > The change is simple and the code remains almost the same, but the understanding grows a lot. Does that mean you could rena…