TypeScript’s Compiler Glow-Up, OpenAI’s Agentic Push, and One-Click Site Cloning
Hosted by
Full Description
The TypeScript Compiler (TSC) is getting a major port to Go. Go’s support for concurrency and efficient memory management convinced the Microsoft team to port the code over and should result in as much as 10x faster builds in the future. Expect a feature-complete implementation towards the end of 2025, and the first major release of the native compiler to be TS 7.0 after that. OpenAI has released new APIs to make building agentic apps even simpler. A new Response API, built in tools like web search and file search, an Agents SDK to orchestrate agent workflows, and observability tools to trace and inspect those workflows round out the offerings for empowering autonomous agents to accomplish more tasks. Developer Aiden Bai’s back in the news with a new site called same.dev that claims to "one-shot" clone any site. Just enter a site URL into the input and it will return React, Tailwind, and Shadcn UI code. It’s pretty unreal. Apple announces a delay in its more personalized Siri. Just as Apple Intelligence took longer to roll out than expected, so too does smarter Siri, with Apple executives reporting that the new features don’t work as expected. We’ll keep you posted, but a modern Siri may not arrive until iOS 20, at best. And the Fire Starter for today is around the HTML element <datalist>. Data list wraps around a set of <option> elements that represent recommended options available to choose from within something like a numeric range or text input. The user can still type any value into the input that’s valid, but the options will be available to choose from oo. Give the data list an ID, add that ID to the controlling element with list={ID} and you’re off and running.