Live data from Hacker News

Viewing profile — jniedrauer

jniedrauer

HN member
Joined
Fri, May 18, 2018, 9:09 PM UTC
HN karma
2,487
Public activity
661 items

About jniedrauer

No profile information was provided.

Recent public activity

  1. comment
    Comment #30644202

    I may be in the minority here, but I personally prefer the "wrong answer" highlighted at the beginning of this article. Scripts are source code. They go in the repo, and they have …

  2. comment
    Comment #30382010

    One of the cruel aspects of endurance sports is that they suppress your appetite. You can go out and burn 6000 calories in one race, spend the whole time thinking about all the del…

  3. comment
    Comment #30222502

    Worse still is having to merge in/out of traffic to avoid parked vehicles. In the state of Oregon, you are legally entitled to the same rights as any other vehicle on the road, but…

  4. comment
    Comment #30214865

    Rural areas in the PNW are about a 2 on the Bortle scale, and the stars are strikingly vivid. The first time I saw Starlink with my own eyes, I was making an alpine start on Mt St …

  5. comment
    Comment #29675662

    Are you concerned that you are introducing tech debt into the codebase? Anyone who refactors your code later will also have to refactor your comments (but likely won't).

  6. comment
    Comment #29518745

    I used to have fairly poor sleep hygiene but am now pretty good about it. I have had this experience in both states. I had night terrors as a child which eventually gave way to cur…

  7. comment
    Comment #29518106

    >do you also have high rates of sleep paralysis? Yes, often toward the end of this near-dreaming state, just before entering deeper sleep. I experience a sensation like entering a …

  8. comment
    Comment #29113791

    That is the normal state of ultra endurance athletes during long runs[0]. A lot of training stimulus is fat adaptation. Coaches will tell you that you begin to exhaust your glycoge…

  9. comment
  10. comment
    Comment #29108824

    When I see studies like this, I always wonder if you might get the exact same benefits and more by just going for a run. When I run for more than 90 minutes without taking in carbs…

  11. comment
  12. comment
  13. comment
    Comment #28960869

    Where's the gnome file picker missing a thumbnail view since April 2004?

  14. comment
    Comment #28906562

    It's worth noting that this is not the norm in the US either. A wait of 1+ months to see a specialist is very normal here.

  15. comment
    Comment #28898301

    I listen to a workout playlist on shuffle frequently while training, while slowly adding new music to it throughout the year. Like others have mentioned, Spotify has completely sto…

  16. comment
    Comment #28766499

    What about distributed systems? I had to reach for this tool recently to trace requests as they propagate through up to 5 separate devices. Not everything is a web app.

  17. comment
    Comment #28732207

    > Although the levels of individual pesticides are within legal limits, activists fear the combination of multiple chemicals could be particularly damaging to people’s health. This…

  18. comment
    Comment #28645094

    E2E tests are still extremely limited and let bugs through, unless they also fuzz somehow. But that will make them even more flaky and difficult to debug, costing more time. It's a…

  19. comment
    Comment #28644772

    I have experienced all the same problems that they outline. E2E tests require a huge number of human-hours to maintain, they're difficult to debug when they fail, almost always fal…

  20. comment
    Comment #28588172

    The food supply chain is already mostly automated. Food is not cheap because of the service economy. It's cheap because it only requires work from a very small percent of the popul…

  21. comment
    Comment #28363627

    For a really remote option, look into the GDT. Probably best if you already have experience on a trail like the CDT.

  22. comment
  23. comment
    Comment #27850895

    How does this scale though? If you've got integration tests that include state, now you've got to either run your tests serially or set up and tear down multiple copies of the stat…

  24. comment
    Comment #27828112

    Several years ago, I had to use this trick to automate an MSSQL install via powershell remoting. One of the operations the installer performed was disallowed for powershell remotin…

  25. comment