HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wfsch

no profile record

Submissions

Semantic Fuzzing with Zest

arxiv.org
3 points·by wfsch·قبل 3 سنوات·0 comments

Discovering the Lispworks IDE

lisp-journey.gitlab.io
3 points·by wfsch·قبل 4 سنوات·1 comments

Peculiar Self-References

susam.net
1 points·by wfsch·قبل 4 سنوات·0 comments

Types Considered Harmful (2008) [pdf]

cis.upenn.edu
1 points·by wfsch·قبل 4 سنوات·0 comments

[untitled]

1 points·by wfsch·قبل 4 سنوات·0 comments

DNS Root Servers

iana.org
1 points·by wfsch·قبل 5 سنوات·0 comments

Defusing an Elasticsearch Mapping Explosion with Slots

blog.lobocv.com
1 points·by wfsch·قبل 5 سنوات·0 comments

What Is the Story of C++ Programming History?

learncplusplus.org
1 points·by wfsch·قبل 5 سنوات·0 comments

Why was Pinball removed from Windows Vista?

devblogs.microsoft.com
5 points·by wfsch·قبل 5 سنوات·0 comments

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

devblogs.microsoft.com
1 points·by wfsch·قبل 5 سنوات·0 comments

import attrs

hynek.me
2 points·by wfsch·قبل 5 سنوات·0 comments

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

7 points·by wfsch·قبل 5 سنوات·5 comments

comments

wfsch
·قبل 5 سنوات·discuss
I see no such ads! Even if what you say is true why is it newsworthy?
wfsch
·قبل 5 سنوات·discuss
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 سنوات·discuss
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 سنوات·discuss
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 سنوات·discuss
If the project works fine, no problem. If there are issues that need fixing someone is going to pick it up and fork it.