Read the Humanities Read the Humanities In all but the smallest development project people work with people. In all but the most abstracted field of research people write softw...
Before You Refactor Before You Refactor At some point every programmer will need to refactor existing code. But before you do so please think about the following, as this could...
Send and Sync Send and Sync How does Rust know to forbid shared access across thread? The answer is in two traits: Send : a type T is Send if it is safe to move a T across...
The end The end Now that I already cover the core port of OpenBSD ‘s netcat implementation, it is time to wrap up this little book now (Definitely, there are parts I leave out...
Security Vulnerabilities Reporting a vulnerability When to report a security vulnerability? When not to report a security vulnerability? Evaluation Fixing the issue Early disc...