Viewing profile — hughdbrown
hughdbrown
HN member- Joined
- Wed, Jan 09, 2013, 6:04 PM UTC
- HN karma
- 338
- Public activity
- 174 items
- HN profile
- View on Hacker News ↗
About hughdbrown
Recent public activity
-
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 …
-
comment
Comment #47944408
curl -s https://api.github.com/users/mitchellh | jq .id
-
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…
-
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…
-
comment
Comment #45724456
Ah, you have fallen for it: https://www.youtube.com/watch?v=wa4VJobPBr4
-
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…
-
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…
-
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"…
-
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…
-
comment
Comment #44078678
I thought it was a peevish Kiwi joke about how people of other nations do not use words as they do.
-
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…
-
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.
-
comment
Comment #43687185
Because those packages are cheating us.
-
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…
-
comment
Comment #43553390
Sort of like the first debugging tip here: https://news.ycombinator.com/item?id=42682602
-
comment
Comment #43347125
https://archive.is/IWQFv
-
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 '…
-
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…
-
comment
Comment #43121928
And owns the eatery, Restaurants Near Me.
-
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…
-
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", …
-
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…
-
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 …
-
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.
-
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.