Viewing profile — chabsf
chabsf
HN member- Joined
- Mon, Jun 04, 2018, 9:46 PM UTC
- HN karma
- 35
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About chabsf
No profile information was provided.
Recent public activity
-
comment
Comment #18189476
HTTP2 is just the transport, there would be a ton of machinery to implement in each language in the stack.
-
comment
Comment #18189401
Furthermore, in the case where I'm using protobufs as a necessary evil of grpc, what's the best alternative here?
- comment
-
comment
Comment #17740780
In Canada, that's the legal definition of engineering. You may not call yourself an engineer without accreditation and such accreditation will be rescinded if you make severe enoug…
-
comment
Comment #17724450
The whole point of insurance is to distribute risk. At some point, if coverage granularity becomes too high, insurance will just become pointless, right?
-
comment
Comment #17644218
Indent behavior is just one of multiple formatting tasks. Spacing between operators, curly-brace placement, etc. all fall in the same category here.
-
comment
Comment #17302288
The fact that this relies on overloading an operator for every enum makes this a complete non-starter as is in any professional codebase unfortunately. That can be fixed with a tra…
-
comment
Comment #17232887
OpenGL is "learnable" by someone in the process of learning. Vulkan and Metal are much less approachable. This will put a huge damper on low-level graphics programming as a hobby.