Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
s-luv-j
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Ride the lightning: The art of Creative Motivation
(iism.org)
6 points
by
s-luv-j
2y ago
|
0 comments
2.
▲
by
s-luv-j
4y ago
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.
▲
PyCharm 2021.3 Released with Remote Dev, Jupyter and Fast API Support
(jetbrains.com)
2 points
by
s-luv-j
5y ago
|
0 comments
4.
▲
Ray casting in 2D game engines
(sszczep.github.io)
5 points
by
s-luv-j
5y ago
|
1 comments
5.
▲
Destiny video game C++ guidelines
(bungie.net)
2 points
by
s-luv-j
5y ago
|
0 comments
6.
▲
by
s-luv-j
5y ago
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 applies to software is to consider what happens w
7.
▲
by
s-luv-j
5y ago
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, assuming your have decent instrumentation, find the pro
8.
▲
by
s-luv-j
5y ago
>"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 deviations variance is very similar to how Deming
9.
▲
Share Programming Knowledge, Not Information
(itnext.io)
1 points
by
s-luv-j
5y ago
|
0 comments
10.
▲
by
s-luv-j
5y ago
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 = std::basic_string<char>]’: test.cpp:17:21: re