Skip to content

Max's Blog

  • Home
  • About
Max's Blog

Author: max-sperling

January 1, 2021 max-sperling

Chess – Strategies & Tactics

Chess is way less about strategies than about tactics. Strategies (selection) Involve all pieces Control the center Protect the king

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 12, 2020 max-sperling

Martial arts ordered by their focus (Selection)

Stand-up striking: Boxing, Kickboxing, Muay Thai, Taekwondo, Karate Control & Takedown: Wrestling, Judo, Sambo Ground fighting: Brazilian Jiu-Jitsu, Luta Livre

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
October 8, 2020 max-sperling

Change owner, group and permissions (Linux)

Change owner/group chown [options] ({owner}|:{group}|{owner}:{group}) file Examples chown root file.txt // For file.txt set owner to root chown -R root:admin

Continue reading
October 7, 2020 max-sperling

Authentication – Session-based vs. Token-based

Session-based The client logs into the server and gets a session id. The server caches all sessions to be able

Continue reading
October 2, 2020 max-sperling

Resolve conflicts for binary files (Git)

There are common scenarios where you possibly have to resolve conflicts. They are cherry-pick, merge, rebase and revert. If those

Continue reading
September 30, 2020 max-sperling

Sandboxing (Linux)

There are multiple possibilities with Linux to sandbox applications. chroot … Changed file system root namespaces … Separated namespaces (e.g.

Continue reading

Posts navigation

«Previous Posts 1 … 20 21 22 23 24 … 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.