Viewing profile — notamitgamer
notamitgamer
HN member- Joined
- Tue, Jan 13, 2026, 2:27 PM UTC
- HN karma
- 1
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About notamitgamer
Recent public activity
- story
-
comment
Comment #46941838
I created Githrun because I was tired of cloning entire repos just to test a single utility script or run a quick tool.
-
comment
Comment #46941833
Mojic is a tool I developed for protecting C source code through multi-layered obfuscation and a cryptographic engine.
-
comment
Comment #46941814
good man.
-
story
Show HN: Mojic – A C code obfuscator and encryption tool for source protection
Mojic (v2.1.2) is a multi-layered protection tool for C source code that combines obfuscation with a cryptographic engine. What it does: Identifier Obfuscation: It renames variable…
-
story
Show HN: Githrun – Run Python Scripts from GitHub URLs and VS Code Extension
I built Githrun to eliminate the need to clone entire repositories just to run a single utility script. Key Features: Instant Execution: Run any Python script via its GitHub URL or…
-
story
Show HN: Online compiler with real-time stdin/stdout and AI debugging
Built a browser-based compiler that supports real server-side execution with live stdin/stdout via WebSockets. Includes an LLM-based layer that explains real compiler/runtime error…