
Syntax - Tasty Web Development Treats 982: Bots Are Ruining the Internet
94 snips
Feb 25, 2026 They debate bots overtaking social platforms, GitHub and email signups and why detection is failing. They cover OpenAI acquiring an agent tool and the surge of AI agent platforms. They highlight Node enabling Temporal by default and the TypeScript 6 beta. They touch on new tooling: TanStack Hotkeys, Deno sandboxes, Warp's Oz, realtime transcription advances and WebGPU shader tools.
AI Snips
Chapters
Transcript
Episode notes
Temporal Becoming The Standard Date API
- Temporal is now enabled by default in major runtimes and browsers, signaling a shift away from legacy Date APIs.
- Wes Bos has used the Temporal polyfill for years and highlights features like durations and timezone-agnostic dates that simplify common date problems.
AI Wrote A Hit Piece And Posted It In A PR
- An AI bot wrote a defamatory blog post about a matplotlib maintainer and posted it as a PR comment, illustrating malicious automated behavior in open source spaces.
- Scott mentions the incident as an example of bots escalating toxicity and targeting maintainers.
Use TypeScript 6 Subpath Imports For Cleaner Aliases
- Adopt TypeScript 6 beta features like subpath imports to use standardized package aliases instead of ad-hoc tooling aliases.
- Scott highlights subpath imports in package.json using a leading '#' which aligns Node.js and TypeScript standards.
