# request response (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover request response.

Page: <https://rssamplifier.com/topics/request-response/blogs>  
Feed: <https://rssamplifier.com/topics/request-response/blogs.md>

---

## [Basics of Stratoshark: What Is Stratoshark?](https://jeclark.net/articles/1-what-is-stratoshark/)

_2026-07-22 · Homepage on Josh Clark_

I like to think that I am one of the earliest enthusiasts of Stratoshark, the newest tool from the Wireshark Foundation. The Foundation even gave me the honor of teaching the very first full day Stratoshark workshop at the Sharkfest convention in Nashville, TN. This is the first in a series of posts introducing Stratoshark for Linux system call analysis. In the series, we&rsquo;ll start with an…

## [The Long Haul](https://jeclark.net/articles/the-long-haul/)

_2026-07-07 · Homepage on Josh Clark_

At the end of 2022, a coworker invited me to a trail running race. It was a 10 mile race through the woods with the reputation of being the muddiest race in Ohio. It was also only 4 days away. I absolutely love trail running, the supportive atmosphere of a race, and the t-shirt you get at the end, so I signed up. I had been running consistently in the several months before the race, so although I…

## [Scale](https://jeclark.net/articles/scale/)

_2026-06-11 · Homepage on Josh Clark_

From time to time, I feel a draw to scale, to influence, to build out my personal brand. After all, if I continuously create content and roll with the algorithmic updates on social media and win in a competition against all the other creators to capture peoples&rsquo; attention, then more people will know who I am and I could get some cool swag from some companies. But is That Even What I Want?

## [LLMs and the Adversarial Loop](https://myers.io/2026/04/15/LLMs-and-the-Adversarial-loop/)

_2026-04-14 · Dale Myers · myers.io_

LLMs are confident. So much so that if you ask one to give you the recipe to immortality, it will probably take a stab at it, even though it knows as much about mortality as it does its own existence. Ask one to write a design spec and it’ll produce something that reads well, covers the obvious cases, and sounds authoritative. Ask it to implement code from that spec and it’ll write something that…

## [Getting Started With Stratoshark](https://jeclark.net/articles/getting-started-with-stratoshark/)

_2025-01-07 · Homepage on Josh Clark_

Introduction Stratoshark is the newest piece of software coming from the Wireshark Foundation. For experienced network analysts like me, it promises to be a familiar interface and filtering engine for unfamiliar domains like cloud and system call internals. In particular, I&rsquo;m really excited to be able to analyze system calls on Linux systems. This post summarizes what I&rsquo;ve learned…

## [Troubleshoot Like a Doctor: HOPS](https://jeclark.net/articles/troubleshoot-like-a-doctor-2/)

_2024-12-28 · Homepage on Josh Clark_

Introduction The last time we looked at how to diagnose like a doctor, we focused on the differential diagnosis (dDx). This is the mental model that doctors use to assess possible causes of an issue and prioritize tests to figure out what&rsquo;s happening. For more information on differential diagnosis, you can read Part 1 of this series. Today, we need to talk through how we gather the best…

## [An Argument for Increasing TCP's Initial Congestion Window ... Again](https://jeclark.net/articles/tcp-initcwnd/)

_2024-09-02 · Homepage on Josh Clark_

Introduction Google has a long history of performing networking research, making changes, and pushing those changes to the entire internet. In 2011, they published one of my favorite papers, which described their decision to increase the TCP initial congestion window from 1 to 10 on their entire infrastructure. This was soon followed by an RFC filed with the IETF, and eventually became an internet…

## [The Pattern: Identifying Requests and Responses in Encrypted Traffic](https://jeclark.net/articles/the-pattern/)

_2024-09-02 · Homepage on Josh Clark_

Introduction Advances in cybersecurity frequently mean that it&rsquo;s harder to troubleshoot issues. Some security solutions add a lot of complexity to a system, and sometimes the fact that traffic is encrypted means we can&rsquo;t see everything we want to. When analyzing traffic in Wireshark, identifying requests and responses are key to understanding how two computers are interacting with each…

## [Troubleshoot Like a Doctor: Differential Diagnosis](https://jeclark.net/articles/troubleshoot-like-a-doctor-1/)

_2024-09-02 · Homepage on Josh Clark_

Introduction The IT field is terrible at teaching people how to troubleshoot. Sure, if you got a CompTIA A+ or a CCNA, there were modules that talked about how to solve problems, but how much time did you actually spend on those modules? The CCNA course I took spent all of 5 minutes on it, with the message &ldquo;there&rsquo;s probably going to be a question that will ask what order these steps…

