Live data from Hacker News

Viewing profile — hughdbrown

hughdbrown

HN member
Joined
Wed, Jan 09, 2013, 6:04 PM UTC
HN karma
338
Public activity
174 items

About hughdbrown

online: { stackoverflow: "http://stackoverflow.com/users/10293/hughdbrown", github: "https://github.com/hughdbrown", linkedin: "http://www.linkedin.com/in/hughdbrown" }

Recent public activity

  1. comment
    Comment #48152909

    I had a driver in a Ford F-150 do this in front of me last week as he pulled away from a light. The smoke totally blacked out the windshield for 5 seconds while I was in motion. I …

  2. comment
    Comment #47944408

    curl -s https://api.github.com/users/mitchellh | jq .id

  3. comment
    Comment #47092406

    I used this entire HN discussion as the input to a design/task SKILL.md. I asked Claude to prepare the design document and a task list. When it was done, I asked it to implement th…

  4. comment
    Comment #46523047

    I am not understanding this. Propane does not freeze anywhere near -60C. Wikipedia [1] says it freezes (liquid to solid) below -187C and boils (liquid to gas) above -42C. Propane i…

  5. comment
    Comment #45724456

    Ah, you have fallen for it: https://www.youtube.com/watch?v=wa4VJobPBr4

  6. comment
    Comment #45682656

    This is really interesting, but I need the highlights reel. So I need a script to summarize Hacker News pages and/or arbitrary web pages. Maybe that's what I want for getting the j…

  7. comment
    Comment #45374630

    Your knowledge of the author of Pingoo makes you more likely to believe that he may have erred? This explanation gains strength for you given your knowledge of his character and pe…

  8. comment
    Comment #44109673

    I was about to call fake on this -- Americans from south Jersey are largely unfamiliar with the present perfect and would not say "[I] have never heard of" but "[I] never heard of"…

  9. comment
    Comment #44109546

    'Racoon', variant of 'raccoon'. Of course, I prefer the double-c variant because of the orthographic anomaly of the person who tends to the raccoons' area at the zoo, the raccoon-n…

  10. comment
    Comment #44078678

    I thought it was a peevish Kiwi joke about how people of other nations do not use words as they do.

  11. comment
    Comment #44017459

    Yeah, but there is a distinct advantage to using a standard. Suppose you want your agent to use postgres or git or even file modification. You write your code to use MCP and your b…

  12. comment
    Comment #44000058

    Came here to understand exactly this point. It made no sense to me that a document created in 1215 would have a copy made in 1300 that was referred to as an original.

  13. comment
    Comment #43687185

    Because those packages are cheating us.

  14. comment
    Comment #43596426

    Odd. When I look at it, the first item is my own suggestion for debugging: > In my experience, the most pernicious temptation is to take the buggy, non-working code you have now an…

  15. comment
    Comment #43553390

    Sort of like the first debugging tip here: https://news.ycombinator.com/item?id=42682602

  16. comment
    Comment #43347125

    https://archive.is/IWQFv

  17. comment
    Comment #43168886

    I am not sure I believe the numbers shown here. More jobs offered in Rust than C++? I would not think so. I think that many of the hits on 'rust' in the job postings are actually '…

  18. comment
    Comment #43164406

    > This puzzler, like many other difficult-to-spell food terms (such as hors d’oeuvre), also has its derivation in the French language. That's the whole story: people who don't know…

  19. comment
    Comment #43121928

    And owns the eatery, Restaurants Near Me.

  20. comment
    Comment #43064329

    > When 99.9% of posted jobs are fake (including in HN's Who's Hiring) Okay there a lot of fake jobs, maybe not as high as 99.9%, though. But what's the basis for saying that "Who's…

  21. comment
    Comment #43025043

    Your JSON schema says this: ``` "location": "City, State", ... "workField": "Industry Field" ``` But: `location` can be an array: ``` "name": "Shopify", "location": ["Ottawa, ON", …

  22. comment
    Comment #42911643

    This scientific-academic synopsis gives me only the faintest idea of what kind of animal this might be: > A new supergiant species of Bathynomus A. Milne-Edwards, 1879 from Vietnam…

  23. comment
    Comment #42894237

    He is currently a naturalized American citizen. For him to lose that status, he would have to be stripped of it by a legal process, commonly called denaturalization. [0] It is not …

  24. comment
    Comment #42894033

    He's an American because he got naturalized citizenship. According to the State Department and the Supreme Court, at a minimum, he qualifies as an American.

  25. comment
    Comment #42880570

    This is exactly what I do: I put my test file outside the git repo's tree. This does not introduce any complications to testing and is minimally annoying.