<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>BinaryDigit</title><link>https://binarydigit.cafe/</link><description>Recent content on BinaryDigit</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Current Status: &lt;script src="https://status.lol/binarydigit.js?time&amp;link&amp;no-emoji">&lt;/script></copyright><lastBuildDate>Mon, 19 Feb 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://binarydigit.cafe/index.xml" rel="self" type="application/rss+xml"/><item><title>Migrating my Hugo Website to Neocities and Deploying with GitHub Actions</title><link>https://binarydigit.cafe/notes/neocities-github-actions/</link><pubDate>Mon, 19 Feb 2024 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/notes/neocities-github-actions/</guid><description>&lt;h2 class="relative group">Neocities
&lt;div id="neocities" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#neocities" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>I&amp;rsquo;ve always loved the idea of Neocities and have tinkered with my free site there for a few months but never landed on a long term project. Only recently I learned that you can use the Neocities API and CLI to push a site to your space! It&amp;rsquo;s awesome and available on the free tier.&lt;/p>
&lt;p>Recently I&amp;rsquo;ve seen more and more people on the supporter plan where you can host unlimited sites, have increased bandwidth, use custom domain names, and support open source and the small web. Today I decided to become a supporter since for $5 a month is a great value and I wanted to migrate my main websites from Netlify to Neocities.&lt;/p>
&lt;h2 class="relative group">GitHub Actions
&lt;div id="github-actions" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#github-actions" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>I&amp;rsquo;ve learned about GitHub Actions and realized this makes deployment much easier since I don&amp;rsquo;t have to push my code to GitHub and then push it to Neocities. A small task right now, but why not learn how to automate it, right?&lt;/p>
&lt;p>I ran across the every amazing website of &lt;a href="https://localghost.dev/blog/how-i-deploy-my-eleventy-site-to-neocities/" target="_blank">
Sophie Koonin&lt;/a> and how she deployed her site using GitHub Actions. She explains perfectly how to get your Neocities key and add it to GitHub. The one problem I ran into was that Sophie uses 11ty, but I use Hugo on this site. After searching some more, I ran across John Bowdre&amp;rsquo;s blog post on how to &lt;a href="https://runtimeterror.dev/deploy-hugo-neocities-github-actions/" target="_blank">
Deploy a Hugo Site to Neocities with GitHub Actions&lt;/a> - just what I needed!&lt;/p>
&lt;h2 class="relative group">My Workflow
&lt;div id="my-workflow" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#my-workflow" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>I had to fiddle with my workflow but the below is what ended up working for me, since I don&amp;rsquo;t use the exact same setup as others:&lt;/p>
&lt;pre tabindex="0">&lt;code>name: Deploy to Neocities
on:
push:
branches:
- main
concurrency:
group: deploy-to-neocities
cancel-in-progress: true
jobs:
deploy:
name: Build and deploy Hugo site
runs-on: ubuntu-latest
steps:
- name: Hugo setup
uses: peaceiris/actions-hugo@v2.6.0
with:
hugo-version: &amp;#39;0.121.1&amp;#39;
extended: true
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
# Build the site with Hugo
- name: Build with Hugo
run: hugo --minify
# Push public dir to Neocities and clean up any orphaned files
- name: Deploy to Neocities
uses: bcomnes/deploy-to-neocities@v1
with:
api_token: ${{ secrets.NEOCITIES_TOKEN }}
cleanup: true
dist_dir: public
&lt;/code>&lt;/pre>&lt;p>I hope this helps you just like the blog posts above helped me get in the right direction! If you&amp;rsquo;re on Neocities and want to &lt;a href="https://neocities.org/site/binarydigit" target="_blank">
follow me&lt;/a>, say hi there or on &lt;a href="https://social.lol/@BinaryDigit" target="_blank">
Mastodon&lt;/a>!&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/notes/neocities-github-actions/feature-neocities.png"/></item><item><title>Small Web Blogs Compared - Updated</title><link>https://binarydigit.cafe/notes/small-web-blogs/</link><pubDate>Tue, 13 Feb 2024 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/notes/small-web-blogs/</guid><description>&lt;p>Remember when I said below &lt;em>&amp;ldquo;And don&amp;rsquo;t be surprised if I write a new update in 6 months when I change my mind to another service. 😅&amp;rdquo;&lt;/em> &amp;hellip;. I&amp;rsquo;m back already updating my post 😂&lt;/p>
&lt;p>I&amp;rsquo;ve found one feature that&amp;rsquo;s turned me off of Bear blog - There is no way to delete images once you upload them. I realize how much I want to upload images easily since I&amp;rsquo;m a visual person and really like sharing photos or cool images of things I like. So I&amp;rsquo;m back on Scribbles to test it since it&amp;rsquo;s super easy to do off of the things and it&amp;rsquo;s free for the moment. I&amp;rsquo;ve also re-enabled tinylitics since it&amp;rsquo;s a neat service and I do like the simple analytics that bear blog had.&lt;/p>
&lt;p>I&amp;rsquo;m sure I&amp;rsquo;ll update you all next week with different findings as I use more services 🤣&lt;/p>
&lt;hr>
&lt;h1 class="relative group">Original Post:
&lt;div id="original-post" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#original-post" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h1>
&lt;h2 class="relative group">My Week
&lt;div id="my-week" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#my-week" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>During the week I was reading the 32bit cafe and Mastodon, and made a list of small web platforms that I wanted to try. Ever since I set up WordPress over again, I haven&amp;rsquo;t been happy with the experience. It&amp;rsquo;s bloated and slow, I only wrote a couple of posts, and I kept fiddling with themes and plugins instead of writing. I&amp;rsquo;m naturally a fiddler with code since I love making and changing aethestics of themes and things. The reason I&amp;rsquo;m looking for simple blogging software is to:&lt;/p>
&lt;ol>
&lt;li>Blog more, even if they are short random thoughts. I found my old Tumblr and WordPress archives and miss reading about those parts of my life.&lt;/li>
&lt;li>I don&amp;rsquo;t really want to update Hugo (running on this site) or 11ty for blogging, it&amp;rsquo;s too much work for a short post. I want a decent editor interface, with markdown and abiliity to upload photos and link from my personal gallery or some.pics.&lt;/li>
&lt;li>I want to be able to enjoy the writing experience with good simple UI&lt;/li>
&lt;li>I want to be able to change themes and then edit them as I want to - colors, fonts, links.&lt;/li>
&lt;li>I don&amp;rsquo;t mind spending up to $5-6 a month for a service, as long as I can export it when needed. I want to support the platform and feel that&amp;rsquo;s about what I&amp;rsquo;d pay. I had micro.blog which was great, I love the activitypub integration; but sometimes complicated with theming, also confusing when looking up profiles, and things broke more frequently than I wanted.&lt;/li>
&lt;/ol>
&lt;h2 class="relative group">Down to Three
&lt;div id="down-to-three" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#down-to-three" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>I whittled it down to &lt;a href="https://scribbles.page/" target="_blank">
Scribbles&lt;/a>, &lt;a href="https://pika.page/" target="_blank">
Pika&lt;/a>, and &lt;a href="https://bearblog.dev/" target="_blank">
Bear&lt;/a>. All services that are specfically made for micro blogging and on the small web.&lt;/p>
&lt;p>I really loved the idea of Scribbles, other blog discoverability, and Vincent is wonderful and responsive, it just doesn&amp;rsquo;t have enough of the above features that I wanted &lt;em>right now&lt;/em>. I will keep afloat on updates to that service for sure!&lt;/p>
&lt;p>I then signed up for Pika and Bear. I absolutely loved the easy UI of Pika. You sit down, pick a theme color, font, and you&amp;rsquo;re ready to go. You are able to adjust CSS as well, but I didn&amp;rsquo;t have much to change.&lt;/p>
&lt;p>When I signed up for Bear, immediately I noticed how much I could customize on the free tier. I&amp;rsquo;m able to not only customize how my blog looks to the reader, but how it look to me in the dashboard CSS! I can add a basic styling to buttons (since by default it&amp;rsquo;s quite &amp;hellip;bare🥁, and change the fonts and size while in the editor. It helps me tremendously. Herman has clear docs and for the pro plan at $5 a month you add a custom domain, image uploading (on the free tier you can only link from another source which is fine but not always ideal), has analytics (not a big deal for me but might be nice to check), run JS scripts, an email subscriber list (which I may or may not use), and ability to add code to the head and footer. You can also see a disovery list of other Bear blogs.&lt;/p>
&lt;p>For me, the winner will be Bear. Pika is also still new, so I will also be keeping an eye out for updates from the team at Good Enough. I love what they do and currently signed up for Letterbird and Album Whale.&lt;/p>
&lt;p>I look forward to more updates from both Pika and Scribbles! And don&amp;rsquo;t be surprised if I write a new update in 6 months when I change my mind to another service. 😅&lt;/p>
&lt;p>If you have any other small web blog platforms send them my way on &lt;a href="https://social.lol/@BinaryDigit" target="_blank">
Mastodon&lt;/a>! Thanks for reading 🥰&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/notes/small-web-blogs/feature-blog-compare.png"/></item><item><title>App Defaults</title><link>https://binarydigit.cafe/notes/app-defaults/</link><pubDate>Thu, 08 Feb 2024 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/notes/app-defaults/</guid><description>&lt;p>I finally caught up with the infamous Hemispheric Views episode &amp;ldquo;Duel of the Defaults!&amp;rdquo;.&lt;/p>
&lt;iframe src="https://player.fireside.fm/v2/6MInpziV+pRrVuoJB?theme=dark" width="740" height="200" frameborder="0" scrolling="no">&lt;/iframe>
&lt;p>I love the humor and comradery of everyone on the show. I even saw Robb Knight create an amazing page dedicated to everyone&amp;rsquo;s &lt;a href="https://defaults.rknight.me/" target="_blank">
app defaults&lt;/a>. So here&amp;rsquo;s my list across Mac and PC for current day (Feb 2024). 😀&lt;/p>
&lt;p>✉️ Mail Client: Mail.app / Fastmail.com&lt;/p>
&lt;p>📨 Mail Server: iCloud/Fastmail&lt;/p>
&lt;p>📝 Notes: Obsidian&lt;/p>
&lt;p>✅ To-Do: Reminders.app&lt;/p>
&lt;p>📷 iPhone Photo Shooting: Camera.app&lt;/p>
&lt;p>📚 Photo Management: Photos.app&lt;/p>
&lt;p>🗓️ Calendar: Calendar.app with Fastmail&lt;/p>
&lt;p>🗄️ Cloud file storage: iCloud / Mega&lt;/p>
&lt;p>📰 RSS: NetNewsWire w/ Inoreader sync&lt;/p>
&lt;p>📇 Contacts: Contacts.app / Fastmail backup&lt;/p>
&lt;p>🕸️ Browser: Floorp (Firefox fork)&lt;/p>
&lt;p>💬 Chat: iMessage / Discord&lt;/p>
&lt;p>🔖 Bookmarks: Floorp/Firefox sync&lt;/p>
&lt;p>👓 Read It Later: Omnivore.app&lt;/p>
&lt;p>📜 Word Processing: Google Docs&lt;/p>
&lt;p>📊 Spreadsheets: Google Sheets&lt;/p>
&lt;p>🛝 Presentations: N/A&lt;/p>
&lt;p>🛒 Shopping Lists: Reminders.app&lt;/p>
&lt;p>🧑‍🍳 Meal Planning: N/A&lt;/p>
&lt;p>💰 Budgeting &amp;amp; Personal Finance: N/A&lt;/p>
&lt;p>🗞️ News: TV/Reddit/Podcasts&lt;/p>
&lt;p>🎶 Music: Spotify / SoundCloud / VirtualDJ&lt;/p>
&lt;p>🎧 Podcasts: Pocketcasts&lt;/p>
&lt;p>🔐 Password Management: 1Password&lt;/p>
&lt;hr>
&lt;p>&lt;small>Feature Photo by &lt;a href="https://unsplash.com/@oneor0?utm_content=creditCopyText&amp;utm_medium=referral&amp;utm_source=unsplash">Dmitry Chernyshov&lt;/a> on &lt;a href="https://unsplash.com/photos/slightly-opened-silver-macbook-mP7aPSUm7aE?utm_content=creditCopyText&amp;utm_medium=referral&amp;utm_source=unsplash">Unsplash&lt;/a>&lt;/small>&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/notes/app-defaults/feature-dmitry-chernyshov-mP7aPSUm7aE-unsplash.jpg"/></item><item><title>Gitea for the Cafe</title><link>https://binarydigit.cafe/notes/gitea-cafe/</link><pubDate>Tue, 06 Feb 2024 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/notes/gitea-cafe/</guid><description>&lt;p>I saw the news that the co-founder of Github was banned via &lt;a href="https://news.ycombinator.com/item?id=39267200" target="_blank">
Hacker News&lt;/a> - &lt;a href="https://twitter.com/defunkt/status/1754610843361362360" target="_blank">
tweet here&lt;/a>. Looks like it was taken care of pretty quickly, and is just a reminder than anyone using a third party service, no matter who you are, can get removed at any time, even if by mistake!&lt;/p>
&lt;p>I had my original Instagram account banned with no warning and no explanation. Extremely frustrating. I couldn&amp;rsquo;t get it back and support was abismal. I was sad about, but also was already on my way off that platform by deleting my images. I&amp;rsquo;m glad I didn&amp;rsquo;t rely on that account for Twitch or keeping in touch with many folks.&lt;/p>
&lt;p>Since I&amp;rsquo;m able to spend a little bit more a month on services, I decided to use &lt;a href="https://www.pikapods.com/apps" target="_blank">
PikaPods&lt;/a> and spin up a Gitea instance. It was very easy, hardly any configuration needed, I was able to set up custom domain name, and it was cheap. The minimum specs that were enough for me to run a server is about $1.90 a month. I decided on this method rather then manually pushing to Codeberg since they don&amp;rsquo;t offer repo mirroring due to performance issues. I didn&amp;rsquo;t look up if Gitlab or Sourcehut do mirroring but this is better.&lt;/p>
&lt;p>
&lt;figure>
&lt;img
class="my-0 rounded-md"
srcset="
/notes/gitea-cafe/gitea-ss_huac058b461bbc987802bb3949b66b473c_243080_330x0_resize_box_3.png 330w,
/notes/gitea-cafe/gitea-ss_huac058b461bbc987802bb3949b66b473c_243080_660x0_resize_box_3.png 660w,
/notes/gitea-cafe/gitea-ss_huac058b461bbc987802bb3949b66b473c_243080_1024x0_resize_box_3.png 1024w,
/notes/gitea-cafe/gitea-ss_huac058b461bbc987802bb3949b66b473c_243080_1320x0_resize_box_3.png 2x"
src="https://binarydigit.cafe/notes/gitea-cafe/gitea-ss_huac058b461bbc987802bb3949b66b473c_243080_660x0_resize_box_3.png"
alt="Gitea"
/>
&lt;figcaption>Gitea in the Cafe&lt;/figcaption>
&lt;/figure>
&lt;/p>
&lt;p>If I have the energy and patience I might make a small Gitea or Forgejo instance on my Raspberry Pi since it&amp;rsquo;s for backup, but this is perfect for now.&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/notes/gitea-cafe/feature-gitea.png"/></item><item><title>The Joy of Old Tech Shows</title><link>https://binarydigit.cafe/notes/the-joy-of-old-tech-shows/</link><pubDate>Sun, 04 Feb 2024 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/notes/the-joy-of-old-tech-shows/</guid><description>&lt;p>I love waking up in the mornings, making a cup of coffee, and seeing what Twitch streams are online. Today I noticed the thumbnail of the &lt;a href="https://www.twitch.tv/oldtimeycomputershow" target="_blank">
OldTimeyComputerShow&lt;/a> channel and it featured Leo Laporte, to my joy, along with Patrick Norton, on TechTV. I absolutely loved when we had this channel at home (I was fortunate to grow up in a cable TV house) and it brings me back to my adult youth. This episode was aired in 2001 and was talking about computer firewalls and privacy online. How the times haven&amp;rsquo;t changed much 😂 I wonder if these episodes are available on the internet archive?&lt;/p>
&lt;p>Edit: &lt;a href="https://archive.org/search?query=techtv" target="_blank">
THEY ARE!&lt;/a>&lt;/p>
&lt;p>I did find some Revision 3 content so I&amp;rsquo;ll check out if they have TechTV, my ultimate favorite nerd show. And yes I do follow everyone in their different endeavors who came out of TechTV current day!&lt;/p>
&lt;p>Time to lose all my time on the archive downloading episodes :D&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/notes/the-joy-of-old-tech-shows/feature-techtv.png"/></item><item><title>Achievement Unlocked! 🎉</title><link>https://binarydigit.cafe/notes/loanbegone/</link><pubDate>Fri, 02 Feb 2024 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/notes/loanbegone/</guid><description>&lt;p>The goal I&amp;rsquo;ve had for 20 years is complete! It&amp;rsquo;s taken everything through every job I&amp;rsquo;ve had, part time, full time, during unemployment months, using savings, when I lived overseas in the UK, when I lived on my own, when I lived with my parents, when I lived with roommates. Every month for 20 years I paid a student loan payment - even when if it was a small amount.&lt;/p>
&lt;p>That burden is now GONE! Yesterday I made my final payment and today it cleared! 🥳😭&lt;/p>
&lt;p>
&lt;figure>
&lt;img
class="my-0 rounded-md"
srcset="
/notes/loanbegone/payment-cleared_hu7b926b96cf9be3460c5da16b8ec60ffc_28289_330x0_resize_box_3.png 330w,
/notes/loanbegone/payment-cleared_hu7b926b96cf9be3460c5da16b8ec60ffc_28289_660x0_resize_box_3.png 660w,
/notes/loanbegone/payment-cleared_hu7b926b96cf9be3460c5da16b8ec60ffc_28289_1024x0_resize_box_3.png 1024w,
/notes/loanbegone/payment-cleared_hu7b926b96cf9be3460c5da16b8ec60ffc_28289_1320x0_resize_box_3.png 2x"
src="https://binarydigit.cafe/notes/loanbegone/payment-cleared_hu7b926b96cf9be3460c5da16b8ec60ffc_28289_660x0_resize_box_3.png"
alt="Payment Cleared"
/>
&lt;figcaption>Paid in full!&lt;/figcaption>
&lt;/figure>
&lt;/p>
&lt;p>I have a sense of peace that I can&amp;rsquo;t really describe. True freedom and happiness is being debt free (at least until if I start a home mortage or car loan again! 🤣). I need to enjoy this for as long as possible. It&amp;rsquo;s given me hope to be more financially prepared for the future and I finally feel put together. I guess it&amp;rsquo;s never too late achieve a goal huh?&lt;/p>
&lt;p>I celebrated yesterday with a fun DJ stream too! I was very grateful for anyone who tuned in to hang out and vibe with me!&lt;/p>
&lt;p>
&lt;figure>
&lt;img
class="my-0 rounded-md"
srcset="
/notes/loanbegone/stream-celebration_hu49166bcd1115d34b4821f3abe917a06b_2468040_330x0_resize_box_3.png 330w,
/notes/loanbegone/stream-celebration_hu49166bcd1115d34b4821f3abe917a06b_2468040_660x0_resize_box_3.png 660w,
/notes/loanbegone/stream-celebration_hu49166bcd1115d34b4821f3abe917a06b_2468040_1024x0_resize_box_3.png 1024w,
/notes/loanbegone/stream-celebration_hu49166bcd1115d34b4821f3abe917a06b_2468040_1320x0_resize_box_3.png 2x"
src="https://binarydigit.cafe/notes/loanbegone/stream-celebration_hu49166bcd1115d34b4821f3abe917a06b_2468040_660x0_resize_box_3.png"
alt="Stream Celebration"
/>
&lt;figcaption>B celebrating on Twitch&lt;/figcaption>
&lt;/figure>
&lt;/p>
&lt;p>🥰&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/notes/loanbegone/feature-unlocked.png"/></item><item><title>Goals for February</title><link>https://binarydigit.cafe/notes/feb2024/</link><pubDate>Thu, 01 Feb 2024 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/notes/feb2024/</guid><description>&lt;p>For these next upcoming weeks, these are the goals I have in my head:&lt;/p>
&lt;h2 class="relative group">Personal Site (here)
&lt;div id="personal-site-here" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#personal-site-here" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;ul>
&lt;li>Create a /uses page&lt;/li>
&lt;li>Start my Friday series that I used to do on my old micro blog called &amp;ldquo;Link List Friday&amp;rdquo; with cool links I&amp;rsquo;ve found that week&lt;/li>
&lt;li>Maybe convert to 11ty if I like how my other site turns out&lt;/li>
&lt;/ul>
&lt;h2 class="relative group">Professional/Portfolio Site
&lt;div id="professionalportfolio-site" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#professionalportfolio-site" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>(What do I even call this?)&amp;hellip; A career site? Porfolio site?&lt;/p>
&lt;ul>
&lt;li>Keep learning 11ty and add webmentions and/or comments&lt;/li>
&lt;li>Start writing up a timeline to make a psueudo resume for myself (but don&amp;rsquo;t be too detailed), yet still make it fun and &amp;ldquo;me&amp;rdquo;&lt;/li>
&lt;li>Remind myself that I don&amp;rsquo;t want to go back to the corporate world. The job I haven&amp;rsquo;t isn&amp;rsquo;t so &amp;ldquo;corporate&amp;rdquo; but I still want to do cool fun creative things. I have no idea what that means for me.&lt;/li>
&lt;/ul>
&lt;h2 class="relative group">Offline Things
&lt;div id="offline-things" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#offline-things" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;ul>
&lt;li>Start to draw again. Paper/marker pencil, or iPad. I&amp;rsquo;ll try both but I need to use my brain in ways without text.&lt;/li>
&lt;li>Take photos, even if they are of boring things in the house. Practice the basics, practice lighting.&lt;/li>
&lt;li>Use my walking pad more&lt;/li>
&lt;/ul>
&lt;p>Is this alot? I suppose, but writing it down helps :D&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/notes/feb2024/feature-feb-2024.png"/></item><item><title>Goals for January</title><link>https://binarydigit.cafe/notes/goals2024/</link><pubDate>Sat, 13 Jan 2024 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/notes/goals2024/</guid><description>&lt;p>I can&amp;rsquo;t believe it&amp;rsquo;s 2024! These past couple of months have been good so far. My mindset has changed since I feel better in terms of health and knowing where I stand with things to take care of. I feel like I&amp;rsquo;m in control of my mind, body, and goals.&lt;/p>
&lt;p>
&lt;figure>
&lt;img
class="my-0 rounded-md"
srcset="
/notes/goals2024/BeatsBasementEp0-SS_huda890d00de0e4daa5babfcc2d96657a6_43422_330x0_resize_q75_box.jpg 330w,
/notes/goals2024/BeatsBasementEp0-SS_huda890d00de0e4daa5babfcc2d96657a6_43422_660x0_resize_q75_box.jpg 660w,
/notes/goals2024/BeatsBasementEp0-SS_huda890d00de0e4daa5babfcc2d96657a6_43422_1024x0_resize_q75_box.jpg 1024w,
/notes/goals2024/BeatsBasementEp0-SS_huda890d00de0e4daa5babfcc2d96657a6_43422_1320x0_resize_q75_box.jpg 2x"
src="https://binarydigit.cafe/notes/goals2024/BeatsBasementEp0-SS_huda890d00de0e4daa5babfcc2d96657a6_43422_660x0_resize_q75_box.jpg"
alt="BinaryDigit on Twitch"
/>
&lt;figcaption>B having a blast on stream!&lt;/figcaption>
&lt;/figure>
&lt;/p>
&lt;h2 class="relative group">Twitch
&lt;div id="twitch" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#twitch" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>For Twitch, I set up the downstairs space as a &amp;ldquo;tiny studio&amp;rdquo; for my DJ mix streams. I&amp;rsquo;ve already gone live twice and have had a blast! I look forward to just walking downstairs, booting up, and easily starting a stream. It makes a huge difference when you a) aren&amp;rsquo;t fatigued like before b) you have settings you don&amp;rsquo;t need to change. The problem I had with doing two different styles of streams in my office were the constant changing of settings and programs. So that&amp;rsquo;s resolved! I also got some awesome lights for the background. I&amp;rsquo;ll update more things I&amp;rsquo;m sure.&lt;/p>
&lt;h2 class="relative group">Health
&lt;div id="health" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#health" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>I&amp;rsquo;m taking medication to handle my pre-diabetes, and have lost 5 pounds since November. It&amp;rsquo;s very slow, and with the holidays I got a bit derailed, but I didn&amp;rsquo;t gain anything back at least. Time to start back up. I might create a subdomain/micro blog to keep track of how I&amp;rsquo;m feeling that&amp;rsquo;s not a standard part of this cafe. It&amp;rsquo;s important for me to keep track of things since I just get back into bad habits way too easily. I don&amp;rsquo;t have a choice any longer!&lt;/p>
&lt;h2 class="relative group">Career
&lt;div id="career" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#career" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>I&amp;rsquo;m not quite sure what to do here, but I know I need to start thinking about another job or way to make the same amount of money I&amp;rsquo;m currently making. I still enjoy some parts of tech, but really don&amp;rsquo;t like the way many things are going, and don&amp;rsquo;t want to do what I&amp;rsquo;ve done before (mainly in the support space). I&amp;rsquo;m going to focus on fun projects and pay attention to social media like Mastodon, discord, and the better parts of &amp;ldquo;mainstream&amp;rdquo; social media. It would be cool to work in the indie web space, or finally get a creative job. &amp;hellip;somehow :)&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/notes/goals2024/feature-goals.png"/></item><item><title>My Aunt's Flan</title><link>https://binarydigit.cafe/recipes/flan/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/recipes/flan/</guid><description>&lt;h2 class="relative group">Ingredients
&lt;div id="ingredients" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#ingredients" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;ul>
&lt;li>~1/2 cup sugar to caramelize&lt;/li>
&lt;li>1 can condensed milk&lt;/li>
&lt;li>1 can evaporated milk&lt;/li>
&lt;li>6 eggs&lt;/li>
&lt;li>1 teaspoon pure vanilla extract&lt;/li>
&lt;li>1 cup milk&lt;/li>
&lt;li>pinch of salt&lt;/li>
&lt;li>add to blender&lt;/li>
&lt;/ul>
&lt;h2 class="relative group">Steps
&lt;div id="steps" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#steps" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;ol>
&lt;li>
&lt;p>Heat sugar in small pan on medium-high heat with 1/2 teaspoon of water. Stir occasionally until sugar melts and is a golden color. Remove from heat as it will still be melting.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Pour into an oven safe pyrex dish or baking pan&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Bake in a water bath at 350°F until a knife can cut through it cleanly (or what my mom calls “a little wiggle on top” 💓)&lt;/p>
&lt;/li>
&lt;li>
&lt;p>When ready to serve, flip into deep service dish or pan&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Cool in fridge for a few hours or ideally, overnight&lt;/p>
&lt;/li>
&lt;/ol>
&lt;hr>
&lt;small>&lt;a href="https://www.vecteezy.com/free-photos/flan">Flan Stock photos by Vecteezy&lt;/a>&lt;/small></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/recipes/flan/feature-vecteezy_delicious-flan.jpg"/></item><item><title>Twitch Recap 2023</title><link>https://binarydigit.cafe/notes/twitchrecap2023/</link><pubDate>Mon, 11 Dec 2023 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/notes/twitchrecap2023/</guid><description>&lt;p>One thing I realize this year is that my streaming game hasn&amp;rsquo;t been strong, which is fine at the moment, but I&amp;rsquo;d like to improve. I started doing DJ mixes on Twitch in March and was in my element, having so much fun and loving when chat comes in and hypes up the vibes with emotes and words of encouragement. I love entertaining folks and music is the universal language for us all! Music streams are a great break from doing gaming or chatting streams, which I also love, but find tough to do if my energy isn&amp;rsquo;t in it. Granted streaming in general has been tough this year due to changes in my body and lack of energy, but I&amp;rsquo;m on a good road to getting back to my old self - my mind, my body, and getting back the energy I want for 2024. I&amp;rsquo;m in a lovely supportive space with room to grow and want to take advtange of that!&lt;/p>
&lt;p>
&lt;figure>
&lt;img
class="my-0 rounded-md"
srcset="
/notes/twitchrecap2023/twitch-streamer-recap-2023_hufe9f4be66817b9aadbe8ffea6de7e63f_2074339_330x0_resize_box_3.png 330w,
/notes/twitchrecap2023/twitch-streamer-recap-2023_hufe9f4be66817b9aadbe8ffea6de7e63f_2074339_660x0_resize_box_3.png 660w,
/notes/twitchrecap2023/twitch-streamer-recap-2023_hufe9f4be66817b9aadbe8ffea6de7e63f_2074339_1024x0_resize_box_3.png 1024w,
/notes/twitchrecap2023/twitch-streamer-recap-2023_hufe9f4be66817b9aadbe8ffea6de7e63f_2074339_1320x0_resize_box_3.png 2x"
src="https://binarydigit.cafe/notes/twitchrecap2023/twitch-streamer-recap-2023_hufe9f4be66817b9aadbe8ffea6de7e63f_2074339_660x0_resize_box_3.png"
alt="BinaryDigit&amp;amp;rsquo;s Twitch Streamer Recap 2023"
/>
&lt;figcaption>BinaryDigit&amp;rsquo;s Twitch Streamer Recap 2023&lt;/figcaption>
&lt;/figure>
&lt;/p>
&lt;p>
&lt;figure>
&lt;img
class="my-0 rounded-md"
srcset="
/notes/twitchrecap2023/twitch-recap-2023_hu87bac22dbd4bb8a496f94c27568c1fa6_1817389_330x0_resize_box_3.png 330w,
/notes/twitchrecap2023/twitch-recap-2023_hu87bac22dbd4bb8a496f94c27568c1fa6_1817389_660x0_resize_box_3.png 660w,
/notes/twitchrecap2023/twitch-recap-2023_hu87bac22dbd4bb8a496f94c27568c1fa6_1817389_1024x0_resize_box_3.png 1024w,
/notes/twitchrecap2023/twitch-recap-2023_hu87bac22dbd4bb8a496f94c27568c1fa6_1817389_1320x0_resize_box_3.png 2x"
src="https://binarydigit.cafe/notes/twitchrecap2023/twitch-recap-2023_hu87bac22dbd4bb8a496f94c27568c1fa6_1817389_660x0_resize_box_3.png"
alt="BinaryDigit&amp;amp;rsquo;s Twitch Viewer Recap 2023"
/>
&lt;figcaption>BinaryDigit&amp;rsquo;s Twitch Viewer Recap 2023&lt;/figcaption>
&lt;/figure>
&lt;/p>
&lt;p>How was your Twitch recap? Reply on your own site referencing this post or send me a message!&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/notes/twitchrecap2023/feature-twitch.png"/></item><item><title>Not a Blogger</title><link>https://binarydigit.cafe/notes/notablog/</link><pubDate>Sun, 10 Dec 2023 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/notes/notablog/</guid><description>&lt;p>You know what dawned on me today? After many years of short form &amp;ldquo;blogs&amp;rdquo;, I don&amp;rsquo;t want to be a blogger. I miss tumblr style/short form content. I don&amp;rsquo;t sit down and write long stories or articles. I&amp;rsquo;ve changed a bit and I think it&amp;rsquo;s why I struggle with fomo and going back and forth to social media and back to my own platforms trying to blog.&lt;/p>
&lt;p>I love working on my website, making pages, and aesthetics. For example I signed back up for Tumblr and am so happy browing and reblogging. On Instagram, I usually consume but don&amp;rsquo;t really post, unless it&amp;rsquo;s for streaming or music content. On Mastodon I usually consume, boost, and sometimes post short things. It&amp;rsquo;s just funny how you realize you change after a while. And I don&amp;rsquo;t always need a blog, but when I want to write something I can do it here as a note, which is the whole point of a digital garden, and send it out to socials.&lt;/p>
&lt;p>This is just a reminder to myself that I can do whatever I want here. That&amp;rsquo;s the whole point of the indieweb and to have fun again online. 💖&lt;/p>
&lt;div style="width:100%;height:0;padding-bottom:100%;position:relative;">&lt;iframe src="https://giphy.com/embed/UvQVAw0B3G6QndwGxn" width="50%" height="50%" style="position:absolute" frameBorder="0" class="giphy-embed" allowFullScreen>&lt;/iframe>&lt;/div></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/notes/notablog/feature-notes.png"/></item><item><title>A personal photo gallery</title><link>https://binarydigit.cafe/notes/chevereto/</link><pubDate>Sun, 26 Nov 2023 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/notes/chevereto/</guid><description>&lt;p>I&amp;rsquo;m so happy to get Chevereto installed on a &lt;a href="https://binarydigit.photos/?list=images&amp;amp;sort=date_asc&amp;amp;page=1" target="_blank">
new domain&lt;/a>! They had a great sale on their one time purchase software, so I grabbed a copy. I wanted some more bells and whistles than their free version.&lt;/p>
&lt;p>I&amp;rsquo;m going to use this to upload galleries for travel (to share with friends) or blog posts. I still need to upload more to photos Glass, but those photos are edited and curated.&lt;/p>
&lt;p>To this gallery I&amp;rsquo;ve uploaded some photos from TwitchCon that just passed. Next up is most likely photos when visiting NY around Christmas. And most likely a dog photo album 🥰&lt;/p>
&lt;p>
&lt;figure>
&lt;img class="my-0 rounded-md" src="https://i.imgur.com/QzN61aN.png" alt="gallery screenshot" />
&lt;/figure>
&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/notes/chevereto/feature-gallery.png"/></item><item><title>My Website Setup</title><link>https://binarydigit.cafe/notes/hugo-setup/</link><pubDate>Fri, 17 Nov 2023 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/notes/hugo-setup/</guid><description>&lt;h2 class="relative group">Static Site Generators
&lt;div id="static-site-generators" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#static-site-generators" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>For ages I resisted static site generators. I couldn&amp;rsquo;t wrap my head around the complexity of them, or why I would need one. But then, I got to know the indie web, aka, the small web. The movement of people going back to focus on their own websites, owning a domain name, and publishing content on your website then out to other services, aka &lt;a href="https://indieweb.org/POSSE" target="_blank">
POSSE&lt;/a> - Publish (on your) Own Site, Syndicate Elsewhere. I always wanted to keep that motto all these years, but kept jumping around from a social blog to another social blog, to Wordpress, and back. Now I&amp;rsquo;ve landed on micro.blog, but even want to avoid using that in the future if I can help it. It helps save a few bucks a month as well as learn the intricacies of static site generators.&lt;/p>
&lt;h2 class="relative group">Tinkering
&lt;div id="tinkering" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#tinkering" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>Since micro.blog is built with Hugo, I went back to trying to learn it. I first edited my micro.blog theme with the custom editor, and then decided to give Hugo a try on my own. Lo and behold, it finally &amp;ldquo;clicked&amp;rdquo;. I tried a couple of themes, and then landed upton this one, named &lt;a href="https://blowfish.page/" target="_blank">
Blowfish&lt;/a>. It&amp;rsquo;s &lt;em>so awesome&lt;/em>! It&amp;rsquo;s incredibly customizable and helped me learn so many details about Hugo. I then was able to push my git repo to &lt;a href="https://www.netlify.com/" target="_blank">
Netlify&lt;/a> and have it hosted there for free! I&amp;rsquo;m super happy that I&amp;rsquo;m able to finally have a digital garden (cafe) and blog on my own domain, not worried about a major service going down, an acquisition, or paying a ton of money for hosting each month. I hope I can keep it running for a while and never go back to hosting again (unless they offer something that I couldn&amp;rsquo;t resist). Next up, I&amp;rsquo;ll try to import old posts.&lt;/p>
&lt;p>Thanks for reading!&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/notes/hugo-setup/feature-dino.jpg"/></item><item><title>Welcome to my Digital Cafe</title><link>https://binarydigit.cafe/notes/hello/</link><pubDate>Thu, 16 Nov 2023 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/notes/hello/</guid><description>&lt;p>Welcome to my attempt at a new site with Hugo, finally, on my own domain and hosted via netlify/github! I&amp;rsquo;ve attempted to do many things here:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>Add webmentions, since ideally that would be the way folks respond or comment to my self hosted blog. I really like the fediverse and the small web, so hopefully I&amp;rsquo;ve installed this correctly. If not I&amp;rsquo;ll keep trying :D&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Added back the CS.SJoy.lol webring, and I&amp;rsquo;d like to set up the Indieweb web ring (first I need to finish some auth specs)&lt;/p>
&lt;/li>
&lt;li>
&lt;p>I&amp;rsquo;d love how to figure out how to import existing blog posts from my micro.blog, so eventually I can keep everything here. I&amp;rsquo;m not sure if this is possible, and it&amp;rsquo;s not a huge deal anyway if I can get everything set up properly. I can restart a blog at any time.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;p>If you enjoy your stay, feel free to subscribe via RSS or follow me on the fediverse! &lt;code>@binarydigit.cafe@binarydigit.cafe&lt;/code>&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/notes/hello/feature-rainbow.jpg"/></item><item><title>About &amp; Contact</title><link>https://binarydigit.cafe/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/about/</guid><description>&lt;img src="BinaryDigit.png" alt="BinaryDigit" width="300"/>
&lt;p>I’m B, a Xennial who grew up when the internet was young, just as I was. My family bought our first computer in 1997, and I become fascinated with how computers worked, how the web evolved, and being online a bit too much!&lt;/p>
&lt;p>I&amp;rsquo;m originally from New York and currently living in Michigan. My work background is in tech (I was a systems engineer, part time web dev, and now a manager). I would love to find more diverse folks in gaming, tech, music and all things creative. I love to travel, take photos, game on my PC, PS5 and Switch, stream, tweak code and always learning something new. ✨&lt;/p>
&lt;p>I’m doing a digital overhaul for the next few months and would like to make this site a digital garden, or in my case, a &lt;em>digital cafe&lt;/em>; a personal space to gather projects, what I&amp;rsquo;m working on, thoughts, and notes. You can read about my projects or get in touch with me below.&lt;/p>
&lt;h2 class="relative group">Email
&lt;div id="email" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#email" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>&lt;code>hi@binarydigit.cafe&lt;/code>&lt;/p>
&lt;h2 class="relative group">Contact Me
&lt;div id="contact-me" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#contact-me" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;script data-letterbirduser="binarydigit" src="https://letterbird.co/embed/v1.js">&lt;/script>
&lt;h2 class="relative group">Coffee
&lt;div id="coffee" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#coffee" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>If you like what I do, you can buy me a coffee!&lt;/p>
&lt;script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'>&lt;/script>&lt;script type='text/javascript'>kofiwidget2.init('Ko-fi', '#04a5e5', 'F2F321K6F');kofiwidget2.draw();&lt;/script></description></item><item><title>Music Mixes</title><link>https://binarydigit.cafe/music/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/music/</guid><description>&lt;p>I love to stream DJ mixes on Twitch, and sometimes record sets offline - follow me below!&lt;/p>
&lt;h2 class="relative group">RSS Feeds
&lt;div id="rss-feeds" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#rss-feeds" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>&lt;a href="https://hearthis.at/binarydigitdj/podcast.xml" target="_blank">
HearThis feed
&lt;span class="relative inline-block align-text-bottom icon">
&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">&lt;path fill="currentColor" d="M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM128 416c0 35.3-28.7 64-64 64s-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z"/>&lt;/svg>
&lt;/span>
&lt;/a> | &lt;a href="https://www.youtube.com/playlist?list=PLzkZmAguzYHlcXU2TmP5wqUS0vo02xoR_" target="_blank">
YouTube feed
&lt;span class="relative inline-block align-text-bottom icon">
&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">&lt;path fill="currentColor" d="M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM128 416c0 35.3-28.7 64-64 64s-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z"/>&lt;/svg>
&lt;/span>
&lt;/a> | &lt;a href="https://makertube.net/feeds/podcast/videos.xml?videoChannelId=899" target="_blank">
MakerTube feed
&lt;span class="relative inline-block align-text-bottom icon">
&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">&lt;path fill="currentColor" d="M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM128 416c0 35.3-28.7 64-64 64s-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z"/>&lt;/svg>
&lt;/span>
&lt;/a>&lt;/p>
&lt;h2 class="relative group">Audio Mixes
&lt;div id="audio-mixes" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#audio-mixes" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>I&amp;rsquo;m uploading audio mixes to &lt;a href="https://hearthis.at/binarydigitdj/" target="_blank">
HearThis.at&lt;/a> to try it out for a bit!&lt;/p>
&lt;iframe scrolling="no" id="hearthis_at_track_10593707" width="100%" height="150" src="https://app.hearthis.at/embed/10593707/transparent_black/?hcolor=&amp;color=&amp;style=2&amp;block_size=2&amp;block_space=1&amp;background=1&amp;waveform=0&amp;cover=0&amp;autoplay=0&amp;css=" frameborder="0" allowtransparency allow="autoplay">&lt;p>Listen to &lt;a href="https://hearthis.at/binarydigitdj/house-vgr-edm-11-02-2023/" target="_blank">House VGR EDM&lt;/a> &lt;span>by&lt;/span>&lt;a href="https://hearthis.at/binarydigitdj/" target="_blank" >BinaryDigit&lt;/a> &lt;span>on&lt;/span> &lt;a href="https://hearthis.at/" target="_blank">hearthis.at&lt;/a>&lt;/p>&lt;/iframe>
&lt;br>
&lt;iframe scrolling="no" id="hearthis_at_track_10753123" width="100%" height="150" src="https://app.hearthis.at/embed/10753123/transparent_black/?hcolor=&amp;color=&amp;style=2&amp;block_size=2&amp;block_space=1&amp;background=1&amp;waveform=0&amp;cover=0&amp;autoplay=0&amp;css=" frameborder="0" allowtransparency allow="autoplay">&lt;p>Listen to &lt;a href="https://hearthis.at/binarydigitdj/trance-dubstep-latin-stream-mix-4-26-2023/" target="_blank">Trance DubStep Latin Mix&lt;/a> &lt;span>by&lt;/span>&lt;a href="https://hearthis.at/binarydigitdj/" target="_blank" >BinaryDigit&lt;/a> &lt;span>on&lt;/span> &lt;a href="https://hearthis.at/" target="_blank">hearthis.at&lt;/a>&lt;/p>&lt;/iframe>
&lt;h2 class="relative group">Video Mixes
&lt;div id="video-mixes" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#video-mixes" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>I upload offline sets to &lt;a href="https://youtube.com/BinaryDigit" target="_blank">
YouTube&lt;/a> and sync them to &lt;a href="https://makertube.net/c/binarymixes/" target="_blank">
MakerTube&lt;/a>.&lt;/p>
&lt;div style="position: relative; padding-top: 56.25%;">&lt;iframe title="Video Game/Chiptune/Dance DJ Set" width="100%" height="100%" src="https://makertube.net/videos/embed/d1334240-928b-4c08-816c-fda7c014b3f1" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups" style="position: absolute; inset: 0px;">&lt;/iframe>&lt;/div>
&lt;br>
&lt;div style="position: relative; padding-top: 56.25%;">&lt;iframe title="Trance DJ Set" width="100%" height="100%" src="https://makertube.net/videos/embed/5907e6d3-d1f6-4189-9889-aad0d90df44f" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups" style="position: absolute; inset: 0px;">&lt;/iframe>&lt;/div></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/music/feature-pastel-squares-freepik.jpg"/></item><item><title>Twitch Chat Commands</title><link>https://binarydigit.cafe/commands/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://binarydigit.cafe/commands/</guid><description>&lt;table>
&lt;thead>
&lt;tr>
&lt;th>&lt;/th>
&lt;th>&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>!clip&lt;/td>
&lt;td>Creates a clip and adds to discord automatically&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!nocontext&lt;/td>
&lt;td>Add text to quote then - username&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!ass, !bonita, !slay&lt;/td>
&lt;td>Badwonton TikTok video&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!lurk&lt;/td>
&lt;td>Thanks for the lurk - I appreciate you!&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!hug @username&lt;/td>
&lt;td>Chatter has hugged chatter! Thanks for sharing the love! ♥&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!handcheck&lt;/td>
&lt;td>HAND CHECK! 👐 👀 👐&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!pushdoor&lt;/td>
&lt;td>This is a &lt;em>PUSH DOOR&lt;/em> situation! ✋🚪😤&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!epic&lt;/td>
&lt;td>Add me on Epic&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!thicc&lt;/td>
&lt;td>&amp;ldquo;Thicc thighs save lives. &amp;quot;&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!activision&lt;/td>
&lt;td>Add me on Activision&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!discord&lt;/td>
&lt;td>Current discord link&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!recipe&lt;/td>
&lt;td>Today B is making {food/recipe here}&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!spank&lt;/td>
&lt;td>&lt;em>OH&lt;/em>! chatter slapped chatter&amp;rsquo;s booty !&amp;hellip;.do it again binary27Gasm&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!slap @username&lt;/td>
&lt;td>&lt;em>OH&lt;/em>! binary27Gasm chatter slapped chatter with la chancla! Chancla&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!steam&lt;/td>
&lt;td>Add me on Steam&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!hoot&lt;/td>
&lt;td>HOOT ( o Y o ) HOOT&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!raid&lt;/td>
&lt;td>both raid and subraid commands&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!binary&lt;/td>
&lt;td>Brit sayins “biiiiiiinary”&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!dadjoke&lt;/td>
&lt;td>random dad joke&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!ban&lt;/td>
&lt;td>KRS song clip&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!vibecheck&lt;/td>
&lt;td>..It&amp;rsquo;s a vibe! 😌 📳 😎&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!lub or !love&lt;/td>
&lt;td>B saying “lub lub” with gif&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!clip&lt;/td>
&lt;td>Creates a clip of the last 30 seconds in the livestream and posts to Discord automatically&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!hype&lt;/td>
&lt;td>HYPE! 🙌🏽 🌟 💙 🎉 HYPE! 🙌🏽 🌟 💙 🎉&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!subhype&lt;/td>
&lt;td>binary27Rave binary27Love binary27Bootaywiggle SUB HYPE!&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!song&lt;/td>
&lt;td>Displays current Spotify song that&amp;rsquo;s playing&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!gif {text}&lt;/td>
&lt;td>gif displays with text entered&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!pronouns&lt;/td>
&lt;td>&amp;ldquo;My name is B or Binary and I use she/they pronouns!&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!ded&lt;/td>
&lt;td>B is ded. She’s been ded X times.&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!donate / !tip / !kofi&lt;/td>
&lt;td>If you like my content visit streamelements.com/binarydigit/tip or ko-fi.com/binarydigit to send a coffee! Thank you!&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!rage&lt;/td>
&lt;td>buzz sound with gif&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!clap&lt;/td>
&lt;td>applause sound&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!binaryjam&lt;/td>
&lt;td>Binary doing the catJAM&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!bttvhype&lt;/td>
&lt;td>BTTV emotes&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!catjam&lt;/td>
&lt;td>catJAM catJAM catJAM emotes&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!lights&lt;/td>
&lt;td>&amp;ldquo;The bars behind me are from Govee, the rest are Philips Hue&amp;rdquo;&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!poggers&lt;/td>
&lt;td>Keith saying “pooooooggers”&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!socials&lt;/td>
&lt;td>B’s social media links&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>!uwu&lt;/td>
&lt;td>Keith saying “UwU”&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://binarydigit.cafe/commands/featured-twitch-background.jpg"/></item></channel></rss>