Skip to main content

Posts

Showing posts from February, 2026

A Brief History of Artificial Intelligence: From Turing to ChatGPT

Artificial intelligence feels like it arrived overnight — one day we were typing search queries, the next we were holding conversations with machines. But AI has a long history, stretching back decades before ChatGPT. It is a story of bold ideas, crushing disappointments, and stubborn researchers who kept going through two “winters” when almost everyone else gave up. Here is the journey, from a single provocative question to the tools we use every day. The question that started it all Alan Turing, whose 1950 paper asked “Can machines think?” (Image: Wikimedia Commons) In 1950, British mathematician Alan Turing published Computing Machinery and Intelligence , opening with a deceptively simple question: “Can machines think?” Rather than get lost in philosophy, he proposed a practical test — now called the Turing Test — in which a machine passes if a human judge cannot reliably tell it apart from a person in conversation. Turing...

Manning's Equation Explained: Open Channel Flow for Irrigation Design

If you design canals, culverts, or any open channel, one formula shows up again and again: Manning's equation . It is the workhorse of open channel hydraulics — the tool engineers use to relate a channel's shape, slope, and roughness to how much water it can carry. Here is a plain-language explanation, with a worked irrigation example. What is Manning's equation? Manning's equation estimates the average velocity of uniform flow in an open channel. In SI (metric) units it is written as: V = (1/n) × R 2/3 × S 1/2 And since discharge Q is just velocity times area, we usually combine them: Q = (1/n) × A × R 2/3 × S 1/2 (In US customary units, a factor of 1.49 replaces the 1 in the numerator.) The variables, explained V — average flow velocity (m/s) Q — discharge, or flow rate (m³/s) n — Manning's roughness coefficient (dimensionless); how much the channel surface resists flow A — cross-se...