Viewing profile — karldcampbell
karldcampbell
HN member- Joined
- Sun, Sep 01, 2019, 12:52 AM UTC
- HN karma
- 18
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About karldcampbell
No profile information was provided.
Recent public activity
-
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…
-
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.
-
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
-
comment
Comment #34841766
We had one yes, but what about second layoff?
-
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…
-
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…
-
comment
Comment #27723272
Doesn't javac issue a warning for this? I know most IDEs do.
-
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 …
-
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/