Skip to content
View void5879's full-sized avatar

Block or report void5879

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
void5879/README.md

👋 Yo, I'm Void

Eternal Noob | Professional Stackoverflow Browser | Linux Enthusiast

Started taking coding seriously like 2 months ago and now I'm here, breaking things and occasionally fixing them. Still figuring out what a segfault is, but hey, we're learning! Currently obsessed with the Linux ecosystem and trying to understand why my kernel panicked (again).

followers total stars


🤓 The Eternal Student

I'm basically a professional beginner at this point. Two months into serious coding and already neck-deep in the beautiful chaos that is the Linux ecosystem. My learning style? Dive into the deep end and hope I can swim.

Current Obsessions:

  • 🐧 Linux everything (yes, I use Arch btw...)
  • 📚 Reading documentation I don't fully comprehend yet
  • 🔧 Breaking my system and learning how to fix it

🛠️ Tools I'm Learning (and Struggling With)

Linux

Git

Vim

Nvim

C

C++

Java

JavaScript

Python

lua

Bash

NodeJS



🚀 Current Status

class EternalNoob:
    def __init__(self):
        self.name = "Void"
        self.location = "Doesn't Matter"
        self.coding_seriously_since = "2 months ago"
        self.skill_level = "Imposter syndrome intensifying"
        self.current_obsession = "Linux ecosystem"
        self.tabs_vs_spaces = "Still figuring this out"
    
    def daily_routine(self):
        while True:
            self.break_something()
            self.google_error_message()
            self.read_stackoverflow()
            self.pretend_i_understand()
            self.repeat()
    
    def motivation(self):
        return "If it compiles, ship it. If it doesn't, that's a tomorrow problem 🤷"

💭 Philosophy (if you can even call it that)

Still very much a student above everything else. Every project is a learning experience, every bug is a lesson, and every working feature is a minor miracle. I'm here to experiment, fail spectacularly, learn from it, and maybe—just maybe—build something that doesn't crash immediately.

Absolutely fascinated by the Linux ecosystem—there's something beautiful about having complete control over your system (even if I don't fully understand what I'm doing yet). Currently on that journey from "what's a distro?" to "I have opinions about init systems."

Two months in and already drowning in compiler warnings, errors and too many open terminal tabs. The impostor syndrome is real, but so is the excitement of finally understanding that error message after 3 hours of debugging.


📊 Stats (mostly commits of "fixed typo" and "why doesn't this work")

Void's GitHub stats

Top Langs


🎯 Learning Goals

  • Understand what I'm doing (ambitious, I know)
  • Master the Linux terminal without Googling every command
  • Contribute to open source without embarrassing myself
  • Exit vim successfully (still working on this one)

Learning...one segfault at a time 🐧

Pinned Loading

  1. SysMon SysMon Public

    Cross-language Linux task manager: C backend, JavaFX GUI, Unix socket IPC communication.

    Java 2

  2. GTViz GTViz Public

    A terminal based Group theory visualization tool built in C

    C