Hanselminutes is Fresh Air for Developers. A weekly commute-time podcast that promotes fresh technology and fresh voices. Talk and Tech for Developers, Life-long Learners, and Technologists.
…
continue reading
المحتوى المقدم من The Enjoy the Vue Team. يتم تحميل جميع محتويات البودكاست بما في ذلك الحلقات والرسومات وأوصاف البودكاست وتقديمها مباشرة بواسطة The Enjoy the Vue Team أو شريك منصة البودكاست الخاص بهم. إذا كنت تعتقد أن شخصًا ما يستخدم عملك المحمي بحقوق الطبع والنشر دون إذنك، فيمكنك اتباع العملية الموضحة هنا https://ar.player.fm/legal.
Player FM - تطبيق بودكاست
انتقل إلى وضع عدم الاتصال باستخدام تطبيق Player FM !
انتقل إلى وضع عدم الاتصال باستخدام تطبيق Player FM !
Episode 45: The Meaning of Vetur, and Other Words, with Pine Wu (Part 1)
MP3•منزل الحلقة
Manage episode 281058370 series 2610000
المحتوى المقدم من The Enjoy the Vue Team. يتم تحميل جميع محتويات البودكاست بما في ذلك الحلقات والرسومات وأوصاف البودكاست وتقديمها مباشرة بواسطة The Enjoy the Vue Team أو شريك منصة البودكاست الخاص بهم. إذا كنت تعتقد أن شخصًا ما يستخدم عملك المحمي بحقوق الطبع والنشر دون إذنك، فيمكنك اتباع العملية الموضحة هنا https://ar.player.fm/legal.
Key Points From This Episode:
- An intro into Pine, his experiences at Microsoft, and the work he does in Visual Studio Code.
- What leading a nomadic life means to Pine, and the things he enjoys learning as a freelancer.
- Pine’s ideas about not only being a programmer but wanting to study graphic design too.
- An intro into Vetur, Pine’s project that provides autocomplete functionality for Vue files.
- How Pine has expanded Vetur’s functionality beyond autocomplete and diagnostic errors.
- The beginnings of Vetur: Pine’s love of Vue which wasn’t compatible with VS Code.
- How Pine developed early Vetur versions by copy-pasting and modifying parts of existing support from other platforms.
- The story of Vetur’s huge early success after the creator of Repl tweeted about it.
- Humor in Pine’s talks and how his non-sugarcoated approach plays into this. Pine’s rapid prototyping tool and how it fits in with his passion for enabling expressive coding.
- Perspectives on the idea that tools shape how we think and what we build.
- Pine’s thoughts on future Vetur upgrades: A type renaming tool and more.
Tweetables:
- “If you are editing a TypeScript or JavaScript file in your Visual Studio Code, you see that after you press a dot you see a lot of autocompletions. Those are powered by what is called a language server and a language server basically analyzes the whole code base, breaks your code into abstract syntax trees, analyzes them, and then gives you autocompletion and diagnostic errors. Vetur basically does that for Vue files.” — @octref [0:07:34]
- “As a programmer, my passion is not writing enterprise-level or large scale Vue apps. My interest is more in the expressive side of coding.” — @octref [0:17:01]
- “Without a microscope, you are unable to work with bacteria. Without a telescope, you are unable to work with galaxies. It’s only with these tools that you can perceive certain things.” — @octref [0:22:10]
Links Mentioned in Today’s Episode:
- Pine Wu on GitHub
- Pine Wu on Twitter
- Pine Wu Blog
- Vetur
- Mrmrs
- Von, 菅野 よう子 (Kanno Yōko), ft. Arnór Dan Arnarson
- 残響のテロル (Zankyō no Teroru) / Terror in Resonance
- Tyler Hobbs’s Guide to Simulating Watercolor Paint
- Inventing on Principle
- Structure and Interpretation of Computer Programs
- Pollen
- Beautiful Racket
- Hackers and Painters
- Bret Victor
- The New Media Reader
- Enjoy the Vue on Twitter
Special Guest: Pine Wu.
93 حلقات
MP3•منزل الحلقة
Manage episode 281058370 series 2610000
المحتوى المقدم من The Enjoy the Vue Team. يتم تحميل جميع محتويات البودكاست بما في ذلك الحلقات والرسومات وأوصاف البودكاست وتقديمها مباشرة بواسطة The Enjoy the Vue Team أو شريك منصة البودكاست الخاص بهم. إذا كنت تعتقد أن شخصًا ما يستخدم عملك المحمي بحقوق الطبع والنشر دون إذنك، فيمكنك اتباع العملية الموضحة هنا https://ar.player.fm/legal.
Key Points From This Episode:
- An intro into Pine, his experiences at Microsoft, and the work he does in Visual Studio Code.
- What leading a nomadic life means to Pine, and the things he enjoys learning as a freelancer.
- Pine’s ideas about not only being a programmer but wanting to study graphic design too.
- An intro into Vetur, Pine’s project that provides autocomplete functionality for Vue files.
- How Pine has expanded Vetur’s functionality beyond autocomplete and diagnostic errors.
- The beginnings of Vetur: Pine’s love of Vue which wasn’t compatible with VS Code.
- How Pine developed early Vetur versions by copy-pasting and modifying parts of existing support from other platforms.
- The story of Vetur’s huge early success after the creator of Repl tweeted about it.
- Humor in Pine’s talks and how his non-sugarcoated approach plays into this. Pine’s rapid prototyping tool and how it fits in with his passion for enabling expressive coding.
- Perspectives on the idea that tools shape how we think and what we build.
- Pine’s thoughts on future Vetur upgrades: A type renaming tool and more.
Tweetables:
- “If you are editing a TypeScript or JavaScript file in your Visual Studio Code, you see that after you press a dot you see a lot of autocompletions. Those are powered by what is called a language server and a language server basically analyzes the whole code base, breaks your code into abstract syntax trees, analyzes them, and then gives you autocompletion and diagnostic errors. Vetur basically does that for Vue files.” — @octref [0:07:34]
- “As a programmer, my passion is not writing enterprise-level or large scale Vue apps. My interest is more in the expressive side of coding.” — @octref [0:17:01]
- “Without a microscope, you are unable to work with bacteria. Without a telescope, you are unable to work with galaxies. It’s only with these tools that you can perceive certain things.” — @octref [0:22:10]
Links Mentioned in Today’s Episode:
- Pine Wu on GitHub
- Pine Wu on Twitter
- Pine Wu Blog
- Vetur
- Mrmrs
- Von, 菅野 よう子 (Kanno Yōko), ft. Arnór Dan Arnarson
- 残響のテロル (Zankyō no Teroru) / Terror in Resonance
- Tyler Hobbs’s Guide to Simulating Watercolor Paint
- Inventing on Principle
- Structure and Interpretation of Computer Programs
- Pollen
- Beautiful Racket
- Hackers and Painters
- Bret Victor
- The New Media Reader
- Enjoy the Vue on Twitter
Special Guest: Pine Wu.
93 حلقات
كل الحلقات
×مرحبًا بك في مشغل أف ام!
يقوم برنامج مشغل أف أم بمسح الويب للحصول على بودكاست عالية الجودة لتستمتع بها الآن. إنه أفضل تطبيق بودكاست ويعمل على أجهزة اندرويد والأيفون والويب. قم بالتسجيل لمزامنة الاشتراكات عبر الأجهزة.