Skip to content
View derivada's full-sized avatar
💬
💬

Highlights

  • Pro

Block or report derivada

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
derivada/README.md

Pablo Díaz

23yo student from Spain, BsC in Mathematics and BsC in Computer Science at Universidade de Santiago de Compostela.

My main motivation to learn more in this field is the pure satisfaction and joy that comes from understanding a complex system and being able to develop it further.

Goals for 2025:

  • Dive deep into parallel and high performance computing, learn MPI and important distributed algorithms (already know CUDA and OpenMP)
  • Master C++ and read into more about formal aspects of programming languages and compilers
  • Setup web server and web page, current plan is to host it in a Raspberry Pi and upload some posts to it about my research interests :)
  • Teach a course at my faculty (taught a 16 hour course on Introduction to the Python Language and its role in data analysis for BsC Mathematics students).
  • Get a good result again at Ada Byron contest, keep improving in Competitive Programming
  • Finish bachelor thesis of Mathematics on the Fast Fourier Transform and Informatics on Optimized point cloud searches with linearized octrees using Space Filling Curves
  • Get accepted into a good CS Master's program Accepted into TUM M.Sc. Informatics!!!

Goals for 2024:

  • Improve in competitive programming, learn new techniques and reach ~1800-2000 elo in Codeforces (didn't grind Codeforces too much, only got to 1400 but won two regional competitions and our team ended 5th in Ada Byron National Programming Contest)
  • Create portfolio webpage
  • Get an internship and learn a lot on it
  • Come back to learning pure mathematics at uni (trying to not fail every course)
  • Master more Git and collaboration workflows, learn to use Github Actions

Goals for 2023:

  • Improve my code quality and profficiency
  • Finish the CS classes from my deegree
  • Create a full-stack Android application
  • Learn a lot about software security, also about authentication protocols and services
  • Continue studying at NTNU and try to get into another exchange program for next year

Goals for 2022:

  • Improve my code quality and profficiency
  • Pass all my CS classes with a decent grade
  • Read about topics that I'm very interested in (Backend stuff, more stuff about Operative Systems and Linux, ...)
  • Learn more about database systems (MongoDB, Distributed Databases?? ...)
  • Create an actual complete website (need a cool idea first tho)
  • Prepare for my Erasmus year at NTNU
  • Learn how to optimize programs to the limit by using vector instructions and assembly, maybe even read about stuff like CUDA (done in 2024)
  • Learn about how video/audio/image encoding works in general and how to use them and manipulate them in a program

^-^

char* str = (char*) malloc(1024);
sprintf(str, "どこにいたって、人は繋がっているのよ");

Pinned Loading

  1. octrees-benchmark octrees-benchmark Public

    Repo for my Informatics Bachelor Thesis, accelerating point cloud neighbourhood searches with SFCs and Linearized Octrees

    C++ 1

  2. xianacarrera/python_course_2025 xianacarrera/python_course_2025 Public

    Material del curso de Python impartido en la Facultad de Matemáticas de la USC en 2025

    Jupyter Notebook 2 1

  3. sentikelia sentikelia Public

    An emotionally-intelligent chatbot, virtual diary, personality analyzer, and much more. Winning entry for HackUDC 2025.

    JavaScript 2 1

  4. bachelor_thesis_fft bachelor_thesis_fft Public

    Repository for source code of Bachelor Thesis in Mathematics "The Fast Fourier Transform", presented at USC in 2025.

    Jupyter Notebook

  5. animaciones_video_mikemates animaciones_video_mikemates Public

    Repo with manim source for the animations of our award-winning educational mathematics video "Lo que la geometría no te cuenta: La cuadratura del circulo"

    Python

  6. cpprac cpprac Public

    Competitive programming practice

    C++