博文

目前显示的是 七月 30, 2025的博文

Scripting News: Wednesday, July 30, 2025

图片
Wednesday, July 30, 2025 I abhor body shaming even if it's of someone whose ideas I find unacceptable. # Last night's podcast about how AI is a revolution. I had just listened to a New Yorker podcast interview with the EIC at Wired, saying the hype was bullshit. You hear this from journalists a lot. The only way you can conclude this, imho, is if you aren't using the stuff. It's as if you were a journalist in the 60s and said the story of the Beatles is that their hair must be fake. OK, whatever you say, but have you listened to the freaking music?? I'm sure a lot of journalists in the 60s said bullshit like that but the Beatles did turn the world upside down, and it stayed that way. It marked the beginning of something very new. And, as with AI, journalism missed the story . If you don't trust the CEOs, that's okay, probably the right approach. But that doesn't mean they're wrong about the value of the tech. Develop sources ...

🔥 (228) Optimize for humans, reassigning template refs, and Vue to Web Component

图片
​ ​ Hi there! I'm on vacation this week (this was scheduled ahead of time) so I don't have anything new to share. However, if you're interested in Mastering Nuxt: Full Stack Unleashed, the price is going up in a couple days so make sure to check it out if you're thinking about it! Here's the link: Mastering Nuxt: Full Stack Unleashed Other than that, enjoy your week and your tips! — Michael 🔥 Optimize for Humans The most important thing we can do when writing code is to make it work. The second most important thing is to make it understandable to other humans — including ourselves. All too often we write clever code, terse code, code that isn't even understandable to ourselves when we come back to it a week or a month later. Here are some ways to fix that: Extract Components — by replacing a chunk of code with a meaningful name, we can separate the intention of the code from the implement...