Viewing profile — chad_oliver
chad_oliver
HN member- Joined
- Wed, Sep 22, 2010, 8:22 AM UTC
- HN karma
- 869
- Public activity
- 325 items
- HN profile
- View on Hacker News ↗
About chad_oliver
No profile information was provided.
Recent public activity
-
comment
Comment #46954041
That's an entirely separate issue, isn't it? In my country (New Zealand) there are no requirements to have auto insurance. If you don't have insurance and you hit a million-dollar …
-
comment
Comment #46950767
Credit scores are universally hated but they make it possible to offer lower interest rates to more people. Without credit scores, fewer people would have access to credit. Similar…
-
comment
Comment #45554317
Mostly it's a consequence of population density. There's just not enough large cities close together. I think it's probably also correct to say that New Zealand could sustain a lar…
-
comment
Comment #45024424
Just to be clear, Paul literally made tents. The meaning of "tentmaking" that you quote came later by analogy with Paul.
-
comment
Comment #43287342
Another stakeholder meeting.
-
comment
Comment #42994793
If each human body needs 0.2 acre of land to grow the food necessary for subsistence, what happens when the price of intelligence keeps dropping and one person's intelligence (even…
-
comment
Comment #41622510
From the article: "it is not about preventing the ink drying on the nib."
-
comment
Comment #41305867
I grew up in rural New Zealand, on a dairy farm. I agree that the needs of suburban and rural communities are very different from the needs of urban communities, but what confuses …
-
comment
Comment #40568566
No, it says face due east and travel in a straight line. Sure, the wording could have been clearer, but you're seeing misdirection that isn't there.
-
comment
Comment #39112249
San Francisco owes its growth as a city to the fact that the Bay provides a connection between the Sierras (and their goldfields) and the Pacific Ocean. Regarding Boston, the inter…
-
comment
Comment #37669848
I've watched this being built and it's been really cool seeing how well SolidJS works. I was initially dubious ("No one gets fired for picking React", right?) but it seems like it …
-
comment
Comment #36653175
I believe this implements an exact object type in Typescript: type Exactly = Shape & { [key in keyof Candidate]: key extends keyof Shape ? Shape[key] : never; }; Credit goes to Man…
-
comment
Comment #36569322
This was written by Alon Levy, who is deep in the weeds of transport infrastructure and was writing for a technical audience. The habitual readers of their blog will easily interpr…
-
comment
Comment #34890145
I recently changed jobs in Melbourne (senior frontend developer). I was told by multiple different people that the average market salary has dropped by about 5-10k since this time …
-
comment
Comment #33516054
You're missing the fact that most courses (i.e. the ones that aren't wildly successful) have a large upfront cost. The marginal cost might be a tiny fraction of the price, but that…
-
comment
Comment #33516010
Why isn't it fair for the author to be the one who receives the marginal value that they created? They were the ones who created the course, and that course would not have existed …
-
comment
Comment #30448660
I disagree. I'm not trying to be inflammatory but it seems like your statement is similar to saying "rape is so harmful specifically because of our society's attitudes to sex". Yea…
-
comment
Comment #29929565
My rule of thumb is that for decision-making roles, you want financial compensation to at least match the 'status compensation' (respect, status, etc). When the vast majority of th…
-
comment
Comment #29192628
Here is one angle: https://pedestrianobservations.com/2019/08/31/stuttgart-21s-... In short, it's very expensive and it will quickly reach peak capacity and need expansion.
-
comment
Comment #28781616
While you're absolutely correct that Australia hasn't had a recession in that time, this hides the fact that there have been periods when GDP _per-capita_ has declined. Or to put i…
- story
-
comment
Comment #28462092
> We still couldn't figure out how to push code to a protected branch without triggering the same/other workflows. If you include `[skip ci]` anywhere in the commit message, that c…
-
comment
Comment #28461968
The biggest limitation I'm hitting with Github Actions right now is that there's no real support for queueing jobs up. Github actions do support a 'concurrency group' primitive tha…
-
comment
Comment #28461893
> You can’t have actions that call other actions As of August 25, you can! https://github.blog/changelog/2021-08-25-github-actions-redu...
-
comment
Comment #23495198
This depends how you pronounce 'h'. If you pronounce it "aitch", then "an HTTPS" is correct. If you pronounce it "haitch", then "a HTTPS" is correct. There's no universal pronuncia…