notamitgamer

↗ HN profile [ 30.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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 variables and functions to ambiguous symbols to…

  2. 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 Gist ID using githrun run [URL]. VS…

  3. 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 errors instead of synthetic examples. Live…