Skip to content
Avatar
:octocat:
Recompiling my thoughts
:octocat:
Recompiling my thoughts

Sponsors

@KevinSieg @Jigrec @4ndre4s

Highlights

  • Pro
Block or Report

Block or report MarioSieg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MarioSieg/README.md

Mario Sieg

A 20 year old software engineer, hacker and game developer.

mariosieg

.data
msg: .asciz "Welcome to my profile!\n"
.equ msg_len, .-msg
.text
.globl main
main:
    xorl %eax, %eax
    xorl %edi, %edi
    incl %eax
    incl %edi
    leaq msg(%rip), %rsi
    movl $msg_len, %edx
    syscall
    movl $60, %eax
    xorl %edi, %edi
    syscall
    
>> Welcome to my profile! <<

Fields of interests

  • C
  • C++
  • Rust
  • C#
  • Lua
  • x86-64 assembler and machine language
  • AArch64 assembler and machine language
  • Game engines
  • Game development
  • Shader programming
  • 3D rendering
  • 3D modeling
  • Vulkan
  • Direct3D 11,12
  • Linux
  • Algorithms
  • Runtime systems
  • JIT compilers
  • AOT compilers
  • Virtual machines
  • Kernel programming
  • Optimizations
  • Hacking (injection, kernel exploits)
  • Reverse engineering
  • Java
  • Python

Setup

OS Ubuntu 20, Windows 11
CPU AMD Ryzen Threadripper 3970x - 32 Cores, 64 Threads
RAM 128 GB DDR4 3600 MHz
GPU Nvidia GeForce RTX 3080
Storage 4 TB SSD, 12 TB HDD
Monitors 2 * 4K Ultra Wide 144 Hz

Projects

Aetherverse Virtual reality metaverse platform.

Contact 📫

E-Mail: mt3000@gmx.de
English or German only!

mariosieg

 mariosieg

Pinned

  1. Corium Public

    Corium is a modern scripting language which combines simple, safe and efficient programming.

    C++ 18 4

  2. KESTD-Ronin Public

    Lightweight and cross platform game engine hobby project.

    C++ 9

  3. A single C header with many bitwise hacks

    C 17 4

  4. CyraxOS64 Public

    Small bootloader, kernel and OS for learning, hacking and experimenting.

    C 5

1,062 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri
Activity overview
Contributed to MarioSieg/Corium, MarioSieg/CyraxOS64, Sybit-Education/Coding-Camp-2021 and 19 other repositories

Contribution activity

June 2022

Created 1 repository
27 contributions in private repositories Jun 2 – Jun 19

Seeing something unexpected? Take a look at the GitHub profile guide.