Viewing profile — vazgriz
vazgriz
HN member- Joined
- Tue, Feb 04, 2020, 5:45 PM UTC
- HN karma
- 5
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About vazgriz
No profile information was provided.
Recent public activity
-
comment
Comment #47775140
That's more or less what a search warrant is, so yes.
-
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…
-
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…
-
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…
-
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 …
-
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…