Recent posts

C++ Vectorization Diagnostics

7 minute read

Vectorization is transformation of series of single operations into instructions which perform operations over multiple values simultaneously, by using the...

SSH password-less login

14 minute read

The article describes how to generate and use the SSH keys to login to remote machines instead of using passwords, and the basic troubleshooting.

Switching off Windows Virtual Store

2 minute read

Windows File System and Registry Virtualization (Virtual Store) is a technology to provide backward compatibility for legacy applications, which require un...