Skip to content
View voidfuck's full-sized avatar
🦋
while (! ( succeed = try() ) ) ;
🦋
while (! ( succeed = try() ) ) ;

Block or report voidfuck

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
voidfuck/README.md
/**
 * @author    voidfuck
 * @location  localhost:~/.ssh
 * @motto     while (! ( succeed = try() ) ) ;
 * @mission   Building open source software that makes a difference
 */
╦  ╦╔═╗╦╔╦╗  ╔═╗╦ ╦╔═╗╦╔═
╚╗╔╝║ ║║ ║║  ╠╣ ║ ║║  ╠╩╗
 ╚╝ ╚═╝╩═╩╝  ╚  ╚═╝╚═╝╩ ╩

$ whoami → Developer, Open Source Enthusiast, Performance Optimizer
$ pwd/dev/null/../reality
$ echo $MISSION → Making a difference through code

GitHub followers GitHub stars


$ cat /proc/self/philosophy

class Developer:
    def __init__(self):
        self.beliefs = [
            "Code is poetry in motion",
            "Optimize first, sleep later",
            "Open source is the future",
            "Performance matters"
        ]

    def life_loop(self):
        while not self.succeed:
            try:
                self.learn()
                self.code()
                self.contribute()
                self.succeed = self.try_again()
            except Exception as failure:
                self.learn_from(failure)
                continue
        return self.impact

# Instantiate
me = Developer()
me.life_loop()

$ ls -la ~/tech_stack/

drwxr-xr-x  languages/
├── 🐍 Python          # Core language, AI/ML optimization
├── 🦀 Rust            # Systems programming
├── ⚡ C/C++          # Performance-critical code
└── 🔧 Bash/Shell     # Automation & scripting

drwxr-xr-x  interests/
├── 🤖 AI/ML Infrastructure
├── 🚀 Performance Engineering
├── 🔓 Open Source Development
├── 📊 Benchmarking & Optimization
└── 🏗️  Systems Architecture

drwxr-xr-x  current_focus/
└── 🎯 AI I/O Performance Optimization

$ tail -f ~/projects/featured.log

Open, reproducible benchmarks to reduce I/O bottlenecks in AI training PythonPerformanceAI/ML


$ ssh voidfuck@internet

┌─[voidfuck@localhost]─[~]
└──╼ $ echo "Get in touch"

📫 Find me in the void:
   • GitHub:    @voidfuck
   • Location:  localhost, ~/.ssh, OpenVision.io

💡 Collaboration:
   • Open to contributing to impactful open source projects
   • Interested in performance optimization & AI infrastructure
   • Always learning, always building

🎯 Current Quest:
   • Eliminating I/O bottlenecks in AI/ML pipelines
   • Contributing to tools that matter
   • Writing code that makes a difference

$ fortune | cowsay

 _________________________________________
/ "The best code is no code at all."     \
|                                         |
| But when you must write code,          |
| make it count. Make it fast.           |
\ Make it matter.                         /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

$ uptime

⚡ Commits today: Building the future, one line at a time
🔄 Infinite loop: Learning → Coding → Contributing → Repeat
💻 Status: while (alive) { code(); }

⭐ Star🔱 Fork👀 Watch


// TODO: Change the world through open source
// FIXME: Sleep schedule
// NOTE: Coffee is a dependency, not a feature

Profile Views


exit 0Thanks for visiting! May your builds always succeed and your bugs be shallow. 🚀

Pinned Loading

  1. Marlon666/benchmarks-ai-io Marlon666/benchmarks-ai-io Public

    Open, reproducible benchmarks and practical recipes to reduce I/O bottlenecks and improve end-to-end performance in AI training and bulk inference.

    Python 325 52

  2. Louisym/Stanford-CS336-spring25 Louisym/Stanford-CS336-spring25 Public

    My implementations on the 5 assignments of cs336

    Python 190 21

  3. H-EmbodVis/GRANT H-EmbodVis/GRANT Public

    [AAAI 2026 Oral] Cook and Clean Together: Teaching Embodied Agents for Parallel Task Execution

    Python 356 11

  4. gApps-WatchList gApps-WatchList Public

    VueJS Learning

    Vue 1

  5. HyperdustLab/hyper-facilitator HyperdustLab/hyper-facilitator Public

    A payments protocol for the internet. Built on HTTP.

    TypeScript 42 11

  6. glowxq/glowxq-oj glowxq/glowxq-oj Public

    Glowxq-OJ OJ 专业开源在线编程测评系统 | 基于Spring Boot 3.x + Java 21 + Vue 3构建 | 支持ACM/ICPC竞赛、信奥赛训练、编程教育 | 多语言判题、实时竞赛、在线IDE | Docker一键部署 | Modern Online Judge Platform for Competitive Programming & Coding Educa…

    Java 286 51