博文

目前显示的是 五月 6, 2024的博文

Scripting News: Monday, May 6, 2024

图片
Monday, May 6, 2024 An unsung miracle of ChatGPT. I usually write my prompts very carefully, esp when using it to build software, but I just tried not really caring, and asking a question the way I thought of it, so it rambled a lot, was repetetive and had an error I didn't bother to correct, to see what would happen. It didn't even criticize me. It figured out what I was trying to ask/say, and gave me the answer I was looking for. Yes I am aware that all my fellow programmers taught it how to do this, though I have no idea how it does that, but it is freaking amazing. I keep finding miracles in this tech. # Cross-posting in 2024 # Some pragmatic notes how cross-posting works these days. # I use regularly: Twitter, Threads, Facebook, Mastodon, Bluesky. # Two that have APIs I can use: Mastodon and Bluesky. # I can't send images to Bluesky via their API, they broke the interface. My way of doing it is now called "legacy." T

Weekly Vue News #144 - Simpler Two-Way Binding in Vue With defineModel

图片
Weekly Vue News #144 Simpler Two-Way Binding in Vue With defineModel View online Hi 👋 You can now view some statistics about this newsletter at this page. I love to develop such features and be as transparent as possible. Have a nice week ☀️ Vue 📕 The Future of Vue: Vapor Mode 👉🏻 Learn how Vapor Mode elegantly enhances app efficiency and how to get started trying it out today. 📕 Better Stores in Pinia with Vue3 — Global Stores, Nesting and Accessing Vue Router in Pinia 👉🏻 This article offers some practical tips to migrating from Vuex to Pinia. 🛠️ vue-i18n-next 👉🏻 Vue I18n is internationalization plugin of Vue.js. 👉🏻 It easily integrates some localization features to your Vue.js application. 🛠️ TresJS 👉🏻 Create 3D scenes with Vue components and Three.js. 🔥 Vue Tip: Simpler Two-Way Binding in Vue With defineModel v-model v-model is a powerful feature in Vue that allows you to create two-way data bindings on your components. However, defining the props and emits in every