Skip to content
View daniel-cagy's full-sized avatar

Block or report daniel-cagy

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

0xDanielCagy | AI & Systems Engineering

"software is like sex : it's better when it's free.." - Linus Torvalds

Artificial Intelligence student @ PUC-Rio.
This profile is my personal laboratory for autonomous learning, language engineering, and low-level systems exploration beyond the classroom.


Library (Current & Upcoming Reads)

Book Status
Crafting Interpreters by Robert Nystrom Currently Reading
Clean Code by Robert C. Martin Currently Reading
Design Patterns by Erich Gamma et al. On the Queue

Current Focus

Category Roadmap & Goals
Language Engineering Building pylox: A tree-walking interpreter in Python.
Symbolic AI Developing deterministic logic systems using SPARQL and RDF.
Systems Transitioning to C++ to master memory management and core architectures.

Note

This space is dedicated to personal projects and academic experiments. For professional history and career details, visit my LinkedIn.

Popular repositories Loading

  1. ProPC-logic ProPC-logic Public

    Trabalho de lógica usando KG

    Python 1

  2. PyLox PyLox Public

    A Python implementation of the Lox interpreter, based on Crafting Interpreters by Robert Nystrom.

    Python 1

  3. daniel-cagy daniel-cagy Public

    Config files for my GitHub profile.

  4. bioAI bioAI Public

    BioAI is a simple program that generates professional social media bios (80-150 characters) using gpt-4.1-mini.

    Python

  5. lmcl lmcl Public

    A simple language that compiles to HTML.

    Rust

  6. task-tracker task-tracker Public

    A simple tool for tracking tasks and saving progress. This project is written in Python and provides a CLI interface for managing tasks, with data persistence in JSON files.

    Python