<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Travis Cline — TIL</title>
  <link>https://tmc.dev/til/</link>
  <description>Today I Learned — short notes on things I figure out day to day</description>
  <atom:link href="https://tmc.dev/til/feed.xml" rel="self" type="application/rss+xml"/>
  <item>
    <title>Diagnosing a wedged Chrome DevTools socket with a raw WebSocket probe</title>
    <link>https://tmc.dev/til/chrome/wedged-cdp-raw-websocket-probe.html</link>
    <guid>https://tmc.dev/til/chrome/wedged-cdp-raw-websocket-probe.html</guid>
    <pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate>
    <description>A raw WebSocket probe separates a wedged browser from a broken CDP client when every command times out.</description>
  </item>
  <item>
    <title>grep -c exits non-zero on zero matches</title>
    <link>https://tmc.dev/til/shell/grep-c-exit-status.html</link>
    <guid>https://tmc.dev/til/shell/grep-c-exit-status.html</guid>
    <pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate>
    <description>grep -c prints 0 and exits 1 when nothing matches, so a || fallback silently corrupts the count.</description>
  </item>
</channel>
</rss>
