博文

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

Scripting News: Wednesday, July 2, 2025

图片
Wednesday, July 2, 2025 WordLand 0.5.16 -- Rounding out the linkblogging features. # Software internally is mostly pipes connected to other pipes, each adding a specific quality to whatever passes through it. If you have nice standards for what you send through the pipes, you can do more of what you imagine. This is called orthogonality . Factoring is when you notice a repeating pattern, give it a name, and a set of things you can do to it, those would be names of pipes. I have to ask ChatGPT what it thinks about this, but I am also asking my human friends. BTW I expect this seems so natural because our minds probably work that way too, internally, below our conscious awareness. # Linkblog items for the day In some docs I wrote today: "I recommend asking ChatGPT or another AI chatbot to walk you through the process." It would be different depending on what kind of device you're using, better to let the bot write custom docs...

🔥 (224) Looping Over a Range in Vue, Dynamic Returns, and Callbacks

图片
​ ​ Read this on my blog Hey! I recently got an email from Ritvik. He was so inspired by my free "Reactivity From Scratch" mini course that he decided to give this awesome talk on how reactivity works in Vue. So go watch it and leave some nice comments! Building Reactivity | Ritvik Sardana If you're interested in what inspired Ritvik so much, here are some more details on my free "Reactivity From Scratch" mini-course. We build a Composition API-inspired reactivity system from the ground up. In it, you will learn to build: ref reactive computed watchEffect readonly isRef unref toRefs shallowRef By the end you'll have deep knowledge on: Proxy-based reactivity Effect scheduling and cleanup ...and more! It's structured as a 7-day email course, so it's easy to keep up with a hectic schedule: Day 1: Build a basic reactivity system inspired by Vue 2, includ...