How to get rid of an indestructible creature? – Not working: Combat damage, Deathtouch ability, Destroy spells – Working: Exile
Continue readingAuthor: max-sperling
Technique comparison – Kendo vs. HEMA
Disclaimer Those techniques do not match perfectly, but they are fairly similar. With HEMA I mean German long sword in
Continue readingJeans
Types Baggy: Very wide Loose: Wide Regular: Normal Straight: Not tighter towards the ankles Tapered: Tighter towards the ankles Slim:
Continue readingFixed-point vs. Floating-point
Both are ways to represent non-integer/fractional numbers with bounded ranges and precision. Fixed-point With a fixed-point number, the point position
Continue readingSystemd commands (Overview)
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 reading