Live data from Hacker News

Viewing profile — humanrebar

humanrebar

HN member
Joined
Fri, Feb 08, 2013, 12:28 PM UTC
HN karma
12,129
Public activity
5,020 items

About humanrebar

No profile information was provided.

Recent public activity

  1. comment
    Comment #46578446

    Red Hat employs a significant number of GCC core devs.

  2. comment
    Comment #46100315

    So why did they have you fill in that field then?

  3. comment
    Comment #45833947

    "I'm sorry" can mean "I am apologizing" but often it instead means "I feel bad". It depends on context which applies. "I'm sorry for how you feel" without more explanation often so…

  4. comment
    Comment #45833660

    RFCs can be titled Architecture Decision Records (ADRs) or policies once they are accepted.

  5. comment
    Comment #45757349

    Counterpoint: Shaded spots at work parking lots in Texas fill up the fastest. Conspicuously so. Also, use of windshield visors is much more prolific than in cooler climates. I can'…

  6. comment
    Comment #45732369

    Also the U.S. Constitution allows for a full rewrite by a constitutional convention process. This hasn't been attempted, of course.

  7. comment
    Comment #45606980

    > In what way(s) does Rust's C interop depend on cargo? Do rust and cargo allow for multiple interpretations of the same C header file across different objects in the same program?…

  8. comment
    Comment #45591596

    Sanitizers are technically dynamic analysis. They instrument built programs and analyze them as they run.

  9. comment
    Comment #45009446

    > It’s basic expense fraud. I'm making the case that mandatory unpaid overtime is effectively wage theft. It is legal in the US because half of jobs there are "exempt" from the usu…

  10. comment
    Comment #45005085

    Are you saying the mentality is offensive? Or is there a business justification I am missing? Note that employers do this as well. A classic one is a manager setting a deadline tha…

  11. comment
    Comment #44739266

    That might be a good tip, but people do get signals from their bodies when running a nutrient deficit. People crave calories when in a calorie deficit. And they crave carbohydrates…

  12. comment
    Comment #44558483

    Yeah, story points approximate effort, so it's fairly impossible to be 10x on those. JIRA has a notion of business value points, and you could make up similar metrics in other proj…

  13. comment
    Comment #43914352

    I understand this concern, but at the same time it's not hard to write clang-query statements for the ones you care about. Sometimes it is even a regex! And it's not too expensive …

  14. comment
    Comment #43895224

    State government, local government, and local philanthropy (like the chamber of commerce, etc.) could also buy lunch. I'd rather keep the dysfunction of national politics away from…

  15. comment
    Comment #43895203

    Strawmen usually have stupid philosophies, yes. The simpler and more convincing explanation is that lawmakers write bad laws, regulators write bad regulations, and everyone votes o…

  16. comment
    Comment #43879398

    Excellent question. Maybe people will use this newfound productivity to actually review, test, and document code. Maybe.

  17. comment
    Comment #43715746

    Weigh yourself every day. Journal it. This sets up an objective metric to calibrate against. Set medium term goals. Don't try to lose 20 kilos in six months. Lose the next kilo by …

  18. comment
    Comment #43703369

    I was making a narrow comment that you can turn on VLAs, off exceptions, etc., with C++ flags on publicly available compilers regardless of what the C++ language specification and …

  19. comment
    Comment #43703175

    You can do everything you describe in C++. Even the language features are available (or diableable) as compilation flags.

  20. comment
    Comment #43608270

    I have no special information, but some of these seem targeted at least partially to internal marketing and morale. For instance, I have seen what appear to be employees (probably …

  21. comment
    Comment #43369095

    I don't see why all software roles are seen as in the same category. There is a huge difference between the difficulty level and experience requirements in different tasks and role…

  22. comment
    Comment #42989116

    Modules alone do not guarantee one definition per entity per linked program. On the contrary, build systems are needing to add design complexity to support, for instance, multiple …

  23. comment
    Comment #42827475

    5) Weather. If it's under -20 C or over 40 C, walking five blocks is unpleasant for anyone and dangerous for some. Especially if the walk is unsheltered, which it typically is.

  24. comment
    Comment #42711655

    Most of the disagreements are fundamentally metaphysical (would God make fossils?), so debates about evidence, expertise, and scientific consensus are beside the point.

  25. comment
    Comment #42675650

    For what it's worth, I get the same experience you're describing with statically typed python wired up to mypy. Not that rust and python have the same feature set in other ways.