tyler

星期五 06 晚上 六月 13o 2025

Bytes:

Bytes:

Cool Bits logo

Cool Bits

  1. CSS gap decorations are a fun new way to style the gaps between items in flex, grid, and multi-column layouts. Just don’t put them up before Thanksgiving, or everyone will shame you.

  2. Semgrep provides an AI AppSec Engineer that can eliminate 100% of all false positives by combining static analysis and LLMs – that way, you’ll only ever need to deal with real security issues. [sponsored]

  3. The Safari Team announced a bunch of stuff at WWDC. And they wish to reiterate that Siri being terrible is not their fault.

  4. Leerob wrote some quick thoughts about various AI agents.

  5. Den Odell wrote about what it was like hacking layout before CSS even existed. I can’t wait ‘til I start writing blog posts like this about how we all used to write using our own brains before ChatGPT existed.

  6. Matt Perry just released Motion AI, which lets you add a new Motion MCP to your LLM to help it create better animations.

  7. Emma Forman Ling wrote about why AI agents (and humans) do better with good abstractions. [sponsored]

  8. Jest 30 promises that it’s faster, leaner, better, and willing to do anything to fix this relationship.

  9. Daniel Sada wrote about working on Microsoft Office when they migrated from Source Depot to Git.

  10. liquid-glass-svelte is an npm package that provides a Svelte component that reproduces Apple’s Liquid Glass effect. I need someone to make an unbreakable-svelte package, because I’ve been rewatching M Night Shyamalan classics on my Video iPod to help me feel something again.


Pop Quiz logo

Pop Quiz: Answer

In what order will the logs below show up in the console?

console.log('First')

setTimeout(() => {
  console.log('Second')
}, 0)

new Promise((res) => {
  res('Third')
}).then(console.log)

console.log('Fourth')

First, Fourth, Third, Second.

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

发布者