Code, Compute, Create_
A personal journey into Computer Science, sharing insights on Computing, AI, Reverse Engineering, and more.
Thoughtful exploration for curious minds.
Latest Articles
Comparison between different types of recurrent neural networks
Introduction Sequential data is everywhere in our digital world—from the words you're reading right now to stock prices fluctuating over time, from...
Chat with your docs #1: Simple RAG with Chroma & Ollama for AI
Introduction Retrieval-Augmented Generation (RAG) represents a significant advancement in the field of artificial intelligence, combining the...
Chat with your data #2: Agentic Application for querying databases using SQL
Introduction As AI-powered conversational agents evolve, their integration with structured databases has become a crucial innovation. The ability to...
Chat with your data #1: Agentic Application for querying pandas DataFrames
Introduction With the rise of large language models (LLMs) and their integration into various domains, one of the most exciting use cases is...
Numerical Integration with CUDA: Accelerating Calculations on GPU
Introduction Integrating a function can be a computationally intensive task, especially when dealing with a high number of subintervals for better...
High-Performance Computing for Two-Variable Partial Derivatives with CUDA
Introduction In scientific computing and engineering, calculating derivatives is a fundamental operation. When dealing with functions of multiple...
High-Performance CUDA for Discrete Single Variable Derivative Computation
Introduction In the realm of scientific computing and numerical analysis, the computation of derivatives is a fundamental operation. Whether it's...
Decompilation of Malware Using Windows API for Autostart
Creating and sharing actual malware code, including assembly snippets that demonstrate how to use Windows API calls for malicious purposes such as...
Reverse Engineering #5 – C++ Calls on Mac OS X ARM 64 | Default Calling Convention
In the dynamic and frequently contested world of cybersecurity, proficiency in reverse engineering is a vital ability, essential for comprehending...