<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="https://junglecoder.com/feeds/main.xml" rel="self" type="application/rss+xml"/>
    <title>Jungle Coder</title>
    <link>https://junglecoder.com/feeds/main.xml</link>
    <description>Announcements for my pages and projects</description>
    <managingEditor>yumaikas94@gmail.com (Andrew Owen)</managingEditor>
        
        <item>
            <title>1st notions : 2</title>
            <guid>https://junglecoder.com/notions-two.html#each-code-count</guid>
            <link>https://junglecoder.com/notions-two.html#each-code-count</link>
            <pubDate>Sat, 15 Feb 2025 16:20:18 MST</pubDate>
            <description><![CDATA[
<p>A little code-counting script that uses my <a href="https://github.com/yumaikas/jagged-scraps/blob/main/each.janet">each</a> script</p>
<code>fd --glob "*.fnl" | each cat @ | rg -v '^$' | wc -l</code>
<p>Yeah, I know there's a way to convince xargs to do the same thing, but it's also got a lot
of other things going on, this seems easier to remember</p>
]]></description>
        </item>
    
        <item>
            <title>1st notions : 1</title>
            <guid>https://junglecoder.com/notions-two.html#jeremy-blake-sing-me-to-sleep</guid>
            <link>https://junglecoder.com/notions-two.html#jeremy-blake-sing-me-to-sleep</link>
            <pubDate>Thu, 03 Oct 2024 23:50:52 MDT</pubDate>
            <description><![CDATA[
<p><a href="https://youtu.be/wnj5ssOPB7o">Sing Me To Sleep</a>, by Jeremy Blake, is a song that hits me in a rather nostalgic (though for a recent past) way.</p>

<p>Like, it's an electronic lullaby of sorts, but it's also about all of the thoughts that pile up at the end of the day, as your mind struggles to let go and surrender to the night.</p>

<p>"Sign me to sleep"</p>
<p>"If the bough breaks, what can we keep?"</p>
]]></description>
        </item>
    
        <item>
            <title>1st notions : 0</title>
            <guid>https://junglecoder.com/notions-two.html#rewriting-systems</guid>
            <link>https://junglecoder.com/notions-two.html#rewriting-systems</link>
            <pubDate>Thu, 03 Oct 2024 22:56:55 MDT</pubDate>
            <description><![CDATA[A wreckoning is coming for the tech industry, from a pair of arcane computing models, from a small group of enthusiasts. Should make things a lot easier for normal folks tho.]]></description>
        </item>
    
        <item>
            <title>1st notions : -1</title>
            <guid>https://junglecoder.com/notions-two.html#preact</guid>
            <link>https://junglecoder.com/notions-two.html#preact</link>
            <pubDate>Sun, 29 Sep 2024 23:22:14 MDT</pubDate>
            <description><![CDATA[So, <a href="/notions.html">zeroth notions</a> is roughly the same size, as an HTML document, as the <a href="https://bundlephobia.com/package/preact@10.24.1">minified+gzipped preact library</a>. I bring this up because a lot of discussions around JS library size don't have a scale you can quite see. Admiral Grace Hopper talked about carrying a nanosecond, I feel like being able to point at 4.6kb might be handy.]]></description>
        </item>
    
        <item>
            <title>0th notions : 5</title>
            <guid>https://junglecoder.com/notions.html#i-am-become-jwz</guid>
            <link>https://junglecoder.com/notions.html#i-am-become-jwz</link>
            <pubDate>Sun, 29 Sep 2024 22:59:19 MDT</pubDate>
            <description><![CDATA[
    Welp, I think I'm starting to understand where jwz is with his website and the pile of "previously, previously, previously". <a href="https://www.citationneeded.news/posse/">POSSE</a> seems pretty attractive now that my online Posting Spots outside of the fediverse are being actively burned to cinders by billionaires, or else schedule for soon demolition/shutdown. 
]]></description>
        </item>
    
        <item>
            <title>0th notions : 4</title>
            <guid>https://junglecoder.com/notions.html#brain-taped-warning-light</guid>
            <link>https://junglecoder.com/notions.html#brain-taped-warning-light</link>
            <pubDate>Sun, 29 Sep 2024 11:29:37 MDT</pubDate>
            <description><![CDATA[
    <p>If you grew up without the permission to say no to doing a lot of things things, and you're up against a tremedous challenge, and your motivation is "I'm just doing what I have to", and people can't fathom that?</p>

    <p>That's a sign that you've likely taped over a lot of warning lights in your brain and/or are running on War Emergency Power.</p> 
    
    <p>Getting some relief and/or mental health intervention should be a high priority.</p>
]]></description>
        </item>
    
        <item>
            <title>0th notions : 3</title>
            <guid>https://junglecoder.com/notions.html#rss-validation-pain</guid>
            <link>https://junglecoder.com/notions.html#rss-validation-pain</link>
            <pubDate>Sun, 29 Sep 2024 02:05:17 MDT</pubDate>
            <description><![CDATA[
    <p>Dealing with RSS validation errors tonight has been a pain.</p>

    <p>Of course, it's one of those irritating "you have the order of the date and the month swapped". Will we tell you this? lol, no, "date is invalid" is all you get, figure it out yourself!</p>

    <p>So, the date format I have working right now is <pre class="mendoza-codeblock"><code data-language="janet"><span class="mdzsyn-string">"%a, %d %b %Y %H:%M:%S %Z"</span></code></pre> in Janet (via <a href="https://bakpakin.github.io/mendoza/">mendoza</a>), which uses C's strftime. So that's been fun.</p>
]]></description>
        </item>
    
        <item>
            <title>0th notions : 2</title>
            <guid>https://junglecoder.com/notions.html#masto-nerd-passion</guid>
            <link>https://junglecoder.com/notions.html#masto-nerd-passion</link>
            <pubDate>Sat, 28 Sep 2024 23:50:00 MDT</pubDate>
            <description><![CDATA[
    From <a href="https://hcommons.social/@jnl/">@JNL</a>, I think this is an <a href="https://hcommons.social/@jnl/113209461261623685">important idea</a>
    <blockquote>
Mastodon nerds, this is an urgent message: please keep nerding out on things you are passionate about and then taking us along on your deep dives. Share your pics and discoveries. Muse. Show us dust motes and explain how you learned that no two are the same. 

A passionate engagement with the beauty and weirdness of the world we have is a hope project. It is a meaning-making project.

It is a resistance project.
    </blockquote>
]]></description>
        </item>
    
        <item>
            <title>0th notions : 1</title>
            <guid>https://junglecoder.com/notions.html#godot-1</guid>
            <link>https://junglecoder.com/notions.html#godot-1</link>
            <pubDate>Sat, 28 Sep 2024 15:20:00 MDT</pubDate>
            <description><![CDATA[
    A Godot <a href="https://docs.godotengine.org/en/stable/tutorials/scripting/resources.html">Resource</a> that's a portal: It links to two .tscn files that represent the maps on either side of it, and is held by the exit nodes.
]]></description>
        </item>
    
        <item>
            <title>A refreshed site!</title>
            <guid>https://junglecoder.com/</guid>
            <link>https://junglecoder.com/</link>
            <pubDate>Tue, 24 Sep 2024 13:59:00 MDT</pubDate>
            <description><![CDATA[    So, I've refreshed the landing page for junglecoder.com to be more of a garden and less of a list-o-posts. I'll be announcing projects, standalone articles, or article series on this feed. 
    
    Also, funny story, the RSS feed doesn't have to line up to anything else on the site.
    ]]></description>
        </item>
    
  </channel>
</rss>
