Skip to content
View phoenixthrush's full-sized avatar
:octocat:
sleeping under your bed
:octocat:
sleeping under your bed
Block or Report

Block or report phoenixthrush

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
phoenixthrush/README.md

About Me

So, I've been interested in coding since 2016. It all started when a friend introduced me to this amazing Matrix-style code in Batch during 5th grade. It was just three lines of code that generated random numbers in bright green, and I was instantly hooked.

From there, I delved into learning about Linux and how computers work. I even built my own PC. Then, I got my hands on a Raspberry Pi and began exploring open-source projects like music and NAS servers. I also rented VPS servers to host Tor relays and got involved in server administration.

My coding journey led me to Python and web development, thanks to YouTube. Python became my go-to language for algorithms and data analysis. For web development, I rely on Bootstrap to simplify the process. However, for projects that require speed and compilation, I also use C and Rust.

I'm passionate about all things tech, especially cybersecurity. Kali Linux is my go-to operating system for penetration testing, equipped with tools like Metasploit and SEToolkit. Every day, I strive to learn something new. Currently, I'm diving into assembly basics and reverse engineering using Ghidra.

Despite previously using Gentoo, I'm now an Arch user. I enjoy exploring new technologies and breaking away from proprietary software. I've also gained valuable experience through internships, allowing me to understand the intricacies of the IT field.

Oh, and I can't forget to mention that I have two awesome cats at home.

Currently, I'm studying practical computer science, focusing on Java Application Development and System Technology, right here in Germany. However, I also have a passion for music and games. I particularly love story-driven games like NieR Automata and Life is Strange, as well as classic titles like Tomb Raider and Resident Evil. Games that involve choices and consequences, such as "Detroit Become Human," really captivate me.

As for the future, I'm not entirely sure which path I'll take. It could be software engineering, or perhaps something completely different outside of the tech realm.

Who knows, right?

:name

Pinned

  1. phoenixthrush.github.io phoenixthrush.github.io Public

    The source code of my home page

    HTML

  2. collection collection Public

    Some of the code over the course of time

    Processing

  3. AniWorld-Downloader AniWorld-Downloader Public archive

    AniWorld Downloader is a command line tool designed to download and stream content from aniworld.to.

    Python

  4. Magic-Engine Magic-Engine Public archive

    A modified fork of the Cheat Engine (undetectable)

    C 2

  5. blocklist blocklist Public

    A curated set of hosts files for your PiHole | automatically updated every midnight UTC

    Shell

  6. Quickly launch a paper server with T... Quickly launch a paper server with TreeFeller Plugin
    1
    get_paper() {
    2
        PAPER_VERSION=$(curl -s https://api.papermc.io/v2/projects/paper | jq '.versions | .[-1]' | sed 's/^.\(.*\).$/\1/')
    3
        BUILD_VERSION=$(curl -s https://api.papermc.io/v2/projects/paper/versions/$PAPER_VERSION | jq '.builds | .[-1]')
    4
    
                  
    5
        for file in paper-*.jar; do