Live data from Hacker News

Viewing profile — karldcampbell

karldcampbell

HN member
Joined
Sun, Sep 01, 2019, 12:52 AM UTC
HN karma
18
Public activity
9 items

About karldcampbell

No profile information was provided.

Recent public activity

  1. comment
    Comment #42046132

    The article is from the comsumer's perspective. For me, someone who doing my daily / weekly shopping, time-from-harvest is the only factor I can use in a purchasing decision. I can…

  2. comment
    Comment #40205683

    Here's the problem, "yogurt" may be healthy, but many brands are closer to a sugar delivery system than the traditional product.

  3. comment
    Comment #39094425

    As long as you don't need a strict priority and a worker can just grab the next waiting job: SELECT * FROM jobs ORDER BY RANDOM() LIMIT 1 SKIP LOCKED should do the trick

  4. comment
    Comment #34841766

    We had one yes, but what about second layoff?

  5. comment
    Comment #34597828

    IMO the "I take full responsibility" line isn't directed at the people being laid off; It's directed at the people who are left. It says to the middle management layer "I'm not goi…

  6. comment
    Comment #30963633

    It sound odd, but that depends on what you mean by "now"[1]. If you mean, where would the galaxy be if I traveled there at the speed of light, you would actually travel less distan…

  7. comment
    Comment #27723272

    Doesn't javac issue a warning for this? I know most IDEs do.

  8. comment
    Comment #25700605

    If one is following current events, it isn't possible to avoid Twitter, Facebook and even Reddit. Mainstream news outlets often report on content from those social media sites, so …

  9. comment
    Comment #20849827

    Have you looked into TestCafe[1]? I've only used it for a PoC, but it has better browser support than Cypress. [1] https://devexpress.github.io/testcafe/