<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[The Mazi David Blog]]></title><description><![CDATA[I'm just a human trying to give value to everybody and anybody and I advance in the name of the Lord of hosts, the God of the armies of Israel.
Stay tuned and m]]></description><link>https://blog.mazidavid.com</link><image><url>https://cdn.hashnode.com/uploads/logos/6899f52573bd22e4748512ca/5c90ac18-37d8-489e-ad40-b5009d221145.png</url><title>The Mazi David Blog</title><link>https://blog.mazidavid.com</link></image><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 08:06:55 GMT</lastBuildDate><atom:link href="https://blog.mazidavid.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Transform your Spotify Experience with Spicetify]]></title><description><![CDATA[Have you ever felt like your Spotify desktop app could use a little more personality? After years of using the default client, I got tired of the same old interface and the occasional annoyances like ]]></description><link>https://blog.mazidavid.com/transform-your-spotify-experience-with-spicetify</link><guid isPermaLink="true">https://blog.mazidavid.com/transform-your-spotify-experience-with-spicetify</guid><category><![CDATA[Spotify]]></category><category><![CDATA[Spicetify]]></category><category><![CDATA[open source]]></category><category><![CDATA[Productivity]]></category><category><![CDATA[customization]]></category><category><![CDATA[spotify-desktop]]></category><dc:creator><![CDATA[David Nsofor]]></dc:creator><pubDate>Wed, 13 May 2026 00:29:27 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/6899f52573bd22e4748512ca/b656a9aa-a398-4fd8-a2cd-313d27c1783e.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Have you ever felt like your Spotify desktop app could use a little more personality? After years of using the default client, I got tired of the same old interface and the occasional annoyances like ads. That's when I discovered <strong>Spicetify</strong> — a powerful, open-source tool that lets you spice up Spotify on desktop.</p>
<p>Spicetify has genuinely changed how I listen to music. It removes the restrictions of the official app and turns it into a personalized powerhouse. Let me show you why I love it and how you can get started.</p>
<h2>What is Spicetify?</h2>
<p><a href="https://spicetify.app/">Spicetify</a> is an open-source command-line tool that allows you to modify the Spotify client with custom themes, extensions, and features that aren't available in the official app.</p>
<p>It's not just about pretty colors — it's about taking full control of your listening experience. Because it's open source, there's a vibrant community constantly creating new themes, extensions, and fixes. You get transparency, frequent updates, and the ability to tweak almost anything.</p>
<img src="https://cdn.hashnode.com/uploads/covers/6899f52573bd22e4748512ca/fd8051e8-9a4a-48b0-b286-b964ede6f1aa.png" alt="" style="display:block;margin:0 auto" />

<p><em>My Current Setup</em></p>
<h2>How to Install Spicetify</h2>
<p>Installation is surprisingly straightforward, even for beginners.</p>
<h3>On Windows (PowerShell)</h3>
<pre><code class="language-shell">iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex
</code></pre>
<h3>On macOS / Linux</h3>
<pre><code class="language-shell">curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh
</code></pre>
<p>After running the command, follow the on-screen prompts. Spicetify will detect your Spotify installation and prepare everything for customization.</p>
<p>I highly recommend enabling the Marketplace, which is a GUI for installing the stuff you need, when prompted in the installation</p>
<p><strong>Step-by-Step Tips:</strong></p>
<ol>
<li><p>Make sure Spotify is installed first.</p>
</li>
<li><p>Run the install command in PowerShell (as Administrator if needed).</p>
</li>
<li><p>Once installed, apply the default theme to test: <code>spicetify apply</code></p>
</li>
<li><p>Restart Spotify.</p>
</li>
</ol>
<p><strong>Common Issues &amp; Fixes:</strong></p>
<ul>
<li><p>Spotify not detected? Run <code>spicetify backup apply</code> after reinstalling Spotify.</p>
</li>
<li><p>Permissions errors? Run PowerShell as Administrator.</p>
</li>
<li><p>Updates breaking things? Spicetify usually has quick patches — just run <code>spicetify upgrade</code> and <code>spicetify apply</code>.</p>
</li>
</ul>
<h2>Customizing Your Spotify with Spicetify</h2>
<p>In the Spicetify Marketplace, there's categories of "extras" you can get:<br />Extensions, Themes, Snippets, Apps.<br />(Extras here is my own word for any thing you can add to Spotify)</p>
<img src="https://cdn.hashnode.com/uploads/covers/6899f52573bd22e4748512ca/38f7babb-35e9-4f8e-ac9d-0f1cf75e3a4f.png" alt="" style="display:block;margin:0 auto" />

<h2><strong>Extensions</strong></h2>
<p>Add new features and functionality to Spotify, such as lyrics display, keyboard shortcuts, ad blocking, or playlist statistics. One of my favorite is the <a href="https://github.com/rxri/spicetify-extensions/tree/main/adblock">adblockify extension</a> (Available on Marketplace)</p>
<p>Just like the name suggests it removes any kind of ads in Spotify; banner or audio ads.<br />I am more than annoyed about ads when I'm listening to music especially audio ads so this is a must for me.</p>
<img src="https://cdn.hashnode.com/uploads/covers/6899f52573bd22e4748512ca/e22ea522-9c0b-4193-867c-d4943cdb5840.png" alt="" style="display:block;margin:0 auto" />

<h2>Themes</h2>
<p>Alter the visual appearance of the Spotify client, including color schemes, fonts, background images, and layout structures.</p>
<p>You can completely overhaul the look of Spotify. My current favorite is the <a href="https://github.com/Astromations/Hazy"><strong>Hazy</strong></a> theme — it has a beautiful, soft, semi-transparent vibe that makes the app feel modern and immersive.</p>
<img src="https://cdn.hashnode.com/uploads/covers/6899f52573bd22e4748512ca/3defb759-ccdf-4599-b9ae-8bd23977e8ae.png" alt="" style="display:block;margin:0 auto" />

<p>To install themes go to the Marketplace page and search for one you want (feel free to experiment 🙂)</p>
<p>If you prefer using the terminal to change settings or you don't have market place installed the best way to change your theme is to:</p>
<ol>
<li><p>You can clone a theme repository (e.g., <code>git clone</code> <a href="https://github.com/spicetify/spicetify-themes.git"><code>https://github.com/spicetify/spicetify-themes.git</code></a>) and copy the files into your themes folder, which is typically located at <code>%appdata%\spicetify\Themes\</code> on Windows or <code>~/.config/spicetify/Themes/</code> on Linux/macOS.</p>
</li>
<li><p>Edit <code>config-xpui.ini</code> or use <code>spicetify config current_theme THEME_NAME</code> command to switch.</p>
</li>
</ol>
<p>You can change fonts, colors, layouts, remove clutter, and even adjust the sidebar and player.</p>
<h2><strong>Snippets</strong></h2>
<p>Add small subtle CSS tweaks that make minor visual adjustments to specific parts of the app, such as rounding corners or adjusting album art styling.</p>
<p>Example is the Pill Player and Rounded UI snippet for a little more roundedness in the Spotify client</p>
<p>There's even an option to add your own custom CSS if you want</p>
<img src="https://cdn.hashnode.com/uploads/covers/6899f52573bd22e4748512ca/a299fbb6-adf1-4b65-b504-7da6050b139f.png" alt="" style="display:block;margin:0 auto" />

<h2><strong>Custom Apps</strong></h2>
<p>Introduce entirely new pages, tools, or data visualizations directly into the Spotify sidebar, such as listening statistics or library management tools<br />A good example is this <a href="https://github.com/bc9123/spicetify-history">spicetify-history</a> app that tracks the songs you've played, providing a detailed history with timestamps and link to the track and album</p>
<img src="https://cdn.hashnode.com/uploads/covers/6899f52573bd22e4748512ca/712398b7-5657-43cd-b7a6-1df05bf15c44.png" alt="" style="display:block;margin:0 auto" />

<p>Marketplace itself is an app that allows you to discover other "extras" recommended by the Spicetify team<br />If you enabled it during the installation, you can access it by clicking on the cart icon on the left side on the top bar</p>
<img src="https://cdn.hashnode.com/uploads/covers/6899f52573bd22e4748512ca/27a44423-88fe-4b62-81e0-ccf856aaf3a0.png" alt="" style="display:block;margin:0 auto" />

<p>There are other "extras" you can add that are not in the Marketplace like the <a href="https://github.com/grademach/spotify-downloader">spotify-downloader</a> extension which lets you download songs from Spotify to your device.</p>
<img src="https://cdn.hashnode.com/uploads/covers/6899f52573bd22e4748512ca/5730e487-1cbd-48b2-8720-5c34e748fbd3.png" alt="" style="display:block;margin:0 auto" />

<h3>Other Extras I use</h3>
<ul>
<li><p><strong>Lyrics Miniplayer</strong>: This <a href="https://github.com/FO-SS/Spictify-Lyric-Miniplayer">Spicetify Lyric Miniplayer</a> lets me keep lyrics visible even when the main Spotify window is minimized or closed. Perfect for focused listening sessions (Available on Marketplace)</p>
</li>
<li><p><strong>YouTube Keybinds for Spotify</strong>: This extension lets you use YouTube-style keyboard shortcuts to your Spotify experience e.g. <strong>Left Arrow</strong>: Skip backwards by 5 seconds, <strong>Right Arrow</strong>: Skip forwards by 5 seconds, <strong>Up Arrow</strong>: Increase volume by 5%, <strong>Down Arrow</strong>: Decrease volume by 5%.</p>
</li>
</ul>
<p>The community on GitHub and Reddit is full of inspiration — highly recommend browsing the Spicetify marketplace and extensions repository.</p>
<h2>Wrapping Up</h2>
<p>Spicetify turns Spotify from a standard music player into <em>your</em> music player. With custom themes like Hazy, zero ads, floating lyrics, and easy downloading, it’s the best upgrade I’ve made to my desktop listening routine.</p>
<p>If you’re even a little bit into customization, do yourself a favor and install it today.</p>
<p><strong>Have you tried Spicetify yet?</strong> What’s your favorite theme or extension? Drop your recommendations in the comments — I’m always looking for new tweaks!</p>
<p>Happy listening 🎵</p>
]]></content:encoded></item><item><title><![CDATA[Running Python on Your Android Phone: A Beginner-Friendly Guide for Coding On-the-Go]]></title><description><![CDATA[Hey everyone! If you're new to coding or just starting with Python, you might think you need a fancy computer to practice. But guess what? You can run Python right on your Android phone! This is super handy if you're a student doing homework on commu...]]></description><link>https://blog.mazidavid.com/running-python-on-your-android-phone</link><guid isPermaLink="true">https://blog.mazidavid.com/running-python-on-your-android-phone</guid><category><![CDATA[python on android]]></category><category><![CDATA[run python android]]></category><category><![CDATA[pydroid 3 tutorial]]></category><category><![CDATA[termux python setup]]></category><category><![CDATA[how to code on a phone]]></category><category><![CDATA[android python ide]]></category><category><![CDATA[github on android]]></category><category><![CDATA[beginner python mobile]]></category><category><![CDATA[offline python coding]]></category><category><![CDATA[android coding apps]]></category><category><![CDATA[run python on your phone]]></category><dc:creator><![CDATA[David Nsofor]]></dc:creator><pubDate>Fri, 14 Nov 2025 10:31:27 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1763115802696/75943b5c-641d-43b7-9ecc-c2dd36285dbb.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hey everyone! If you're new to coding or just starting with Python, you might think you need a fancy computer to practice. But guess what? You can run Python right on your Android phone! This is super handy if you're a student doing homework on commute like me or someone who wants to experiment with code without your laptop nearby. No internet needed for most parts—perfect for offline work.</p>
<p><em>Beware: This is not meant to replace coding on laptop, this is just an alternative for situations where you cannot just use your laptop, A laptop remains the best way to code.</em></p>
<p>In this beginner guide, I'll show you how to set it up step by step. We'll use two free apps: <strong>Pydroid 3</strong> (like a simple notepad for writing and running Python code) and <strong>Termux</strong> (a tool that lets you type commands like on a computer). I'll explain everything simply, with example commands you can copy-paste. By the end, you'll be able to write code, fix errors, and even sync your work with GitHub (like a online folder for your projects).</p>
<p>Don't worry if terms like "Git" or "SSH" sound scary—I'll break them down!</p>
<h2 id="heading-why-code-python-on-your-phone">Why Code Python on Your Phone?</h2>
<ul>
<li><p><strong>Easy and Free</strong>: Start coding in minutes without buying anything.</p>
</li>
<li><p><strong>Offline Mode</strong>: Write and test code anywhere, like on a bus.</p>
</li>
<li><p><strong>Great for Beginners</strong>: Practice simple scripts or school assignments.</p>
</li>
<li><p><strong>Sync with Computer</strong>: Use GitHub to move your code between phone and laptop without copying files manually (no more messed-up spacing!).</p>
</li>
</ul>
<p>Just know: Phones aren't as powerful as computers, so stick to basic stuff like math problems or data calculations. For fancy graphics or big programs, a laptop is better.</p>
<h2 id="heading-what-youll-need">What You'll Need</h2>
<ul>
<li><p>An Android phone.</p>
</li>
<li><p>Apps: Pydroid 3 and Termux (free from Google Play Store).</p>
</li>
<li><p>A GitHub account (free to sign up at <a target="_blank" href="http://github.com">github.com</a>) if you want to sync code.</p>
</li>
</ul>
<h2 id="heading-step-1-install-the-apps">Step 1: Install the Apps</h2>
<ol>
<li><p>Open the Google Play Store.</p>
</li>
<li><p>Search for "Pydroid 3" and install it. (It's a Python playground—write code and run it instantly.)<br /> <a target="_blank" href="https://play.google.com/store/apps/details?id=ru.iiec.pydroid3">Pydroid on Play Store</a></p>
</li>
<li><p>Search for "Termux" and install it. (This is like a mini computer terminal for commands.)</p>
<p> <a target="_blank" href="https://play.google.com/store/apps/details?id=com.termux">Termux on Play Store</a></p>
</li>
</ol>
<p>Open both apps once to make sure they work. Pydroid 3 might ask for permissions—say yes to storage so it can save files.</p>
<h2 id="heading-step-2-set-up-shared-storage-so-apps-can-share-files">Step 2: Set Up Shared Storage (So Apps Can Share Files)</h2>
<p>Termux and Pydroid 3 need to "talk" to each other by accessing the same folder on your phone.</p>
<ul>
<li><p>Open Termux (it looks like a black screen for typing).</p>
</li>
<li><p>Type this command and press Enter:<br />  <code>termux-setup-storage</code><br />  (This asks for permission to access your phone's storage. Tap "Allow" when prompted.)</p>
</li>
</ul>
<p>Now, create a folder for your projects:</p>
<ul>
<li><p>Type: <code>mkdir /storage/emulated/0/my_python_projects</code><br />  (This makes a new folder called "my_python_projects" in your phone's main storage.)</p>
</li>
<li><p>For quick access: <code>ln -s /storage/emulated/0/my_python_projects ~/my_projects</code><br />  (This creates a shortcut in Termux.)</p>
</li>
</ul>
<p>Example: After typing, you'll see no big message—just a new prompt. That's success!</p>
<h2 id="heading-step-3-install-git-in-termux-for-saving-and-syncing-code">Step 3: Install Git in Termux (For Saving and Syncing Code)</h2>
<p>Git is like a "save button" that tracks changes and lets you share code on GitHub.</p>
<ul>
<li>In Termux, type: <code>pkg update &amp;&amp; pkg install git</code><br />  (This updates Termux and installs Git. It might take a minute—watch for "Done" or similar.)</li>
</ul>
<h2 id="heading-step-4-connect-to-github-secure-way-with-ssh">Step 4: Connect to GitHub (Secure Way with SSH)</h2>
<p>GitHub is your online storage. To push/pull code safely, set up SSH (a secure key, like a password but better).</p>
<ol>
<li><p>Generate a key:<br /> Type: <code>ssh-keygen -t ed25519 -C "</code><a target="_blank" href="mailto:your_email@example.com"><code>your_email@example.com</code></a><code>"</code><br /> (Replace "<a target="_blank" href="mailto:your_email@example.com">your_email@example.com</a>" with your real GitHub email. Press Enter for defaults, and skip passphrase if you're a beginner.)</p>
</li>
<li><p>Start the agent:<br /> <code>eval "$(ssh-agent -s)"</code></p>
</li>
<li><p>Add the key:<br /> <code>ssh-add ~/.ssh/id_ed25519</code></p>
</li>
<li><p>Copy the public key:<br /> <code>cat ~/.ssh/id_</code><a target="_blank" href="http://ed25519.pub"><code>ed25519.pub</code></a><br /> (Highlight the long string that appears and copy it.)</p>
</li>
<li><p>Add to GitHub:</p>
<ul>
<li><p>Open a web browser on your phone.</p>
</li>
<li><p>Go to <a target="_blank" href="http://github.com">github.com</a>, log in.</p>
</li>
<li><p>Click your profile picture &gt; Settings &gt; SSH and GPG keys &gt; New SSH key.</p>
</li>
</ul>
</li>
<li><p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1763095201745/cd2e233a-b5fc-4139-81d6-a220f76e16c8.png" alt class="image--center mx-auto" /></p>
<p> <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1763095327950/84f7db44-8e8d-4329-a663-9355159a4404.png" alt class="image--center mx-auto" /></p>
<p> <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1763095437137/976c3294-a212-48b5-9047-080a2510a9ab.png" alt class="image--center mx-auto" /></p>
<p> <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1763095556185/472ae808-8f2b-4e10-bf29-2b49e62d6955.png" alt class="image--center mx-auto" /></p>
<p> Paste the copied string, name it "My Phone Key", and save.</p>
</li>
<li><p>Test it:<br /> <code>ssh -T</code> <a target="_blank" href="mailto:git@github.com"><code>git@github.com</code></a><br /> (You should see: "Hi [your username]! You've successfully authenticated..." That's good! The "no shell access" part is normal.)</p>
</li>
</ol>
<h2 id="heading-step-5-clone-a-github-repo-get-your-assignment-on-phone">Step 5: Clone a GitHub Repo (Get Your Assignment on Phone)</h2>
<p>Let's say your teacher has a GitHub repo (like for homework).</p>
<ul>
<li><p>In Termux, go to your folder: <code>cd ~/my_projects</code></p>
</li>
<li><p>Clone it: <code>git clone</code> <a target="_blank" href="mailto:git@github.com"><code>git@github.com</code></a><code>:your_teacher/repo_name.git</code><br />  (Replace with the SSH URL from GitHub: On the repo page, click "Code" &gt; SSH &gt; Copy.)</p>
<p>  <strong>Mobile</strong></p>
<p>  <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1763094375608/460d6b20-de17-44d8-a2de-dd78e597ac8c.png" alt class="image--center mx-auto" /></p>
<p>  Desktop(ignore for mobile)</p>
<p>  <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1763093048568/2b0daf5f-60f9-432d-8f03-f4f7fdf3b37f.png" alt class="image--center mx-auto" /></p>
<p>  <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1763093463232/b4848f2a-6a48-4fb2-90c0-6410a75bfeac.png" alt class="image--center mx-auto" /></p>
</li>
</ul>
<p>Example: If the URL is <a target="_blank" href="mailto:git@github.com"><code>git@github.com</code></a><code>:teacher/assignment1.git</code>, type:<br /><code>git clone</code> <a target="_blank" href="mailto:git@github.com"><code>git@github.com</code></a><code>:teacher/assignment1.git</code></p>
<p>Now your code is on your phone!</p>
<h2 id="heading-step-6-edit-and-run-code-in-pydroid-3">Step 6: Edit and Run Code in Pydroid 3</h2>
<ul>
<li><p>Open Pydroid 3.</p>
</li>
<li><p>Tap the folder icon to open files.</p>
</li>
<li><p>Navigate to: /storage/emulated/0/my_python_projects/repo_name</p>
</li>
<li><p>Open your .py file (like <a target="_blank" href="http://main.py">main.py</a>).</p>
</li>
<li><p>Write or edit code. Example simple script:</p>
<pre><code class="lang-python">  <span class="hljs-function"><span class="hljs-keyword">def</span> <span class="hljs-title">hello</span>():</span>
      print(<span class="hljs-string">"Hello, world!"</span>)  <span class="hljs-comment"># Indent with 4 spaces!</span>

  hello()
</code></pre>
</li>
<li><p>Tap the play button to run. See output at the bottom.</p>
</li>
</ul>
<p>For better typing: In Pydroid settings, enable autocomplete (suggests words as you type). Install extras: Tap the pip icon and type <code>pip install jedi</code> for smarter suggestions.</p>
<h2 id="heading-your-beginner-workflow-code-save-sync">Your Beginner Workflow: Code, Save, Sync</h2>
<ol>
<li><p><strong>Update from GitHub</strong>: In Termux, <code>cd</code> to repo folder, then <code>git pull</code> (gets latest changes).</p>
</li>
<li><p><strong>Edit in Pydroid</strong>: Make changes, save.</p>
</li>
<li><p><strong>Save Changes</strong>: In Termux:<br /> <code>git add .</code> (adds all files)<br /> <code>git commit -m "Fixed hello function"</code> (saves with a note)<br /> <code>git push</code> (sends to GitHub)</p>
</li>
<li><p><strong>On Laptop</strong>: Use Git to <code>git pull</code> your phone's work.</p>
</li>
</ol>
<p>Example full session in Termux:</p>
<pre><code class="lang-plaintext">cd ~/my_projects/assignment1
git pull  # Get updates
# After editing in Pydroid
git add .
git commit -m "Added print statement"
git push  # Send back
</code></pre>
<h2 id="heading-fixing-common-beginner-errors">Fixing Common Beginner Errors</h2>
<ul>
<li><p><strong>IndentationError</strong>: Python needs spaces (not tabs). Example fix: Use 4 spaces under <code>def main():</code><br />  Bad: <code>print("Hi")</code> (no space)<br />  Good: <code>print("Hi")</code></p>
</li>
<li><p><strong>Auth Error</strong>: If Git asks for password, redo SSH setup.</p>
</li>
<li><p><strong>Dubious Ownership</strong>:if you see errrors like this</p>
<p>  “fatal: detected dubious ownership in repository at '/storage/emulated/0/your-repo”</p>
<p>  Type the command Git suggests, like <code>git config --global --add</code> <a target="_blank" href="http://safe.directory"><code>safe.directory</code></a> <code>/path/to/repo</code></p>
</li>
<li><p><strong>No Name/Email</strong>: Set with: <code>git config --global</code> <a target="_blank" href="http://user.name"><code>user.name</code></a> <code>"Your Name"</code> and <code>git config --global</code> <a target="_blank" href="http://user.email"><code>user.email</code></a> <code>"</code><a target="_blank" href="mailto:your@email.com"><code>your@email.com</code></a><code>"</code></p>
</li>
</ul>
<h2 id="heading-fun-extras-for-beginners">Fun Extras for Beginners</h2>
<ul>
<li><p>Install packages in Pydroid: <code>pip install requests</code> (for web stuff).</p>
</li>
<li><p>Try: <code>pip install numpy</code> for math, or <code>matplotlib</code> for graphs.</p>
</li>
<li><p>For iOS friends: Use Pythonista app—similar but no Termux.</p>
</li>
</ul>
<h2 id="heading-wrapping-up">Wrapping Up</h2>
<p>There you go! You're now set to code Python on your phone like a pro (or at least a confident beginner). Start with a simple "Hello World" script, then try your assignments. If stuck, search YouTube for "Pydroid 3 tutorial" or ask on Reddit's r/learnpython.</p>
<p>Happy coding! Share your first mobile script in the comments 😊</p>
]]></content:encoded></item><item><title><![CDATA[How Students Can Get NotebookLM Premium Free for One Year (If Eligible)]]></title><description><![CDATA[I’ve been using NotebookLM a lot lately, and I noticed something interesting: students in certain places can get the premium version (called NotebookLM Plus) for free for a full year. It’s not a standalone offer—it’s part of Google’s AI Pro plan for ...]]></description><link>https://blog.mazidavid.com/how-students-can-get-notebooklm-premium-free-for-one-year-if-eligible</link><guid isPermaLink="true">https://blog.mazidavid.com/how-students-can-get-notebooklm-premium-free-for-one-year-if-eligible</guid><dc:creator><![CDATA[David Nsofor]]></dc:creator><pubDate>Fri, 31 Oct 2025 16:29:12 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1761928207505/25a97127-fb35-49a9-a502-772f98662c21.webp" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I’ve been using NotebookLM a lot lately, and I noticed something interesting: students in certain places can get the premium version (called NotebookLM Plus) for free for a full year. It’s not a standalone offer—it’s part of Google’s <strong>AI Pro plan for students</strong>, which includes a bunch of other tools. Since I’m under 18 and can’t sign up myself, I looked into how it works, who qualifies, and what to do if you hit the same roadblocks I did. Here’s the real deal, no hype.</p>
<h2 id="heading-what-you-actually-get">What You Actually Get</h2>
<p>The free year is tied to the <strong>Google AI Pro plan</strong>, which normally costs money. When you activate the student offer, you get:</p>
<ul>
<li><p><strong>NotebookLM upgrades</strong>: 5× more Audio Overviews, larger notebooks, and more sources per project.</p>
</li>
<li><p><strong>Gemini 2.5 Pro access</strong>: Better answers, image analysis (e.g., upload a photo of a math problem), and Deep Research reports with citations.</p>
</li>
<li><p><strong>2 TB Google Drive storage</strong>: Useful if you’re always running out of space.</p>
</li>
<li><p><strong>AI in Google apps</strong>: Help in Docs, Gmail, Slides, etc.</p>
</li>
<li><p>Other extras like video generation (Veo) and voice chat (Gemini Live).</p>
</li>
</ul>
<p>It’s a bundle. You don’t get NotebookLM Premium by itself—you get the whole Pro package.</p>
<h2 id="heading-who-can-sign-up-and-when-it-ends">Who Can Sign Up (and When It Ends)</h2>
<p>You need:</p>
<ul>
<li><p>To be <strong>actively enrolled</strong> in a college or university in an eligible country.</p>
</li>
<li><p>To be <strong>18 or older</strong>.</p>
</li>
<li><p>A <strong>personal Google account</strong> (not your school email).</p>
</li>
<li><p>A way to verify enrollment (usually through SheerID—upload ID, transcript, or enrollment letter).</p>
</li>
</ul>
<p>The deadline <strong>changes by country</strong>:</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1761925536263/fc2708a1-5382-4ef7-9862-8d88ee34f49d.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1761925805084/03230d08-ebb1-4018-822b-3441ceb00423.png" alt class="image--center mx-auto" /></p>
<div class="hn-table">
<table>
<thead>
<tr>
<td>Country</td><td>Deadline</td></tr>
</thead>
<tbody>
<tr>
<td>UK</td><td>November 3, 2025</td></tr>
<tr>
<td>Taiwan</td><td>December 9, 2025</td></tr>
<tr>
<td>Nigeria</td><td>December 9, 2025</td></tr>
<tr>
<td>US</td><td>October 6, 2025 (already passed)</td></tr>
<tr>
<td>India</td><td>September 15, 2025 (extended)</td></tr>
</tbody>
</table>
</div><p>Check your local version of the page: <a target="_blank" href="https://gemini.google/students">gemini.google/students</a> — use the country selector at the bottom.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1761926706436/98a6d642-0118-494c-9c82-1ad801a5cac5.png" alt class="image--center mx-auto" /></p>
<h2 id="heading-how-to-apply-step-by-step">How to Apply (Step by Step)</h2>
<ol>
<li><p>Go to your country’s student offer page.</p>
</li>
<li><p>Click “Get it” or “Verify with SheerID.”</p>
</li>
<li><p>Upload proof of enrollment.</p>
</li>
<li><p>Add a payment method (required, but you won’t be charged during the year).</p>
</li>
<li><p>Finish the signup through Google Play or the web.</p>
</li>
</ol>
<p>It usually takes a few minutes. If SheerID needs manual review, it can take up to 72 hours.</p>
<h2 id="heading-im-under-18-what-now">I’m Under 18 — What Now?</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1761926241724/a33bb582-f0eb-4fba-9d52-499879639e1b.png" alt class="image--center mx-auto" /></p>
<p>I can’t sign up because of the age limit. If you’re in the same situation, here are the options that actually work:</p>
<ul>
<li><p><strong>Use regular NotebookLM</strong>: It’s free, has no age restriction, and still does summaries, Audio Overviews, quizzes, etc. Just go to <a target="_blank" href="https://notebooklm.google">notebooklm.google</a> with your personal Gmail.</p>
</li>
<li><p><strong>Check your school account</strong>: Many universities turn on free Gemini and NotebookLM for all students through Google Workspace for Education. Log in with your .edu or associated school email and look for the Gemini icon in Gmail or Docs. Only works for schools that use Google Workspace for Education. Unfortunately my school is more of “Team Microsoft” than “Team Google"</p>
<p>  Honestly the free version is mostly enough for any schoolwork, but I still pray there's an opportunity like this when I turn 18 🤧</p>
</li>
</ul>
<h2 id="heading-a-few-things-to-know">A Few Things to Know</h2>
<ul>
<li><p>After the year, it auto-renews at full price (~£18.99/month in the UK) unless you cancel.</p>
</li>
<li><p>If your school already gives you AI tools, this might overlap—check first.</p>
</li>
<li><p>Your data in NotebookLM stays private either way; Google says it doesn’t use uploaded files to train models.</p>
</li>
</ul>
<h2 id="heading-bottom-line">Bottom Line</h2>
<p>If you’re 18+, enrolled in a supported country, and the deadline hasn’t passed—go verify now. It’s free and useful. If not, the regular NotebookLM is still one of the best free study tools out there. No need to overcomplicate it.</p>
<p>Let me know if you got it working🙂.<br />Is your school more “Team Google” or “Team Microsoft”?👀</p>
]]></content:encoded></item><item><title><![CDATA[NotebookLM- What is it?]]></title><description><![CDATA[Hey there! If you've ever stared at a mountain of PDFs, lecture notes, or research articles feeling totally overwhelmed, you're not alone. In today's info-saturated world, digging through documents can feel like a full-time job fr. Meet NotebookLM, G...]]></description><link>https://blog.mazidavid.com/notebooklm-what-is-it</link><guid isPermaLink="true">https://blog.mazidavid.com/notebooklm-what-is-it</guid><dc:creator><![CDATA[David Nsofor]]></dc:creator><pubDate>Thu, 30 Oct 2025 18:33:58 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1761848212026/af316491-6516-46d9-b8c4-2f54c767117c.webp" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hey there! If you've ever stared at a mountain of PDFs, lecture notes, or research articles feeling totally overwhelmed, you're not alone. In today's info-saturated world, digging through documents can feel like a full-time job fr. Meet <strong>NotebookLM</strong>, Google's slick AI tool that's here to make sense of it all. If you're hearing about it for the first time, this quick intro will get you up to speed on what it is, when it hit the scene, how it works, and why it's a game-changer for research and studying—especially compared to your everyday large language models (LLMs) like ChatGPT.</p>
<h2 id="heading-a-quick-origin-story-when-was-notebooklm-released">A Quick Origin Story: When Was NotebookLM Released?</h2>
<p>NotebookLM (short for Notebook Language Model) was born out of Google's experimental AI lab and first launched in <strong>July 2023</strong> as "Project Tailwind." It started as an invite-only preview but quickly opened up to more users. Since then, it's evolved fast—think major updates like the viral "Audio Overviews" feature in September 2024, which turns your docs into podcast-style chats. By December 2024, a premium version called NotebookLM Plus rolled out for businesses and Gemini subscribers. And as of 2025, it's even got slick mobile apps for iOS and Android, making it easier than ever to research on the go.</p>
<h2 id="heading-how-does-notebooklm-work-the-basics">How Does NotebookLM Work? The Basics</h2>
<p>At its core, NotebookLM isn't your typical chatbot—it's more like a smart notebook that <em>learns from your stuff</em>. Here's the simple breakdown:</p>
<ol>
<li><p><strong>Upload Your Sources</strong>: Start by feeding it your materials. It handles PDFs, Google Docs, websites, YouTube videos (with transcripts), audio files, and even slides—up to a whopping 25 million words per notebook (that's like 50 books!).</p>
</li>
<li><p><strong>Let the AI Digest</strong>: Powered by Google's Gemini model, NotebookLM analyzes everything you upload. It creates an instant summary, spots key themes, and builds connections across your sources. Just upload and let it do it’s job.</p>
</li>
<li><p><strong>Interact and Generate</strong>: Chat with it like a conversation! Ask questions, and it'll respond with answers grounded <em>only</em> in your uploads (with clear citations). Want more? Generate:</p>
<ul>
<li><p><strong>Study Guides</strong>: Quizzes, glossaries, and timelines to ace that exam.</p>
</li>
<li><p><strong>FAQs or Briefings</strong>: Quick hits on your topic.</p>
</li>
<li><p><strong>Audio Overviews</strong>: Two AI hosts "discuss" your docs in a fun, podcast-like episode— perfect for listening on your commutes.</p>
</li>
<li><p><strong>Deep Dives</strong>: Explore connections between sources, like linking ideas from unrelated papers.</p>
</li>
</ul>
</li>
</ol>
<p>The interface is a clean three-panel setup: sources on one side, chat in the middle, and generated notes on the other. It's free to start (with a Google account), and everything stays private—Google doesn't use your data to train its models yet 🤧.</p>
<h2 id="heading-why-notebooklm-shines-for-research-and-study-vs-traditional-llms">Why NotebookLM Shines for Research and Study (vs. Traditional LLMs)</h2>
<p>Sure, LLMs like ChatGPT are awesome for brainstorming or quick facts, but they pull from the vast (and sometimes unreliable) web, leading to "hallucinations"—those confident-but-wrong answers that can derail your work. NotebookLM flips the script with a "grounded" approach: it <em>sticks to your sources</em>, making it a laser-focused ally for serious tasks. Here's why it edges out traditional LLMs in research and study:</p>
<ul>
<li><p><strong>Zero Hallucinations, Total Reliability</strong>: Responses are always tied to what <em>you</em> uploaded, with inline citations. No more fact-checking wild guesses—it's like a tamper-proof study buddy. Traditional LLMs? They might invent details own their own and we don’t want that when researching and studying.</p>
</li>
<li><p><strong>Handles Massive Context Like a Champ</strong>: Juggle an entire "library shelf" of docs without losing the thread. Other LLMs cap out at one book's worth, forcing you to restart chats and rebuild context.</p>
</li>
<li><p><strong>Saves Time on the Heavy Lifting</strong>: Summarize a 5,000-word paper in seconds, extract insights, or create visual timelines. Users report cutting research time by over half—no more endless scrolling through tabs.</p>
</li>
<li><p><strong>Boosts Learning with Smart Formats</strong>: Turn dense reads into engaging podcasts or interactive quizzes. It's perfect for students prepping for finals or pros synthesizing reports or for people who find audio better than reading — way more dynamic than plain text outputs from standard LLMs.</p>
</li>
<li><p><strong>Privacy and Focus First</strong>: Unlike broad LLMs that might train on your queries, NotebookLM keeps things contained. Plus, it's built for synthesis: it connects dots across sources, uncovering patterns you'd miss manually.</p>
</li>
</ul>
<p>In short, while traditional LLMs are great at general things, NotebookLM is the specialist—tailored for when accuracy and depth matter most, like cramming for a thesis or last-minute prepping</p>
<h2 id="heading-just-try-it-and-see">Just try it and see</h2>
<p>NotebookLM isn't trying to replace your brain (if you use it right) —it's here to supercharge it. If you're a student drowning in notes, a researcher wrangling papers, or just a curious learner, head over to <a target="_blank" href="https://notebooklm.google">notebooklm.google</a> and upload the sources of your stress (pun intended 😁).<br />Honestly had no problem since I started using it.</p>
<h2 id="heading-free-stuff-alert">Free Stuff Alert 🚨</h2>
<p>Do you know there’s a way to get NotebookLM premium version for free for one year as a student and it’s only open till December 9th?. Check out my new post to see how to check if you’re eligible and how to apply for it. Don’t postpone it, December is not very far again 👀</p>
<p>I know I haven’t posted since forever but i’ve been very busy with school stuff and I’m not sure I’ll be posting as much as i want but I’ll try 🤞</p>
<p>Drop a comment if you've tried it!. What do you think about it?</p>
]]></content:encoded></item><item><title><![CDATA[Simple Ways to Limit App Usage and Improve Digital Wellness]]></title><description><![CDATA[Hey everyone! I used to lose hours to Instagram and TikTok, wrecking my digital well-being. After uninstalling them, I found steps that worked for me, and now I’ll show you how to do them too—complete with guides! Let’s get started.
Steps to Cut Down...]]></description><link>https://blog.mazidavid.com/simple-ways-to-limit-app-usage-and-improve-digital-wellness</link><guid isPermaLink="true">https://blog.mazidavid.com/simple-ways-to-limit-app-usage-and-improve-digital-wellness</guid><category><![CDATA[#mazidavid]]></category><category><![CDATA[#AppUsageReduction]]></category><category><![CDATA[#FaithApp]]></category><category><![CDATA[#TechAndFaith]]></category><category><![CDATA[Digital well-being]]></category><category><![CDATA[#Doom scrolling]]></category><category><![CDATA[#socialmediadetox]]></category><category><![CDATA[Spiritual Growth]]></category><category><![CDATA[#Productivity-tips]]></category><category><![CDATA[Mental Health]]></category><category><![CDATA[selfImprovement]]></category><dc:creator><![CDATA[David Nsofor]]></dc:creator><pubDate>Tue, 19 Aug 2025 22:53:35 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1755642793275/fd41aa8c-7aa3-4ac4-8c40-f35fea7b242f.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hey everyone! I used to lose hours to Instagram and TikTok, wrecking my digital well-being. After uninstalling them, I found steps that worked for me, and now I’ll show you how to do them too—complete with guides! Let’s get started.</p>
<h2 id="heading-steps-to-cut-down-app-usage">Steps to Cut Down App Usage</h2>
<h3 id="heading-1-set-external-timers-with-digital-well-being-features">1. Set External Timers with Digital Well-being Features</h3>
<p>Use your phone’s digital well-being tools to set limits. I don’t really know about iOS, but on Android, it’s easy:</p>
<ul>
<li><p>Open Settings &gt; Digital Wellbeing &amp; Parental Controls.</p>
</li>
<li><p>Select App Timer Option.</p>
</li>
<li><p>Tap the chart, then the hourglass next to Instagram, TikTok, or any other app you want to reduce your use time on.</p>
</li>
<li><p>Set a time (e.g., 30 minutes or 1 hour) and hit OK.</p>
<p>  <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1755634655417/882d7900-9e92-490c-9ceb-65efcab7a7d1.png" alt class="image--center mx-auto" /></p>
<p>  This nudges you to step away—try it!</p>
</li>
</ul>
<h3 id="heading-2-use-internal-app-reminders">2. Use Internal App Reminders</h3>
<p>Both apps have built-in reminders to support app usage reduction:</p>
<ul>
<li><p><strong>Instagram</strong>:</p>
<p>  <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1755635791974/2b32a1e1-4d9b-4bf2-b443-44650ecd6ac7.png" alt class="image--center mx-auto" /></p>
</li>
<li><p><strong>TikTok</strong>: Hit <strong>Profile</strong> &gt; <strong>Settings</strong> &gt; <strong>Screen Time</strong>, enable it, and set timers on daily use, scrolling time, sleep hours.</p>
<p>  <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1755635332979/b9a31b56-2128-4dc8-b6fb-4c8017159ac6.png" alt class="image--center mx-auto" /></p>
<p>  Track sleep and usage to stay balanced—check your phone’s settings!</p>
</li>
</ul>
<h3 id="heading-3-uninstall-and-switch-to-browser">3. Uninstall and Switch to Browser</h3>
<p>Uninstalling breaks the one-tap trap of social media. Use the browser version instead:</p>
<ul>
<li><p>Delete the app from your home screen.</p>
</li>
<li><p>Open your browser, go to instagram.com or tiktok.com, and log in.</p>
</li>
</ul>
<p>It’s less instant, reducing doom scrolling distractions.</p>
<h2 id="heading-these-are-desktop-versions">These are Desktop Versions</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1755636269478/34b8a988-482a-4743-a3e6-64bad2b2408a.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1755636680803/a71d6df2-c83c-4959-b09b-625860371d58.png" alt class="image--center mx-auto" /></p>
<p>Perfect for important use— cause this is how i still upload videos without the app</p>
<h3 id="heading-4-do-something-offline">4. Do Something Offline</h3>
<p>Swap social media scrolling for offline joy. I love jogging, playing music, and calisthenics (at least in my own small way)—try what you enjoy, like drawing or cycling. It boosts your spiritual growth!<br />I’m still working on this part ngl 😭</p>
<ul>
<li><p>Step outside and observe God’s work in nature for 15 minutes.</p>
</li>
<li><p>Listen to your favorite song while doing your workout routine.</p>
</li>
<li><p>Go for that jog (I’m speaking to myself here 😭)</p>
<p>  <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1755637158063/4095bb0f-efd3-476d-9815-d12e5642dd62.png" alt class="image--center mx-auto" /></p>
<p>  It’s refreshing and phone-free!</p>
</li>
</ul>
<h2 id="heading-conclusion">Conclusion</h2>
<p>These are my opinions on how to reduce use time on these apps—and any other app you want to cut down on for better digital well-being. But if you’re planning to take out or reduce your time on these apps, you should be looking forward to replace that time with something worthwhile. The only worthwhile option is to spend that time with God—read your Bible. Also check out this faith app at <a target="_blank" href="http://spiritnerds.org">spiritnerds.org</a> to help you on that journey of spiritual growth. I’m not perfect, far from it, and I’m still working on myself, and that’s why I’m pointing you to the only perfect person I know—Jesus. Try these steps and watch your digital well-being soar. Comment with your tips or struggles—I’m new to this series!</p>
]]></content:encoded></item><item><title><![CDATA[Breaking Free from Doom Scrolling: A Journey to Digital Wellbeing]]></title><description><![CDATA[Hey humans! If you’re exhausted from endless Instagram and TikTok scrolling, feeling like it’s stealing your time and peace, you should be because it’s not helping your digital well-being, and I get it. I was struggling to break free from doom scroll...]]></description><link>https://blog.mazidavid.com/breaking-free-from-doom-scrolling</link><guid isPermaLink="true">https://blog.mazidavid.com/breaking-free-from-doom-scrolling</guid><dc:creator><![CDATA[David Nsofor]]></dc:creator><pubDate>Wed, 13 Aug 2025 22:04:08 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1755656189192/f7a7e77f-7180-4398-9b8b-99a366d816ac.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1755121890812/7cf0d714-cd62-4439-9371-be64889e5405.png" alt class="image--center mx-auto" /></p>
<p>Hey humans! If you’re exhausted from endless Instagram and TikTok scrolling, feeling like it’s stealing your time and peace, you should be because it’s not helping your digital well-being, and I get it. I was struggling to break free from doom scrolling too. I started my social media journey in April this year (if I’m not mistaken), and today I want to share how it shaped me, broke me, and how I found a better path by God’s grace.</p>
<h2 id="heading-my-social-media-journey">My Social Media Journey</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1755121591922/499b4f73-83d2-44d7-99d5-8c6b0b31924c.png" alt class="image--center mx-auto" /></p>
<p>Joining social media was exciting (and when I say “social media,” I’m specifically talking about TikTok and Instagram). As a near-perfectionist, I dove into research, planning, and studying videos—learning content creation and platform engagement from scratch because I was planning to become a content creator even before joining these platforms. It taught me perseverance, especially with the algorithm’s ups and downs. I connected with like-minded people, drew inspiration from others online, and learned a lot of things. Those were real advantages.</p>
<p>But as a consumer, it cluttered my daily life. I’m on it when I wake up, in the middle of doing something, and even at night (I know I’m not alone on this 😔) because it’s so accessible—who doesn’t want infinite entertainment? It stole time for reflection, connection, personal goals, and—most importantly—my time with God. Doom scrolling tempted me with unvaluable entertainment, and the influencer effect chipped away at my contentment and confidence in what I’d achieved. The disadvantages started outweighing the benefits. (All this happened in under three months—I only wonder what it has done to people who’ve been on them for years 😓)</p>
<h2 id="heading-the-turning-point">The Turning Point</h2>
<p>The wake-up call came from a talk with my mom about one of my posts. She helped me reconsider my priorities, pushing me to stop procrastinating on this blog—a project I’d delayed too long. I realized my aim was to deliver value, not trap people in the same doom scrolling cycle I’d fallen into. So, I uninstalled Instagram and TikTok. It was hard at first, but I didn’t die, and the clarity was freeing ngl (it means “not gonna lie,” don’t worry, I got you 😉).</p>
<h2 id="heading-discovering-spirit-nerds">Discovering Spirit Nerds</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1755121642823/625add91-28d3-4f2f-a553-d36b9f129e1a.png" alt class="image--center mx-auto" /></p>
<p>During the same period, by God’s appointment—not coincidence—I found Spirit Nerds, a faith app that lets you stream or download messages from preachers worldwide and listen to spiritual songs on the go. It’s been a game-changer, leveling up my spiritual growth after months of neglect. This faith app has complemented my decision to make more time for God, and if you’ve made the same choice, I think it could do the same for you too. The app is available for Android devices on Google Play Store and for Apple devices on the App Store. You can check them out at <a target="_blank" href="http://spiritnerds.org">spiritnerds.org</a>. (And hey, I’m not sponsored—I’m just doing the Lord’s work ☺️)</p>
<h2 id="heading-a-wake-up-call-for-everyone">A Wake-Up Call for Everyone</h2>
<p>This can happen to anyone. Why? Because social media’s curated content is just one tap of an icon away, flooding us with endless doom scrolling in this generation. It’s easy to lose hours, faith, and focus. If you’re tired of it, consider uninstalling the apps that drain your digital well-being (if you really use them for important things, I recommend using them in a browser—I’ll share more on why and how to do so in another post). Try a faith app like Spirit Nerds, or set boundaries to reclaim your time. I’m here to share more about things like this on this blog, free from the doom scrolling trap.</p>
<h2 id="heading-conclusion">Conclusion</h2>
<p>I went into these social media platforms with thinking it was all sunshine and roses but I’ve seen the dangers and it’s dark side. And I want to save people from it through my videos (Ironic right?😒).I wanted to deliver value through my videos and will still do so but more of it will be on this blog.<br />I am not completely off these platforms 😌, I just uninstalled the apps from my phone because it makes getting sidetracked and distracted as easy as clicking an icon.<br />When i need to post videos, I use the web version of these apps (just so you don’t get confused).</p>
<p>Drop a comment about your experience with social media and what you think about this write-up—it’s my first one 😁.</p>
]]></content:encoded></item></channel></rss>