MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Blog.pelicandd.com most likely does not offer any malicious content.
Secure connection support
HTTPS
Blog.pelicandd.com provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Blog.pelicandd.com most likely does not offer any adult content.
Popular pages
-
Lazy programmer fallacy · blog
There is, among project managers, a thinking that programmers are lazy. Programmers—they say—don't want to work; they prefer playing games or just doing nothing at all. This is all but truth. Actually...
-
When testing is not fun enough
When testing is not fun enough Arseni Mourzenko On regular basis, some colleague starts complaining in an informal discussion about the low quality of some project he's working on. It ha...
-
Bad, bad passwords
Bad, bad passwords Passwords are an aberration. In a ideal world, we wouldn't have passwords, but only keys. The concept of a password as a security measure is flawed, and leads to multip...
-
Non-blocking reading from stdin in Python
Non-blocking reading from stdin in Python Arseni Mourzenko One of my projects relies heavily on multiprocessing. Some of its components are chained through the Linux pipes in order to proc...
-
Review and refactor
Review and refactor SoftwareEngineering.SE is a good place for interesting questions. One of the recent questions about unit tests was particularly interesting: not for its unit test...
-
Trimming strings
Trimming strings Regularly, I find interesting questions on Stack Overflow, that look basic at the first sight, but appear to be not that simple after all. Today, it was a question on th...