Skip to content

Max's Blog

  • Home
  • About
Max's Blog

Author: max-sperling

June 20, 2020 max-sperling

Branching concept

The following branching concept is commonly used these days for software development. Source: https://nvie.com/posts/a-successful-git-branching-model/ (by Vincent Driessen)

Continue reading
June 19, 2020 max-sperling

Variant managment – Macros vs. Branching

Via Macros A way to realise different variants is to work with variant flags within the code itself. The big

Continue reading
June 15, 2020 max-sperling

Main thread vs. Worker thread(s)

1. Main thread – Gets created during startup – It’s possibly the only thread – Normally sets up the app/program

Continue reading
June 15, 2020 max-sperling

Merging – linear vs. non-linear history (Git)

After developing a feature or fix you want to merge that branch onto the parent branch. There are two main

Continue reading
June 11, 2020 max-sperling

Does Java have pointers?

Most guys would say “No, but C++ has pointers” and they are right, but not in the way they assume

Continue reading
June 10, 2020 max-sperling

(Unnamed) Pipe (POSIX)

… is user for unidirectional inter process communication on a single machine. In the following example a pipe gets created

Continue reading
June 4, 2020 max-sperling

Audio on Linux

Illustration Creator: Yihui Xiong Scenarios ALSA (The red scenario) – Using ALSA without any sound server – Just one source

Continue reading
June 4, 2020 max-sperling

What is a shell?

The shell provides the user a way to interact with the OS. It’s called shell, because it’s the outermost layer

Continue reading
May 28, 2020 max-sperling

Child process (Linux vs. Windows)

Windows You always have to create a totally new process via a CreateProcess(…) call. Linux You can either just copy

Continue reading
May 21, 2020 max-sperling

OC vs. CCR

With OC (Open Circuit) you are breathing the gas from the tank(s) just once, but with CCR (Closed Circuit Rebreather)

Continue reading

Posts navigation

«Previous Posts 1 … 23 24 25 26 27 … 40 Next Posts»

Categories

  • Other (19)
    • Games (13)
    • Nutrition (4)
    • Traveling (2)
  • Science (17)
    • Chemistry (3)
    • Linguistics (2)
    • Math (10)
    • Physics (2)
  • Sport (73)
    • Climbing (5)
    • Diving (20)
    • Fitness (8)
    • Martial arts (34)
      • Ground fighting (9)
      • Mixed martial arts (4)
      • Stand-up fighting (12)
    • Running (1)
    • Surfing (2)
    • Swimming (1)
    • Volleyball (2)
  • Technology (288)
    • Computer (258)
      • Architecture & Design (15)
      • Artificial intelligence (3)
      • Audio & Video (11)
      • Building & Reversing (15)
        • CMake (2)
      • Computational complexity (3)
      • Computer architecture (4)
      • Debugging & Memory (29)
      • Development (72)
        • CI/CD (1)
        • Programming (61)
          • Concurrency (12)
          • Data structures (13)
          • Pointers & References (7)
        • Scripting (4)
        • Testing (6)
      • Development process (5)
      • Hacking & Security (17)
      • Hardware & Protocols (8)
      • Networking (11)
      • Operating system (21)
        • Linux (12)
        • 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.