Akshay Pai
Running Assembly Code

Running Assembly Code

Akshay Pai 7 months ago

A quick dive into Linux’s ELF and how these are combined to generate an executable ELF. The post also covers a brief on the memory layout of a process.

Akshay Pai
Running Code – Overview

Running Code – Overview

Akshay Pai 7 months ago

This is the first part of a series of posts in an attempt to piece together how your computer really runs your code. The topic by itself could have an…

Akshay Pai
A Brief About The RAM On Your Computer

A Brief About The RAM On Your Computer

Akshay Pai 2 years ago

The advantage of a bad memory is that one enjoys several times the same good things for the first time. ― Friedrich Nietzsche As a laptop or smartphone owner, you’re probably…

Akshay Pai
The Flow Of Electricity and Math

The Flow Of Electricity and Math

Akshay Pai 2 years ago

In the last post, we covered a little bit about what it means to be writing code (you can check it out here). That is, we briefly discussed what you…

Akshay Pai
A Brief Introduction To Programming

A Brief Introduction To Programming

Akshay Pai 2 years ago

If I’m being candid, there is already a whole bunch of content out there on the subject of programming. (If you want to get started on a full-blown course learning…