<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>autumn&apos;s corner</title><description>a dog blog</description><link>https://blog.autumnskies.dog/</link><language>en</language><item><title>Image Captions Example</title><link>https://blog.autumnskies.dog/posts/image-captions/</link><guid isPermaLink="true">https://blog.autumnskies.dog/posts/image-captions/</guid><description>Guide to using the image caption feature.</description><pubDate>Thu, 13 Mar 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2&gt;About Image Captions&lt;/h2&gt;
&lt;p&gt;This feature wraps images in a &lt;code&gt;&amp;lt;figure&amp;gt;&lt;/code&gt; tag only when the image carries independent meaning. If the image is part of the content and does not stand alone, it will not be enclosed in a &lt;code&gt;&amp;lt;figure&amp;gt;&lt;/code&gt; tag. Only &lt;a href=&quot;https://commonmark.org/&quot;&gt;CommonMark&lt;/a&gt; syntax is supported.&lt;/p&gt;
&lt;h2&gt;Usage&lt;/h2&gt;
&lt;h3&gt;Single Image&lt;/h3&gt;
&lt;h4&gt;With Caption&lt;/h4&gt;
&lt;p&gt;Markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;![A description of the image](url &quot;An image title&quot;)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;HTML:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;figure&amp;gt;
  &amp;lt;div&amp;gt;
    &amp;lt;figure&amp;gt;
      &amp;lt;img alt=&quot;A description of the image&quot; src=&quot;url&quot;&amp;gt;
      &amp;lt;figcaption&amp;gt;An image title&amp;lt;/figcaption&amp;gt;
    &amp;lt;/figure&amp;gt;
  &amp;lt;/div&amp;gt;
&amp;lt;/figure&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;A description of the image&quot; title=&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&quot; /&gt;&lt;/p&gt;
&lt;h4&gt;Without Caption&lt;/h4&gt;
&lt;p&gt;Markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;![A description of the image](url)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;HTML:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;figure&amp;gt;
  &amp;lt;div&amp;gt;
    &amp;lt;img alt=&quot;A description of the image&quot; src=&quot;url&quot;&amp;gt;
  &amp;lt;/div&amp;gt;
&amp;lt;/figure&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;A description of the image&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Multiple Images&lt;/h3&gt;
&lt;p&gt;When you include only images within a paragraph, they will be grouped together. Hard or soft breaks can also be used.&lt;/p&gt;
&lt;h4&gt;With Caption&lt;/h4&gt;
&lt;p&gt;Markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;![Image 1 description](url1 &quot;Image Title 1&quot;)  
![Image 2 description](url2 &quot;Image Title 2&quot;)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;HTML:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;figure&amp;gt;
  &amp;lt;div&amp;gt;
    &amp;lt;figure&amp;gt;
      &amp;lt;img alt=&quot;Image 1 description&quot; src=&quot;url1&quot;&amp;gt;
      &amp;lt;figcaption&amp;gt;Image Title 1&amp;lt;/figcaption&amp;gt;
    &amp;lt;/figure&amp;gt;
    &amp;lt;figure&amp;gt;
      &amp;lt;img alt=&quot;Image 2 description&quot; src=&quot;url2&quot;&amp;gt;
      &amp;lt;figcaption&amp;gt;Image Title 2&amp;lt;/figcaption&amp;gt;
    &amp;lt;/figure&amp;gt;
  &amp;lt;/div&amp;gt;
&amp;lt;/figure&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;A description of the image&quot; title=&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;A description of the image&quot; title=&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&quot; /&gt;&lt;/p&gt;
&lt;h4&gt;Without Caption&lt;/h4&gt;
&lt;p&gt;Markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;![Image 1 description](url1)  
![Image 2 description](url2)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;HTML:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;figure&amp;gt;
  &amp;lt;div&amp;gt;
    &amp;lt;img alt=&quot;Image 1 description&quot; src=&quot;url1&quot;&amp;gt;
    &amp;lt;img alt=&quot;Image 2 description&quot; src=&quot;url2&quot;&amp;gt;
  &amp;lt;/div&amp;gt;
&amp;lt;/figure&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;A description of the image&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;A description of the image&quot; /&gt;&lt;/p&gt;
&lt;h4&gt;With Shared Caption&lt;/h4&gt;
&lt;p&gt;Markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;![Image 1 description](url1 &quot;This becomes the caption&quot;)  
![Image 2 description](url2)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;HTML:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;figure&amp;gt;
  &amp;lt;div&amp;gt;
    &amp;lt;img alt=&quot;Image 1 description&quot; src=&quot;url1&quot;&amp;gt;
    &amp;lt;img alt=&quot;Image 2 description&quot; src=&quot;url2&quot;&amp;gt;
  &amp;lt;/div&amp;gt;
  &amp;lt;figcaption&amp;gt;This becomes the caption&amp;lt;/figcaption&amp;gt;
&amp;lt;/figure&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;A description of the image&quot; title=&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;A description of the image&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Single Image Link&lt;/h3&gt;
&lt;h4&gt;With Caption&lt;/h4&gt;
&lt;p&gt;Markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[![A description of the image](image-url &quot;An image title&quot;)](link-url &quot;A link title&quot;)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;HTML:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;figure&amp;gt;
  &amp;lt;a href=&quot;link-url&quot;&amp;gt;
    &amp;lt;figure&amp;gt;
      &amp;lt;img alt=&quot;A description of the image&quot; src=&quot;image-url&quot;&amp;gt;
      &amp;lt;figcaption&amp;gt;An image title&amp;lt;/figcaption&amp;gt;
    &amp;lt;/figure&amp;gt;
  &amp;lt;/a&amp;gt;
  &amp;lt;figcaption&amp;gt;A link title&amp;lt;/figcaption&amp;gt;
&amp;lt;/figure&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/saicaca/fuwari&quot;&gt;&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;A description of the image&quot; title=&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[![A description of the image](image-url)](link-url &quot;A link title&quot;)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;HTML:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;figure&amp;gt;
  &amp;lt;a href=&quot;link-url&quot;&amp;gt;
    &amp;lt;img alt=&quot;A description of the image&quot; src=&quot;image-url&quot;&amp;gt;
  &amp;lt;/a&amp;gt;
  &amp;lt;figcaption&amp;gt;A link title&amp;lt;/figcaption&amp;gt;
&amp;lt;/figure&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/saicaca/fuwari&quot;&gt;&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;A description of the image&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[![A description of the image](image-url &quot;An image title&quot;)](link-url)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;HTML:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;figure&amp;gt;
  &amp;lt;a href=&quot;link-url&quot;&amp;gt;
    &amp;lt;figure&amp;gt;
      &amp;lt;img alt=&quot;A description of the image&quot; src=&quot;image-url&quot;&amp;gt;
      &amp;lt;figcaption&amp;gt;An image title&amp;lt;/figcaption&amp;gt;
    &amp;lt;/figure&amp;gt;
  &amp;lt;/a&amp;gt;
&amp;lt;/figure&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/saicaca/fuwari&quot;&gt;&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;A description of the image&quot; title=&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Without Caption&lt;/h4&gt;
&lt;p&gt;Markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[![A description of the image](image-url)](link-url)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;HTML:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;figure&amp;gt;
  &amp;lt;a href=&quot;link-url&quot;&amp;gt;
    &amp;lt;img alt=&quot;A description of the image&quot; src=&quot;image-url&quot;&amp;gt;
  &amp;lt;/a&amp;gt;
&amp;lt;/figure&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/saicaca/fuwari&quot;&gt;&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;A description of the image&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Multiple Image Link&lt;/h3&gt;
&lt;p&gt;When you include only a multiple-image link within a paragraph, the images will be grouped together. Hard or soft breaks can also be used.&lt;/p&gt;
&lt;h4&gt;With Caption&lt;/h4&gt;
&lt;p&gt;Markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[![Image 1 description](image-url1 &quot;Image Title 1&quot;)  
![Image 2 description](image-url2 &quot;Image Title 2&quot;)](link-url &quot;A link title&quot;)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;HTML:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;figure&amp;gt;
  &amp;lt;a href=&quot;link-url&quot;&amp;gt;
    &amp;lt;figure&amp;gt;
      &amp;lt;img alt=&quot;Image 1 description&quot; src=&quot;image-url1&quot;&amp;gt;
      &amp;lt;figcaption&amp;gt;Image Title 1&amp;lt;/figcaption&amp;gt;
    &amp;lt;/figure&amp;gt;
    &amp;lt;figure&amp;gt;
      &amp;lt;img alt=&quot;Image 2 description&quot; src=&quot;image-url2&quot;&amp;gt;
      &amp;lt;figcaption&amp;gt;Image Title 2&amp;lt;/figcaption&amp;gt;
    &amp;lt;/figure&amp;gt;
  &amp;lt;/a&amp;gt;
  &amp;lt;figcaption&amp;gt;A link title&amp;lt;/figcaption&amp;gt;
&amp;lt;/figure&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/saicaca/fuwari&quot;&gt;&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;Image 1 description&quot; title=&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;Image 2 description&quot; title=&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[![Image 1 description](image-url1)  
![Image 2 description](image-url2)](link-url &quot;A link title&quot;)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;HTML:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;figure&amp;gt;
  &amp;lt;a href=&quot;link-url&quot;&amp;gt;
    &amp;lt;img alt=&quot;Image 1 description&quot; src=&quot;image-url1&quot;&amp;gt;
    &amp;lt;img alt=&quot;Image 2 description&quot; src=&quot;image-url2&quot;&amp;gt;
  &amp;lt;/a&amp;gt;
  &amp;lt;figcaption&amp;gt;A link title&amp;lt;/figcaption&amp;gt;
&amp;lt;/figure&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/saicaca/fuwari&quot;&gt;&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;Image 1 description&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;Image 2 description&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[![Image 1 description](image-url1 &quot;Image Title 1&quot;)  
![Image 2 description](image-url2 &quot;Image Title 2&quot;)](link-url)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;HTML:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;figure&amp;gt;
  &amp;lt;a href=&quot;link-url&quot;&amp;gt;
    &amp;lt;figure&amp;gt;
      &amp;lt;img alt=&quot;Image 1 description&quot; src=&quot;image-url1&quot;&amp;gt;
      &amp;lt;figcaption&amp;gt;Image Title 1&amp;lt;/figcaption&amp;gt;
    &amp;lt;/figure&amp;gt;
    &amp;lt;figure&amp;gt;
      &amp;lt;img alt=&quot;Image 2 description&quot; src=&quot;image-url2&quot;&amp;gt;
      &amp;lt;figcaption&amp;gt;Image Title 2&amp;lt;/figcaption&amp;gt;
    &amp;lt;/figure&amp;gt;
  &amp;lt;/a&amp;gt;
&amp;lt;/figure&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/saicaca/fuwari&quot;&gt;&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;Image 1 description&quot; title=&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;Image 2 description&quot; title=&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Without Caption&lt;/h4&gt;
&lt;p&gt;Markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[![Image 1 description](image-url1)  
![Image 2 description](image-url2)](link-url)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;HTML:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;figure&amp;gt;
  &amp;lt;a href=&quot;link-url&quot;&amp;gt;
    &amp;lt;img alt=&quot;Image 1 description&quot; src=&quot;image-url1&quot;&amp;gt;
    &amp;lt;img alt=&quot;Image 2 description&quot; src=&quot;image-url2&quot;&amp;gt;
  &amp;lt;/a&amp;gt;
&amp;lt;/figure&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/saicaca/fuwari&quot;&gt;&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;Image 1 description&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=640/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot; alt=&quot;Image 2 description&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Root Relative Path and Relative Path&lt;/h3&gt;
&lt;h4&gt;Root Relative Path&lt;/h4&gt;
&lt;p&gt;A root relative path refers to assets located in the &lt;code&gt;public&lt;/code&gt; directory of your project.&lt;/p&gt;
&lt;p&gt;Markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;![A description of the image](/favicon/favicon-dark-128.png &quot;An image title&quot;)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&quot;/favicon/favicon-dark-128.png&quot; alt=&quot;A description of the image&quot; title=&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&quot; /&gt;&lt;/p&gt;
&lt;h4&gt;Relative Path&lt;/h4&gt;
&lt;p&gt;A relative path refers to assets inside the &lt;code&gt;src&lt;/code&gt; directory, and it is relative to the location of the current file.&lt;/p&gt;
&lt;p&gt;Markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;![A description of the image](../../assets/images/demo-avatar.png &quot;An image title&quot;)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/images/demo-avatar.png&quot; alt=&quot;A description of the image&quot; title=&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;Options&lt;/h2&gt;
&lt;p&gt;You can specify the options in the &lt;code&gt;astro.config.mjs&lt;/code&gt; file.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;...
import remarkImageCaption from &quot;./src/plugins/remark-image-caption.ts&quot;
...
export default defineConfig({
  ...
  markdown: {
    ...
    remarkPlugins: [
      ...
      remarkImageCaption, // Plugin here
      ...
&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;className&lt;/td&gt;
&lt;td&gt;string&lt;/td&gt;
&lt;td&gt;&quot;&quot;&lt;/td&gt;
&lt;td&gt;The class name to apply to the outer &lt;code&gt;&amp;lt;figure&amp;gt;&lt;/code&gt; element.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;excludedPaths&lt;/td&gt;
&lt;td&gt;(string | RegExp)[]&lt;/td&gt;
&lt;td&gt;[]&lt;/td&gt;
&lt;td&gt;An array of image paths that should be excluded from transformation. This can also be used to exclude paths like those under the &lt;code&gt;src&lt;/code&gt; folder in Astro projects.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lazyLoad&lt;/td&gt;
&lt;td&gt;boolean&lt;/td&gt;
&lt;td&gt;false&lt;/td&gt;
&lt;td&gt;Set the &lt;code&gt;loading&lt;/code&gt; attribute on &lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt; elements.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;linkAttributes&lt;/td&gt;
&lt;td&gt;LinkAttributes&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Set the target and relationship attributes for external links. These attributes can also be left unset to delegate handling to other plugins.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3&gt;linkAttributes&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;target&lt;/td&gt;
&lt;td&gt;string&lt;/td&gt;
&lt;td&gt;&apos;&apos;&lt;/td&gt;
&lt;td&gt;Specify where to open linked documents. The default (empty) does not set a target on links.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;rel&lt;/td&gt;
&lt;td&gt;string&lt;/td&gt;
&lt;td&gt;&apos;&apos;&lt;/td&gt;
&lt;td&gt;Define the relationship between the current document and the linked document. The default (empty) does not set any relationship.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
</content:encoded></item><item><title>February in Review</title><link>https://blog.autumnskies.dog/posts/2025/february/month_in_review/</link><guid isPermaLink="true">https://blog.autumnskies.dog/posts/2025/february/month_in_review/</guid><description>some fun stuff!</description><pubDate>Fri, 28 Feb 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&amp;lt;iframe width=&quot;100%&quot; height=&quot;300&quot; src=&quot;https://www.youtube.com/embed/68PDL05OBzs&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Ungraded footage, but I wanted to get it out... I&apos;ll be better about that next time !! I really nailed the vibe I wanted to though, especially in the intro. Really starting to take better shots I think :) Learning as I go what does and doesn&apos;t work. Video really is a whole different beast than I expected, but progress is progress!&lt;/p&gt;
&lt;p&gt;Very thankful for all the opportunities that I have such that I get to see all these cool things I never though I&apos;d ever have the chance to! I love the ability to take a look back at the things I&apos;ve done, and making the video really solidifies the memories.March looks like it&apos;ll be quiet, but nothing wrong with that.&lt;/p&gt;
&lt;p&gt;Photodump, and  I&apos;ll see y&apos;all next time!
-a&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;img src=&quot;./00.jpg&quot; alt=&quot;snowy morning&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;./01.jpg&quot; alt=&quot;graffiti in Brooklyn&quot; /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;graffiti in Brooklyn&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;./02.jpg&quot; alt=&quot;lucky with sunrise&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;./07.jpg&quot; alt=&quot;felix on skys chair&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;./03.jpg&quot; alt=&quot;bolts at statue of liberty&quot; /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;bolts holding down the statue of liberty to its pedestal (????!!!!!)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;./04.jpg&quot; alt=&quot;me at statue of liberty&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;./05.jpg&quot; alt=&quot;liberty is cool&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;./06.jpg&quot; alt=&quot;graffiti at Newark Penn Station&quot; /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;found @ Newark Penn Station&lt;/p&gt;
&lt;/blockquote&gt;
</content:encoded></item><item><title>February Personal Projects Update</title><link>https://blog.autumnskies.dog/posts/2025/february/personal-project-updates/</link><guid isPermaLink="true">https://blog.autumnskies.dog/posts/2025/february/personal-project-updates/</guid><description>...still not much to see here LMAO</description><pubDate>Thu, 27 Feb 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Howdy again ! Time for the second installment of my monthly project updates. Let&apos;s keep this short and sweet and get to the point o7&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;This Blog!&lt;/h2&gt;
&lt;p&gt;::progress{label=&quot;site housekeeping work is done, but will use this to keep track of things content-wise from here on out&quot;}&lt;/p&gt;
&lt;p&gt;Pretty much got things sorted out here! Added random quality of life components on the backend, fixed some stuff, pulled latest from the SSG repo, etc.&lt;/p&gt;
&lt;h3&gt;todo items&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;[x] make progress bar component&lt;/li&gt;
&lt;li&gt;[x] figure out why table of contents component isn&apos;t working&lt;/li&gt;
&lt;li&gt;[x] figure out why sitemap isn&apos;t working&lt;/li&gt;
&lt;li&gt;[ ] find/create new banner image (might cancel this one, i&apos;m fine with the silly pixel art one i have now)&lt;/li&gt;
&lt;li&gt;[ ] make feb month in review video&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cel Gallery&lt;/h2&gt;
&lt;p&gt;::progress{percentageString=&quot;70%&quot;}&lt;/p&gt;
&lt;p&gt;Same as last time; need to do all the housekeeping stuff.&lt;/p&gt;
&lt;h3&gt;todo items&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;[ ] find privates and be able to push workflows to master&lt;/li&gt;
&lt;li&gt;[ ] update collection&lt;/li&gt;
&lt;li&gt;[ ] get changes pushed to firebase&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Track Predictor&lt;/h2&gt;
&lt;p&gt;:::warning
&lt;em&gt;On the chopping block...!&lt;/em&gt;
:::
::progress{percentageString=&quot;5%?&quot;}&lt;/p&gt;
&lt;p&gt;A little bit of a cop out, but we haven&apos;t been using the NJT very much lately so progress has been pretty much nonexistent. I might hop back onto this, I might not, but I&apos;ll keep it on here for another month or two in case I pick it back up.&lt;/p&gt;
&lt;h3&gt;todo items&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;[ ] finish deciding on parameters to scrape for&lt;/li&gt;
&lt;li&gt;[ ] write up scraper&lt;/li&gt;
&lt;li&gt;[ ] start running scraper on home server&lt;/li&gt;
&lt;li&gt;[ ] plot out roadmap for ML components&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Isopod Stream!&lt;/h2&gt;
&lt;p&gt;:::tip
&lt;em&gt;New entry!&lt;/em&gt;
:::
::progress{percentageString=&quot;80%&quot;}&lt;/p&gt;
&lt;p&gt;Idk what inspired me to do this but I wanted a way to watch the isopods over the day. I was originally gonna use a pi with a day/night camera, but the pi I have doesn&apos;t work ... so i just used an old phone. Meaning I can&apos;t get night views (so no 24/7 stream) but it&apos;s a start. New pi is incoming so I&apos;ll have to give that a try once it gets here.&lt;/p&gt;
&lt;p&gt;It&apos;s live from 9am-9pm EST @ https://www.twitch.tv/autumnskies01 :)&lt;/p&gt;
&lt;h3&gt;todo items&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;[x] start streaming!&lt;/li&gt;
&lt;li&gt;[ ] try out pi with the day/night camera&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Gunpla/Model Kits/Crafts&lt;/h2&gt;
&lt;p&gt;:::tip
&lt;em&gt;New entry!&lt;/em&gt;
:::
::progress{label=&quot;always got something to do and something getting done&quot;}&lt;/p&gt;
&lt;p&gt;Adding this to keep better organize and track things I want to start and finish.&lt;/p&gt;
&lt;h3&gt;todo items&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;[ ] Finish Tickbalang weathering and Zowort decals/weathering&lt;/li&gt;
&lt;li&gt;[ ] Start on new HGRFV kits&lt;/li&gt;
&lt;li&gt;[ ] Evangelion paper theatre&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;p&gt;That&apos;s all for this update! cheers :)&lt;/p&gt;
&lt;p&gt;-A&lt;/p&gt;
</content:encoded></item><item><title>Liberty Park and ISOPODS!</title><link>https://blog.autumnskies.dog/posts/2025/february/liberty_park_isopods/</link><guid isPermaLink="true">https://blog.autumnskies.dog/posts/2025/february/liberty_park_isopods/</guid><description>feat. a failed trip for Edward Tulane</description><pubDate>Fri, 21 Feb 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Howdy y&apos;all! Been a bit of a weird month for me. Trying to keep busy and keep my head down y&apos;know. I&apos;ll probably make a little wrap-up video just so all the footage doesn&apos;t go to waste; I have a lot of little clips that are fun :)&lt;/p&gt;
&lt;p&gt;Anyways! Todays plan was to go get a good little starter pack for some isopods with a quick detour beforehand to Liberty State Park since we were already in the area. Ryan sent me a little guy to bring place(s) so I figured we could make a quick pit stop. About a 30 minute drive later we ended up at Liberty Park.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;./00.jpg&quot; alt=&quot;Empty Sky Memorial&quot; /&gt;&lt;/p&gt;
&lt;p&gt;About the Empty Sky Memorial:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;The ‘Empty Sky’ 9/11 Memorial is the official State of New Jersey Memorial that honors the memory of the 750 people that lived in or had ties to New Jersey that lost their lives at the World Trade Center, the Pentagon, and Shanksville, PA on September 11, 2001&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The names are placed randomly on the twin brushed stainless steel walls. Individuals&apos; names (4 inches tall) are within reach and engraved deep enough for hand rubbing. The memorial, designed by Jessica Jamroz and Frederic Schwartz, was dedicated on September 11, 2011, the 10-year anniversary.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The brushed stainless steel twin walls are 210 feet long, the width of each side of the World Trade Center Towers. They rise 30 feet, standing parallel to each other with a 12-foot wide paved path of bluestone between them. Like the World Trade Center, the stainless steel reflects the constantly changing light of day. The memorial invites visitors to literally and metaphorically look toward the empty sky in memory and look forward as a community. &lt;a href=&quot;https://www.nj.gov/dep/parksandforests/parks/libertystatepark.html&quot;&gt;^1&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;When we pulled up to the Empty Sky Memorial, I saw the pieces of steel beam from the World Trade Center. The vibes were &lt;em&gt;heavy&lt;/em&gt;. I&apos;m not normally one to believe in spirituality kind of stuff but man it hit different seeing an &lt;strong&gt;actual&lt;/strong&gt; piece from the tragedy. As usual, an occasional tourist taking a smiling family picture with the pieces and the walls of the memorial but that&apos;s a given. Still weird to me, and I don&apos;t think that&apos;ll ever change. To each their own though... 🤷‍♀️&lt;/p&gt;
&lt;p&gt;When I was getting out of the car, I realized I couldn&apos;t find the bunny :( I PANICKED, realizing that I had lost him. Guess this will be a short trip since the photo op was the main point.&lt;/p&gt;
&lt;p&gt;What was cool was seeing the history Central Railroad of New Jersey Terminal (CRRNJ), even though it wasn&apos;t open due to the ferry being closed. Some info about that:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;From 1892 through 1954, the CRRNJ Terminal stood with the Statue of Liberty and Ellis Island to unfold one of this nation’s most dramatic stories: the immigration of northern, southern and eastern Europeans, among others, into the United States. After being greeted by the Statue of Liberty and processed at Ellis Island, these immigrants purchased tickets and boarded trains at the Terminal that took them to their new homes throughout the United States. To learn more about the CRRNJ&apos;s history, visit the &lt;a href=&quot;https://www.nj.gov/dep/parksandforests/parks/liberty_state_park/liberty_crrnj.html&quot;&gt;Historic CRRNJ Train Terminal site&lt;/a&gt;. &lt;a href=&quot;https://www.nj.gov/dep/parksandforests/parks/libertystatepark.html&quot;&gt;^1&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;./01.jpg&quot; alt=&quot;Facade of the CRRNJ&quot; /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Facade of the CRRNJ&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;./02.jpg&quot; alt=&quot;Interior of the CRRNJ&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;./03.jpg&quot; alt=&quot;Interior of the CRRNJ&quot; /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Interior views of the CRRNJ&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The ferry to the Statue of Liberty and Ellis Island apparently closes on the NJ side in the winter (this started after a hurricane flooded the shit out of the facility some years ago) so I just poked around the grounds for a little bit so the trip wasn&apos;t a total wash. It was weird seeing a tourist destination totally devoid of people; it felt almost liminal. Took some quick photos and headed back to the car.&lt;/p&gt;
&lt;p&gt;Next up: ISOPODS! We went to a newer and smaller shop that we hadn&apos;t been to before, &lt;a href=&quot;https://www.instagram.com/_exotics_n_aquatics/&quot;&gt;Exotics and Aquatics&lt;/a&gt; in Bayonne. Was a bit of trouble getting the wheelchair in, but we got to talk to the owner for a bit and she was very kind !! Her dog was just hanging out with the biggest tegu I&apos;ve ever seen in my LIFE, one of the birds was just hanging out outside of his cage. Very cool store :^)&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;./04.jpg&quot; alt=&quot;Small dog with big tegu at Exotics and Aquatics&quot; /&gt;&lt;/p&gt;
&lt;p&gt;We got about 40 assorted isopods; mostly powder orange, but also a few HUGE giant canyons! I&apos;ve had a lot of fun getting their enclosure set up. Their substrate is currently some CVG mix we had leftover from some mushroom projects. We also got crickets for Felix that day on the way home @ Petsmart after going to Blaze Pizza.... Felix LOVED the crickets but we won&apos;t be doing that again anytime soon. He had fun batting them around and cronching them but it gave me the jeebies having crickets. Also at Petsmart I got some superworms I&apos;m hoping to pupate into darkling beetles and breed them, but we&apos;ll see how that goes!&lt;/p&gt;
&lt;p&gt;That&apos;s it for now! Cheers :)&lt;/p&gt;
&lt;p&gt;-A&lt;/p&gt;
</content:encoded></item><item><title>Edgewater Day Trip with Sky</title><link>https://blog.autumnskies.dog/posts/2025/january/edgewater/</link><guid isPermaLink="true">https://blog.autumnskies.dog/posts/2025/january/edgewater/</guid><description>featuring the Edgewater-Fairview Tunnel</description><pubDate>Sun, 26 Jan 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&amp;lt;iframe width=&quot;100%&quot; height=&quot;300&quot; src=&quot;https://www.youtube.com/embed/rK7JLdx_ZDA?si=qtjnR2LPi69qkhzq&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Another day, another adventure! This time I managed to drag Sky along and we went for a little trip to Edgewater, with a couple detours for me. A brief history lesson first:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;The Edgewater Tunnel is a former railroad tunnel through Bergen Hill, the Hudson Palisades. Originally opened in 1894, it was built to gain access to the Hudson River waterfront. About 200 ft (61 m) underground and about 1 mile (1.6 km) long, its western cut and portal is located in the Fairview Cemetery in Fairview and the eastern portal is located in Edgewater. The right-of-way was removed from service in about 1992 and the track was removed shortly thereafter.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;A pipeline now runs through the tunnel between Hess facilities in Bogota and Edgewater. A power cable, part of the Hudson Project, running from a Bergen Generating Station substation through the tunnel and under the Hudson to Midtown Manhattan, was completed in 2013.&lt;a href=&quot;https://en.wikipedia.org/wiki/Edgewater_Branch&quot;&gt;^1&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Fairview Cemetery&lt;/h2&gt;
&lt;p&gt;We drove about an hour out, and stopped at Fairview Cemetery first. It&apos;s on the side of a pretty good sized hill, and sprawls 106 acres full of beautiful foliage; they apparently do tours of the grounds the fall. I&apos;m certainly looking forward to that now that I live somewhere where I get to experience seasons :) The cemetery was dedicated in September 1868 and was only 16.5 acres at the time. &lt;a href=&quot;https://www.fairviewcemetery1.com/about&quot;&gt;^2&lt;/a&gt; Crazy how much history there is to be found in New Jersey! The grounds were very well maintained and they have a large indoor mausoleum. A few groups of people were there paying respect to love ones. There was still just a little bit of snow on the ground, the sun was peeking out through the clouds, and a light breeze in the air. It really was a beautiful visit. A refreshing break from the completely full and unloved old cemeteries I&apos;m used to seeing around in NJ.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;./00.jpg&quot; alt=&quot;Fairview Cemetery&quot; /&gt; &lt;img src=&quot;./01.jpg&quot; alt=&quot;Close up of a beautiful headstone @ Fairview Cemetery&quot; /&gt;&lt;/p&gt;
&lt;p&gt;To make a long story short though, the tunnel wasn&apos;t easily accessible from this side. There is a way in, but I wasn&apos;t in the mood to be wading through water to find it. Not today at least :)&lt;/p&gt;
&lt;p&gt;As we were leaving, I figured I&apos;d take out the drone and get a quick couple shots. They weren&apos;t the best, but still a very stunning view with Manhattan in the background! It was my first time applying for a LAANC as well. Granted, it was automatically authorized, but with it&apos;s proximity to an airport and the nature of a cemetery I feel like my anxieties were pretty valid. Quick in and out though, I had the drone up for no more than 5 minutes so as not to cause any trouble. Onwards to the next spot!&lt;/p&gt;
&lt;h2&gt;Edgewater&lt;/h2&gt;
&lt;p&gt;The Edgewater side was only really accessible through a steep drop off the side of the road, or through an active construction zone... Safe to say I ended up doing neither and just getting a little bit of drone footage to cut my losses. I parked the car nearby and walked over to the bend in the road that overlooked the tunnel.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;./02.jpg&quot; alt=&quot;Overlooking the Edgewater Side of the tunnel&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Not a very ideal angle to visually fly at all. Since I wasn&apos;t trying to lose my drone in a place I couldn&apos;t get down to without breaking some bones, getting a terrible disease from all that still water, getting arrested for trespassing, or a horrible combination of the three ... I played it very safe; which again did not yield the best footage, but there&apos;s always next time!&lt;/p&gt;
&lt;h2&gt;Mitsuwa Market&lt;/h2&gt;
&lt;p&gt;No trip to Edgewater with Sky is complete without a stop at Mitsuwa Market. First, some quick shopping at Little Japan (I was good this time and only got a couple blind boxes and a Mofusand memo card stand) and then dinner at the Market. I got some onigiri from Omusubi Gonbei (the fuckin best onigiri I&apos;ve had in my life) and Sky got karaage chicken and a half dozen tayaki. On the way out, a quick mandatory stop at the gashapon machines. They had the GOAT of gasha, the Machiboke series, and they were MINI GASHAPON MACHINES! A mythical pull here in the US where the weird ones don&apos;t usually make it over the pond.&lt;/p&gt;
&lt;h2&gt;Guttenberg North Bergen Waterfront Park&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;./03.jpg&quot; alt=&quot;Clock at Guttenberg North Bergen Waterfront Park Entrance&quot; /&gt;&lt;/p&gt;
&lt;p&gt;On the way home, with my newly found confidence from filing the LAANC earlier, I wanted to get a quick shot of the Manhattan skyline at night and we ended up at this random park. I really pretty spot with lights in the trees, angry birds in the playground, and a beautiful view overlooking the Hudson river and NYC. I got a quick video, after almost slipping and dying because of ice on the stairs down to the waterfront, and back to the car before I could get yelled at!&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;All in all, a great day trip as always with Sky :) Busy weekend, but I&apos;m glad to have these opportunities to explore all the history and culture this state has to offer.&lt;/p&gt;
&lt;p&gt;Sky also got Lucky more of her catnip mice and she&apos;s been loving them!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;./04.jpg&quot; alt=&quot;Lucky sleeping on a catnip mouse&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Until next time!!&lt;/p&gt;
</content:encoded></item><item><title>Snowy Hike on Hibernia Brook Trail</title><link>https://blog.autumnskies.dog/posts/2025/january/hibernia-brook/</link><guid isPermaLink="true">https://blog.autumnskies.dog/posts/2025/january/hibernia-brook/</guid><description>Featuring a peek at Hibernia Mines</description><pubDate>Sat, 25 Jan 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&amp;lt;iframe width=&quot;100%&quot; height=&quot;300&quot; src=&quot;https://www.youtube.com/embed/btMJyp8ML18?si=DoxZbMWPbBmE4x6J&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;::map{height=&quot;250px&quot; locations=&apos;[{&quot;lat&quot;: 40.944772, &quot;lon&quot;:-74.492920, &quot;title&quot;: &quot;Hiking Trail Entrance&quot;}]&apos;}&lt;/p&gt;
&lt;p&gt;Hi again! Yesterday Sky was having friends over, so I figured it&apos;d be a good time to explore somewhere new. I&apos;d been wanting to go on a hike in the snow for a while (remember this for later) and the snow from a week ago was still around. I was digging online for some abandoned places around and found this place on an old Reddit post and decided to head out.&lt;/p&gt;
&lt;p&gt;It was about an hour drive, but I quite enjoy the drives out to the west end of NJ. Lots of beautiful scenery, foliage, mountains, and small towns make for a great view for my Floridian brain. I pulled into the parking lot, put on my jacket, got my cameras, and headed in. No idea where exactly the mines were, but I figured the trail would lead me there eventually.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;./01.jpg&quot; alt=&quot;Parking lot of the Hibernia Brook Trail&quot; /&gt; &lt;img src=&quot;./02.jpg&quot; alt=&quot;Park Entrace signing&quot; /&gt;&lt;/p&gt;
&lt;p&gt;First thing I noticed was a little creek with the top layer frozen over, but water still rushing underneath. I know it&apos;s probably a common occurrence in cold climates, but this was the first time I had ever seen it! I walk over to a small ledge (snow covered, as was everything) overlooking the small creek, and hand launch my drone to get some video. I flew over to land the drone on the frozen surface; and to my surprise, nothing bad happened! Solid ice. I clipped a couple of small branches while I was down there, but so far so good. I go to hand catch for the landing; prop blade clips my finger, cancels the landing, hits another branch flying back up, and lands upside down in the snow. It gets BURIED from just the little fall. Fuck.&lt;/p&gt;
&lt;p&gt;I end up having to climb down about 15 feet to the creek through thorny wineberry bushes (which I didn&apos;t realize were prickly until I grabbed one) to recover it, but all was good besides some snow in harmless parts. Thank fuck. Time to head in for real :)&lt;/p&gt;
&lt;p&gt;The trail is very well marked, both on the trees and the footprints in the snow where everyone else was walking through. I took a left at the fork, which ended up taking me along the titular Hibernia Brook. Not too much to see there. Eventually, it leads in a winding path up the side of the mountain. Due to my inexperience with snow, i was getting pretty tired pretty quick; it&apos;s like walking through thick sand, but slippery!&lt;/p&gt;
&lt;p&gt;I video chatted with my parents while I made my way up the hillside, found a good clearing about halfway to the old Hibernia Cemetery. Spoiler alert: since I took the long way on accident, I didn&apos;t make it this time! I hope to in the future though. I plopped down, took my drone out, and went to fly it out over the clearing to get some sunset footage. Welp, some of the snow had made it in the guts of the thing, and it was throwing a downward sensor error and refused to take off. Nothing seemed to be going as I expected it to this trip. I decided to cut my losses and start hiking down since I could feel the night beginning to creep in, despite only having been there for around an hour. Winter sunsets come &lt;em&gt;early&lt;/em&gt; and I forget this all too often.&lt;/p&gt;
&lt;p&gt;I consulted my phone, and realized thankfully the shorter way down would take me past the mines/bat hibernaculum. I headed back down, following the yellow trail markers until a fork at which I began following the black trail markers. There were some paw prints in the snow; what an adventurous pup that must&apos;ve been! On the much steeper way down, I slipped and fell about four times, recording 3 of them thankfully, but no gear or body parts were injured. I am a bit sore here the day after, but I can&apos;t complain too much. I saw a clearing in the trees and the path splitting to my left; and there it was.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;./04.jpg&quot; alt=&quot;Approaching the entrance of the Hibernia Mine&quot; /&gt;
&lt;img src=&quot;./03.jpg&quot; alt=&quot;Entrance of the Hibernia Mine&quot; /&gt;&lt;/p&gt;
&lt;p&gt;A little bit about the site:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;The Hibernia Mine was one of the largest mines in NJ. It was comprised of many smaller mines, all being linked and accessed through a 4000 foot plus adit. The adit was so large that it needed a locomotive in order for the ore transport to be economical. This was handled by the Hibernia Underground railway, the only incorporated mine railway in NJ.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The Hibernia mine is know throughout the northeast not for its rich history, but for it being one of the most important bat hibernaculum around. it is home to an estimated 30,000 bats.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The last 80 years, the mine has sat idle. Despite being vandalized, walled up, sealed, reopened, cemented shut, and dynamited Hibernia&apos;s final status appears to be solidified as a bat home for the rest of its days&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;-- Source: &lt;a href=&quot;https://web.archive.org/web/20070212093327/http://www.abandonedmines.net/Hibernia.htm&quot;&gt;abandonedmines.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Very cool! So much history here in NJ, just an hour drive away from where we live now. It&apos;s a huge change of scenery from everything I grew up with. Clearwater is practically unrecognizable from 50 years ago; I couldn&apos;t imagine finding something as old as this back home. It was honestly kind of terrifying looking in. It was &lt;strong&gt;pitch black&lt;/strong&gt;, despite the sun still peeking out a little. There was a sort of heaviness in the air too. Maybe it was just me not being used to the silence of nature, but it spooked me. There were signs advising of ongoing research going on by Rutgers University, and what looked like cameras set up looking into the cave, so I used that as a good excuse to get my photos/videos and leave.&lt;/p&gt;
&lt;p&gt;The rest of the trek back was uneventful, thankfully. A pretty tame and flat walk back to the parking lot. I got back into the car, made sure all my gear was intact, and headed home. All in all, a pretty fun (albeit short) hike that &lt;em&gt;definitely&lt;/em&gt; put me in my place about hiking in the snow. I need to find some good hiking boots with better traction so I don&apos;t have to slam as many times on gentle slopes.&lt;/p&gt;
&lt;p&gt;Until next time :)&lt;/p&gt;
&lt;p&gt;-autumn&lt;/p&gt;
</content:encoded></item><item><title>January Personal Project Updates</title><link>https://blog.autumnskies.dog/posts/2025/january/personal-project-updates/</link><guid isPermaLink="true">https://blog.autumnskies.dog/posts/2025/january/personal-project-updates/</guid><description>... it ain&apos;t much, but it&apos;s honest work :)</description><pubDate>Mon, 20 Jan 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;​Howdy !! &lt;s&gt;and happy inauguration day i guess fhjsdkalfhj.&lt;/s&gt; I&apos;d like to continue on with this blog by documenting my progress on my personal projects. It&apos;ll be nice to be able to look back and see how much &lt;s&gt;or how little&lt;/s&gt; progress I&apos;ve made! I don&apos;t have a ton of personal projects going, but I hope to change that this year and keep better track of them so more things can get finished. With that said, let&apos;s get to it o7&lt;/p&gt;
&lt;h2&gt;This Blog!&lt;/h2&gt;
&lt;p&gt;::progress{percentageString=&quot;90%&quot;}&lt;/p&gt;
&lt;p&gt;We&apos;ll start here since it&apos;s what I&apos;ve been chugging on most lately for obvious reasons. The base had almost everything in a way that was appealing to me which is nice! I&apos;m not the biggest fan of creative decision making so having something that I resonated with was nice. I added the map component (which i spent way too long on). Just a couple more things I want to finish up before I call it &quot;&quot;done&quot;&quot;.&lt;/p&gt;
&lt;h3&gt;todo items&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;[x] make progress bar component&lt;/li&gt;
&lt;li&gt;[ ] figure out why table of contents component isn&apos;t working&lt;/li&gt;
&lt;li&gt;[ ] figure out why sitemap isn&apos;t working&lt;/li&gt;
&lt;li&gt;[ ] find/create new banner image&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cel Gallery&lt;/h2&gt;
&lt;p&gt;::progress{percentageString=&quot;70%&quot;}&lt;/p&gt;
&lt;p&gt;​I just need to change around some of the text (now that I&apos;ve changed domains) and push some updates i had, as well as add some new things I&apos;ve gotten. However, the project has a bunch of offline keys that I need to check before I&apos;ll be able to push everything up. not as easy as the blog in terms of pulling down the repo and pushing updates to the live site. hasn&apos;t been a huge priority but now that I&apos;m back in my web projects this should be what i work on next.&lt;/p&gt;
&lt;h3&gt;todo items&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;[ ] find privates and be able to push workflows to master&lt;/li&gt;
&lt;li&gt;[ ] update collection&lt;/li&gt;
&lt;li&gt;[ ] get changes pushed to firebase&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Track Predictor&lt;/h2&gt;
&lt;p&gt;::progress{percentageString=&quot;5%?&quot;}&lt;/p&gt;
&lt;p&gt;Problem: NJ Transit trains at New York Penn Station usually get track announcements only 10 minutes or so before they depart, so there&apos;s always a &lt;strong&gt;mad&lt;/strong&gt; rush to pile into the small stairwell that takes you to the platform to get onto the train.
Solution? Lots of webscraping and data analysis :)&lt;/p&gt;
&lt;p&gt;Still pretty exploratory here, but the end goal is to be able to take in current conditions (weather, time of day, day of week, etc.) and use some sort of reinforcement algo to decide what track a given train will be on for NJ Transit @ Penn station. Very loose right now but very do-able I think, and it would be a good opportunity to learn about machine learning in a very primitive but functional way.&lt;/p&gt;
&lt;h3&gt;todo items&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;[ ] finish deciding on parameters to scrape for&lt;/li&gt;
&lt;li&gt;[ ] write up scraper&lt;/li&gt;
&lt;li&gt;[ ] start running scraper on home server&lt;/li&gt;
&lt;li&gt;[ ] plot out roadmap for ML components&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Well that&apos;s it for now! I hope to get more personal projects spun up this year, but we&apos;ll see how that goes :) Hopefully this blog type format will keep me accountable and feeling like I have actual landmarks of progress to make which is always good for motivation. Making a list and writing stuff down like this also forces you to be more mindful of the things you spend time on, so I&apos;m hoping that works for me to help wrangle in the attention span.&lt;/p&gt;
&lt;p&gt;-autumn&lt;/p&gt;
</content:encoded></item><item><title>First Post!</title><link>https://blog.autumnskies.dog/posts/2025/january/first-post/</link><guid isPermaLink="true">https://blog.autumnskies.dog/posts/2025/january/first-post/</guid><description>This is my first post! Wow. This is really cool!</description><pubDate>Tue, 14 Jan 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;These might get out of order for a little bit because I&apos;ll be posting old stuff here as well, but this is the first actual post I&apos;m making!
Pretty boring, I know, but it&apos;s a start.&lt;/p&gt;
&lt;p&gt;This blog will serve as a place for me to write about my travels, adventures, thoughts, projects, and things I find interesting. Maybe nobody will read these, and that&apos;s okay!&lt;/p&gt;
&lt;p&gt;It will serve it&apos;s purpose for me as a sort of journal to keep track of what I&apos;m working on, what I&apos;ve done, and what I&apos;m interested in.&lt;/p&gt;
&lt;p&gt;Hope to be around for a while! :)&lt;/p&gt;
&lt;p&gt;-autumn 11:50pm&lt;/p&gt;
</content:encoded></item><item><title>Intrepid + Cooper Hewitt Museums</title><link>https://blog.autumnskies.dog/posts/2025/january/intrepid-cooper-hewitt/</link><guid isPermaLink="true">https://blog.autumnskies.dog/posts/2025/january/intrepid-cooper-hewitt/</guid><description>Free museums!</description><pubDate>Sat, 04 Jan 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;::map{height=&quot;300px&quot; locations=&apos;[{&quot;lat&quot;: 40.764874, &quot;lon&quot;: -74.000923, &quot;title&quot;: &quot;Intrepid Museum&quot;}, {&quot;lat&quot;: 40.784722, &quot;lon&quot;:  -73.958056, &quot;title&quot;: &quot;Cooper Hewitt Museum&quot;}]&apos;}&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe width=&quot;100%&quot; height=&quot;300&quot; src=&quot;https://www.youtube.com/embed/ZZxKajp2_DE?si=opyaLOrSEDmexHN3&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
</content:encoded></item></channel></rss>