Live data from Hacker News

Viewing profile — s-luv-j

s-luv-j

HN member
Joined
Sun, Aug 22, 2021, 4:05 PM UTC
HN karma
18
Public activity
10 items

About s-luv-j

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #31902315

    Every time I read an HBR article it is a little like listening to a highly process oriented MBA wonder aloud about how to innovate.

  3. story
  4. story
  5. story
  6. comment
    Comment #28317905

    You are 100% right that measuring the process of creating software is a terrible application of statistical process control. See Jira. One way to look at how Deming/Shewart's work …

  7. comment
    Comment #28316605

    One of the reasons why pushing change straight to production with A/B testing works so well is that you can expose your new change to statistically significant real user load and, …

  8. comment
    Comment #28316377

    >"You can not inspect quality into a product." ~Deming Yep. This applies double to software. Putting software under load and trending health measures to look for two standard devia…

  9. story
  10. comment
    Comment #28266636

    Is it just me, or have C++ errors gotten a lot better? Below example from guide seems a lot more ergonomic than in years past. test.cpp: In instantiation of ‘T add(T, T) [with T = …