Skip to content

Max's Blog

  • Home
  • About
Max's Blog

Category: Technology

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
January 22, 2025 max-sperling

FlameGraph (Docker)

Setup Get FlameGraph repo % git clone https://github.com/brendangregg/FlameGraph fg Create Docker image Follow the instructions here: C++ develop container (Docker)

Continue reading
January 22, 2025 max-sperling

Mutable vs. Immutable (Python)

Immutable data types They are not modifiable e.g. Numbers, Strings and Tuples Before line 3 a —> 1 b —–^

Continue reading
January 1, 2025 max-sperling

Modify the context menu (Windows)

Switch between old and new context menu Old context menu reg.exe add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve New context menu reg.exe delete

Continue reading
December 21, 2024 max-sperling

Conceptual distinction – Testing

Unit vs. Integration vs. System test All of them are functional tests, but on a different level. Unit test: Tests

Continue reading
December 17, 2024 max-sperling

Pretty printer – Own type

Example code Without pretty printer (gdb) b 29 (gdb) r Breakpoint 1, main () at main.cpp:29 29 return 0; (gdb)

Continue reading

Posts navigation

«Previous Posts 1 2 3 4 … 27 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 (268)
    • Computer (238)
      • Architecture & Design (15)
      • Artificial intelligence (3)
      • Audio & Video (11)
      • Building & Reversing (15)
        • CMake (2)
      • Computational complexity (3)
      • Computer architecture (5)
      • Debugging & Memory (26)
      • 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.