Skip to content

Max's Blog

  • Home
  • About
Max's Blog

Category: Computer

February 15, 2021 max-sperling

Declaration specifiers (C++)

The following list is just a selection. Specifier Variable Function const Can’t be modified.1 Method: Can’t modify its fields.1 constexp

Continue reading
February 4, 2021 max-sperling

Position of Ptr. / Ref. (C++)

There are two common ways for the position of the pointer sign (*) or the reference sign (&). C-Style ClassA

Continue reading
February 3, 2021 max-sperling

When and how to pass smart pointer (C++)

This post is based on a post from Herb Sutter. When if (The ownership of the object isn’t shared or

Continue reading
January 22, 2021 max-sperling

Too many cooks spoil the broth

The most important thing I have learned by developing in a quite huge team on the same project over multiple

Continue reading
January 18, 2021 max-sperling

TLS-Handshake and CA

Prerequisites Server – Server certificate (it contains the server public key) – Server private key (to decrypt the pre-master secret)

Continue reading
January 13, 2021 max-sperling

Loading order of a webpage

Basics 1. Fetch the requested HTML file (via HTTP GET). 2. Parse (creating the DOM) that file (using DFS). 3.

Continue reading
December 26, 2020 max-sperling

Garbage collection (Basics)

A garbage collector is a hidden background tool that cleans unused application memory automatically. It’s necessary for languages which aren’t

Continue reading
December 11, 2020 max-sperling

Layout of std::shared_ptr (libstdc++)

Source code Debugging Visual result |———————-| | shared_ptr sPtr1 | |———————-| |Pointer to the Object |—|——-> Object | | |

Continue reading
November 1, 2020 max-sperling

BIOS resetted after every cold reboot

Issue: The most common reason that the BIOS is resetted after every cold reboot is a flat CMOS battery. If

Continue reading
October 29, 2020 max-sperling

Mount points (Linux)

Linux differs from Windows with creating just a single directory tree for all partitions. Request all mount points user@DeveloperVM:~$ df

Continue reading

Posts navigation

«Previous Posts 1 … 11 12 13 14 15 … 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.