The following list is just a selection. Specifier Variable Function const Can’t be modified.1 Method: Can’t modify its fields.1 constexp
Continue readingAuthor: max-sperling
Dive planning (Example 1, with V-Planner)
Situation – Diving in a buddy team – Diving a wreck at 40 m for 20 min in the sea
Continue readingMiddle-ear equalization details
Anatomy (simplified) Nasal cavity Middle-ear Outer-ear Descend The pressure fom the outer-ear and the nasal cavity gets higher. But the
Continue readingPosition of Ptr. / Ref. (C++)
There are two common ways for the position of the pointer sign (*) or the reference sign (&). C-Style ClassA
Continue readingWhen and how to pass smart pointer (C++)
This post is based on a post from Herb Sutter. When if (The ownership of the object isn’t shared or
Continue readingChess – 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 reading