HackerTrans
トップ新着トレンドコメント過去質問紹介求人

wfsch

no profile record

投稿

Semantic Fuzzing with Zest

arxiv.org
3 ポイント·投稿者 wfsch·3 年前·0 コメント

Discovering the Lispworks IDE

lisp-journey.gitlab.io
3 ポイント·投稿者 wfsch·4 年前·1 コメント

Peculiar Self-References

susam.net
1 ポイント·投稿者 wfsch·4 年前·0 コメント

Types Considered Harmful (2008) [pdf]

cis.upenn.edu
1 ポイント·投稿者 wfsch·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 wfsch·4 年前·0 コメント

DNS Root Servers

iana.org
1 ポイント·投稿者 wfsch·5 年前·0 コメント

Defusing an Elasticsearch Mapping Explosion with Slots

blog.lobocv.com
1 ポイント·投稿者 wfsch·5 年前·0 コメント

What Is the Story of C++ Programming History?

learncplusplus.org
1 ポイント·投稿者 wfsch·5 年前·0 コメント

Why was Pinball removed from Windows Vista?

devblogs.microsoft.com
5 ポイント·投稿者 wfsch·5 年前·0 コメント

Filling in some gaps in the story of Space Cadet Pinball on 64-bit Windows

devblogs.microsoft.com
1 ポイント·投稿者 wfsch·5 年前·0 コメント

import attrs

hynek.me
2 ポイント·投稿者 wfsch·5 年前·0 コメント

Ask HN: Recommendations for meditation course/exercise with proven benefits?

7 ポイント·投稿者 wfsch·5 年前·5 コメント

コメント

wfsch
·5 年前·議論
I see no such ads! Even if what you say is true why is it newsworthy?
wfsch
·5 年前·議論
If you were curious like me what PDCA is, this is the procedure in the article.

Plan: Recognize an opportunity and plan a change.

Do: Test the change. Carry out a small-scale study.

Check: Review the test, analyze the results, and identify what you’ve learned.

Act: Take action based on what you learned in the study step. If the change did not work, go through the cycle again with a different plan. If you were successful, incorporate what you learned from the test into wider changes. Use what you learned to plan new improvements, beginning the cycle again.
wfsch
·5 年前·議論
I am very surprised how complicated C++ is becoming in every revision.

It began with a simple goal of adding classes to C. The STL, inline functions, "true constants" were all nice stuff. C++11 introduced nice stuff like "auto", constexpr. But now the new features are increasing the complexity so much that it is becoming harder to learn the language. Is so much complexity worth? How can someone new to programming ever hope to learn this monstrosity?
wfsch
·5 年前·議論
If you don't like the culture and work it is not wrong to leave it soon and join a better place. But you can't know if the new place will not have other type of problems. You can't find out in interviews if new company too will have dysfunctional way of working. Nobody shares such things in interviews. If you have friends in other companies then it is the best way to learn how culture is in those companies.
wfsch
·5 年前·議論
If the project works fine, no problem. If there are issues that need fixing someone is going to pick it up and fork it.