LOADING 0%
// nav_menu.exe
Home Resume Blog Contact Order
English فارسی

BLOG

// ls -la ~/posts --sort=date

The Secret of Files We Delete but Never Truly Erase
Technology 2026-09-13

The Secret of Files We Delete but Never Truly Erase

Delete doesn't always mean data destruction. The operating system may just drop the file's address while its bits remain on the media. A deep dive into data recovery, HDD vs SSD, TRIM, and File Carving.

cat how-deleted-files-are-recovered.md
How Do Touchscreens Detect Your Finger?
Technology 2026-08-30

How Do Touchscreens Detect Your Finger?

A deep dive into capacitive touchscreens: capacitors, the electrode grid, computing X/Y coordinates, detecting Tap, Swipe and Pinch Zoom, the touch controller, resistive vs capacitive, and the geometry code behind a button click.

cat how-touchscreens-work.md
How Does Morse Code Work? When Two Symbols Were Enough to Communicate
Technology 2026-08-29

How Does Morse Code Work? When Two Symbols Were Enough to Communicate

A deep dive into Morse code: why two symbols are enough to build a complete communication system, why E is just a single dot, the role of timing and silence, the history of the telegraph, building an Encoder/Decoder in Python, and an interactive text-to-Morse converter.

cat morse-code.md
Where Do Deleted Files Go? The Truth About Delete You Never Knew
Technology 2026-08-14

Where Do Deleted Files Go? The Truth About Delete You Never Knew

A deep dive into what really happens when you delete a file. Understand file systems, TRIM, SSD vs HDD, thumbnails, browser cache, database logs, backups, cloud copies, and NIST media sanitization.

cat where-deleted-files-go.md
How a CPU is Made: From Sand to Billions of Transistors
Technology 2026-08-08

How a CPU is Made: From Sand to Billions of Transistors

A deep dive into the journey of CPU manufacturing from sand and silica to billions of transistors. Understand wafers, EUV lithography, transistors, interconnects, packaging, and Moore's Law.

cat cpu-from-sand.md
Why We Open Our Phones Without Knowing Why
Technology 2026-08-05

Why We Open Our Phones Without Knowing Why

A deep dive into the invisible systems that make us pick up our phones without a reason. Habit loops, recommendation algorithms, infinite scroll, notifications, and the code behind mindless scrolling.

cat why-we-open-phone.md
Why Satellite Positioning Works Without Internet
Technology 2026-08-04

Why Satellite Positioning Works Without Internet

A deep dive into why satellite positioning systems (GNSS) like GPS, BeiDou, and GLONASS work without needing internet. Understanding satellite signals, Trilateration, Ephemeris, and Einstein's Theory of Relativity.

cat gnss-no-internet.md