Pushakar Gaikwad, Author at Pushakar Gaikwad https://pushakar.com/author/admin/ Software Developer, Blogger, Tech enthusiast Thu, 12 Dec 2024 18:23:57 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 208136840 Blender Addons https://pushakar.com/2024/12/12/blender-addons/ https://pushakar.com/2024/12/12/blender-addons/#respond Thu, 12 Dec 2024 18:23:52 +0000 https://pushakar.com/?p=4066 Record Audio/ Voice over directly in Blender Sequencer (VSE) Overview of Push-to-Talk Addon What it does: Simplifies recording audio directly into the Video Sequencer Editor.Features of the addon: Easy integration into Blender's VSE. Push-to-Talk functionality for live audio recording. Use Cases and Benefits Creating voiceovers for animation projects without needing external software. Streamlining the workflow … Continue reading Blender Addons

The post Blender Addons appeared first on Pushakar Gaikwad.

]]>
Record Audio/ Voice over directly in Blender Sequencer (VSE) Overview of Push-to-Talk Addon What it does: Simplifies recording audio directly into the Video Sequencer Editor.Features of the addon: Easy integration into Blender's VSE. Push-to-Talk functionality for live audio recording. Use Cases and Benefits Creating voiceovers for animation projects without needing external software. Streamlining the workflow … Continue reading Blender Addons

The post Blender Addons appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/12/12/blender-addons/feed/ 0 4066
The Dawn of LLM-Driven Communication: Breaking Language Barriers on Social Platforms https://pushakar.com/2024/12/11/llm-driven-communication-language-barriers/ https://pushakar.com/2024/12/11/llm-driven-communication-language-barriers/#respond Wed, 11 Dec 2024 13:45:17 +0000 https://pushakar.com/?p=4091 Express yourself with LLMs Imagine a world where every message you type is refined instantly by a Language Learning Model (LLM). This vision is no longer a futuristic dream; it's rapidly becoming reality. Social platforms like X (formerly Twitter) are introducing in-built proofreading via LLMs, following Instagram’s lead, which has already integrated this feature into … Continue reading The Dawn of LLM-Driven Communication: Breaking Language Barriers on Social Platforms

The post The Dawn of LLM-Driven Communication: Breaking Language Barriers on Social Platforms appeared first on Pushakar Gaikwad.

]]>
Express yourself with LLMs Imagine a world where every message you type is refined instantly by a Language Learning Model (LLM). This vision is no longer a futuristic dream; it's rapidly becoming reality. Social platforms like X (formerly Twitter) are introducing in-built proofreading via LLMs, following Instagram’s lead, which has already integrated this feature into … Continue reading The Dawn of LLM-Driven Communication: Breaking Language Barriers on Social Platforms

The post The Dawn of LLM-Driven Communication: Breaking Language Barriers on Social Platforms appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/12/11/llm-driven-communication-language-barriers/feed/ 0 4091
Wireless debugging on Android – Use ADB using Wi-Fi https://pushakar.com/2024/11/13/wireless-debugging-on-android-use-adb-using-wi-fi/ https://pushakar.com/2024/11/13/wireless-debugging-on-android-use-adb-using-wi-fi/#respond Wed, 13 Nov 2024 05:42:42 +0000 https://pushakar.com/?p=4032 Tutorial/Commands on How to enable wireless debugging on android. This will let you use adb using Wi-Fi on your android

The post Wireless debugging on Android – Use ADB using Wi-Fi appeared first on Pushakar Gaikwad.

]]>
Tutorial/Commands on How to enable wireless debugging on android. This will let you use adb using Wi-Fi on your android

The post Wireless debugging on Android – Use ADB using Wi-Fi appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/11/13/wireless-debugging-on-android-use-adb-using-wi-fi/feed/ 0 4032
Boost Your Python Workflow: Pip and Anaconda Tips https://pushakar.com/2024/11/13/python-cheatsheet/ https://pushakar.com/2024/11/13/python-cheatsheet/#respond Wed, 13 Nov 2024 04:10:27 +0000 https://pushakar.com/?p=4022 Python Cheatsheet PIP (Python Package Installer) Update a pip package pip install --upgrade package-name Clean pip cache pip cache purge Anaconda / miniconda Command-Line Tips Managing Environments Create new conda environment conda create --name environment_name python=3.11 You can replace the 3.11 with any the python version as required Remove conda environment conda env remove --name … Continue reading Boost Your Python Workflow: Pip and Anaconda Tips

The post Boost Your Python Workflow: Pip and Anaconda Tips appeared first on Pushakar Gaikwad.

]]>
Python Cheatsheet PIP (Python Package Installer) Update a pip package pip install --upgrade package-name Clean pip cache pip cache purge Anaconda / miniconda Command-Line Tips Managing Environments Create new conda environment conda create --name environment_name python=3.11 You can replace the 3.11 with any the python version as required Remove conda environment conda env remove --name … Continue reading Boost Your Python Workflow: Pip and Anaconda Tips

The post Boost Your Python Workflow: Pip and Anaconda Tips appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/11/13/python-cheatsheet/feed/ 0 4022
VS Code Shortcuts Cheatsheet https://pushakar.com/2024/10/14/vs-code-shortcuts-cheatsheet/ https://pushakar.com/2024/10/14/vs-code-shortcuts-cheatsheet/#respond Mon, 14 Oct 2024 05:14:34 +0000 https://pushakar.com/?p=4001 Here is a list of Shortcuts that I use regularly in VS Code. Some maybe obvious and basic and some can be hidden gems In no particular order: Alt+Shift+F => Format current document (requires Prettier installed Ctrl+Shift+P => Command Pallet

The post VS Code Shortcuts Cheatsheet appeared first on Pushakar Gaikwad.

]]>
Here is a list of Shortcuts that I use regularly in VS Code. Some maybe obvious and basic and some can be hidden gems In no particular order: Alt+Shift+F => Format current document (requires Prettier installed Ctrl+Shift+P => Command Pallet

The post VS Code Shortcuts Cheatsheet appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/10/14/vs-code-shortcuts-cheatsheet/feed/ 0 4001
Fixing Plugin Compatibility in React Native Web with Expo: How to Disable Google AdMob and Other Native Modules https://pushakar.com/2024/10/11/fixing-plugin-compatibility-in-react-native-web-with-expo-how-to-disable-google-admob-and-other-native-modules/ https://pushakar.com/2024/10/11/fixing-plugin-compatibility-in-react-native-web-with-expo-how-to-disable-google-admob-and-other-native-modules/#respond Fri, 11 Oct 2024 11:42:42 +0000 https://pushakar.com/?p=3997 React Native has made it incredibly easy to develop cross-platform apps that work on both mobile and web using frameworks like Expo. However, there are times when a native plugin (designed for iOS or Android) isn't compatible with the web platform. One common example is Google AdMob (react-native-google-mobile-ads), which can cause crashes when trying to … Continue reading Fixing Plugin Compatibility in React Native Web with Expo: How to Disable Google AdMob and Other Native Modules

The post Fixing Plugin Compatibility in React Native Web with Expo: How to Disable Google AdMob and Other Native Modules appeared first on Pushakar Gaikwad.

]]>
React Native has made it incredibly easy to develop cross-platform apps that work on both mobile and web using frameworks like Expo. However, there are times when a native plugin (designed for iOS or Android) isn't compatible with the web platform. One common example is Google AdMob (react-native-google-mobile-ads), which can cause crashes when trying to … Continue reading Fixing Plugin Compatibility in React Native Web with Expo: How to Disable Google AdMob and Other Native Modules

The post Fixing Plugin Compatibility in React Native Web with Expo: How to Disable Google AdMob and Other Native Modules appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/10/11/fixing-plugin-compatibility-in-react-native-web-with-expo-how-to-disable-google-admob-and-other-native-modules/feed/ 0 3997
Essential Resources for Social Media Content Creation and Management https://pushakar.com/2024/08/27/social-media-content-creation-management-resources/ https://pushakar.com/2024/08/27/social-media-content-creation-management-resources/#respond Tue, 27 Aug 2024 14:50:31 +0000 https://pushakar.com/?p=3952 Explore top resources for social media content creation and management, including tools for video downloads, hashtag generation, stock images, and WordPress optimization.

The post Essential Resources for Social Media Content Creation and Management appeared first on Pushakar Gaikwad.

]]>
Explore top resources for social media content creation and management, including tools for video downloads, hashtag generation, stock images, and WordPress optimization.

The post Essential Resources for Social Media Content Creation and Management appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/08/27/social-media-content-creation-management-resources/feed/ 0 3952
My Journey into Self-Hosting Frappe-Based Custom Apps with Docker on DigitalOcean https://pushakar.com/2024/08/27/self-hosting-frappe-docker-digitalocean/ https://pushakar.com/2024/08/27/self-hosting-frappe-docker-digitalocean/#respond Tue, 27 Aug 2024 10:15:08 +0000 https://pushakar.com/?p=3950 Join me as I explore the process of self-hosting Frappe-based custom apps using Docker on DigitalOcean. Learn about building custom Docker images, setting up on DigitalOcean, and more!

The post My Journey into Self-Hosting Frappe-Based Custom Apps with Docker on DigitalOcean appeared first on Pushakar Gaikwad.

]]>
Join me as I explore the process of self-hosting Frappe-based custom apps using Docker on DigitalOcean. Learn about building custom Docker images, setting up on DigitalOcean, and more!

The post My Journey into Self-Hosting Frappe-Based Custom Apps with Docker on DigitalOcean appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/08/27/self-hosting-frappe-docker-digitalocean/feed/ 0 3950
Essential Resources for Enhancing Your Writing Skills https://pushakar.com/2024/08/20/essential-resources-for-enhancing-your-writing-skills/ https://pushakar.com/2024/08/20/essential-resources-for-enhancing-your-writing-skills/#respond Tue, 20 Aug 2024 07:39:51 +0000 https://pushakar.com/?p=3941 A Collection of Tools, References, and Techniques to Help with Writing Writing Techniques for Storytelling The Dan Harmon Story circle JK Rowling's Outline technique Must-Read Books for Writers Bird by Bird A Book that will help you write books ... This post is developing as I am resuming my creator activities and a part of … Continue reading Essential Resources for Enhancing Your Writing Skills

The post Essential Resources for Enhancing Your Writing Skills appeared first on Pushakar Gaikwad.

]]>
A Collection of Tools, References, and Techniques to Help with Writing Writing Techniques for Storytelling The Dan Harmon Story circle JK Rowling's Outline technique Must-Read Books for Writers Bird by Bird A Book that will help you write books ... This post is developing as I am resuming my creator activities and a part of … Continue reading Essential Resources for Enhancing Your Writing Skills

The post Essential Resources for Enhancing Your Writing Skills appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/08/20/essential-resources-for-enhancing-your-writing-skills/feed/ 0 3941
My Favourite Open Source Projects https://pushakar.com/2024/01/23/my-favourite-open-source-projects/ https://pushakar.com/2024/01/23/my-favourite-open-source-projects/#respond Tue, 23 Jan 2024 14:18:19 +0000 https://pushakar.com/?p=3706 In no particular order JellyfinMedia Server - Movies, TV, music managementlogseqoutliner based notetaking, Personal Knowledge Managementanytypenotion alternative, but local and p2podooEnterpise Software - ERP, CRM, MRP, Project Management, AccountingKDEConnectOpen source alternative to Apple's ecosystem, like airdrop, clipboard syncsyncthingp2p file syncing

The post My Favourite Open Source Projects appeared first on Pushakar Gaikwad.

]]>
In no particular order JellyfinMedia Server - Movies, TV, music managementlogseqoutliner based notetaking, Personal Knowledge Managementanytypenotion alternative, but local and p2podooEnterpise Software - ERP, CRM, MRP, Project Management, AccountingKDEConnectOpen source alternative to Apple's ecosystem, like airdrop, clipboard syncsyncthingp2p file syncing

The post My Favourite Open Source Projects appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/01/23/my-favourite-open-source-projects/feed/ 0 3706