High level design (Architectural design) … provides an overview of the system. Example: Infotainment-System (focus on media and navigation only)
Continue readingAuthor: max-sperling
Chromium browser instances
One browser instance operates on one user data directory. Scenario 1 $ ./<path/to/chromium/>chromium $ ./<path/to/chromium/>chromium This first call opens up
Continue readingReapply patches to updates (Git)
Let’s asume you have a repo containing an external SW. (forked repo or specific version) Branches | Commits ————–|————— master
Continue readingSymlink to switch between SW versions
I was building Node.js v16 which uses a fork of GYP (meta-build tool written in python). The setup script contains
Continue readingWireshark – Alternative for DevTools network
These days some website try everything to block the usage of DevTools on their pages. An alternative to atleast still
Continue readingAutomotive SPICE (SW Engineering)
V-Model (v2.5/v3.0) Customer reqs. spec. | ˅ ENG.1/SYS.1 – Reqs. elicitation | Customer reqs. ˅ Product release ENG.2/SYS.2 – Sys.
Continue readingIncreased camera distance (Warcraft 3 classic)
The only way I have found to increase the camera distance is to modify the maps themself. Setup 1. Open
Continue readingJapanese terminology – Part 1 (Martial arts)
Tachi-waza (Stance techniques) Musubi-dachi Attention stance Hachiji-dachi Neutral stance Moto-dachi Basic stance Zenkutsu-dachi Low front stance Kokutsu-dachi Low back stance
Continue readingAnalyse reproducable stability issues
The following list contains a few ways to find the root cause for a stability issue. Rebuild with debug symbols
Continue readingEasy coredump example (Apport, GDB)
Setup apport Source code Coredump analysis Issue: player hasn’t been initialized before calling play().
Continue reading