Skip to content
View cubos-d's full-sized avatar

Block or report cubos-d

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

Hi, I'm Cubos ⚛️

About Me

I bridge the gap between physics and high-performance computing. I enjoy stripping away the "magic" of high-level libraries to understand the bare metal, optimizing scientific code using C, and exploring the Linux ecosystem.


🔭 Projects

  • Resource Checker API: A fun mini Project. A simple application that checks memory and CPU usage of a machine via API. Works as a python extension written in C.

  • RUSpectroscopy_Tools: 🎻 Thesis Project. A specialized Python library accelerated with C modules to solve forward and inverse problem in Resonant Ultrasound Spectroscopy (RUS).

    • First Challenge: Solving the forward problem efficiently. Implemented core mathematical solvers in C for performance, wrapped in Python for usability.
    • Second Challenge: Solving the inverse problem for cubic materials, training a model with a domestic GPU AMD Radeon 6600M. Making some variable changes that simplified a lot the problem.

🛠️ The Toolkit

⚙️ Core

C Bash Linux

🧪 Scientific Python & ML

Python NumPy SciPy PyTorch Matplotlib Pandas

☁️ Infrastructure & DevOps

AWS Terraform Podman


⚡ Personal & Hobbies

  • ⚔️ AoE2 Player: Terrible micro, terrible macro, but excellent at laming boars and doing cheesy strats. BE AWARE muahaha (nick: cubos).
  • 📺 Anime Lover: Favorites include Guilty Crown and Rascal Does Not Dream....
  • Goalkeeper: Futsal / Football 5 (Futbol Sala).
  • 🐧 Linux: Enthusiast & Customization lover.

🌐 Socials

Reddit


Pinned Loading

  1. RUSpectroscopy_Tools RUSpectroscopy_Tools Public

    C extension module (for python) to generate gamma and E matrices in RUS (Resonant Ultrasound Spectroscopy)

    Python 3

  2. res_api_check res_api_check Public

    A simple application that checks the resource usage of your server via API

    C