Live data from Hacker News

Viewing profile — bennettdams

bennettdams

HN member
Joined
Mon, Jan 25, 2021, 10:19 AM UTC
HN karma
40
Public activity
14 items

About bennettdams

No profile information was provided.

Recent public activity

  1. story
  2. story
    Show HN: Summora – Everything, in summary

    Hey HN! I have developed a platform for user-generated articles on any topic. The twist is that everything should be written in short form. The editor is built in such a way that a…

  3. comment
    Comment #34439720

    It is naive to believe that these 86%, assuming the numbers are true, have any impact on the food production at all. Of all the cropland we have, 57% is used to produce human food …

  4. comment
    Comment #34439068

    You're quoting a literal farming foundation, so here is a neutral source: https://ourworldindata.org/land-use#half-of-the-world-s-habi... "If we combine pastures used for grazing w…

  5. story
  6. comment
    Comment #32751502

    Does someone know why the counter for this issue is at "70", but the repo only shows "21" issues in total? Maybe there are deleted issues that are not part of the total counter? ht…

  7. comment
    Comment #32519355

    If you look at the land usage for animal products and compare it to their calorie & protein supply, the story gets even worse. In short: Of all agricultural land, ~77% is used for …

  8. comment
    Comment #32222386

    I'm suprised no one has mentioned "exurb1a", by far my most favorite channel on YouTube. The videos are always thought-provoking, intelligent and hilarious as well. I can recommend…

  9. comment
    Comment #31490523

    I can recommend giving your component name (not file name) some identifier (like an underscore), so using VS Code's "Symbols" via command palette makes it easy to find and open the…

  10. comment
    Comment #31342692

    Facebook stopped actively maintaining Jest months (years?) ago, so this is a good move for the community. See this old HN thread: https://news.ycombinator.com/item?id=30168241 ..an…

  11. comment
    Comment #30443825

    Isn't it ironic that even the writers of this article don't follow these rules in the examples on that page? There is "Mistake 3: Not Enabling Keepalive Connections to Upstream Ser…

  12. story
  13. comment
    Comment #26388070

    > are already searching for the wrong tool from the beginning Agreed, that's why I wrote "realizing" and not "having". Some devs use Redux as a hammer when they actually need a scr…

  14. comment
    Comment #26387011

    The combination of React's native context with hooks and realizing that a lot of your state is just "server cache" data (which can be handled "better" than using Redux) is probably…