Aaryaman Sharma
banner
starrtrooper.bsky.social
Aaryaman Sharma
@starrtrooper.bsky.social
CSV is flat, which means it's rows and columns only. Great for things like an employee list or a product catalog, but it can’t represent relationships (like a customer placing multiple orders).
September 4, 2025 at 10:11 AM
Think 32-bit CPUs are stuck with 4 GB RAM?

Enter PAE (Physical Address Extension) — a hardware trick that lets 32-bit CPUs use up to 64 GB of RAM by juggling memory pages behind the scenes.

But the real upgrade? Go 64-bit. 🚀
August 5, 2025 at 2:09 PM
32-bit CPUs can only address 2³² = 4 GB of memory.

Even if you install 8 GB RAM, most of it is wasted.

Why? The CPU just can’t “see” past 4 billion memory slots.

Unless you upgrade to 64-bit, you’re maxed out. 🧠💾
August 5, 2025 at 2:06 PM
Your CPU doesn’t know what “x = 5 + 10” means.
It just sees binary instructions:

Move 5 to a register
Move 10 to another
Add them
Meaning? That’s all you.

CPU = executor
Software = storyteller
August 5, 2025 at 1:54 PM
'A' = 65 in ASCII. Why not just make 'a' = 66, 'b' = 67, etc.?

Because ASCII was designed for efficiency, not simplicity.

Uppercase A–Z = 65–90
Lowercase a–z = 97–122

'A' = 01000001
'a' = 01100001

Just flip 1 bit to switch case 🤯
August 5, 2025 at 1:52 PM
Unicode is a standard that assigns a unique code point to every character — across languages, scripts, and symbols. That’s how computers can store and process strings like "Hello 你好 👋" without getting confused. One system, every character.
August 5, 2025 at 1:16 PM
Bytecode is like simplified instructions that Python’s interpreter understands, and it' run in virtual machine. It is the middle layer between python and machine code.
July 30, 2025 at 3:46 AM
🧠 Inference in AI means:

Using a trained model to make predictions or give results on new, unseen data
April 4, 2025 at 3:22 AM
What is a TeraFLOP? ⚡📊

TeraFLOP (TFLOP) = Trillion Floating-Point Operations Per Second

It measures how many trillions of floating-point calculations a processor can perform per second.

Real-World Examples:
April 4, 2025 at 1:11 AM
Transistors → Build cores

Cores → Process data

Threads → Tasks handled by cores

So, threads are not inside transistors—they are tasks running on cores, which are made of transistors. 🚀
April 4, 2025 at 12:49 AM
What happens if we increase the bits in a byte? 🤔💾

🟢 Larger Data Units 📦 – Each "byte" stores more info, allowing for bigger numbers & precise storage.

🟠 More Complex Processing ⚡ – CPUs & memory are optimized for 8-bit bytes. Changing it means redesigning everything.
April 4, 2025 at 12:40 AM
While 64-bit processors can theoretically address up to 16 exabytes (2⁶⁴ bytes) of memory, in practice, it's much lower due to:While 64-bit processors can theoretically address up to 16 exabytes (2⁶⁴ bytes) of memory, in practice, it's much lower due to:
April 4, 2025 at 12:26 AM
April 4, 2025 at 12:22 AM
Cores are made up of transistors, but they are not exactly the same thing.

Analogy:
Think of a core as a worker in a factory, and the transistors as the tiny gears and levers inside the worker's tools.
April 3, 2025 at 11:15 PM
What Does 25GB RAM Mean?

RAM is like a workbench. The bigger your bench (25GB RAM), the more projects (tasks) you can work on at once without putting things away. If your workbench is small, you have to keep switching tasks, slowing you down.
a corsair vengeance rgb pro ram stick
ALT: a corsair vengeance rgb pro ram stick
media.tenor.com
April 3, 2025 at 11:01 PM
What is 32-bit or 64-bit?

Think of it as a highway. A 32-bit system has 32 lanes, a 64-bit system has 64 lanes. More lanes mean you can move more cars (data) at once, making the system faster and able to handle bigger tasks.
macos users when they 're told to run 32 bit program
ALT: macos users when they 're told to run 32 bit program
media.tenor.com
April 3, 2025 at 10:57 PM
Where Does Processing Happen When Memory Sends Instructions?

Memory (RAM) is like a library. It stores books (data), but doesn’t read them. The CPU (brain) asks for a book and reads it.
April 3, 2025 at 10:52 PM
Why Moving Processing Closer to Memory?

Imagine you're cooking, but your ingredients are in another room. You waste time walking back and forth. That’s how computers work when the processor (kitchen) is far from memory (ingredients).
a loading bar and a loading bar with a green arrow
ALT: a loading bar and a loading bar with a green arrow
media.tenor.com
April 3, 2025 at 10:48 PM
Why do transistors switch ON and OFF in a CPU/GPU?

Think of transistors like tiny light switches. They turn ON (1) or OFF (0) to create patterns of electricity. These patterns represent numbers, letters, images—everything in a computer.
a group of people are standing in a hallway surrounded by a matrix background .
ALT: a group of people are standing in a hallway surrounded by a matrix background .
media.tenor.com
April 3, 2025 at 10:41 PM
A CPU/GPU is made up of billions of transistors, which are like tiny switches that control electrical signals. These transistors work together to form different parts of the processor:
April 3, 2025 at 7:10 PM
A bus bottleneck happens when too much data tries to move through a shared communication channel (bus), but the bus can't handle all the traffic efficiently. This slows down performance, just like a traffic jam on a highway.
April 3, 2025 at 6:46 PM
A bottleneck happens when two systems (or components) can’t communicate efficiently, slowing down overall performance.

For example,

A super-fast chef (CPU/GPU) cooking meals.

A slow waiter (memory bus) delivering the food.
April 3, 2025 at 6:33 PM
A CPU has fewer but more powerful cores. It processes tasks sequentially, meaning it handles one task at a time before moving to the next. It’s best for general computing and decision-making, like running an operating system or managing a game.
April 3, 2025 at 6:22 PM
A CPU core is like a chef in a kitchen, cooking meals (tasks). Threads are the chef’s hands, allowing them to handle multiple steps at once. More cores = more chefs, more threads = more hands—faster and more efficient computation!
a black background with white circles and the words cpu
ALT: a black background with white circles and the words cpu
media.tenor.com
March 18, 2025 at 7:43 PM
A mesh WiFi system blankets your home in a seamless network, ensuring devices connect to the strongest signal without losing speed—like smart streetlights working together to keep everything bright and connected.
March 4, 2025 at 10:24 AM