博文

目前显示的是 一月 13, 2025的博文

Scripting News: Monday, January 13, 2025

Monday, January 13, 2025 It couldn't hurt to have a better lifeboat # I posted this to both Bluesky and Mastodon just now. # I see people betting on the idea of federation in Bluesky. # At the same time, we should bet on simplifying Mastodon at scale. # Approach the problem from both directions. # We may need and not have federation in Bluesky at some point. # It couldn't hurt to have a better lifeboat. # This podcast goes into more depth of this idea. # What I want and am not getting from AI technology # There's a funny contradiction in the AI world. # News orgs, published authors, great artists, universities, want to retain ownership of their intellectual property and don't trust the utility of AI chatbots. They think the only application of AI technology is to steal from them, to cheat at school and in work. They see AI technology as destructive, immoral and dishonest. # As a wr...

Weekly Vue News #180 - Parallel Fetch Requests in Nuxt

图片
Weekly Vue News #180 Parallel Fetch Requests in Nuxt View online Hi 👋 There's still time to win 1 VueSchool Lifetime License and 1 Mastering Nuxt 3 License — check out the details below! 🎉 I'm also making steady progress on my Nuxt SaaS Starter Kit. It's a big project and based on Nuxt UI Pro v3. Since v3 is currently in alpha and still missing some components, the release is on hold until everything's ready. Stay tuned for updates! Enjoy this issue and have a lovely week ☀...

Learn to write insanely good composables in Vue

图片
If you're using Vue 3, you're probably using composables. But other than using VueUse where you can, how do you get the most out of them? Over the past few years I've been slowly putting together a list of patterns and best practices for how to write composables in the best way. ​ I've spent hours reading the source code of VueUse (one of the best — but most time-consuming — ways to learn it). ​ I've read articles, listened to talks, and written lots and lots of my own code. I ended up with 15 different patterns, and each one will help you to write better composables. ​ I've condensed and put all of these composables together into a course — Composable Design Patterns. ​ Get Composable Design Patterns now. ​ Because this is the launch, it's on sale for 35% off until Thursday. For each of the 15 patterns in this course, you'll get: A concise overview that tells you when and how to use it, along with variations and edge cases ...