<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

    <channel>
        <title>Tech Posts at Shannon Kay</title>
        <link>https://blog.shannonkay.com</link>
        <atom:link href="https://blog.shannonkay.com/techfeed.xml" rel="self" type="application/rss+xml" />
        <description>This is the blog version of Shannon Kay</description>
        <lastBuildDate>Thu, 02 Jul 2026 00:24:42 -0700</lastBuildDate>
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        <item>
            <title>Make Your Own Website</title>
            <link>
                https://blog.shannonkay.com/2025/02-10-MakeYourOwnWebsite/
            </link>
            <description>
                &lt;p&gt;Now presenting, &lt;a href=&quot;https://make.yourownwebsite.org&quot;&gt;Make Your Own Website&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This guide is intended to help beginners make their first website with HTML/CSS.&lt;/p&gt;

&lt;p&gt;I originally wrote it for my daughter, then 12 years old, so she could make a website for a school project. I think it is now complete-enough for anyone to follow to get started making a personal or hobby site.&lt;/p&gt;

            </description>
            <pubDate>Mon, 10 Feb 2025 13:26:00 -0800</pubDate>
            <guid>
                https://blog.shannonkay.com/2025/02-10-MakeYourOwnWebsite/
            </guid>
        </item>
        
        
        
        
        
        
        
        
        
        <item>
            <title>New NAS</title>
            <link>
                https://blog.shannonkay.com/2024/12-27-NewNAS/
            </link>
            <description>
                &lt;p&gt;We got a new NAS! It’s a &lt;a href=&quot;https://www.synology.com/en-us/products/DS1522+&quot;&gt;Synology DiskStation DS1522+&lt;/a&gt; to replace the DiskStation DS1511+ we’ve been running for over 13 years(solidly and beautifully).&lt;/p&gt;

&lt;p&gt;I’m swooning over the stack of 22 TB hard drives we’ve installed and can hardly contain my excitement at seeing 100 TB of hard drives in my server. &lt;/p&gt;

&lt;p&gt;It took a while to transfer everything from the old NAS(DiskStation DS1511+) and do a restore, but now we have things running on it easily that I was struggling with before. &lt;/p&gt;

&lt;p&gt;I’m excited!&lt;/p&gt;

            </description>
            <pubDate>Fri, 27 Dec 2024 12:57:00 -0800</pubDate>
            <guid>
                https://blog.shannonkay.com/2024/12-27-NewNAS/
            </guid>
        </item>
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        <item>
            <title>Use Photos in GoodReads Reviews</title>
            <link>
                https://blog.shannonkay.com/2024/05-25-PhotosinGoodReads/
            </link>
            <description>
                &lt;p&gt;Did you know that you can put photos in your GoodReads reviews? If you’re a “bookstagrammer” and also use GoodReads, adding one(or more!) of your photos to a review can let even more book lovers enjoy them.&lt;/p&gt;

&lt;p&gt;Here’s how to do it.&lt;/p&gt;

&lt;p&gt;Upload your photo to an image host. Some choices include &lt;a href=&quot;https://postimages.org&quot;&gt;Postimages&lt;/a&gt;, &lt;a href=&quot;https://imgur.com&quot;&gt;imgur&lt;/a&gt;, and &lt;a href=&quot;https://www.flickr.com&quot;&gt;Flickr&lt;/a&gt;. I normally use &lt;a href=&quot;https://www.smugmug.com&quot;&gt;SmugMug&lt;/a&gt; because I have a paid account there for my photos, and embedding is allowed. I’ll use &lt;a href=&quot;https://postimages.org&quot;&gt;Postimages&lt;/a&gt; for this example.&lt;/p&gt;

&lt;p&gt;After uploading your photo, copy the direct link to the image. GoodReads allows some  &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/HTML&quot;&gt;HTML&lt;/a&gt; formatting in reviews and we can use that to add a picture.&lt;/p&gt;

&lt;p&gt;Here is the HTML you need to embed the photo. Replace the LINK TO IMAGE with the direct link, and put in your own alt text.&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;lt;img src=&quot;LINK TO IMAGE&quot; alt=&quot;BRIEF DESCRIPTION OF YOUR PICTURE&quot; /&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Here’s what mine looks like.&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;lt;img src=&quot;https://i.postimg.cc/76jG8W1R/20231010-11-06-05.jpg&quot; alt=&quot;Percy Jackson and the Chalice of the Gods on a table next to a pink mug&quot; /&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Paste this code into your review on GoodReads, and save it. You can also click on “preview” to see what it looks like before you save. Paste the code wherever you want it to show up in the review. It could be at the beginning, at the end, or somewhere in the middle. It’s up to you.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/review/show/5220271270&quot;&gt;Here’s my review with the photo embedded&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;These are the formatting tips from the GoodReads review editor. This tells us which HTML tags are supported. Notice that you can also include links. You could link to your blog, Instagram account, or even the direct link to a specific Instagram post.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-HTML&quot;&gt;Goodreads allows some html formatting.

well formed web urls automatically get turned into links
link: &amp;lt;a href=&quot;https://www.goodreads.com&quot;&amp;gt;my link text&amp;lt;/a&amp;gt;
link to book: use the &quot;add book/author&quot; link or [book: The Hitchhiker&#39;s Guide to the Galaxy]
link to author: use the &quot;add book/author&quot; link or [author: J.K. Rowling]
image: &amp;lt;img src=&quot;https://www.goodreads.com/image...&quot; width=&quot;40&quot; height=&quot;100&quot; alt=&quot;description&quot;/&amp;gt; (Width must be 0-400, Height must be 0-1000, alt is a description of the image. All three are optional, but recommended.)
bold text: &amp;lt;b&amp;gt;...&amp;lt;/b&amp;gt;
italic text: &amp;lt;i&amp;gt;...&amp;lt;/i&amp;gt;
underline text: &amp;lt;u&amp;gt;...&amp;lt;/u&amp;gt;
strike text: &amp;lt;s&amp;gt;...&amp;lt;/s&amp;gt;
exact spacing: &amp;lt;pre&amp;gt;...&amp;lt;/pre&amp;gt;
blockquote: &amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;
paragraph: &amp;lt;p&amp;gt;...&amp;lt;/p&amp;gt;
spoiler: &amp;lt;spoiler&amp;gt;...&amp;lt;/spoiler&amp;gt;

Note: tags must be properly nested, example:
OK &amp;lt;i&amp;gt;&amp;lt;b&amp;gt;test&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;
Not OK &amp;lt;i&amp;gt;&amp;lt;b&amp;gt;test&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Enjoy!&lt;/p&gt;

            </description>
            <pubDate>Sat, 25 May 2024 00:15:14 -0700</pubDate>
            <guid>
                https://blog.shannonkay.com/2024/05-25-PhotosinGoodReads/
            </guid>
        </item>
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        <item>
            <title>New iPhone</title>
            <link>
                https://blog.shannonkay.com/2023/09-15-NewiPhone/
            </link>
            <description>
                &lt;p&gt;The first 21st century Apple product that caught my eye was the pink iPod mini. After the Apple event on Tuesday, I ordered the pink Apple Watch series 9. I’m really excited about it, and planning to pass my current watch down to my tween daughter. &lt;/p&gt;

&lt;p&gt;I have a 13 Pro now and planned to upgrade, excited to move to the usb-c connector. I love the look of the pink iPhone 15, but didn’t want to give up all three camera lenses, plus the other new/pro features. I wish they’d  make an iPhone Pro in pink! The Pro colors are pretty boring. &lt;/p&gt;

&lt;p&gt;So I’ve been mulling for the past couple days about if I would be happy with the pretty!pink iPhone 15, or if I should go for an iPhone Pro as usual. I’ve decided to go with the iPhone 15 Pro(blue titanium), and I’m ready to preorder it in the morning. My tween was disappointed by my choice, though.&lt;/p&gt;

            </description>
            <pubDate>Fri, 15 Sep 2023 13:39:00 -0700</pubDate>
            <guid>
                https://blog.shannonkay.com/2023/09-15-NewiPhone/
            </guid>
        </item>
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        <item>
            <title>Reply By Email</title>
            <link>
                https://blog.shannonkay.com/2023/04-12-ReplyByEmail/
            </link>
            <description>
                &lt;p&gt;I opened my RSS reeder to my newly formed folder of Personal Blog feeds and read a nice post on &lt;a href=&quot;https://www.zinzy.website&quot;&gt;Zinzy’s website&lt;/a&gt; about her puppy meeting a cat. I noticed that she has a “reply by email” link. It was just a normal mailto link to her email address. I made a short reply by email and thought that was a pretty nice way to comment.&lt;/p&gt;

&lt;p&gt;I remembered that you can configure a subject for a mailto link, and thought about how I could set my Jekyll blog up to fill in a subject based on the blog post title.&lt;/p&gt;

&lt;p&gt;I couldn’t quite remember the syntax for adding the subject to the mailto link, so I did a search. I found this nice &lt;a href=&quot;https://mailto.vercel.app&quot;&gt;tool for creating mailto links&lt;/a&gt;. I added a prefix to the subject, and used the Jekyll templating for page title. I use a forwarding email address that I can change in case it starts getting spam. &lt;/p&gt;

&lt;p class=&quot;codepen&quot; data-height=&quot;300&quot; data-default-tab=&quot;html,result&quot; data-slug-hash=&quot;WNaQWxv&quot; data-editable=&quot;true&quot; data-user=&quot;shannonkay&quot; style=&quot;height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;&quot;&gt;
  &lt;span&gt;See the Pen &lt;a href=&quot;https://codepen.io/shannonkay/pen/WNaQWxv&quot;&gt;
  Untitled&lt;/a&gt; by Shannon (&lt;a href=&quot;https://codepen.io/shannonkay&quot;&gt;@shannonkay&lt;/a&gt;)
  on &lt;a href=&quot;https://codepen.io&quot;&gt;CodePen&lt;/a&gt;.&lt;/span&gt;
&lt;/p&gt;
&lt;script async=&quot;&quot; src=&quot;https://cpwebassets.codepen.io/assets/embed/ei.js&quot;&gt;&lt;/script&gt;

&lt;p&gt;I added the email link to the top of my comments html file. Now when you click on the “Reply by Email” link under my blog post, it will fill in the subject in with the title of the blog post you‘re replying to. It’s simple, but customized.&lt;/p&gt;

            </description>
            <pubDate>Wed, 12 Apr 2023 00:11:00 -0700</pubDate>
            <guid>
                https://blog.shannonkay.com/2023/04-12-ReplyByEmail/
            </guid>
        </item>
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        <item>
            <title>Emoji Subdomain</title>
            <link>
                https://blog.shannonkay.com/2023/02-22-emoji-subdomain/
            </link>
            <description>
                &lt;p&gt;So I made myself an emoji subdomain. It works, which is really fun. But I guess I need to add it to my certificate.&lt;/p&gt;

&lt;p&gt;Given the option, why would I not use a 🦄 subdomain?&lt;/p&gt;

&lt;p&gt;You can try going to my homepage at the alternate subdomain &lt;a href=&quot;https://🦄.shannonkay.com&quot;&gt;🦄.shannonkay.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Update: Here’s how I set up the emoji subdomain.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;To create an emoji subdomain, you need to get the punycode for the emoji. (Note that the punycode is different from the &lt;a href=&quot;https://unicode.org/emoji/charts/full-emoji-list.html&quot;&gt;unicode&lt;/a&gt;.) I used &lt;a href=&quot;https://www.punycoder.com&quot;&gt;Punycoder&lt;/a&gt; to get the punycode. Just paste the emoji you want to use into the “text” box, and click “convert to punycode”. You can now copy the resulting punycode from the punycode box.&lt;/p&gt;

&lt;p&gt;The unicorn emoji 🦄 punycode is “xn–3s9h”(without the quotes).&lt;/p&gt;

&lt;p&gt;Next, you can go to your domain registrar and create a subdomain. I use &lt;a href=&quot;https://www.name.com&quot;&gt;Name.com&lt;/a&gt;.  When you create the subdomain, use the emoji’s punycode where you want the emoji to go. (For me, making a subdomain meant going to “manage DNS” and creating a CNAME record with the subdomain pointing to my website).&lt;/p&gt;

&lt;p&gt;A subdomain is something like &lt;em&gt;unicorn.shannonkay.com&lt;/em&gt;. To make it &lt;a href=&quot;https://🦄.shannonkay.com&quot;&gt;🦄.shannonkay.com&lt;/a&gt; instead, create the subdomain xn–3s9h.shannonkay.com. When I did this, the emoji showed up in the Manage DNS list for the subdomain as soon as I added the DNS record.&lt;/p&gt;

&lt;p&gt;To set the subdomain up with your hosting, add it to your your SSL certificate, etc. You’ll need to use the punycode version of the subdomain. But once you’ve done that, you should be able to type the emoji version into your browser and link to it from most places.&lt;/p&gt;

&lt;p&gt;There are some downsides to the emoji subdomain. It’s not good for email, and places like Instagram don’t support using emoji in links. So it’s probably best not to have emoji in your only linking option.&lt;/p&gt;

&lt;h3 id=&quot;links&quot;&gt;Links&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.punycoder.com&quot;&gt;Punycoder&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://emojifinder.com&quot;&gt;Emoji Finder&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://emojipedia.org&quot;&gt;Emojipedia&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://getemoji.com&quot;&gt;GetEmoji&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Emoji_domain&quot;&gt;Emoji Domain on Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

            </description>
            <pubDate>Wed, 22 Feb 2023 23:29:15 -0800</pubDate>
            <guid>
                https://blog.shannonkay.com/2023/02-22-emoji-subdomain/
            </guid>
        </item>
        
        
        
        
        
        
        
        
        
        
        
        <item>
            <title>Photos</title>
            <link>
                https://blog.shannonkay.com/2023/01-16-photos/
            </link>
            <description>
                &lt;p&gt;I received a new Fujifilm X-T5 camera for Christmas, but I haven’t gotten to play with it much because our family was sick for most of winter break. Then it was very rainy and cloudy most days. The sun is finally out again, and I took the opportunity to pull out the camera.&lt;/p&gt;

&lt;p&gt;Beatrix was my only cooperative model.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/2023/20230116.13.32-62-shannonkay.jpg&quot; alt=&quot;Beatrix&quot; /&gt;&lt;/p&gt;

&lt;p&gt;I’m still figuring out where all the controls are. I’ve had a Fuji XT-200 and Canon DSLRs.&lt;/p&gt;

            </description>
            <pubDate>Mon, 16 Jan 2023 23:40:12 -0800</pubDate>
            <guid>
                https://blog.shannonkay.com/2023/01-16-photos/
            </guid>
        </item>
        
        
        
        
        
        
        
        
        
        <item>
            <title>Shifting Your Social Media</title>
            <link>
                https://blog.shannonkay.com/2022/12-16-ShiftingSocialMedia/
            </link>
            <description>
                &lt;p&gt;So you want an alternative to Twitter, and you’ve heard of Mastodon and the Fediverse, but you’re not sure what to do. Maybe you’re confused, or you’ve tried to join and given up. Lots of more extensive guides have been written. This is meant to help simplify the “getting started” process.&lt;/p&gt;

&lt;h2 id=&quot;short-version&quot;&gt;&lt;strong&gt;Short Version&lt;/strong&gt;&lt;/h2&gt;

&lt;blockquote&gt;
  &lt;p&gt;If you want to join Mastodon, I recommend selecting one of the servers from my “short list” below. Small servers are good! Set up an account, then copy your username and paste it into your Twitter bio. Not the link, just the handle, like mine is @shannonkay@bookstodon.com&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;All you have to do to browse is go to the main page of your chosen server. Once you’ve signed up on a Mastodon server, you can follow  and interact with accounts from any other Mastodon server, as well as many other places in the “Fediverse”.&lt;/p&gt;

&lt;p&gt;The &lt;a href=&quot;https://en.wikipedia.org/wiki/Fediverse&quot;&gt;Fediverse&lt;/a&gt; is what we’re calling all of these federated websites that can talk to each other. Don’t let it confuse you, but there are lots of cool things about that, like an instagram alternative called &lt;a href=&quot;https://pixelfed.org/&quot;&gt;PixelFed&lt;/a&gt;, that you can follow from your Mastodon account.&lt;/p&gt;

&lt;h2 id=&quot;finding-your-friends&quot;&gt;Finding Your Friends&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;I told you to paste your Mastodon handle into your Twitter bio&lt;/strong&gt;, and here is why. You can use software to scan your twitter contacts for Fediverse handles. Pasting yours in the Twitter bio will let them find you!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://www.movetodon.org/&quot;&gt;&lt;del&gt;Movetodon&lt;/del&gt;&lt;/a&gt;&lt;/strong&gt; seems to be down, but &lt;strong&gt;&lt;a href=&quot;https://fedifinder.glitch.me/&quot;&gt;Fedifinder&lt;/a&gt;&lt;/strong&gt; is working, so I recommend using &lt;strong&gt;&lt;a href=&quot;https://fedifinder.glitch.me/&quot;&gt;Fedifinder&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;You will have to authorize your Twitter account to use these. Fedifinder gives you a list of how many users are on each instance and if registration is open or not. Plus, it lets you export a CSV that you can import into Mastodon to follow them all if you want to. &lt;/p&gt;

&lt;h2 id=&quot;which-server-do-i-join&quot;&gt;Which Server Do I Join?&lt;/h2&gt;

&lt;p&gt;I think that choosing a server or “instance” is one of the biggest stumbling blocks for a lot of people who want to try joining the fediverse. I also think it’s one of the most fun things about browsing posts. I love seeing new servers in usernames, and like to go check out the website to see what it’s about! &lt;/p&gt;

&lt;p&gt;Here’s a short list of Mastodon instances that I found of interest and thought people might like to join. These are mostly instances that I’ve seen being used by people or promoted as now open and welcoming new members. You can also see a huge list on &lt;a href=&quot;https://joinmastodon.org/servers&quot;&gt;Join Mastodon Servers&lt;/a&gt;, or try the &lt;a href=&quot;https://mastodon.help/instances/en&quot;&gt;Mastodon Instance Search Engine&lt;/a&gt; if you want to look at more options.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Joining a small instance is good!&lt;/em&gt; If you end up finding a different instance you prefer later, you can move your account.&lt;/p&gt;

&lt;p&gt;I’ve linked to the about pages, so that you can see what they’re about. Clicking “local” will show you only posts from people on that instance.&lt;/p&gt;

&lt;h2 id=&quot;the-short-list&quot;&gt;The “Short List”&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://zirk.us/about&quot;&gt;Zirk.us&lt;/a&gt; - Literature, philosophy, film, music, culture, politics, history, architecture: join the circus of the arts and humanities! For readers, writers, academics or anyone wanting to follow the conversation.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://hachyderm.io/about&quot;&gt;Hachyderm.io&lt;/a&gt; - Tech pros and enthusiasts&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://historians.social/about&quot;&gt;Historians.social&lt;/a&gt; - History&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://masto.ai/about&quot;&gt;masto.ai&lt;/a&gt; - A general-purpose Mastodon server for all languages, owned by Stux.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://cupoftea.social/about&quot;&gt;CupOfTea.social&lt;/a&gt; - “Wholesome Content”&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://blacktwitter.io/about&quot;&gt;BlackTwitter.io&lt;/a&gt; - “Black Twitter”&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://worldkey.io/about&quot;&gt;WorldKey.io&lt;/a&gt; - Disney fans&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://universeodon.com/about&quot;&gt;Universeodon.com&lt;/a&gt; - Where the universe meets Mastodon.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://mstdn.games/about&quot;&gt;mstdn.games&lt;/a&gt; - Gaming&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://deacon.social/about&quot;&gt;Deacon.social&lt;/a&gt; - Christians of all backgrounds and faith traditions to build an inclusive and loving community. “The name deacon (διακονέω) means one who serves or “server,” and since this is a server, and our goal is to serve each other, the name is doubly appropriate.”&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://artisan.chat/about&quot;&gt;Artisan.chat&lt;/a&gt; - Artisans/Crafters&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://social.vivaldi.net/about&quot;&gt;Vivaldi Social&lt;/a&gt; - ( @vivaldi.net) Hosted in Iceland by the makers of Vivaldi Browser. Everyone is welcome to join. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Books and Writing&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://bookstodon.com/about&quot;&gt;Bookstodon.com&lt;/a&gt; - Welcomes book lovers and all things bookish.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://writing.exchange/about&quot;&gt;Writing.exchange&lt;/a&gt; - A stable, long-running Mastodon instance for writers since 2017.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://mastodonbooks.net/about&quot;&gt;MastodonBooks.net&lt;/a&gt; - Your hub for fun and informative discussion related to books, reviews, currently reading, best in genre and of course authors.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://bookstodon.thestorygraph.com/about&quot;&gt;Bookstodon by The Storygraph&lt;/a&gt; - Mastodon instance run by The Storygraph&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Star Trek&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://trekkies.social/about&quot;&gt;Trekkies.social&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://tenforward.social/about&quot;&gt;TenForward.social&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Local&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://pdx.social/about&quot;&gt;PDX.social&lt;/a&gt; - Portland Area&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://mstdn.ca/about&quot;&gt;mstdn.ca&lt;/a&gt; - for Canadians&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://sfba.social/about&quot;&gt;SFBA.social&lt;/a&gt; - San Francisco Bay Area&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;bonus&quot;&gt;Bonus&lt;/h2&gt;

&lt;p&gt;Most Mastodon servers are run by volunteers. &lt;strong&gt;If you are able, please consider donating to your instance or joining their Patreon if they have one.&lt;/strong&gt;&lt;/p&gt;

&lt;h2 id=&quot;what-about-apps&quot;&gt;What About Apps?&lt;/h2&gt;

&lt;p&gt;You may have heard that the official Mastodon app is not good, but recent updates have been made and you might like it. One of the nice things about the open source nature of Mastodon, is that any developer who wants to can make a great app for it. I’m using &lt;a href=&quot;https://apps.apple.com/us/app/metatext/id1523996615&quot;&gt;Metatext&lt;/a&gt; and brand new app &lt;a href=&quot;https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884&quot;&gt;Ice Cubes&lt;/a&gt; on iOS. On desktop, I mostly use the default website of my server and haven’t had a problem. More apps for lots of platforms are listed on &lt;a href=&quot;https://joinmastodon.org/apps&quot;&gt;Join Mastodon Apps&lt;/a&gt;(scroll down a little for the third party apps). Lots of new apps are in development too, including devs who formerly made Twitter clients.&lt;/p&gt;

&lt;h2 id=&quot;more-resources&quot;&gt;More Resources&lt;/h2&gt;

&lt;p&gt;This guide was meant to help you get started, and of course there’s much more to discover if you want to dive in deeper. Here are a some links for more detailed guides and more information.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://www.podfeet.com/blog/2022/12/mastodon-is-fun/&quot;&gt;Come Join the Fun in Mastodon — I Promise, It’s Easy&lt;/a&gt;! by podfeet&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://techtom.substack.com/p/the-basics-of-mastodon&quot;&gt;The Basics of Mastodon&lt;/a&gt; by Tom Merritt&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://behindthegrammar.com/2023/01/how-to-get-started-with-mastodon/&quot;&gt;How to get started with Mastodon&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;by Mignon Fogarty&lt;/strong&gt;, aka “Grammar Girl”. This guide has lots of tips for what to do once you’re on Mastodon.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://fedi.tips/&quot;&gt;Fedi Tips&lt;/a&gt; -&lt;/strong&gt; An informal, unofficial guide for non-technical people who want to use Mastodon and the wider Fediverse&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://mastodon.help/&quot;&gt;Mastodon Help&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://moa.party/&quot;&gt;Crossposting between Twitter and Mastodon&lt;/a&gt; -&lt;/strong&gt; &lt;a href=&quot;https://moa.party/&quot;&gt;Moa.party&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://followgraph.vercel.app/&quot;&gt;Followgraph&lt;/a&gt;&lt;/strong&gt; - This tool allows you to expand your connection graph and find new people to follow. It works by looking up your “follows’ follows”.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://mastodon.help/instances/en&quot;&gt;Mastodon Instances Search Engine&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://neurodifferent.me/@passis/109418472725947154&quot;&gt;Inclusive Instances List&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://dldr.xyz/links/#mastodon-instances&quot;&gt;Fandom Instances List&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://joinmastodon.org/&quot;&gt;Join Mastodon&lt;/a&gt; - the official website for the Mastodon project&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://fedi.garden/&quot;&gt;Fedi.Garden&lt;/a&gt; - a fediverse instance directory.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;have-fun&quot;&gt;Have Fun!&lt;/h2&gt;

&lt;p&gt;I hope to see you in the Fediverse!&lt;/p&gt;

            </description>
            <pubDate>Fri, 16 Dec 2022 12:57:14 -0800</pubDate>
            <guid>
                https://blog.shannonkay.com/2022/12-16-ShiftingSocialMedia/
            </guid>
        </item>
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        <item>
            <title>New Kindle</title>
            <link>
                https://blog.shannonkay.com/2021/10-30-NewKindle/
            </link>
            <description>
                &lt;p&gt;I finished reading My Contrary Mary today, and it did not disappoint. More of a review of the book will be coming soon. Life and kids got in the way of my finishing it sooner, but I was excited to finish reading My Contrary Mary on my new Kindle Paperwhite Signature Edition.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/2021/IMG_0599.jpg&quot; alt=&quot;New Kindle&quot; /&gt;&lt;/p&gt;

&lt;p&gt;The Kindle Paperwhite Signature Edition is a nice upgrade from my older Kindle Paperwhite. Some points of improvement:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Modern charging standards, with a USB-C port and wireless charging&lt;/li&gt;
  &lt;li&gt;No ads!&lt;/li&gt;
  &lt;li&gt;The option to show my current book cover on the ad-free screen when it’s locked&lt;/li&gt;
  &lt;li&gt;A flush screen, not a screen that’s lower than the bezel (as on my previous Kindle)&lt;/li&gt;
  &lt;li&gt;Faster loading, and better responsiveness&lt;/li&gt;
  &lt;li&gt;Nice case that automatically locks and unlocks when I open and close it. (Wireless charging works through the case too!)&lt;/li&gt;
  &lt;li&gt;Audible support with bluetooth for headphones (though I haven’t tried this yet).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Overall, this Kindle is definitely worth upgrading to!&lt;/p&gt;

            </description>
            <pubDate>Sat, 30 Oct 2021 11:52:31 -0700</pubDate>
            <guid>
                https://blog.shannonkay.com/2021/10-30-NewKindle/
            </guid>
        </item>
        
        
        
        
        
        
    </channel>
</rss>