Skip to content

Max's Blog

  • Home
  • About
Max's Blog

Category: Technology

April 10, 2025 max-sperling

Switch between docker platforms (macOS)

Introduction Docker Engine … Client-server application Docker CLI Docker daemon (docker) (Docker REST API) (dockerd) Docker Desktop / OrbStack …

Continue reading
March 19, 2025 max-sperling

Parallelize without own threading (oneTBB)

oneTBB The library abstracts all the thread handling from you, like the task scheduler and its thread pool. Features (selection)

Continue reading
March 19, 2025 max-sperling

C++ develop container (Docker)

Docker file cpp_dev.dockerfile FROM debian:latest # Set non-interactive mode to avoid prompts during installation ENV DEBIAN_FRONTEND=noninteractive # Install necessary packages

Continue reading
March 3, 2025 max-sperling

Git-submodule and Git-lfs

Git-submodule … allows you to include one repository inside another, keeping them as separate projects. Add a submodule to your

Continue reading
February 26, 2025 max-sperling

Q&A – Electrics

Is it dangerous to touch the conductors of a power cable? This concerns electricity available in households, specifically AC at

Continue reading
February 25, 2025 max-sperling

Forward X11 to macOS (Docker)

xsddiagram is used as an example application. Dockerfile FROM debian:bullseye-slim # Install packages RUN apt update && apt-get install -y

Continue reading
February 18, 2025 max-sperling

How to pass arguments (C++)

Analysis Code ▼ Output ▼ Constructor: bar_0 Not store copy run_copy_no_store Constructor: bar_1 === lvalue === Copy Constructor: bar_1 ===

Continue reading
February 11, 2025 max-sperling

Q&A – Version control

Undo “git rebase -i” $ git rebase -i HEAD~3 $ git reflog … HEAD@{0}: rebase (finish): … … HEAD@{1}: rebase

Continue reading
February 7, 2025 max-sperling

Types of Circuits (Electrics)

Fundamentals There are two types of circuits. One is the series connection and the other is the parallel connection. In

Continue reading
January 28, 2025 max-sperling

Default provided networks (Docker)

Bridge network (“–network bridge”, default) Details – Containers of this type are in the same network. – Their network is

Continue reading

Posts navigation

«Previous Posts 1 2 3 4 5 6 … 30 Next Posts»

Categories

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