Skip to content
View jterrazz's full-sized avatar

Highlights

  • Pro

Organizations

@GetDalia

Block or report jterrazz

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
jterrazz/README.md

Applications

Spwn πŸͺ β†’ Spawning universes for AI. Simulation theory, for real

universe/
β”œβ”€β”€ universe-blueprint πŸ”’    β†’ Architecture & design docs
β”œβ”€β”€ universe 🌍              β†’ Monorepo β€” core engine & services
└── universe-web πŸ”’          β†’ Web client

SigNews πŸ—½ β†’ AI-autonomous news with an intelligence agency aesthetic

signews/
β”œβ”€β”€ signews-blueprint πŸ”’     β†’ Architecture & design docs
β”œβ”€β”€ signews-api πŸ”’           β†’ Backend API
β”œβ”€β”€ signews-web πŸ”’           β†’ Web client
└── signews-mobile πŸ”’        β†’ iOS / Android app

Jterrazz πŸš€ β†’ Personal space for experiments, articles, and projects

jterrazz/
β”œβ”€β”€ jterrazz-web 🌍          β†’ Website & blog
β”œβ”€β”€ jterrazz-articles πŸ”’     β†’ Content source (Obsidian)
β”œβ”€β”€ jterrazz-cli 🌍          β†’ Dev toolkit & dotfiles
β”œβ”€β”€ jterrazz-org 🌍          β†’ Personal autonomous organization
β”œβ”€β”€ jterrazz-infra 🌍        β†’ Infrastructure as Code
└── jterrazz-workflows 🌍    β†’ CI pipelines

Hackathons

ETH Waterloo Hackathon β†’ Synthetic asset platform with Chainlink oracles
ETH Paris Hackathon β†’ Blockchain crowdfunding platform

Systems

Expert System β†’ Backward chaining rule-based inference
Malloc β†’ Dynamic memory allocator with mmap
Binary Analysis β†’ Mach-O parsing for nm and otool
Security β†’ Binary exploitation and reverse engineering
Cryptography β†’ MD5, SHA-256 and hash algorithms
...


All Experiments βš™οΈ


Exploring the frontiers of AI, architecture, and decentralization - jterrazz.com

Pinned Loading

  1. 42-expert-system 42-expert-system Public

    Backward-chaining inference engine for logic rules.

    Python 28 13

  2. 42-malloc 42-malloc Public

    Custom memory allocator using mmap.

    C 32 7

  3. 42-nm-otool 42-nm-otool Public

    Mach-O parser: nm/otool re-implementations.

    C 15 2

  4. jterrazz-web jterrazz-web Public

    Personal portfolio: projects, photography, and articles.

    TypeScript 1

  5. 42-ssl-md5 42-ssl-md5 Public

    Mini-OpenSSL: MD5 + SHA family hashing in C.

    C 13 3

  6. jterrazz-infra jterrazz-infra Public

    Modern Infrastructure as Code.

    Shell