System management $ systemctl show $ systemctl status $ systemctl reboot $ systemctl suspend $ systemctl hibernate $ systemctl poweroff
Continue readingConceptual distinction – Go
Fuseki vs. Yose vs. Chūban They are technical aspects for different times of the game. Fuseki … Opening theory Chūban…
Continue readingVirtual inheritance (C++)
You need virtual inheritance to solve the diamond problem with multiple inheritance. Not working version A / \ B C
Continue readingNon-Kodokan throws
There are plenty of typical throws teached in Judo, which are not officially listed by the Kodokan. Ashi-waza Kake –
Continue readingSignals (POSIX)
It’s a mechanism, which allows the operating system to inform processes about defined events. Events (selection) Signal Number * Description
Continue readingHPC across Intel, NVIDIA and AMD (oneAPI)
Introduction oneAPI focuses on HPC (High-Performance Computing). A part of oneAPI is DPC++ (Data Parallel C++). It provides parallelism for
Continue readingCalling conventions – System V AMD64 vs. Microsoft x64
General Calling conventions specify the low-level details for function calls. They are a part of an ABI. Comparison System V
Continue readingHello world (ASM)
Details Platform: x86_64 ASM flavor: Intel Assembler: as (from GNU) Source code Generation $ as -o main.o main.s –64 –msyntax=intel
Continue readingConceptual distinction – Fitness
Isometric vs. Isotonic vs. Concentric vs Eccentric Isometric: The muscle is neither shortening nor lengthening. (Holding a position.) Isotonic: The
Continue readingVariadic templates with fold expressions
Details – The compiler expands the fold at compile time into a normal expression. – The precalculation depends on whether
Continue reading