Skip to content
View 0xlz5's full-sized avatar

Block or report 0xlz5

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
0xlz5/README.md

“Where the glyphs begin” 🕯️

In the quiet corridors of code,
I trace glyphs that shimmer with logic and ritual.
Each tool I build is a vessel—each refactor, a rite.
I script not just for systems, but for ceremony.


🧭 What I'm working on

Crafting modern GNU-style tools that hum with parallel breath:

  • 🧩 Monadic design — for composable, ceremonial flow
  • ⚙️ Parallel computation — scaling across cores like chanting echoes
  • 🚀 Go — for concurrency, clarity, and speed of invocation

💡 A few Open Source projects I like

  • NFStream — flexible network data analysis 🔍
  • ngrep — grep for the network layer 🧵
  • Backbone.js — structure for JS-heavy apps 🕸️

🧙‍♂️ Discovery & notable facts

  • YAMLScript — a functional language written in YAML.
    Yes, it’s real. Yes, it’s beautiful.

I also carry a fair background in Perl programming 🙃
It still whispers in my scripts—especially when the logic turns arcane.

🏮

That’s it—for now.

Pinned Loading

  1. glyphflow.py glyphflow.py
    1
    from functools import lru_cache
    2
    
                  
    3
    # 🧱 Minimal Either Monad
    4
    class Right:
    5
        def __init__(self, value): self.value = value
  2. 02 02 Public

    Python