Live data from Hacker News

Viewing profile — notamitgamer

notamitgamer

HN member
Joined
Tue, Jan 13, 2026, 2:27 PM UTC
HN karma
1
Public activity
7 items

About notamitgamer

Nothing Much...

Recent public activity

  1. story
  2. 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.

  3. comment
    Comment #46941833

    Mojic is a tool I developed for protecting C source code through multi-layered obfuscation and a cryptographic engine.

  4. comment
    Comment #46941814

    good man.

  5. 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…

  6. 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…

  7. 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…