Skip to content
View DannyBaanks's full-sized avatar
💭
Evidence Before Narrative Jajaja :P 🗿
💭
Evidence Before Narrative Jajaja :P 🗿

Block or report DannyBaanks

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DannyBaanks/README.md

Danny Baanks

I build interpreters, runtimes, agents, and other questionable ideas — then make them prove themselves.

Webolge

Write text. Get executable Malbolge. Verify it locally. :p

Webolge — malbolge-translate: text to executable Malbolge, verified in your browser

Preview, not a widget: GitHub READMEs don't run extensions. To use Webolge for real, open the full page or load the malbolge-translate extension.

Run it locally
  1. git clone https://github.com/DannyBaanks/malbolge-translate
  2. Open chrome://extensions (works in any Chromium-based browser: Chrome, Edge, Brave…)
  3. Enable Developer mode
  4. Load unpacked → select the cloned folder (the one with manifest.json)
  5. Click the extension icon → malbolge·translate

What it actually does (verified in app.js):

  • text → Malbolge, re-executed and only shown if output matches (generate → run → output === input → HALTED)
  • Malbolge → text, executed locally with step/output limits
  • long texts via batch mode: worker thread, IndexedDB checkpoints, pause/resume, independent verified chunks
  • exports: webolge_programas.txt for humans · webolge_job.json for machines

TXT for humans · JSON for machines · verified Malbolge underneath.

Malbolge ecosystem

Because one cursed program is never enough:

  • malbolge-translate — the browser tool above (Webolge)
  • Malbolge-Translator — incremental machine-state synthesis in Python: arbitrarily long text → one linear Malbolge program, anchor-state word bank, byte-exact UTF-8 roundtrips
  • Malbolge-Engine — the runtime underneath

Also somewhere in here

Interpreters, esolangs, evidence pipelines, and experiments whose negative results I keep.


Serious payload. Unserious headers.

Pinned Loading

  1. JAJAJA JAJAJA Public

    Esolang de reescritura de cadenas cuyo alfabeto son repeticiones del token 'ja'. Turing completo, con prueba ejecutable.

    Python

  2. H1-HostileLanguaje H1-HostileLanguaje Public

    Lenguaje no-markoviano HK-7: el opcode efectivo deriva de la suma de los últimos k opcodes efectivos (feedback loop real). Incluye intérprete y sintetizador inverso determinista. k=0 = máquina base…

    Python

  3. IntentLang IntentLang Public

    Un lenguaje donde el idioma es una representacion superficial de la intencion. Especificacion.

    Python

  4. Meow-Engine Meow-Engine Public

    El gato más innecesariamente sobre-ingenierizado del mundo. 40+ lenguajes, un solo gato.

    Brainfuck

  5. MalbolgeOperaSolver MalbolgeOperaSolver Public

    Malbolge program search, normalization and multi-backend verification

    Python

  6. Antivirusbolge Antivirusbolge Public

    Workbench de seguridad conductual defensivo para Malbolge: escanea, ejecuta, compara y clasifica programas de forma determinista

    Python