博文

目前显示的是 六月 19, 2024的博文

Scripting News: Wednesday, June 19, 2024

图片
Wednesday, June 19, 2024 Today's podcast-zero episode is up. It's from June 14, 2004. It's 1/2 of a panel in 1991 that I was on with Bill Gates. This is before the turn to the web. At this point I'm starting to look around for audio that might fit into this new audio blog channel that goes with my written blog. # Technical note. I made a mistake in converting local time to GMT in the code that builds the feed. My times were off by four hours. So I corrected them. And now instead of three items in the feed, according to my own feed software, there are now six. I bet all the other systems will do the same thing because the guid is a function of the creation date of the item, and they changed. Oh well. At least the RSS version only has three items. I think I should change how the guid works. # Here's a game you can play. Every time you think "good" immediately say "gouda." For some reason it's funny. # I asked ChatGPT to

🔥 (#170) Redirecting in Nuxt (Every Single Way)

图片
Hey! I just wrote a comprehensive guide on redirecting in Nuxt. It turns out there are a lot of different ways to do this, depending on what you need done! You can read it on the Mastering Nuxt blog: How to Redirect in Nuxt (Every Single Way) In other news, Alex and I are continuing to put out new podcast episodes each week . Interviews with Daniel Roe and Evan You are coming up in the next couple weeks, so stay tuned for that! The next thing I'm working on is the Nuxt Tips Collection. I'm already at 64 tips and counting, almost all of them completely brand new for the book! Enjoy your tips, and enjoy the rest of your week! — Michael 🔥 Make Testing Easy Testing is important to do, but it can be hard to do. In my experience, good architecture lends itself to easy-to-write tests (or at least, easier -to-write). The inverse is also true, that difficult-to-write tests are typically a symptom of poor architecture. Of course, sometimes test