A few days ago, I saw a Facebook post from an anonymous person who shared an APK for an app they claimed was an AI teaching app for high school students.
About me
Welcome to my personal blog! I'm Ibrahim KAIKAA (also known as Mr.UNIX), a 22 years old nerd who likes computers. I'm not a genius or an expert in anything, but I'm always looking to gain and share my knowledge.
Links
Hardening STB libraries using AI agents
stb is a collection of single-header C libraries used for a variety of tasks, such as decoding images, fonts, audio, and many other things. However, these libraries have a history of security issues, and many of them are not addressed quickly, making them unsuitable for environments where untrusted input is expected.
Old computers in my university
In my previous university, there was a hallway in the department of mathematics and computer science, where they were showcasing some of the old computers that we had.
One year of developing my own operating system
Object-Oriented Programming in C
Object-Oriented programming is a powerful (although controversial) programming paradigm that empowers developers to design modular systems and abstractions.