Skip to content
View mcurzi's full-sized avatar

Block or report mcurzi

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

Matias Curzi

I lead R&D teams in the agricultural sector, focusing on the study of biological and agroecological systems. Outside the field, I’m interested in understanding how things work from their foundations (genes, transistors) to the large-scale results we see in the field or on a screen.

Professional Focus

  • AgTech & Research: I lead research and development areas in new crop technologies, managing complex field and laboratory trial networks.
  • Data Science: Professional use of R for statistical modeling, experimental design and data visualization.

Technical Explorations & Hobbies

  • Low-Level Systems: I recently designed and built a functional 8-bit CPU emulator (custom ISA & Assembler) as a personal challenge to understand how a CPU works and to enhance my Python and low-level programming skills.
  • Programming: R for professional research; Python, C, and Assembly as a mental exercise. I believe that doing fun projects in languages where I’m not fluent is a great way to keep the mind sharp and avoid the "muscle memory" trap of familiar tools.

🛠️ Featured Projects

Project Description Tech
ggebp GGE-Biplot & Mosaic Plot implementation for GxE interaction analysis. R, ggplot2
custom-8bit-cpu My own 8-bit architecture emulator including a custom ISA, Assembler, and memory visualizer. Python, Tkinter

Contact & Links

Popular repositories Loading

  1. mcurzi mcurzi Public

  2. ggebp ggebp Public

    GGE Biplot and Mosaic Plot implementation for GxE interaction analysis using Base R and ggplot2.

    R

  3. custom-8bit-cpu custom-8bit-cpu Public

    Custom 8-bit ISA emulator, assembler, and debugger with memory-mapped graphics.

    Python

  4. ulsnake ulsnake Public

    🕹️ Classic Snake clone in pure C. Refactored from 2004 MS-DOS legacy to Linux/ncurses. An exercise in terminal logic and porting.

    C

  5. handcrafted-nn handcrafted-nn Public

    Neural network from scratch in Python/NumPy. Manual backpropagation and gradient descent without high-level frameworks.

    Python