Viewing profile — jsgf
jsgf
HN member- Joined
- Wed, Sep 22, 2010, 6:48 PM UTC
- HN karma
- 33
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About jsgf
No profile information was provided.
Recent public activity
-
comment
Comment #46815652
This is built with buck, and core/std are built as a source dependency.
-
comment
Comment #36497661
In my experience from a Googlish environment (tho mostly focusing on backend service development): 1. people don't know about check builds and have a much nicer iteration experienc…
-
comment
Comment #36497600
Python programmers love Rust: - Lots of compilation errors, but then the code does what it says - Fast! That gives an immediate benefit that people coming from C++ don't see.
-
comment
Comment #35476956
With Buck2, memory taken for the graph is a concern, but it fits into a single host's RAM.
-
comment
Comment #35471941
I don't know if they considered waf specifically, but the team is definitely very familiar with the state of the art: https://www.microsoft.com/en-us/research/uploads/prod/2018/0..…
-
comment
Comment #26990322
Wit?
-
comment
Comment #24172915
Undefined isn't the same as implementation defined. "Undefined" means you're not even talking about C any more. "Implementation defined" means which of the allowable semantics the …
-
comment
Comment #24172896
Aka the "C is a high level assembler" view. C is not a low level language - https://queue.acm.org/detail.cfm?id=3212479 - argues that this hasn't been true in a long time, since C …
-
comment
Comment #20226678
Less so these days: https://github.com/facebook/hhvm/tree/master/hphp/hack/src/p...
-
comment
Comment #16586997
Mono-repo -> we're focusing our efforts on few large repos Mono-tone -> The first cryptographic Merkle-tree distributed source control system, which was a large influence on both G…
-
comment
Comment #16586912
Tech lead of Mononoke here. Thanks for your comments! The experience of using Mercurial within FB is quite different from the stock open source one. We have many local extensions, …