Overview Type Scope Reassignable Redeclarable var function yes yes let block yes no const block no no var let const
Continue readingCategory: Computer
MediaDevices (Audio example)
This example records from the selected audio input device (microphone) and plays to the selected audio output device (speaker). Be
Continue readingHTML5 video – Default vs. Custom player
The used custom player is Video.js, because it’s one of the most seen video player currently on the web. Showcase
Continue readingChromium vs. Chrome vs. CEF
Chromium is an open-source web browser by Google based on the engine Blink. There are multiple web browsers based on
Continue readingSingle vs. double quotes (C++ / PS)
C++ char c = ‘a’; // Character char* s = “abc\ndef”; // Null-terminated C-string PS > $a = 42 >
Continue readingHLD vs. LLD
High level design (Architectural design) … provides an overview of the system. Example: Infotainment-System (focus on media and navigation only)
Continue readingChromium 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 reading