Live data from Hacker News

Viewing profile — pigeonhole123

pigeonhole123

HN member
Joined
Mon, Nov 16, 2020, 9:44 AM UTC
HN karma
271
Public activity
150 items

About pigeonhole123

No profile information was provided.

Recent public activity

  1. comment
    Comment #46768186

    How do you prompt it so it can run many hours at a time? Or do you run it in some kind of loop that you manage yourself?

  2. comment
    Comment #46368733

    It's called black and white thinking

  3. comment
    Comment #46363595

    I removed the locks directory which fixed it

  4. comment
    Comment #45594464

    It's much cheaper in the US

  5. comment
    Comment #45431947

    I'm interested in this subject. Can you cite some of the RCTs and mechanistic evidence?

  6. comment
    Comment #44833434

    That doesn't make the degree worthless, surely

  7. comment
    Comment #44784320

    What kind of applications are you using it for?

  8. comment
    Comment #44694685

    The Statista graph is based on this ONS data, table A5a in the spreadsheet: https://www.ons.gov.uk/peoplepopulationandcommunity/crimeand...

  9. comment
    Comment #44694505

    Violent crime is way up https://www.statista.com/statistics/288256/violent-crimes-in...

  10. comment
    Comment #44230085

    Believing in corruption doesn't have to be in the same league as believing the moon landings were faked. I don't particularly think this tax thing is something other than short-sig…

  11. comment
    Comment #44043513

    On my iPhone I can choose from hundreds of languages

  12. comment
    Comment #43088153

    It would be better if they didn't learn from the others

  13. comment
    Comment #41810384

    It doesn't look like PagerDuty supports sending out alerts on missing heart beats

  14. comment
    Comment #41399132

    Is Mercedes liable if I run over someone on purpose in a car they made?

  15. comment
    Comment #41273416

    How can I find these people? Especially people who were fired or pushed out for example?

  16. comment
    Comment #41193600

    UK also has HS1

  17. comment
    Comment #41091291

    That's clearly not what was meant

  18. comment
    Comment #41046092

    You can save the data and exfiltrate through a site without CSP

  19. comment
    Comment #39238248

    Liebherr has been good to me. They also make industrial machinery so maybe that culture transfers over internally in the company.

  20. comment
    Comment #38745421

    Can I read critical discussion about these articles, or articles with the opposite conclusion?

  21. comment
    Comment #38676370

    Allowing fraud is a gift to speculators just as much. And criminals.

  22. comment
    Comment #38672587

    No comparison can be made if everything has to be equal

  23. comment
    Comment #38671810

    I don't have to show my ID in most establishments I visit. Doing this on a huge scale and automatically is a thousand times worse.

  24. comment
    Comment #38437232

    It can safely ignore the line length, gofmt does this and I've never heard anyone complain about it. The VSCode formatter also doesn't touch line breaks and it works fine. Last tim…

  25. comment
    Comment #38437119

    Line breaks often carry meaning, for example many people like to line up things that belong together but which live on separate lines, and gofmt helps with this. Having many ways t…