Playing with /proc
Credits for image: deepai.org /proc is a virtual file system that contains runtime system information like system/process memory, mounted devices, hardware information etc. The kernel saves the s...
Credits for image: deepai.org /proc is a virtual file system that contains runtime system information like system/process memory, mounted devices, hardware information etc. The kernel saves the s...
Credits for image: Youjo Senki (Manga) What do programmers and polar bears have in common? We sleep a lot! A cliche, nonetheless if you are a programmer you definitely had a Eureka! mome...
Preface I once and for all wanna settle up this dispute. The dispute which has been bugging me ever since I’ve started exploring about backend servers. A question always arises in my brain, whic...
This tutorial has been tested on AMD RX 5500M gpu and is working properly. Prerequisites Linux distro: Arch Hardware AMD Radeon RX 5500M or any Navi 14 based GPU Lots of...
Abusing cats is a punishable offense, and a violation of this rule might lead to unquestioned persecution of the offending member reference Stop abusing cat! Abusing cats is a prevalent problem...
TL;DR Duff’s copy is a method of implementing array copying in C that relies on unusual syntactic sugar. Although it may be as efficient as the standard copying algorithm, it is not commonly use...
Did you know that nearly 80% of illness-causing germs are spread by your hands!? One of the most proven methods that ensure the destruction of 99.9% of these illness-causing germs is using a Detto...
If you have ever programmed in C or C++, you would have heard the term “UB”; if not, then this article is for you, neophyte. UB stands for Undefined Behavior i.e., the behavior is not defined by ...
Just a random first post to try few things out