<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>🤓 vandalen.dev</title><description>My thoughts on programming, my life and everything I find interesting.</description><link>https://vandalen.dev/</link><item><title>How to Fix Apple Watch Auto Unlock Not Working on Mac</title><link>https://vandalen.dev/post/how-to-fix-apple-watch-auto-unlock-not-working-on-mac/</link><guid isPermaLink="true">https://vandalen.dev/post/how-to-fix-apple-watch-auto-unlock-not-working-on-mac/</guid><description>Step 1: Remove Auto Unlock Entries from Keychain Open Keychain Access from Applications &gt; Utilities. In the menu bar, select View &gt; Show Invisible Items . Use the search bar…</description><pubDate>Wed, 23 Apr 2025 11:33:48 GMT</pubDate></item><item><title>Upgrading to Laravel Vite Plugin 1.0 for Vite 5 Support</title><link>https://vandalen.dev/post/upgrading-to-laravel-vite-plugin-1-0-for-vite-5-support/</link><guid isPermaLink="true">https://vandalen.dev/post/upgrading-to-laravel-vite-plugin-1-0-for-vite-5-support/</guid><description>Upgrading to Laravel Vite Plugin 1.0 is an essential step for Laravel developers seeking to leverage the capabilities of Vite 5. This release brings significant changes and…</description><pubDate>Tue, 26 Dec 2023 23:42:46 GMT</pubDate></item><item><title>Transfer Avios between British Airways and Qatar Airways</title><link>https://vandalen.dev/post/transfer-avios-between-british-airways-and-qatar-airways/</link><guid isPermaLink="true">https://vandalen.dev/post/transfer-avios-between-british-airways-and-qatar-airways/</guid><description>for some reason it&apos;s really hard for me to find this page on the qatar airways website:…</description><pubDate>Sat, 02 Dec 2023 05:16:58 GMT</pubDate></item><item><title>The CMFSyncAgent: Addressing High CPU Usage on MacBooks</title><link>https://vandalen.dev/post/the-cmfsyncagent-addressing-high-cpu-usage-on-macbooks/</link><guid isPermaLink="true">https://vandalen.dev/post/the-cmfsyncagent-addressing-high-cpu-usage-on-macbooks/</guid><description>In the realm of macOS system processes, few are as deceptively impactful as CMFSyncAgent . This process, responsible for syncing shared items and contacts, has recently been…</description><pubDate>Wed, 13 Sep 2023 07:40:50 GMT</pubDate></item><item><title>Fixing the Notorious RSA Key SHA-1 Error in Git Pulls</title><link>https://vandalen.dev/post/fixing-the-notorious-rsa-key-sha-1-error-in-git-pulls/</link><guid isPermaLink="true">https://vandalen.dev/post/fixing-the-notorious-rsa-key-sha-1-error-in-git-pulls/</guid><description>Every software developer has faced an issue at some point when pulling code from a repository. Git errors can occur due to several reasons, such as network issues, wrong…</description><pubDate>Sat, 29 Jul 2023 12:20:48 GMT</pubDate></item><item><title>How to Fix the &apos;Please reinstall the gpgme distribution&apos; Error in PHP (Mac Homebrew)</title><link>https://vandalen.dev/post/how-to-fix-the-please-reinstall-the-gpgme-distribution-error-in-php-mac-homebrew/</link><guid isPermaLink="true">https://vandalen.dev/post/how-to-fix-the-please-reinstall-the-gpgme-distribution-error-in-php-mac-homebrew/</guid><description>In this blog post, we will discuss a common error that PHP developers may encounter when trying to work with the PHP-GnuPG extension. The error is: checking for gnupg files in…</description><pubDate>Tue, 25 Apr 2023 08:02:37 GMT</pubDate></item><item><title>Mac OS - Media buttons not working with Spotify</title><link>https://vandalen.dev/post/mac-os-media-buttons-not-working-with-spotify/</link><guid isPermaLink="true">https://vandalen.dev/post/mac-os-media-buttons-not-working-with-spotify/</guid><description>launchctl load -w /System/Library/LaunchAgents/com.apple.rcd.plist</description><pubDate>Sun, 01 Jan 2023 17:10:19 GMT</pubDate></item><item><title>How to update Sonoff Zigbee 3.0 (ZBDongle-P) USB firmware using a Mac</title><link>https://vandalen.dev/post/how-to-update-sonoff-zigbee-3-0-zbdongle-p-usb-firmware-using-a-mac/</link><guid isPermaLink="true">https://vandalen.dev/post/how-to-update-sonoff-zigbee-3-0-zbdongle-p-usb-firmware-using-a-mac/</guid><description>In this tutorial we&apos;ll be flashing the ZBDongle-P with the latest coordinator firmware -- Without having to open the case. Table of Contents We&apos;ll walk you through the steps…</description><pubDate>Sat, 22 Oct 2022 14:50:56 GMT</pubDate></item><item><title>How long do you need to fast? Fat loss / Autophagy</title><link>https://vandalen.dev/post/how-long-do-you-need-to-fast-fat-loss-autophagy/</link><guid isPermaLink="true">https://vandalen.dev/post/how-long-do-you-need-to-fast-fat-loss-autophagy/</guid><description>Choosing how long you want to do you fast for can be quite challenging. In order to figure this out you need to know your top priority, it can be ether one of these: Fat loss…</description><pubDate>Mon, 09 Aug 2021 01:27:23 GMT</pubDate></item><item><title>I fasted for 5 days; Here&apos;s what happened</title><link>https://vandalen.dev/post/i-fasted-for-5-days-heres-what-happened/</link><guid isPermaLink="true">https://vandalen.dev/post/i-fasted-for-5-days-heres-what-happened/</guid><description>TLDR: Lost 4,2kg in 5 days without eating, regained 1,8kg 3 days after -- losing a little over 2kg For the last couple of weeks I&apos;ve been doing intermittent fasting (IF),…</description><pubDate>Sat, 31 Jul 2021 01:46:23 GMT</pubDate></item><item><title>Change user agent with the Laravel HTTP Client</title><link>https://vandalen.dev/post/change-user-agent-with-the-laravel-http-client/</link><guid isPermaLink="true">https://vandalen.dev/post/change-user-agent-with-the-laravel-http-client/</guid><description>In pull request #34611 the undocumented `withUserAgent` method has been added to the Laravel HTTP Client. It&apos;s really easy to use. Http::withUserAgent($userAgent)-&gt;get($url);…</description><pubDate>Mon, 19 Jul 2021 00:54:52 GMT</pubDate></item><item><title>Add Statamic to an existing Laravel app - and let Statamic use its own authentication</title><link>https://vandalen.dev/post/add-statamic-to-an-existing-laravel-app/</link><guid isPermaLink="true">https://vandalen.dev/post/add-statamic-to-an-existing-laravel-app/</guid><description>We&apos;re gonna install Statamic to use as a CMS into our existing Laravel application. By default Statamic will use the same authentication as the existing application, but we…</description><pubDate>Sat, 10 Apr 2021 06:14:03 GMT</pubDate></item><item><title>Replace querySelector with Alpine.js x-show</title><link>https://vandalen.dev/post/replace-queryselector-with-alpine-js-x-show/</link><guid isPermaLink="true">https://vandalen.dev/post/replace-queryselector-with-alpine-js-x-show/</guid><description>I challenged myself to make a screencast, to keep the barrier minimal I decided to start with something small. Here&apos;s my video on how to replace document.querySelector with…</description><pubDate>Thu, 17 Sep 2020 06:34:47 GMT</pubDate></item><item><title>How to: Gmail with custom domain - for FREE</title><link>https://vandalen.dev/post/how-to-gmail-with-custom-domain-for-free/</link><guid isPermaLink="true">https://vandalen.dev/post/how-to-gmail-with-custom-domain-for-free/</guid><description>TLDR : Make/use existing gmail account, setup a forwarder somehow for your custom domain, send email via the gmail smtp. Dennis 1. Make a gmail account. Just make a new gmail…</description><pubDate>Mon, 27 Jul 2020 00:21:57 GMT</pubDate></item><item><title>How to get $5000 in AWS credits without breaking the bank</title><link>https://vandalen.dev/post/how-to-get-5000-in-aws-credits-for-cheap/</link><guid isPermaLink="true">https://vandalen.dev/post/how-to-get-5000-in-aws-credits-for-cheap/</guid><description>Every business needs hosting right? There are a couple of ways to use the AWS Activate program to get cheap credits. First of all, if you&apos;re a solo founder or a bootstrapped…</description><pubDate>Wed, 24 Jun 2020 03:23:37 GMT</pubDate></item><item><title>Free Airtable credits and Bubble Professional</title><link>https://vandalen.dev/post/free-airtable-credits-and-bubble-professional/</link><guid isPermaLink="true">https://vandalen.dev/post/free-airtable-credits-and-bubble-professional/</guid><description>$2000 worth of Airtable credits, $1000 to spend on AWS, 6 months of Zendesk, 6 months of Bubble Professional and much more! All for free</description><pubDate>Fri, 31 Jan 2020 17:02:57 GMT</pubDate></item><item><title>2019 Year In Review</title><link>https://vandalen.dev/post/2019-year-in-review/</link><guid isPermaLink="true">https://vandalen.dev/post/2019-year-in-review/</guid><description>Initial goals When January 2019 came along, I had some vague goals. The only clear one being, I wanted to see at least 5 countries this year. Other than that I felt like it…</description><pubDate>Thu, 02 Jan 2020 05:16:43 GMT</pubDate></item><item><title>What is up with var, let and const</title><link>https://vandalen.dev/post/what-is-up-with-var-let-and-const/</link><guid isPermaLink="true">https://vandalen.dev/post/what-is-up-with-var-let-and-const/</guid><description>Let&apos;s dive into the difference between var, let and const in modern JavaScript. In this post I&apos;ll explaind the difference and when to use which.</description><pubDate>Sat, 28 Dec 2019 08:59:29 GMT</pubDate></item></channel></rss>