Tootfinder

Opt-in global Mastodon full text search. Join the index!

@frankel@mastodon.top
2026-02-16 17:05:13

#AI #Coding Killed My Flow State
itnext.io/ai-coding-killed-my-

@mickgeek@social.linux.pizza
2026-02-02 19:21:25

January recap blog post: #MastodonDev

@pimterry@toot.cafe
2026-03-19 15:06:11

I've been playing around with agent-powered HTTP debugging -there's a lot of potential here... Even just with minimal data, Claude gets a really good understanding of flows very quickly, amazing for exploring.
A quick summary of overall traffic & state flow across ~160 requests & responses:

Claude output:

Edge launches (no state)
│
├─→ Bing qbox (cookieless) ──→ Bing sets MUID + 9 others
│
├─→ SmartScreen (token in Authorization header, no cookies)
│
└─→ GET reddit.com
     │ 301 → www.reddit.com (no cookies set on redirect)
     │
     └─→ GET www.reddit.com
          │ Sets: loid, session_tracker, csrf_token, token_v2, csv, edgebucket
          │
          ├─→ POST /svc/shreddit/events  ← sends all 6 cookies back
          │   └─ response refreshes session_tracker
          │
 …