Skip to content
View ToldByNun's full-sized avatar

Block or report ToldByNun

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

header

typing

views


divider

about

Low-level systems builder from Germany. I ship research prototypes across UEFI/kernel space, real-time graphics, and LLM orchestration — usually private, always build-first.

Open to collaboration on systems tooling, shader pipelines, and AI infrastructure.


quick demos banner

quick demos

Windows UEFI Bootloader Hook
Early boot hooking in a controlled ring -1 lab setup.


direct link
Job2CV
Electron app: local job matching, profile scoring, and AI-generated CVs.


direct link

stack

systems
C   C++   Python   Lua



apps & runtime
JS   Node   Electron



focus areas

metrics

Stats reflect public GitHub activity only — most of my work lives in private repos.

stats    langs    streak

activity


divider

spotlight (not all on GitHub)

Windows UEFI Bootloader Hook

Low-level UEFI bootloader research in a ring -1 context. Focus: early hooking concepts in a controlled lab environment.


Sentic AI

Epistemic AI stack: pushing smaller models with a Bayesian engine, custom search, and local + cloud providers (OpenAI, Claude, NVIDIA, …). Private repo for sentic.ai.


Job2CV

Electron app: nearby job discovery, profile scoring, personalized CVs + cover letters, and an AI editor. Mostly local — not fully public as one repo.


IL osu! Play + Aim PoCs

Imitation-learning and aim/tracking experiments around osu! input latency and inference stability.



latest 3 months (private demos)

  • AOB-generator-osu-demo — AOB / pattern-generation workflow demo
  • memory-manipulation-esp-poc-demo — memory / ESP PoC for data paths and overlay sync
  • roblox-ingame-screenrecording-demo — in-game live screen stream per frame, no external tools
  • rhythiaroblox-demo — ImGui library for fast shader integration
  • custom-gun-particle-test-demo — Roblox sandbox framework for custom gun particles via ImageBuffer
  • roblox-modular-ui-library-demo — modular UI library for rapid Roblox iteration

divider

public repos

Clickable links below — everything else is private and not visible to other users.

repo lang about
TopoLines Luau Roblox topo-line shader with writable image buffers — high quality, great performance in pure Lua.
osu-parser-cpp C++ Lightweight .osu parser for research and experimentation.
py-arch-x Python CLI tool: scans codebases via ast, flags likely-unused functions — small and readable.
Unified-AI-Provider-Orchestrator Python Modular LLM provider abstraction — orchestrate multiple backends from one interface.
Ui-Libraries Lua Custom UI libs: clean visuals, predictable behavior, real usage — not just demos.

private lab (descriptions only)

Spectre-Memory-Framework
C · private
Memory library in C with no imports: ASM kernel hook that intercepts ntdll functions so programs believe every call originates from ntdll.
RhythiaRoblox
C++ · private
C++ library: drop custom shaders into Dear ImGui in a few lines — topo shaders, blur, via HLSL or GLSL.
kernel-read-driver
C · private
Minimal kernel read driver: IRP_MJ_DEVICE_CONTROL, hook on \Driver\Beep, plus version-aware CR3 from PEPROCESS.
sentic.ai
Python · private
Official repo for sentic.ai — epistemic AI tooling (details live in the private tree).

Open to collab on systems, graphics, and AI tooling.

footer

Popular repositories Loading

  1. MecchaChameleon-External-Cheat MecchaChameleon-External-Cheat Public

    Open source external Meccha Chameleon cheat in c++

    C++ 2

  2. Ui-Libraries Ui-Libraries Public

    Self made custom UI libraries focused on clean visuals, predictable behavior and real usage.

    Lua 1

  3. kernel-read-driver kernel-read-driver Public

    very very simple kernel read driver using IRP_MJ_DEVICE_CONTROL to hook on \Driver\Beep as well as a Version aware CR3 extraction from PEPROCESS

    C 1 1

  4. Unified-AI-Provider-Orchestrator Unified-AI-Provider-Orchestrator Public

    A modular Python-based abstraction layer to orchestrate multiple LLM providers

    Python

  5. py-arch-x py-arch-x Public

    A small, readable command-line tool that scans a Python codebase with `ast` and reports functions that are likely unused.

    Python

  6. osu-parser-cpp osu-parser-cpp Public

    simple osu parser in c++ made for research purposes

    C++