<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
      <title>Newt&#x27;s Cove - my tiny microblog!</title>
      <link>https://newtbytes.cc/radar/</link>
      <description>Ness Shannon&#x27;s personal website, blog, microblog, and more!</description>
      <generator>Zola</generator>
      <language>en</language>
      <atom:link href="https://newtbytes.cc/radar/rss.xml" rel="self" type="application/rss+xml"/>
      <lastBuildDate>Sun, 19 Apr 2026 00:00:00 +0000</lastBuildDate>
      <item>
          <title>Projecting gender to latent space</title>
          <pubDate>Sun, 19 Apr 2026 00:00:00 +0000</pubDate>
          <author>newtbytes</author>
          <link>https://newtbytes.cc/radar/projecting-gender-to-latent-space/</link>
          <guid>https://newtbytes.cc/radar/projecting-gender-to-latent-space/</guid>
          <description xml:base="https://newtbytes.cc/radar/projecting-gender-to-latent-space/">&lt;iframe src=&quot;https:&#x2F;&#x2F;transfem.social&#x2F;embed&#x2F;notes&#x2F;al9vrzp2l3go05or&quot; data-misskey-embed-id=&quot;v1_66f7a334-31bb-4346-a124-9fc61871af80&quot; loading=&quot;lazy&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; style=&quot;border: none; width: 100%; max-width: 500px; height: 300px; color-scheme: light dark;&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;script defer src=&quot;https:&#x2F;&#x2F;transfem.social&#x2F;embed.js&quot;&gt;&lt;&#x2F;script&gt;
</description>
      </item>
      <item>
          <title></title>
          <pubDate>Sun, 05 Apr 2026 00:00:00 +0000</pubDate>
          <author>newtbytes</author>
          <link>https://newtbytes.cc/radar/2026-04-05/</link>
          <guid>https://newtbytes.cc/radar/2026-04-05/</guid>
          <description xml:base="https://newtbytes.cc/radar/2026-04-05/">&lt;p&gt;Thinking about using Cloudflare’s access feature (I think that’s what it’s called) so that I can add a content editor to my site which pushes changes to the git repo for the site. Cuz it’s very difficult to edit the site on mobile, even though it’s technically possible by using GitHub for editing, but it’s not an easy experience. I want it to be as easy for me as editing Wikipedia while keeping the site static.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;alternatives-i-ve-rejected&quot;&gt;Alternatives I’ve Rejected&lt;&#x2F;h2&gt;
&lt;p&gt;Editing in vscode is great because I can customize it for writing blog posts, but sadly I can’t get that experience on mobile. Another idea is using &lt;a rel=&quot;nofollow external&quot; href=&quot;https:&#x2F;&#x2F;obsidian.md&quot;&gt;Obsidian&lt;&#x2F;a&gt;, since it has a plugin that adds Git support so I could theoretically use that for editing content. Couple problems with that: it uses YAML for Markdown frontmatter and &lt;a rel=&quot;nofollow external&quot; href=&quot;https:&#x2F;&#x2F;getzola.org&quot;&gt;Zola&lt;&#x2F;a&gt; (the static site generator I use) uses TOML. Technically Zola “supports” YAML, but that is intended for making porting from other website frameworks easier and is not recommended. Also, YAML is loosely specified so who knows if properties in Obsidian notes will be parsed the same way by Zola. Additionally, the Git plugin for Obsidian doesn’t have great support on mobile because it has to use an alternative, less mature Git implementation implemented in JavaScript (which can be buggy AFAIK), rather than using the system install of Git (which isn’t available on mobile).&lt;&#x2F;p&gt;
&lt;blockquote class=&quot;markdown-alert-note&quot;&gt;
&lt;p&gt;I wonder if Obsidian plugins support WebAssembly? If so, the original implementation of Git could be used.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;h2 id=&quot;conclusion&quot;&gt;Conclusion&lt;&#x2F;h2&gt;
&lt;p&gt;Hopefully I can find a pretty good markdown-based editor so I can use that and avoid implementing it myself. The ideal would be to create something that feels Obsidian’s text editor which is like a WYSIWYG editor that also lets you edit the source of the page. Idk how that would work with inline HTML. I probably will start with just basic text editor for the page source probably. Honestly I don’t know how I would map a URL to a source file (because Zola isn’t made for this) so the editor probably couldn’t even have an ‘edit’ button on pages. Really if I wanted to properly do this, I would have to use a ‘real’ web framework like Astro (which I’m thinking of using in the case I have enough ideas like this that I want to properly implement). But the MVP I’m imagining is good enough for making mobile editing not suck :3&lt;&#x2F;p&gt;
</description>
      </item>
      <item>
          <title>Puppy Oriented Programming Language</title>
          <pubDate>Sat, 04 Apr 2026 00:00:00 +0000</pubDate>
          <author>newtbytes</author>
          <link>https://newtbytes.cc/radar/puppy-oriented-programming-language/</link>
          <guid>https://newtbytes.cc/radar/puppy-oriented-programming-language/</guid>
          <description xml:base="https://newtbytes.cc/radar/puppy-oriented-programming-language/">&lt;iframe src=&quot;https:&#x2F;&#x2F;transfem.social&#x2F;embed&#x2F;notes&#x2F;ako8iu60j2vq000d&quot; data-misskey-embed-id=&quot;v1_c72edc81-a4e7-4da3-b570-309609621e07&quot; loading=&quot;lazy&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; style=&quot;border: none; width: 100%; max-width: 500px; height: 300px; color-scheme: light dark;&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;script defer src=&quot;https:&#x2F;&#x2F;transfem.social&#x2F;embed.js&quot;&gt;&lt;&#x2F;script&gt;
</description>
      </item>
      <item>
          <title></title>
          <pubDate>Wed, 04 Mar 2026 00:00:00 +0000</pubDate>
          <author>newtbytes</author>
          <link>https://newtbytes.cc/radar/2026-03-04/</link>
          <guid>https://newtbytes.cc/radar/2026-03-04/</guid>
          <description xml:base="https://newtbytes.cc/radar/2026-03-04/">&lt;p&gt;“Schoolwork sucks, no dopamine for you! How about you spend four hours doing nothing and four hours failing to understand NGINX?”&lt;&#x2F;p&gt;
</description>
      </item>
      <item>
          <title>Hosting on GitHub Pages now!</title>
          <pubDate>Wed, 25 Feb 2026 00:00:00 +0000</pubDate>
          <author>newtbytes</author>
          <link>https://newtbytes.cc/radar/hosting-on-github-pages/</link>
          <guid>https://newtbytes.cc/radar/hosting-on-github-pages/</guid>
          <description xml:base="https://newtbytes.cc/radar/hosting-on-github-pages/">&lt;p&gt;I got the &lt;a rel=&quot;nofollow external&quot; href=&quot;https:&#x2F;&#x2F;newtbytes.cc&quot;&gt;website&lt;&#x2F;a&gt; up and running with GitHub pages! Now it doesn’t redirect to neocities :3 Pretty neat :p Also, the old neocities hosted version now redirects to the new domain. Yay :3&lt;&#x2F;p&gt;
</description>
      </item>
      <item>
          <title>Bought a domain name</title>
          <pubDate>Sun, 22 Feb 2026 00:00:00 +0000</pubDate>
          <author>newtbytes</author>
          <link>https://newtbytes.cc/radar/bought-a-domain-name/</link>
          <guid>https://newtbytes.cc/radar/bought-a-domain-name/</guid>
          <description xml:base="https://newtbytes.cc/radar/bought-a-domain-name/">&lt;p&gt;Cloudflare is like the best thing ever btw&lt;&#x2F;p&gt;
&lt;p&gt;New domain is &lt;a rel=&quot;nofollow external&quot; href=&quot;https:&#x2F;&#x2F;newtbytes.cc&quot;&gt;newtbytes.cc&lt;&#x2F;a&gt; :3 I bought the domain for with Cloudflare and omg i adore the features they offer!! Cloudflare’s plans are definitely one of the few software subscriptions nowadays that are very much worth the price and the subscription model. And you get so much for free!!&lt;&#x2F;p&gt;
&lt;p&gt;Only thing I’m worried about now is that I want to continue being on neocities, but I can’t afford to pay the $5&#x2F;month so I can use a custom domain. That’s fine though, I’m technical enough that I can find a free way to host the site. I still think I want to participate in the social media-like side of neocities, so I technically still need a site on neocities to do that. Hopefully I could just set it up so that &lt;a rel=&quot;nofollow external&quot; href=&quot;https:&#x2F;&#x2F;newtbytes.neocities.org&quot;&gt;newtbytes.neocities.org&lt;&#x2F;a&gt; redirects to &lt;a rel=&quot;nofollow external&quot; href=&quot;https:&#x2F;&#x2F;newtbytes.cc&quot;&gt;newtbytes.cc&lt;&#x2F;a&gt;, but I don’t know how to do that yet lol. We’ll see.&lt;&#x2F;p&gt;
&lt;p&gt;I also would love to get into homelabbing and hosting stuff for my website at home, though I don’t really have the hardware quite yet. Maybe I could buy a cheap old used laptop (&amp;lt;$50) or something, idk :3&lt;&#x2F;p&gt;
</description>
      </item>
    </channel>
</rss>
