<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on whois JoeByjo</title><link>https://joebyjo.dev/posts/</link><description>Recent content in Posts on whois JoeByjo</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 23 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://joebyjo.dev/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting GitHub updates on Discord</title><link>https://joebyjo.dev/posts/github_updates_on_discord/</link><pubDate>Mon, 23 Mar 2026 00:00:00 +0000</pubDate><guid>https://joebyjo.dev/posts/github_updates_on_discord/</guid><description>&lt;p&gt;I’ll be honest, I set this up because GitHub email notifications just weren’t cutting it. They’re delayed, easy to miss, and honestly a bit noisy.&lt;/p&gt;
&lt;p&gt;Instead of over-engineering a solution (which I was &lt;em&gt;very&lt;/em&gt; tempted to do), I went with the simplest possible approach:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Let GitHub send events directly to Discord using a webhook.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;No backend. No scripts. Just HTTP.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;p&gt;Before starting, make sure you have:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A &lt;strong&gt;GitHub account&lt;/strong&gt; with a repository&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;Discord server&lt;/strong&gt; where you can create webhooks&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="how-this-works"&gt;How This Works&lt;/h2&gt;
&lt;p&gt;At a high level:&lt;/p&gt;</description></item><item><title>My Insane Blog Pipeline</title><link>https://joebyjo.dev/posts/my_insane_blog_pipeline/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://joebyjo.dev/posts/my_insane_blog_pipeline/</guid><description>&lt;p&gt;I’ve reached a point where my brain is essentially a browser with too many tabs open. To fix this, I decided to start blogging for two reasons: I needed a &amp;ldquo;second brain&amp;rdquo; to offload everything I’m learning, and I stumbled upon a &lt;a href="https://www.youtube.com/watch?v=dnE7c0ELEH8"&gt;NetworkChuck video&lt;/a&gt; that made building a blog pipeline look like the perfect sandbox for some DevOps experimentation.&lt;/p&gt;
&lt;p&gt;Instead of just &amp;ldquo;making a website&amp;rdquo; I decided to treat this like a real engineering project. I’ve been procrastinating on my portfolio for years, so I figured I’d finally build it properly using CI/CD, GitHub Actions, and modern static site practices.&lt;/p&gt;</description></item><item><title>Backing Up iPhone Photos to an External HDD</title><link>https://joebyjo.dev/posts/backing_up_iphone_photos_to_an_external_hdd/</link><pubDate>Sun, 19 Oct 2025 00:00:00 +0000</pubDate><guid>https://joebyjo.dev/posts/backing_up_iphone_photos_to_an_external_hdd/</guid><description>&lt;h3 id="1-connect-iphone"&gt;1. Connect iPhone&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Plug in your iPhone using a USB or USB-C to Lightning cable.&lt;/li&gt;
&lt;li&gt;Unlock your phone and tap &lt;strong&gt;&amp;ldquo;Trust This Computer&amp;rdquo;&lt;/strong&gt; if prompted.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id="2-open-image-capture"&gt;2. Open Image Capture&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;On your Mac, press &lt;code&gt;Cmd + Space&lt;/code&gt; → type &lt;code&gt;Image Capture&lt;/code&gt; → press &lt;strong&gt;Enter&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the left sidebar, click your &lt;strong&gt;iPhone&lt;/strong&gt; under “Devices”.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="https://joebyjo.dev/images/posts/backing_up_iphone_photos_to_an_external_hdd/474AA3804CE6F6FBAA942BFC7802FAA1.png" alt="474AA3804CE6F6FBAA942BFC7802FAA1.png"&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="3-choose-destination-folder"&gt;3. Choose Destination Folder&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;At the bottom of Image Capture, locate the &lt;strong&gt;“Import To:”&lt;/strong&gt; dropdown.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;“Other…”&lt;/strong&gt; and navigate to your external HDD.&lt;/li&gt;
&lt;li&gt;Create a new folder for today’s backup, for example:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;
/Volumes/YourHDD/Backups/iPhone Backup 18-10-25
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;img src="https://joebyjo.dev/images/posts/backing_up_iphone_photos_to_an_external_hdd/E7CDD9FEB3D64D0D2747B33FC70CB52C.png" alt="E7CDD9FEB3D64D0D2747B33FC70CB52C.png"&gt;&lt;/p&gt;</description></item><item><title>VLC tricks</title><link>https://joebyjo.dev/posts/vlc_tricks/</link><pubDate>Sun, 19 Oct 2025 00:00:00 +0000</pubDate><guid>https://joebyjo.dev/posts/vlc_tricks/</guid><description>&lt;h3 id="to-add-subtitles-to-video"&gt;To add subtitles to video&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;drag and drop &lt;code&gt;.srt&lt;/code&gt; or &lt;code&gt;.vtt&lt;/code&gt; file onto video&lt;/li&gt;
&lt;li&gt;to sync subtitles go to &lt;code&gt;window &amp;gt; track syncronization &amp;gt; subtitles track sync&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;can also use &lt;code&gt;h&lt;/code&gt; and &lt;code&gt;j&lt;/code&gt; keys during playtime to delay subtitles&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="launch-vlc-from-terminal"&gt;Launch vlc from terminal&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;open terminal and execute &lt;code&gt;code ~/.zshrc&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;add alias by adding the following to the file&lt;/li&gt;
&lt;/ol&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;
alias vlc=/Applications/VLC.app/Contents/MacOS/VLC
&lt;/code&gt;&lt;/pre&gt;&lt;ol start="3"&gt;
&lt;li&gt;save and close the file and run the following in terminal&lt;/li&gt;
&lt;/ol&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;
source ~/.zshrc
&lt;/code&gt;&lt;/pre&gt;&lt;ol start="4"&gt;
&lt;li&gt;restart terminal session and run &lt;code&gt;vlc&lt;/code&gt; to ensure it worked&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href="https://wiki.videolan.org/Command-line_interface/"&gt;Wiki&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Showcase</title><link>https://joebyjo.dev/posts/showcase/</link><pubDate>Thu, 04 Apr 2019 00:00:00 +0000</pubDate><guid>https://joebyjo.dev/posts/showcase/</guid><description>&lt;p&gt;This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p&gt;</description></item></channel></rss>