Skip to content

Max's Blog

  • Home
  • About
Max's Blog

Category: Computer

January 3, 2022 max-sperling

Single vs. double quotes (C++ / PS)

C++ char c = ‘a’; // Character char* s = “abc\ndef”; // Null-terminated C-string PS > $a = 42 >

Continue reading
December 18, 2021 max-sperling

HLD vs. LLD

High level design (Architectural design) … provides an overview of the system. Example: Infotainment-System (focus on media and navigation only)

Continue reading
November 19, 2021 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 reading
November 16, 2021 max-sperling

Reapply patches to updates (Git)

Let’s asume you have a repo containing an external SW. (forked repo or specific version) Branches | Commits ————–|————— master

Continue reading
November 6, 2021 max-sperling

Symlink 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 reading
October 25, 2021 max-sperling

Wireshark – 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
October 21, 2021 max-sperling

Automotive 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 reading
September 10, 2021 max-sperling

Analyse reproducable stability issues

The following list contains a few ways to find the root cause for a stability issue. Rebuild with debug symbols

Continue reading
September 10, 2021 max-sperling

Easy coredump example (Apport, GDB)

Setup apport Source code Coredump analysis Issue: player hasn’t been initialized before calling play().

Continue reading
September 8, 2021 max-sperling

vtable – a way to realise polymorphism (C++)

Currently most C++ compilers use vtables to realise polymorphism. The object (obj @ 0x614c20) contains a pointer to the vtable

Continue reading

Posts navigation

«Previous Posts 1 … 8 9 10 11 12 … 24 Next Posts»

Categories

  • Other (17)
    • Games (11)
    • Nutrition (4)
    • Traveling (2)
  • Science (17)
    • Chemistry (3)
    • Linguistics (2)
    • Math (10)
    • Physics (2)
  • Sport (71)
    • Climbing (5)
    • Diving (20)
    • Fitness (7)
    • Martial arts (33)
      • Ground fighting (9)
      • Mixed martial arts (4)
      • Stand-up fighting (11)
    • Running (1)
    • Surfing (2)
    • Swimming (1)
    • Volleyball (2)
  • Technology (269)
    • Computer (239)
      • Architecture & Design (15)
      • Artificial intelligence (3)
      • Audio & Video (11)
      • Building & Reversing (15)
        • CMake (2)
      • Computational complexity (3)
      • Computer architecture (5)
      • Debugging & Memory (27)
      • Development (58)
        • CI/CD (1)
        • Programming (48)
          • Concurrency (5)
          • Data structures (12)
          • Pointers & References (7)
        • Scripting (3)
        • Testing (6)
      • Development process (5)
      • Hacking & Security (17)
      • Hardware & Protocols (8)
      • Networking (11)
      • Operating system (18)
        • Linux (11)
        • Windows (7)
      • Regular expression (2)
      • Tool configuration (5)
      • Version control (22)
      • Virtualization (7)
      • Web (27)
    • Electrics (9)
    • Mechanics (15)
    • Medicine (2)
    • Photography (4)
WordPress Theme: Wellington by ThemeZee.