Calabi yau

Taking advantage of the Attendance_system project, I also integrated a python script and a c program to show what a hypothetical calabi-Yau space using shaders would look like. I didn't have the balls to make the python version work, so I rewrote the code in c. A Calabi-Yau manifold is a type of geometric space…

Scapy tools

Taking advantage of the Attendance_system project, I remembered that I had to create tools that used scapy, taking advantage of a wonderful introductory course from a colleague. Just for fun and learn. Enjoy. Alonso

Cybersecurity RAG System

Taking advantage of the Attendance_system project, I remembered that I had to create a RAG on a series of documents that I prepared on cybersecurity. I did several experiments, so this entry is short and to the point. This RAG creation is something trivial at this point, the only thing that has some difficulty is…

JDK 23-Oracle.txt

JDK 23-Oracle.txt Parte 1 Esto es una sesión con la jshell después de instalar el jdk 23-oracle con sdkman. jshell --enable-preview | Welcome to JShell -- Version 23 | For an introduction type: /help intro La JDK 23 nos trae varias novedades: 1. Tipos Primitivos en Patterns (JEP 455) 2. Tipos Primitivos en Patterns (JEP…

Attendance system

Recently, I have been working on several demos to showcase the potential of different solutions. One of them focuses on integrating the workflow of teachers managing student attendance issues, particularly for those who frequently miss class. The proposed system allows teachers to report a student’s absence through our platform, providing all relevant information. From there,…