Skip to content
View phoenixthrush's full-sized avatar
🦦
β€œAn idiot admires complexity. A genius admires simplicity.” - Terry A. Davis
🦦
β€œAn idiot admires complexity. A genius admires simplicity.” - Terry A. Davis

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 in 5th grade. It was just three lines of code that generated random numbers in bright green, and I was instantly hooked.

From there, I immersed myself in learning about Linux and how computers worked, and built my own PC. Then I got my hands on a Raspberry Pi and started exploring open source projects like music and NAS servers. I also rented VPS servers to host Tor relays and got into 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, but often prefer Vanilla to simplify the process. However, for projects that require speed and compilation, I also use C and Rust.

I'm passionate about all things technical, especially cybersecurity. I try to learn something new every day. I'm currently diving into assembly language basics and reverse engineering with Ghidra.

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

I'm currently studying practical computer science with a focus on Java application development and systems technology here in Germany. But I also have a passion for music and games. I especially love story-driven games like NieR Automata and Life is Strange, as well as classic titles like Tomb Raider and Resident Evil. Games with choices and consequences like Detroit Become Human really fascinate me.

As for the future, I'm not quite sure what path I'm going to take. It could be software development, or maybe something completely different outside of technology.

Who knows, right?

:name

Pinned Loading

  1. AniWorld-Downloader AniWorld-Downloader Public

    AniWorld Downloader is a command-line tool for downloading and streaming content from aniworld.to. Windows, macOS, and Linux are supported.

    Python 7 1

  2. Magic-Engine Magic-Engine Public archive

    A modified fork of the Cheat Engine (undetectable)

    C 2

  3. blocklist blocklist Public

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

    Shell

  4. Webview-Projects Webview-Projects Public

    Webview Projects

  5. boot-sector-overwrite boot-sector-overwrite Public archive

    overwriting your mbr - harmfull

    C++

  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