Set a bit value |= 1
Continue readingBouldering basics
General: Tips: Try to keep much weight on your feet, hip close to the wall and arms straight Terrain: Face
Continue readingAssembly of compiled C-Code (Example)
DWORD … 4 Byte (on x86) For a basic assembly instruction: Link
Continue readingMemory Management (Basics)
Process Each process is running on its own virtual address space. The MMU does the necessary translation from/to the physical
Continue readingCoredump analysis (GDB)
Setup Details ▼ Activate cordumps for the current session Set coredump size to unlimited Set pattern to store coredump Threads
Continue readingBig wall solo climbing
Equipement: General: two ropes (climbing and hauling), harness, shoes, helmet, carabiners, quick draws, cordelette, hauling bags, tape, chalk Devices: self
Continue readingCommon mistakes (C++)
The following list shows a few common mistakes you will find in code you will have to review before its
Continue readingMMA Ground fighting meta (BJJ vs. Wrestling)
Always prefer the top position, cause your striking will be way more effective. If you are in a bot position
Continue readingMessage exchange pattern
There are three major ways for a message exchange: Fire-And-Forget, Reply-Response and Request-Callback. Fire-And-Forget (one-way) A Client sends a message
Continue readingThreading – Reduce locks (C++)
With multithreading, you have to be careful to not create race conditions. The default way to do this is the
Continue reading