# The Polymathic Engineer

A newsletter about Algorithms, Computer Vision, and Distributed Systems

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Latency: What It Is and What Limits It (Part II)

DevFeed: [Latency: What It Is and What Limits It (Part II)](<https://devfeed.tech/articles/latency-what-it-is-and-what-limits-it-part-ii-18198.md>)

Original publisher: [Read original article](<https://newsletter.francofernando.com/p/latency-what-it-is-and-what-limits>)

Author: Franco Fernando

Published: 2026-09-11T09:07:39Z

Content type: article

Language: en

Sources: [The Polymathic Engineer](<https://devfeed.tech/sources/the-polymathic-engineer.md>)

Topics: [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [latency](<https://devfeed.tech/tags/latency.md>)

### AI overview

An article explaining where latency occurs in the stack, how delays accumulate, and how to measure them.

### Source excerpt

Where delays hide in the stack, how they add up, and how to measure them.

## Latency Is Not a Single Number

DevFeed: [Latency Is Not a Single Number](<https://devfeed.tech/articles/latency-is-not-a-single-number-18197.md>)

Original publisher: [Read original article](<https://newsletter.francofernando.com/p/latency-is-not-a-single-number>)

Author: Franco Fernando

Published: 2026-09-04T07:08:23Z

Content type: article

Language: en

Sources: [The Polymathic Engineer](<https://devfeed.tech/sources/the-polymathic-engineer.md>)

Topics: [Latency](<https://devfeed.tech/topics/latency.md>), [math](<https://devfeed.tech/topics/math.md>)

Tags: [latency](<https://devfeed.tech/tags/latency.md>), [math](<https://devfeed.tech/tags/math.md>)

### AI overview

An article explaining latency through physics and mathematics, including the limits that bound it and why averages can be misleading.

### Source excerpt

What latency really is. The physics and math that bound it, and why the average always lies.

## Exception Handling in Practice

DevFeed: [Exception Handling in Practice](<https://devfeed.tech/articles/exception-handling-in-practice-18192.md>)

Original publisher: [Read original article](<https://newsletter.francofernando.com/p/exception-handling-in-practice>)

Author: Franco Fernando

Published: 2026-08-28T05:50:28Z

Content type: tutorial

Language: en

Sources: [The Polymathic Engineer](<https://devfeed.tech/sources/the-polymathic-engineer.md>)

Topics: [Exception](<https://devfeed.tech/topics/exception.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [exception](<https://devfeed.tech/tags/exception.md>), [exception-handling](<https://devfeed.tech/tags/exception-handling.md>), [patterns](<https://devfeed.tech/tags/patterns.md>)

### AI overview

An article about patterns and anti-patterns for signaling, catching, and surviving failures in code.

### Source excerpt

Patterns and anti-patterns for signaling, catching, and surviving failures in your code.

## IP Addressing, Part III: Inside the IP Packet

DevFeed: [IP Addressing, Part III: Inside the IP Packet](<https://devfeed.tech/articles/ip-addressing-part-iii-inside-the-ip-packet-18196.md>)

Original publisher: [Read original article](<https://newsletter.francofernando.com/p/ip-addressing-part-iii-inside-the>)

Author: Franco Fernando

Published: 2026-08-07T09:49:52Z

Content type: tutorial

Language: en

Sources: [The Polymathic Engineer](<https://devfeed.tech/sources/the-polymathic-engineer.md>)

Topics: [Network](<https://devfeed.tech/topics/network.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>)

Tags: [fragmentation](<https://devfeed.tech/tags/fragmentation.md>), [internet](<https://devfeed.tech/tags/internet.md>), [ipv4](<https://devfeed.tech/tags/ipv4.md>), [ipv6](<https://devfeed.tech/tags/ipv6.md>), [network](<https://devfeed.tech/tags/network.md>), [payload](<https://devfeed.tech/tags/payload.md>), [protocol](<https://devfeed.tech/tags/protocol.md>)

### AI overview

This tutorial examines the IPv4 datagram and header fields, explains fragmentation and MTU constraints, discusses why TCP and IP use checksums, and describes changes introduced by IPv6.

### Source excerpt

What actually travels on the wire: the IPv4 header, fragmentation, and what IPv6 changed.

## IP Addressing, Part II: Scaling IPv4 Across the Internet

DevFeed: [IP Addressing, Part II: Scaling IPv4 Across the Internet](<https://devfeed.tech/articles/ip-addressing-part-ii-scaling-ipv4-across-the-internet-18195.md>)

Original publisher: [Read original article](<https://newsletter.francofernando.com/p/ip-addressing-part-ii-scaling-ipv4>)

Author: Franco Fernando

Published: 2026-08-01T11:36:30Z

Content type: article

Language: en

Sources: [The Polymathic Engineer](<https://devfeed.tech/sources/the-polymathic-engineer.md>)

Topics: [Internet](<https://devfeed.tech/topics/internet.md>)

Tags: [internet](<https://devfeed.tech/tags/internet.md>), [ip](<https://devfeed.tech/tags/ip.md>), [ipv4](<https://devfeed.tech/tags/ipv4.md>), [nat](<https://devfeed.tech/tags/nat.md>)

### AI overview

This article explains how CIDR replaced classful addressing and how private addresses and NAT helped extend the usable life of IPv4.

### Source excerpt

How classful addressing gave way to CIDR, and how private addresses and NAT kept the world from running out of IPv4.

## The Anatomy of an IPv4 Address (Part I)

DevFeed: [The Anatomy of an IPv4 Address (Part I)](<https://devfeed.tech/articles/the-anatomy-of-an-ipv4-address-part-i-18202.md>)

Original publisher: [Read original article](<https://newsletter.francofernando.com/p/the-anatomy-of-an-ipv4-address>)

Author: Franco Fernando

Published: 2026-07-25T10:00:35Z

Content type: tutorial

Language: en

Sources: [The Polymathic Engineer](<https://devfeed.tech/sources/the-polymathic-engineer.md>)

Topics: [Network](<https://devfeed.tech/topics/network.md>)

Tags: [ipv4](<https://devfeed.tech/tags/ipv4.md>), [network](<https://devfeed.tech/tags/network.md>)

### AI overview

This tutorial explains how an IPv4 address is structured, what a subnet mask does, and how a device determines which network it belongs to.

### Source excerpt

How an IPv4 address is built, what a subnet mask does, and how a device determines the network it belongs to.

## The Perceptron

DevFeed: [The Perceptron](<https://devfeed.tech/articles/the-perceptron-18206.md>)

Original publisher: [Read original article](<https://newsletter.francofernando.com/p/the-perceptron>)

Author: Franco Fernando

Published: 2026-07-18T05:44:10Z

Content type: tutorial

Language: en

Sources: [The Polymathic Engineer](<https://devfeed.tech/sources/the-polymathic-engineer.md>)

Topics: [Neural Network](<https://devfeed.tech/topics/neural-network.md>)

Tags: [building](<https://devfeed.tech/tags/building.md>), [model](<https://devfeed.tech/tags/model.md>), [neural](<https://devfeed.tech/tags/neural.md>)

### AI overview

An explanation of how the perceptron works as a simple classification model and its role as a building block of neural networks.

### Source excerpt

How the simplest classification model works, and why it is the building block of every neural network.

## How the Operating System Runs Many Tasks on One CPU

DevFeed: [How the Operating System Runs Many Tasks on One CPU](<https://devfeed.tech/articles/how-the-operating-system-runs-many-tasks-on-one-cpu-18193.md>)

Original publisher: [Read original article](<https://newsletter.francofernando.com/p/how-the-operating-system-runs-many>)

Author: Franco Fernando

Published: 2026-07-11T08:25:54Z

Content type: article

Language: en

Sources: [The Polymathic Engineer](<https://devfeed.tech/sources/the-polymathic-engineer.md>)

Topics: [Operating system](<https://devfeed.tech/topics/operating-system.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [context](<https://devfeed.tech/topics/context.md>)

Tags: [context](<https://devfeed.tech/tags/context.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [multitasking](<https://devfeed.tech/tags/multitasking.md>), [scheduler](<https://devfeed.tech/tags/scheduler.md>), [switching](<https://devfeed.tech/tags/switching.md>)

### AI overview

This article explains how an operating system runs many tasks on one CPU through multitasking, context switching, and scheduling.

### Source excerpt

Multitasking, context switching, and the scheduler that makes it all work.

## When Duplicated Code Is the Better Tradeoff

DevFeed: [When Duplicated Code Is the Better Tradeoff](<https://devfeed.tech/articles/when-to-repeat-yourself-18209.md>)

Original publisher: [Read original article](<https://newsletter.francofernando.com/p/when-to-repeat-yourself>)

Author: Franco Fernando

Published: 2026-07-04T06:05:31Z

Content type: opinion

Language: en

Sources: [The Polymathic Engineer](<https://devfeed.tech/sources/the-polymathic-engineer.md>)

Topics: [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>), [Code](<https://devfeed.tech/topics/code.md>), [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>), [Microservice](<https://devfeed.tech/topics/microservice.md>), [Library](<https://devfeed.tech/topics/library.md>)

Tags: [abstraction](<https://devfeed.tech/tags/abstraction.md>), [bugs](<https://devfeed.tech/tags/bugs.md>), [code](<https://devfeed.tech/tags/code.md>), [components](<https://devfeed.tech/tags/components.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [reusable-code](<https://devfeed.tech/tags/reusable-code.md>), [services](<https://devfeed.tech/tags/services.md>), [software](<https://devfeed.tech/tags/software.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [teams](<https://devfeed.tech/tags/teams.md>)

### AI overview

This article examines when following the DRY principle creates more cost than value. It argues that duplicated code can be reasonable when abstraction adds coordination overhead, tight coupling, or inflexibility, especially across distributed services and teams whose code may evolve differently.

### Source excerpt

When duplicated code is the better tradeoff.

## The Training Trap: Underfitting, Overfitting, and How to Escape Them

DevFeed: [The Training Trap: Underfitting, Overfitting, and How to Escape Them](<https://devfeed.tech/articles/the-training-trap-underfitting-overfitting-and-how-to-escape-them-18207.md>)

Original publisher: [Read original article](<https://newsletter.francofernando.com/p/the-training-trap-underfitting-overfitting>)

Author: Franco Fernando

Published: 2026-06-27T08:34:14Z

Content type: tutorial

Language: en

Sources: [The Polymathic Engineer](<https://devfeed.tech/sources/the-polymathic-engineer.md>)

Topics: [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>), [machine learning overfitting](<https://devfeed.tech/topics/machine-learning-overfitting.md>)

Tags: [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [techniques](<https://devfeed.tech/tags/techniques.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

A practical guide to common machine learning training problems, including underfitting and overfitting, with techniques for addressing them.

### Source excerpt

A practical guide to the most common problems in machine learning training and the techniques to solve them.

## Service Mesh vs API Gateway (Part III)

DevFeed: [Service Mesh vs API Gateway (Part III)](<https://devfeed.tech/articles/service-mesh-vs-api-gateway-part-iii-18200.md>)

Original publisher: [Read original article](<https://newsletter.francofernando.com/p/service-mesh-vs-api-gateway-part>)

Author: Franco Fernando

Published: 2026-06-20T09:02:00Z

Content type: comparison

Language: en

Sources: [The Polymathic Engineer](<https://devfeed.tech/sources/the-polymathic-engineer.md>)

Topics: [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [api-gateway](<https://devfeed.tech/tags/api-gateway.md>), [mesh](<https://devfeed.tech/tags/mesh.md>), [patterns](<https://devfeed.tech/tags/patterns.md>), [vs](<https://devfeed.tech/tags/vs.md>)

### AI overview

This article compares service mesh and API Gateway patterns, explaining that they address different problems and can work best together.

### Source excerpt

Two patterns that look similar, solve different problems, and work best together.

## The Depth-First Search Pattern: Exploring Trees and Graphs

DevFeed: [The Depth-First Search Pattern: Exploring Trees and Graphs](<https://devfeed.tech/articles/the-depth-first-search-pattern-exploring-trees-and-graphs-18203.md>)

Original publisher: [Read original article](<https://newsletter.francofernando.com/p/the-depth-first-search-pattern-exploring>)

Author: Franco Fernando

Published: 2026-06-13T10:01:23Z

Content type: tutorial

Language: en

Sources: [The Polymathic Engineer](<https://devfeed.tech/sources/the-polymathic-engineer.md>)

Topics: [Graphs](<https://devfeed.tech/topics/graphs.md>)

Tags: [graphs](<https://devfeed.tech/tags/graphs.md>), [how-to](<https://devfeed.tech/tags/how-to.md>)

### AI overview

This tutorial explains depth-first search, a systematic method for exploring trees and graphs by going as deep as possible before backtracking.

### Source excerpt

How to systematically search through all paths by going as deep as possible before backtracking

## What a Service Mesh Gives You (Part II)

DevFeed: [What a Service Mesh Gives You (Part II)](<https://devfeed.tech/articles/what-a-service-mesh-gives-you-part-ii-18208.md>)

Original publisher: [Read original article](<https://newsletter.francofernando.com/p/what-a-service-mesh-gives-you-part>)

Author: Franco Fernando

Published: 2026-06-06T10:27:13Z

Content type: article

Language: en

Sources: [The Polymathic Engineer](<https://devfeed.tech/sources/the-polymathic-engineer.md>)

Topics: [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>)

Tags: [mesh](<https://devfeed.tech/tags/mesh.md>)

### AI overview

An article about the features that make a service mesh worth the trouble.

### Source excerpt

The features that make a service mesh worth the trouble.

## Service Mesh: Why and How It Works (Part I)

DevFeed: [Service Mesh: Why and How It Works (Part I)](<https://devfeed.tech/articles/service-mesh-why-and-how-it-works-part-i-18201.md>)

Original publisher: [Read original article](<https://newsletter.francofernando.com/p/service-mesh-why-and-how-it-works>)

Author: Franco Fernando

Published: 2026-05-30T09:34:40Z

Content type: tutorial

Language: en

Sources: [The Polymathic Engineer](<https://devfeed.tech/sources/the-polymathic-engineer.md>)

Topics: [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>)

Tags: [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [mesh](<https://devfeed.tech/tags/mesh.md>)

### AI overview

This article explains how a dedicated infrastructure layer can manage service-to-service communication in a service mesh.

### Source excerpt

How a dedicated infrastructure layer can take over the job of managing service-to-service communication.