This post is based on a post from Herb Sutter. When if (The ownership of the object isn’t shared or
Continue readingAuthor: max-sperling
Chess – 5 famous openings
Open Games – Ruy Lopez Moves: 1. e4, e5; 2. Nf3, Nc6; 3. Bb5 – Italian Game Moves: 1. e4,
Continue readingToo many cooks spoil the broth
The most important thing I have learned by developing in a quite huge team on the same project over multiple
Continue readingTLS-Handshake and CA
Prerequisites Server – Server certificate (it contains the server public key) – Server private key (to decrypt the pre-master secret)
Continue readingLoading order of a webpage
Basics 1. Fetch the requested HTML file (via HTTP GET). 2. Parse (creating the DOM) that file (using DFS). 3.
Continue readingYoko-Ukemi (in detail)
The basic post describes yoko ukemi in general, but here you will find way more details. Details – Body (before
Continue readingChess – Strategies & Tactics
Chess is way less about strategies than about tactics. Strategies (selection) Involve all pieces Control the center Protect the king
Continue readingGarbage collection (Basics)
A garbage collector is a hidden background tool that cleans unused application memory automatically. It’s necessary for languages which aren’t
Continue readingDioden messen
Zum messen einer Diode bedarf es eines Multimeters. In Durchlassrichtung fallen über einer funktionierenden Diode aus Silizium ca. 0.7 V
Continue readingLayout of std::shared_ptr (libstdc++)
Source code Debugging Visual result |———————-| | shared_ptr sPtr1 | |———————-| |Pointer to the Object |—|——-> Object | | |
Continue reading