Posts
-
Why does 0.1 + 0.2 != 0.3?
Ever wondered why your computer thinks 0.1 + 0.2 ≠ 0.3? This deep dive into IEEE754 floating point numbers reveals how computers store decimal numbers in binary
-
Building notification service for doorbell [Project]
A personal project where I build a service that sends notification when the doorbell is rung.
-
Hot Code Reloading in C
This post describes how you can modify & reload code while a process is running. The example code is in C.
-
How does free work in C?
A brief walkthrough on how free works in C and frees the right amount of memory.
-
Welcome to CodeFade
A basic page to welcome readers to the blog page. This what a reader can go through to know what to expect from here.