Posts
All the articles I've posted.
A brief introduction to Generative models
Updated: at 06:22 PM()Generative models are the main responsibles of the hype on AI over the past year. Whether they are for text generation, image or video, it is really impressive what Generative Artificial Intelligence (or gen-AI as they call it) is capable of. In this blog, we will dive into what main types of generative models exist and the core concept around each of them.
Building AIdentify
Updated: at 01:12 PM()For a while, I have been wanting to build something, but not just any random idea that popped into my mind. I wanted to build something that impassions me and provides value. I'm lucky to have an environment (friends and family) that really pushes me to be my best self and always supports me. So here I am, building AIdentify, your go-to service for detecting AI-generated visual content, and here I'll be sharing my journey from the very first idea to actually having an MVP rather than a simple proof of concept.
Containers 101
Updated: at 07:02 PM()Containers are a fundamental building block of modern application development and deployment. They provide a lightweight, isolated environment for running applications, making it easier to move software between different computing environments. In this blog post, we'll be taking a look at the theory behind containers, including LXC, Docker, Linux namespaces, and cgroups, before diving into a practical tutorial on how to create a very basic container using Golang. Whether you're new to containers or looking to expand your knowledge, this post has something for everyone.
Understanding entropy
Updated: at 04:22 PM()In this blog post, I deep dive into the entropy of a Linux system. It is a term that you may have heard in the past and it may sound complicated, but it is actually a concept that is very easy to grasp. I present the fundamentals of a Unix system's entropy, what values are considered high or low, and what is the main purpose of the entropy in a Unix system.