tyler

星期三 02 下午 十月 15o 2025

Bytes: The biggest Bun yet

Bytes: The biggest Bun yet

Cool Bits logo

Cool Bits

  1. At last week’s Remix Jam 2025, Ryan Florence and Michael Jackson teased Remix v3, handed out physical CDs with the software on it, and swore off React forever.

  2. MAML is a minimal JSON alternative that’s human-readable, machine parsable, and warm-blooded.

  3. Rocket is a full-stack vibe coding platform that can handle frontend, backend, auth, DB schemas, server config, and everything else you need to instantly build and ship a production-ready application. It’s pretty wild. [sponsored]

  4. Jovi De Croock busted three of the most common GraphQL myths and simultaneously created a full season of TV for the Discovery Channel.

  5. Nitro v3 (alpha) is a new server-side Vite plugin that enables full-stack Vite apps without needing a full metaframework.

  6. Mitchell Hashimoto wrote about vibe coding a non-trivial, real-world Ghostty feature. It’s not fair that this guy is also better than us all at vibe coding.

  7. Datadog created this frontend monitoring best practices guide that shows you how to monitor three key aspects of your single-page apps to optimize your performance and UX. [sponsored]

  8. VS Code shipped version 1.105 bringing new agent tools, a built-in MCP marketplace, and the boldest resistance we’ve seen to SemVer in years.

  9. Den Odell wrote about how the <output> tag is HTML’s best kept secret.

  10. Sam Cooper broke down how a bug caused by the Turkish alphabet plagued Kotlin for almost a decade. I volunteer to fly to Istanbul and investigate, but only if JetBrains promises to cover the cost of my hair transplant.


Pop Quiz logo

Pop Quiz: Answer

How many times is the reducer function invoked?

const nums = [2,4,6]

const reducer = (prev, current) => {
  console.count('invoked')
  return prev + current
}

nums.reduce(reducer)

Answer: Twice

If an initial value isn’t supplied, the first element in the array will be used as the initial value and the first invocation of the reducer function will be skipped.

Bytes

Want us to say nice things

about your company?

Sponsor Bytes

or share it

Built with ❤️ by ui.dev

50 W Broadway Ste 333 PMB 51647 Salt Lake City, Utah 84101

发布者