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
- HN profile
- View on Hacker News ↗
About s-luv-j
No profile information was provided.
Recent public activity
- story
-
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.
- story
- story
- story
-
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 …
-
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, …
-
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…
- story
-
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 = …