<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="/theme/xls/feed_stylesheet.xls" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Pearbosc</title><link href="https://pearbosc.com/" rel="alternate"></link><id>https://pearbosc.com/</id><updated>2026-06-29T22:15:57.717088-05:00</updated><subtitle>Digital artist, blogger</subtitle><entry><title>Life Log #5</title><link href="https://pearbosc.com/blog/2026/06/29/life-log-5" rel="alternate"></link><published>2026-06-29T00:00:00-05:00</published><updated>2026-06-29T22:15:57.717088-05:00</updated><author><name>Pear</name></author><id>tag:pearbosc.com,2026-06-29:/blog/2026/06/29/life-log-5</id><summary type="html"></summary><content type="html">&lt;ul&gt;
&lt;li&gt;Still sick. Took Thursday and Friday off&lt;/li&gt;
&lt;li&gt;I was planning to watch the WHA finale with some friends this
weekend, but we had to postpone because of me getting sick. :(&lt;/li&gt;
&lt;li&gt;I’ve been listening to the FE:3H soundtrack a lot today &lt;a href="https://archive.org/details/20250420_20250420_1455"&gt;(here)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Still prepping for Art Fight. Finally drew some stuff&lt;/li&gt;
&lt;li&gt;Annecy happened, but I haven’t watched any of the films from it
yet&lt;/li&gt;
&lt;li&gt;I reeeally don’t want to go to work tomorrow&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="links"&gt;Links&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.tumblr.com/txttletale/791266867351306240"&gt;“Ludoscriptive
dissonance”&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;I found these games &lt;a href="https://flexboxfroggy.com/"&gt;Flexbox
Froggy&lt;/a&gt; and &lt;a href="https://cssgridgarden.com/"&gt;Grid Garden&lt;/a&gt; that
help you learn CSS flexbox and grids respectively. Pretty fun and useful
and cleared up some confusion I had about both of these.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.oaklandreviewofbooks.org/the-ai-faster-future-is-already-at-burger-king/"&gt;AI
has arrived at Burger King&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://defector.com/would-you-eat-this-guy-what-if-he-were-god-or-a-baby"&gt;Would
you eat this guy? What if he were God, or a baby?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;I watched Jerma and Northernlion play Meccha Chameleon and thought
it was pretty funny. &lt;a href="https://aftermath.site/meccha-chameleon-sales-steam-pc-streamers/"&gt;Here’s
an article about it&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pluralistic.net/2026/06/25/thieve-different/"&gt;Jailbreaking
isn’t theft&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://illomens.itch.io/no-one-is-going-to-buy-your-game"&gt;NO-ONE
IS GOING TO BUY YOUR VIDEOGAME&lt;/a&gt;: another one from Manifesto Jam 2026.
No one is going to buy your game, so instead of worrying about how to
sell your game to other people, you should just make your game. I found
this one freeing.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/FOYRyGskdME"&gt;12 Angry Men and the Myth of
Objective Justice&lt;/a&gt; (CW racism)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.tumblr.com/autolenaphilia/820243101398499328"&gt;The
racism in the original &lt;em&gt;Dracula&lt;/em&gt;&lt;/a&gt; (CW rape, antisemitism)&lt;/li&gt;
&lt;/ul&gt;</content><category term="life log"></category><category term="fe3h"></category></entry><entry><title>Rambling about more site stuff</title><link href="https://pearbosc.com/blog/2026/06/28/rambling-about-more-site-stuff" rel="alternate"></link><published>2026-06-28T00:00:00-05:00</published><updated>2026-06-28T23:28:22.362589-05:00</updated><author><name>Pear</name></author><id>tag:pearbosc.com,2026-06-28:/blog/2026/06/28/rambling-about-more-site-stuff</id><summary type="html">&lt;p&gt;I’m sick. This is another post about site updates and plans. (I’m
still procrastinating on Art Fight aaaaah)&lt;/p&gt;</summary><content type="html">&lt;p&gt;I’m sick. This is another post about site updates and plans. (I’m
still procrastinating on Art Fight aaaaah)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I implemented some of the steps from &lt;a href="https://indiewebify.me/"&gt;IndieWebify.Me&lt;/a&gt; (web sign in, h-card,
h-entry). I got some of the stuff for receiving webmentions setup (based
on the info &lt;a href="https://webmentions.neocities.org/"&gt;here&lt;/a&gt;), but
I need to see some more example implementations because I still don’t
really get how this works. I’m also going to try sending myself some
webmentions to test it.&lt;/li&gt;
&lt;li&gt;I did a complete overhaul of the CSS grid layout to fix some issues
that had been bothering me. The sidebar is now broken up into individual
sections, and the entire layout is more mobile responsive. I used &lt;a href="https://grid.layoutit.com/"&gt;Layoutit!&lt;/a&gt; for this and it’s
AWESOME holy shit.&lt;/li&gt;
&lt;li&gt;Through that redesign, I removed the mobile hamburger menu that I
hated. The old hamburger menu I had on my mobile layout was CSS-only,
but I learned later that this isn’t very accessible and you should use
JavaScript for hidden menus (icr the source for this off the top of my
head). With the new design, the navigation section is flattened into a
header row on mobile layouts, which requires no JavaScript and imo is
more visually interesting. It’s possible this is also not mobile
friendly, but I’m not sure how to check. I’ll need to look around for
tools to help check accessibiltiy.&lt;/li&gt;
&lt;li&gt;I changed the headers on the side sections to be a little more
visually interesting&lt;/li&gt;
&lt;li&gt;Did some general cleanup, reorganization, etc.&lt;/li&gt;
&lt;li&gt;Added some extremely lazy styling for code snippets for this post.
It’s hard to make code snippets for a site that’s already using a
monospace font, so I’ll have to look for some examples.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="art-gallery-feed-brainstorming"&gt;Art Gallery + Feed
Brainstorming&lt;/h3&gt;
&lt;p&gt;I think the next big feature I’d like to add is an art gallery. I’m
lazy, and if this site gets too complex to manage I know I’ll stop using
it, so I need the process for organizing and sharing the art to be
simple and utilize Pelican’s existing features as much possible. I’m not
sure if there are any Pelican plugins out there for this—and I will
check—but I’d prefer not to use a plugin if possible.&lt;/p&gt;
&lt;p&gt;The first thing I’m going to try is creating markdown files under
&lt;code&gt;content/articles/art/&lt;/code&gt; for each artwork in the gallery.
&lt;code&gt;content/articles/&lt;/code&gt; is where I normally store blog posts, and
with my current config setup the subdirectory name (&lt;code&gt;art/&lt;/code&gt; in
this case) will become the post category (another example: an
uncategorized post like this one goes under
&lt;code&gt;content/articles/uncategorized/&lt;/code&gt;, and yes I had to
explicitly make “uncategorized” a category).&lt;/p&gt;
&lt;p&gt;Normally these blog posts have some yaml like this (this is the
actual yaml for this post):&lt;/p&gt;
&lt;div class="sourceCode" id="cb1"&gt;&lt;pre class="sourceCode yaml"&gt;&lt;code class="sourceCode yaml"&gt;&lt;span id="cb1-1"&gt;&lt;a aria-hidden="true" href="#cb1-1" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="pp"&gt;---&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb1-2"&gt;&lt;a aria-hidden="true" href="#cb1-2" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="fu"&gt;Title&lt;/span&gt;&lt;span class="kw"&gt;:&lt;/span&gt;&lt;span class="at"&gt; &lt;/span&gt;&lt;span class="st"&gt;"Rambling about more site stuff"&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb1-3"&gt;&lt;a aria-hidden="true" href="#cb1-3" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="fu"&gt;Author&lt;/span&gt;&lt;span class="kw"&gt;:&lt;/span&gt;&lt;span class="at"&gt; Pear&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb1-4"&gt;&lt;a aria-hidden="true" href="#cb1-4" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="fu"&gt;Date&lt;/span&gt;&lt;span class="kw"&gt;:&lt;/span&gt;&lt;span class="at"&gt; 6/28/26&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb1-5"&gt;&lt;a aria-hidden="true" href="#cb1-5" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="fu"&gt;Tags&lt;/span&gt;&lt;span class="kw"&gt;:&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb1-6"&gt;&lt;a aria-hidden="true" href="#cb1-6" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="at"&gt;    &lt;/span&gt;&lt;span class="kw"&gt;-&lt;/span&gt;&lt;span class="at"&gt; Meta&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb1-7"&gt;&lt;a aria-hidden="true" href="#cb1-7" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="at"&gt;    &lt;/span&gt;&lt;span class="kw"&gt;-&lt;/span&gt;&lt;span class="at"&gt; Tech&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb1-8"&gt;&lt;a aria-hidden="true" href="#cb1-8" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="pp"&gt;---&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;But you can basically add any metadata here. Some of the stuff you
can add here will be understood by Pelican (like the “tag” entries here
are turned into &lt;a href="/tag/meta.html"&gt;tag pages&lt;/a&gt;) but if you add
custom fields here you can access and display those in the jinja
template. So what I’m thinking is I could do something like this (and
this may not be syntactically correct):&lt;/p&gt;
&lt;div class="sourceCode" id="cb2"&gt;&lt;pre class="sourceCode yaml"&gt;&lt;code class="sourceCode yaml"&gt;&lt;span id="cb2-1"&gt;&lt;a aria-hidden="true" href="#cb2-1" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="pp"&gt;---&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-2"&gt;&lt;a aria-hidden="true" href="#cb2-2" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="fu"&gt;Title&lt;/span&gt;&lt;span class="kw"&gt;:&lt;/span&gt;&lt;span class="at"&gt; Whatever the art is titled idk&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-3"&gt;&lt;a aria-hidden="true" href="#cb2-3" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="fu"&gt;Author&lt;/span&gt;&lt;span class="kw"&gt;:&lt;/span&gt;&lt;span class="at"&gt; Pear&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-4"&gt;&lt;a aria-hidden="true" href="#cb2-4" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="fu"&gt;Date&lt;/span&gt;&lt;span class="kw"&gt;:&lt;/span&gt;&lt;span class="at"&gt; 1/1/26&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-5"&gt;&lt;a aria-hidden="true" href="#cb2-5" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="fu"&gt;Summary&lt;/span&gt;&lt;span class="kw"&gt;:&lt;/span&gt;&lt;span class="at"&gt; Summary??&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-6"&gt;&lt;a aria-hidden="true" href="#cb2-6" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="fu"&gt;Template&lt;/span&gt;&lt;span class="kw"&gt;:&lt;/span&gt;&lt;span class="at"&gt; art&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-7"&gt;&lt;a aria-hidden="true" href="#cb2-7" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="fu"&gt;Thumbnail&lt;/span&gt;&lt;span class="kw"&gt;:&lt;/span&gt;&lt;span class="at"&gt; thumbnail.png&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-8"&gt;&lt;a aria-hidden="true" href="#cb2-8" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="fu"&gt;Images&lt;/span&gt;&lt;span class="kw"&gt;:&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-9"&gt;&lt;a aria-hidden="true" href="#cb2-9" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="at"&gt;    &lt;/span&gt;&lt;span class="kw"&gt;-&lt;/span&gt;&lt;span class="at"&gt; file_name_1.png&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-10"&gt;&lt;a aria-hidden="true" href="#cb2-10" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="at"&gt;    &lt;/span&gt;&lt;span class="kw"&gt;-&lt;/span&gt;&lt;span class="at"&gt; file_name_2.png&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-11"&gt;&lt;a aria-hidden="true" href="#cb2-11" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="fu"&gt;Alt&lt;/span&gt;&lt;span class="kw"&gt;:&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-12"&gt;&lt;a aria-hidden="true" href="#cb2-12" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="at"&gt;    &lt;/span&gt;&lt;span class="kw"&gt;-&lt;/span&gt;&lt;span class="at"&gt; Alt text 1&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-13"&gt;&lt;a aria-hidden="true" href="#cb2-13" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="at"&gt;    &lt;/span&gt;&lt;span class="kw"&gt;-&lt;/span&gt;&lt;span class="at"&gt; Alt text 2&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-14"&gt;&lt;a aria-hidden="true" href="#cb2-14" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="fu"&gt;Tags&lt;/span&gt;&lt;span class="kw"&gt;:&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-15"&gt;&lt;a aria-hidden="true" href="#cb2-15" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="at"&gt;    &lt;/span&gt;&lt;span class="kw"&gt;-&lt;/span&gt;&lt;span class="at"&gt; Example tag&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-16"&gt;&lt;a aria-hidden="true" href="#cb2-16" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="at"&gt;    &lt;/span&gt;&lt;span class="kw"&gt;-&lt;/span&gt;&lt;span class="at"&gt; Another example tag&lt;/span&gt;&lt;/span&gt;
&lt;span id="cb2-17"&gt;&lt;a aria-hidden="true" href="#cb2-17" tabindex="-1"&gt;&lt;/a&gt;&lt;span class="pp"&gt;---&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;I could have a custom art template configured here
(&lt;code&gt;Template: art&lt;/code&gt;—Pelican will understand this is an &lt;a href="https://docs.getpelican.com/en/latest/faq.html#how-do-i-assign-custom-templates-on-a-per-page-basis"&gt;override
of the default blog post template&lt;/a&gt;) and that custom art template
could display the images under the &lt;code&gt;Images&lt;/code&gt; tag along with
the corresponding alt text under &lt;code&gt;Alt&lt;/code&gt; (or maybe there’s a
better way of formatting this). This would let me have posts with
individual images and posts with multiple images (comics, sketchbook
stuff). Lastly, I could use &lt;code&gt;Thumbnail&lt;/code&gt; to display a smaller
thumbnail preview in the gallery.&lt;/p&gt;
&lt;p&gt;If this works, the benefits of this setup are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I can use automation to update the gallery HTML instead of manually
writing changes (re: I’m lazy).&lt;/li&gt;
&lt;li&gt;I can use Pelican’s built-in filtering for blog posts to filter and
display anything under the “art” category—this would be used for the
automated gallery updates, but I can use this outside of the gallery
page.&lt;/li&gt;
&lt;li&gt;I can include new art in my atom feed and have an art only
feed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="some-other-future-changes-im-considering"&gt;Some other future
changes I’m considering&lt;/h3&gt;
&lt;p&gt;Anticlimactic to put this after my art gallery idea but whatever&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;OC pages (I was hoping to do this for Art Fight but I think it’s too
late now)&lt;/li&gt;
&lt;li&gt;Shrine pages for media/characters I like? And maybe my cat&lt;/li&gt;
&lt;li&gt;Guestbook?? I’m too intimidated to set one up right now but I hope
to in the future once I have more stuff on here. I was looking at &lt;a href="https://atabook.org/"&gt;Atabook&lt;/a&gt; but now I’m wondering if I can
use webmentions for this?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Okay that’s it I’M SO TIRED OF COUGHING AND SNEEZING&lt;/p&gt;</content><category term="uncategorized"></category><category term="Meta"></category><category term="Tech"></category></entry><entry><title>I styled my web feed (while I still can)</title><link href="https://pearbosc.com/blog/2026/06/24/i-styled-my-web-feed-while-i-still-can" rel="alternate"></link><published>2026-06-24T00:00:00-05:00</published><updated>2026-06-26T15:06:37.532586-05:00</updated><author><name>Pear</name></author><id>tag:pearbosc.com,2026-06-24:/blog/2026/06/24/i-styled-my-web-feed-while-i-still-can</id><summary type="html">&lt;p&gt;This is my first UNCATEGORIZED blog post! Not one of my weekly update
posts!&lt;/p&gt;</summary><content type="html">&lt;p&gt;This is my first UNCATEGORIZED blog post! Not one of my weekly update
posts!&lt;/p&gt;
&lt;p&gt;A couple of days ago, I stumbled upon &lt;a href="https://cassidoo.co/post/prettify-rss/"&gt;this post&lt;/a&gt; by Cassidy
Williams (cassidoo.co) explaining how you can style an RSS/Atom feed
using XSL (eXtensible Stylesheet Language) and was immediately
intrigued. Since I’m procrastinating on Art Fight (whoops) I decided to
take some time to style my web feed and wanted to make a blog post about
the process and results.&lt;/p&gt;
&lt;p&gt;I started by copying &lt;a href="https://gist.github.com/cassidoo/9b6afeb92350bfbeccc7f968fbe89e5f"&gt;the
XSL that Cassidy uses for her blog&lt;/a&gt; into my theme directory. Since
she uses &lt;a href="https://astro.build/"&gt;Astro&lt;/a&gt; and I use &lt;a href="https://getpelican.com/"&gt;Pelican&lt;/a&gt;, I wasn’t able to copy her
instructions for applying the XSL to my feed; fortunately, I found
another Pelican user, Daniel, who’d already gone through this process,
created a Pelican plugin, and &lt;a href="https://www.andrlik.org/dispatches/human-readable-rss-feeds-pelican/"&gt;made
a blog post about how to use it&lt;/a&gt;. I installed the plugin and quickly
got things working.&lt;/p&gt;
&lt;p&gt;Except! The XSL I’d copied from Cassidy didn’t work right out of the
box. The HTML elements and CSS from the XSL were displaying correctly,
but the template wasn’t displaying any of my feed items. I compared her
template with the template in Daniel’s blog post and realized it was
because the syntax for selecting the feed attributes is different
between Atom and RSS, which makes sense. I was able to copy Daniel’s
example to get my feed items to display. Now it was time to add
STYLING!&lt;/p&gt;
&lt;p&gt;While brainstorming ideas for my site’s design (which is pretty basic
right now and will hopefully evolve over time) I had taken inspiration
from the works of &lt;a href="https://wmgallery.org.uk/collection/about-william-morris/"&gt;William
Morris&lt;/a&gt;. I like how the Arts and Crafts style feels elegant, cozy,
grounded, and organic all at the same time, and I love the colors and
natural elements in Morris’s work specifically. (I have some peel and
stick wallpaper of one of his patterns in my apartment! Which I paid way
too much money for but god it looks so fucking good in my entryway.) His
art is in the public domain, so I had the idea to take the leafy frame
from &lt;a href="https://www.rawpixel.com/image/2466570/free-illustration-image-william-morris-black-and-white-calligraphy"&gt;this
art of his&lt;/a&gt; and change it up a little to make a frame for the
explanatory text for my feed. I was worried the asymmetry of it would
look weird, but I dunno, I like it!&lt;/p&gt;
&lt;p&gt;&lt;img alt="A picture of my newly styled web feed. The background is a warm cream color with a slightly visible dot grid. The text is in a black monospace font, and the cream background is complemented by warm blue accent colors in the decorations. The feed lists my existing blog posts (4 life log posts over the last month) under the header “Recent Items”. At the top, surrounded by the blue leafy frame referenced in the above paragraph, the text reads: “This is a web feed, also known as an RSS feed. You can subscribe to this feed by copying the URL from the address bar into your newsreader. You can see more of my available feeds at pearbosc.com/feeds. New to web feeds? Visit About Feeds to get started!”" src="/images/articles/feed-screenshot.png"/&gt;&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;Once this was done, I decided to make a “feeds” page to display the
available feeds for my blog and replaced the “subscribe” link with a
link to this new page. And that’s it! You can see it and the links to my
feeds &lt;a href="/feeds"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But this blog post isn’t over yet. I noticed after doing all of this
work that &lt;a href="https://github.com/mozilla/standards-positions/issues/1287"&gt;Mozilla
is planning to remove XSLT support from Firefox&lt;/a&gt; (and Google is doing
the same for Chrome), so this styling will abruptly stop working in the
near future. :( When that happens, I may try out some &lt;a href="https://jakearchibald.com/2025/making-xml-human-readable-without-xslt/"&gt;alternatives&lt;/a&gt;.
Or just go back to un-styled XML. Who knows. For now though, I really
like it!&lt;/p&gt;</content><category term="uncategorized"></category><category term="tech"></category><category term="meta"></category></entry><entry><title>Life Log #4</title><link href="https://pearbosc.com/blog/2026/06/22/life-log-4" rel="alternate"></link><published>2026-06-22T00:00:00-05:00</published><updated>2026-06-22T11:19:15.875399-05:00</updated><author><name>Pear</name></author><id>tag:pearbosc.com,2026-06-22:/blog/2026/06/22/life-log-4</id><summary type="html">&lt;p&gt;I’m going to remove the dates from the titles of these kinds of posts
going forward and just increment a counter on them instead.&lt;/p&gt;</summary><content type="html">&lt;p&gt;I’m going to remove the dates from the titles of these kinds of posts
going forward and just increment a counter on them instead.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Happy Juneteenth!!&lt;/li&gt;
&lt;li&gt;This last week was kind of a blur. I should start keeping better
notes on what I did during the week for these posts. Whenever I’m
documenting the things that I do in some way (either through a blog
format like this or in a journal) I feel like I remember more of my
day-to-day activities. It makes the week feel a little less routine and
a little more special.&lt;/li&gt;
&lt;li&gt;I’m still playing &lt;em&gt;Shadow of the Colossus&lt;/em&gt;. I’m on the 12th
colossus right now. This game is really cool, and I’m going to finish
it, but the controls can be pretty frustrating at times. The 11th
colossus was annoying.&lt;/li&gt;
&lt;li&gt;Saturday was a good day. My girlfriend and I went to a gathering at
a friend’s house; this friend had baked a (delicious) chocolate
cheesecake and was celebrating her recent engagement. After that, we
hung out with some other friends and watched the 2017 Wonder Woman movie
(because we’ve been going through all of the DC movies in chronological
order). It was worse than we remembered.&lt;/li&gt;
&lt;li&gt;I’m doing Art Fight after all and working on some last minute refs
and updates, hehehee. I’m on Team Tragedy.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="links"&gt;Links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Also shared on Tumblr: I discovered yesterday that the FE fan site
&lt;a href="https://www.fireemblemwod.com/"&gt;Fire Emblem Wars of Dragons&lt;/a&gt;
has a full scan of &lt;a href="https://www.fireemblemwod.com/gallery/thumbnails.php?album=109&amp;amp;page=1"&gt;&lt;em&gt;The
Art of Fire Emblem: Three Houses&lt;/em&gt;&lt;/a&gt;. I’ve seen scans of individual
pages around, but never a full scan of the entire book in one place. For
non-FE:3H fans: this is a big deal to me because it’s difficult to get a
copy of this book, and it has a lot of cool concept art for the game
that you can’t find anywhere else.&lt;/li&gt;
&lt;li&gt;I linked a review of the manga &lt;em&gt;Cocoon&lt;/em&gt; last week. &lt;a href="https://www.cartoonbrew.com/anime/cocoon-one-summer-of-girlhood-gkids-distribution-262973.html"&gt;It’s
also getting an anime adaptation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://baraho.itch.io/please-steal-my-culture"&gt;&lt;em&gt;Please,
Steal My Culture&lt;/em&gt;&lt;/a&gt; by &lt;a href="https://baraho.itch.io/"&gt;baraho&lt;/a&gt; from Manifesto Jam 2026. A
very blunt essay about how you should get over your fear of accidentally
appropriating someone’s culture, and instead embrace cultural exchange
to reduce white western homogeneity in media. I enjoyed reading this,
but I’d be interested in hearing what people from different cultures
think of it.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kastelpls.itch.io/obscurity-is-a-curation-problem"&gt;&lt;em&gt;Obscurity
is a Curation Problem&lt;/em&gt;&lt;/a&gt; by &lt;a href="https://kastelpls.itch.io/"&gt;Kastel&lt;/a&gt;, also for Manifesto Jam
2026. An essay about how “obscurity” is a side effect of the
mainstream’s failure to curate (and in 2026, “the mainstream” is
basically “the algorithm”). I’m not sure if I understood the entire
essay, but I agree that a) we’re too dependent on algorithms to pick the
media we engage with, and I think this is a problem because these
algorithms aren’t intended to foster discussion or community and instead
prioritize engagement with the platform for engagement’s sake; b) there
is a learned helplessness in this (everyone complains about how we only
use the same, like, 5 websites, but they don’t want to branch out) and
we need to go out and find more curators ourselves.&lt;/li&gt;
&lt;li&gt;In the comments of the above, &lt;a href="https://bsky.app/profile/farfama.bsky.social"&gt;Farfama&lt;/a&gt; linked
his site &lt;a href="https://exhibitplay.com/"&gt;&lt;em&gt;Exhibit Play&lt;/em&gt;&lt;/a&gt;,
which groups games into niche topics (&lt;a href="https://exhibitplay.com/lesbian-bullet-hell/"&gt;Lesbian Bullet
Hell&lt;/a&gt;, for example, which I will be checking out)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/Zti2gKzCV5E"&gt;&lt;em&gt;The Wii’s Horrifying
Stalker&lt;/em&gt;&lt;/a&gt;: (CW body horror, jumpscares, blood) a video I enjoyed
about the Nintendo Wii game &lt;em&gt;Calling&lt;/em&gt;, and how it uses the Wii
Message Board system to send creepy messages to the player. I love stuff
like this that’s totally unique to the medium or platform. The crumpled,
dirty letters from the horror game on the sterile Wii UI made me
uneasy.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://defector.com/misery-and-memory-in-two-van-goghs"&gt;Two Van
Gogh sunflower paintings and the events that transpired between them&lt;/a&gt;
(CW for self-harm; it’s Van Gogh)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.avas.space/clean-girl-klein-dogwhistle/"&gt;&lt;em&gt;the
girly wellness aesthetic as a white supremacist dog
whistle&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://restofworld.org/2026/chile-china-america-google-cable/?utm_source=rss&amp;amp;utm_medium=rss&amp;amp;utm_campaign=feeds"&gt;&lt;em&gt;Chile
turned to China for an undersea cable. The U.S. said no&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.animefeminist.com/a-juneteenth-treatise-or-thoughts-on-isekais-slavery-problem/"&gt;&lt;em&gt;A
Juneteenth Treatise: or, Thoughts on Isekai’s Slavery Problem&lt;/em&gt;&lt;/a&gt;
(content warnings at the top of the article). I haven’t read/watched
enough isekai to be aware that it often included chattel slavery, so
this was enlightening to read. I’m not sure how to feel about &lt;em&gt;JK
Haru&lt;/em&gt;, but this made me interested in at least reading the first
volume to see how it approaches the relevant topics.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.lauramichet.com/nurturing-games/"&gt;Ditch the
term “wholesome” and consider using “nurturing” instead&lt;/a&gt;. I liked
this for two reasons: first, I agree that “nurturing” is a better term
because it’s describing the relationship the player character has to
things in the game; and second, this reframing of the nurturing game as
a kind of power fantasy is really insightful:&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Nurturing describes the relationship that the player has with things,
people, communities, and creatures in many different cozy or “wholesome”
games. It also illuminates the power fantas[ies] that a lot of these
games are actually fulfilling […] which are gendered and socially
bounded in a way that makes them permissible for femme people to pursue.
The fantasy of being a family head whom everyone relies on, the person
who can solve everyone’s problems and is rewarded obediently every time
with gratitude and love… that is a form of power that many, many people
desire!&lt;/p&gt;
&lt;/blockquote&gt;</content><category term="life log"></category><category term="fe3h"></category></entry><entry><title>6/15/2026 Log</title><link href="https://pearbosc.com/blog/2026/06/15/6152026-log" rel="alternate"></link><published>2026-06-15T00:00:00-05:00</published><updated>2026-06-15T23:59:09.375686-05:00</updated><author><name>Pear</name></author><id>tag:pearbosc.com,2026-06-15:/blog/2026/06/15/6152026-log</id><summary type="html">&lt;p&gt;There’ve been a lot more posted since I first checked out the
submissions, so there are a lot I haven’t read. You can read them all &lt;a href="https://itch.io/jam/manifesto-jam-2026/entries"&gt;here&lt;/a&gt;.&lt;/p&gt;</summary><content type="html">&lt;ul&gt;
&lt;li&gt;I watched &lt;em&gt;I am Frankelda&lt;/em&gt; on Saturday!! I love Frankelda!!!!
And I especially love Cinema Fantasma and want to give them one billion
dollars.&lt;/li&gt;
&lt;li&gt;I saw &lt;em&gt;Obsession&lt;/em&gt; on Sunday and… I really did not like
it.&lt;/li&gt;
&lt;li&gt;I installed a &lt;a href="https://pcsx2.net/"&gt;PS2 emulator&lt;/a&gt; on a
whim and started playing &lt;em&gt;Shadow of the Colossus&lt;/em&gt;. I love the
game and have watched a couple of playthroughs, but this is my first
time actually playing it.&lt;/li&gt;
&lt;li&gt;Sounds like my upstairs neighbors are enjoying the World Cup (they
can be a little annoying with the noise at times but hearing them yell
GOOOOAAAALL is pretty funny)&lt;/li&gt;
&lt;li&gt;My girlfriend made these &lt;a href="https://www.tasteofhome.com/recipes/black-bean-rice-burgers/"&gt;black
bean borgers&lt;/a&gt;. They were good. I recommend having them with pimiento
cheese&lt;/li&gt;
&lt;li&gt;My mouse has been missing some clicks and it’s driving me
crazy.&lt;/li&gt;
&lt;li&gt;Art Fight has 3 teams this year???&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="links"&gt;Links&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://aftermath.site/cocoon-machiko-kyo-manga-josei-war-viz-media/"&gt;Extremely
intrigued by this review for the manga &lt;em&gt;Cocoon&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://serenesforest.net/2026/06/12/fortunes-weave-twitter-information-part-1/"&gt;More
FEFW stuff from Serenes Forest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.thenordroom.com/pastel-colored-family-home-kentish-town/"&gt;Would
a mysterious benefactor like to give me £1,800,000? Hello??&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The developer for Ren’Py admitted that he’s using LLMs to develop
the software, and &lt;a href="https://mimidoshima.neocities.org/main/posts/2026/disclosures/"&gt;I
liked this article discussing it&lt;/a&gt; and the politics of media
production. And uh, I did not know that about &lt;em&gt;Farenheit
451&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;Horror short film &lt;a href="https://youtu.be/BI9fKfX5V68"&gt;&lt;em&gt;Portrait of God&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bsky.app/profile/todepond.com/post/3mexz3lbkhs2g"&gt;“free
open source software needs fewer engineers and more designers and
product people”&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="manifestos-i-like-from-manifesto-jam-2026-so-far"&gt;Manifestos I
like from Manifesto Jam 2026 (so far)&lt;/h3&gt;
&lt;p&gt;There’ve been a lot more posted since I first checked out the
submissions, so there are a lot I haven’t read. You can read them all &lt;a href="https://itch.io/jam/manifesto-jam-2026/entries"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://cmddx.itch.io/i-hate-your-cozy-game"&gt;I Hate Your
Cozy Game&lt;/a&gt;. What it sounds like.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://haraiva.itch.io/against-gratitude"&gt;Against
Gratitude: Dialectics of Refusal&lt;/a&gt;. Fuck being thankful for the status
quo.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://madmacsfuryroad.itch.io/real-pride"&gt;Real Pride&lt;/a&gt;.
A good one if you need some motivation to create.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://w.itch.io/annafesto"&gt;Annafesto&lt;/a&gt;: a manifesto for
one-page role-playing games by Anna Anthropy. I stopped playing TTRPGs
in part because they always felt too complicated, so I think I need to
give one-page games a try.&lt;/li&gt;
&lt;/ul&gt;</content><category term="life log"></category></entry><entry><title>6/10/2026 Log</title><link href="https://pearbosc.com/blog/2026/06/10/6102026-log" rel="alternate"></link><published>2026-06-10T00:00:00-05:00</published><updated>2026-06-13T01:30:12.421114-05:00</updated><author><name>Pear</name></author><id>tag:pearbosc.com,2026-06-10:/blog/2026/06/10/6102026-log</id><summary type="html">&lt;p&gt;I didn’t think I’d post again so soon, but it’s been a busy week and
I want to ramble about things.&lt;/p&gt;</summary><content type="html">&lt;p&gt;I didn’t think I’d post again so soon, but it’s been a busy week and
I want to ramble about things.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I really liked &lt;em&gt;Backrooms&lt;/em&gt;! I’m going to make a separate post
at some point with my thoughts.&lt;/li&gt;
&lt;li&gt;At the beginning of the year, I had a small goal to make my first
risograph print. I went into the city in late January for a risography
workshop where I got a lot of helpful info and… I still haven’t actually
done the damn thing. I’m a little worried about wasting money on it or
being unhappy with the results, but I’ve got to start somewhere. The
local printer I’m interested in only does CMYK printing, which is a
little disappointing, but their pricing is good and it’s the most
environmentally friendly option.
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://stencil.wiki/wiki/Category:Riso_inks"&gt;Look at all
these riso ink colors&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;I was working on an article with my thoughts on &lt;em&gt;Deathloop&lt;/em&gt;
(I loved it), but then I was reminded that Arkane Studios is owned by
ZeniMax, which is owned by Xbox, which is owned by Microsoft, making it
part of the BDS boycott, so sadly I will not be posting any more about
it until the boycott is over. It was nice to see that Arkane’s union &lt;a href="https://www.stjv.fr/en/2025/08/open-letter-from-the-arkan-studios-union-section-to-microsofts-and-its-subsidiaries-management/"&gt;spoke
up about the boycott&lt;/a&gt;, though.&lt;/li&gt;
&lt;li&gt;Idk maybe I will do Art Fight……… I don’t kneeoww. If I do want to do
it I need to get my shit together&lt;/li&gt;
&lt;li&gt;Fortune’s Weave announcement on Tuesday (more thoughts below). I
have really mixed feelings on it. I’m interested in seeing what they do
with it, but I won’t be buying it. &lt;a href="https://www.themarysue.com/the-gary-bowser-gofundme-his-14-million-nintendo-lawsuit-explained/"&gt;I
think the way Nintendo treated and continues to treat Gary Bowser is
unnecessarily cruel&lt;/a&gt; and I do not want to give them any more of my
money. If it ends up being a good game, I may watch someone else play it
or play it an alternative way.&lt;/li&gt;
&lt;li&gt;June 12th…… Frankelda day is coming……&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fortunes-weave-thoughts"&gt;Fortune’s Weave Thoughts&lt;/h3&gt;
&lt;p&gt;I’m nervous that IntSys is going to ignore some of the lore they’ve
already established for the sake of making a more marketable game.
There’s been a lot of debate around the timeline since this reveal, and
whether this game is a prequel, a sequel, or something else (like an
alternate timeline). This was seemingly settled when the game was
revealed to take place 300ish years after the events of Three Houses,
&lt;em&gt;but&lt;/em&gt; other fans were also quick to point out that Fódlan and
Dagda may have different calendars (Fódlan canonically had a calendar
reset in the past). There also may be some time travel involved? It’s
all still very ambiguous at this point.&lt;/p&gt;
&lt;p&gt;Oh yeah, the game was also revealed to take place in Dagda?? I don’t
have any qualms with that and I think it will be a net positive for the
lore to have a game set outside of Fódlan for the first time, but it was
still unexpected to me. I’d reeeeally been hoping to see pre-Adrestia
Fódlan, and I thought that the city the game takes place in had some
resemblance to Enbarr. Anyway, I just hope they don’t contradict
anything they’ve already established in the lore. So far, the Fódlan
canon (I guess it doesn’t make sense to call it that any more, since
Dagda is a separate country/continent) has been contained to just two
games about the same characters and time period, and fans don’t even
agree on the canon between those two games.&lt;/p&gt;
&lt;h3 id="links"&gt;Links&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://youtu.be/uqA6_UdBjMU"&gt;Live-action &lt;em&gt;Look
Back&lt;/em&gt; adaptation trailer&lt;/a&gt;!&lt;/li&gt;
&lt;li&gt;An older link I’d bookmarked and recently remembered: &lt;a href="https://theadroitjournal.org/issue-fifty-six/cherline-bazile/"&gt;this
amazing short story&lt;/a&gt; about a woman faking a pregnancy after her
boyfriend of 7 years cheated and subsequently left her. I love
characters like this and was absorbed in this story when I first read
it.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/ZqMyxqyh_Eo"&gt;New trailer for &lt;em&gt;gen
ATLAS&lt;/em&gt;&lt;/a&gt;, the next game from Fumito Ueda (the Shadow of the
Colossus dev)!! But he said &lt;a href="https://www.videogameschronicle.com/features/interviews/fumito-ueda-on-gen-atlas/?ref=killscreen.com"&gt;this
may be his last game&lt;/a&gt; :(&lt;/li&gt;
&lt;li&gt;&lt;a href="https://serenesforest.net/2026/06/09/fortunes-weave-9th-june-nintendo-direct-analysis/"&gt;Serenes
Forest Fortune’s Weave trailer rundown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://mainichi.jp/english/articles/20260604/p2a/00m/0sc/022000c"&gt;Reading
manga in print instead of digital improves memory recall time.&lt;/a&gt; I
mostly read digital though…&lt;/li&gt;
&lt;li&gt;&lt;a href="https://arielries.tumblr.com/post/819043158059073536/hi-im-a-novice-comic-artist-and-a-big-fan-of"&gt;Ariel
Ries shared their process for writing comic scripts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href="https://aftermath.site/ocarina-of-time-remake-nintendo/"&gt;I don’t
Know If We Need All These Remakes, Guys.&lt;/a&gt;&lt;/em&gt; (We don’t)&lt;/li&gt;
&lt;li&gt;I liked &lt;a href="https://www.citationneeded.news/end-citizens-uniteds-tiffany-muller-on-fighting-big-money-in-politics/"&gt;this
interview with Tiffany Muller from End Citizens United&lt;/a&gt;. The data on
campaign contributions is bleak, but I like how optimistic Muller is
that US Americans and &lt;a href="https://www.endcitizensunited.org/unrig-washington"&gt;elected
officials&lt;/a&gt; will push back.&lt;/li&gt;
&lt;/ul&gt;</content><category term="life log"></category><category term="fe3h"></category><category term="fefw"></category><category term="risography"></category></entry><entry><title>6/7/2026 Log</title><link href="https://pearbosc.com/blog/2026/06/07/672026-log" rel="alternate"></link><published>2026-06-07T00:00:00-05:00</published><updated>2026-06-14T23:48:07.240647-05:00</updated><author><name>Pear</name></author><id>tag:pearbosc.com,2026-06-07:/blog/2026/06/07/672026-log</id><summary type="html">&lt;p&gt;Hello! This is my first blog entry on my new website! Happy pride
month and Black music month!&lt;/p&gt;</summary><content type="html">&lt;p&gt;Hello! This is my first blog entry on my new website! Happy pride
month and Black music month!&lt;/p&gt;
&lt;p&gt;I hope to make semi-regular blog posts with general life updates,
links to things that interest me, stuff I’m looking forward to, etc. I
would love to do this weekly, but that might be difficult to keep up
with. We’ll see!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This website doesn’t feel quite ready to share yet. There’s a lot
I’d like to add in the future—an art archive, OC pages—and I’d like to
style the website more, but I wanted to start small. I can be a
perfectionist, and &lt;a href="https://overland.org.au/2026/06/we-were-all-workers-on-geocities/"&gt;this
site will be in a WIP state forever&lt;/a&gt;, so I can’t let that hold me
back.&lt;/li&gt;
&lt;li&gt;This week started off rough but ended well. I avoid talking about my
job online because, all things considered, my job is fine; I am
employed, I have disposable income, and life could be a lot worse, so I
just don’t think work is something worth complaining about in my online
life. BUT, at the same time, my job can be dogshit most of the time
(because I’m over-tasked and my boss’s boss has unrealistic
expectations) and it’s been especially dogshit for the last month. It’s
a relief to be done with what I was working on.&lt;/li&gt;
&lt;li&gt;My gf and I’s cat went to the vet this past Thursday to get some
teeth extracted. :’( He has a recurring problem with tooth resorption
that the vet thinks is genetic. He only has one bottom canine now!! ;-;
I mourn his little fangs.&lt;/li&gt;
&lt;li&gt;He’s recovering well from his procedure! He was still high off his
pain meds on Friday and spent most of the day lying down and staring out
the window. On Saturday, he was back to his usual self and had a lot of
energy!&lt;/li&gt;
&lt;li&gt;I’m going to see &lt;i&gt;Backrooms&lt;/i&gt; today!! I saw &lt;i&gt;I Love
Boosters&lt;/i&gt; last week and really enjoyed that. Lots of amazing movies
coming out right now!&lt;/li&gt;
&lt;li&gt;I switched from Windows 10 to CachyOS last weekend, so I’ve been
using it for about a week now. Aside from some minor issues I’ve run
into, it’s been great! I might make a separate post about it at some
point.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="links"&gt;Links&lt;/h3&gt;
&lt;p&gt;Something I’d like to do in these life log posts is share links to
things from my RSS feed. I recently got back into using an RSS reader
(which I’ll probably make a post about) and it’s rekindled my love for
online magazines and blogging. In the future, and depending on how often
I posted, I probably will not link so many. I have a backlog at the
moment. ^^’&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.catsuka.com/breves/2026-06-03/dealies-en-2027-sur-netflix-par-green-street-pictures-common-side-effects"&gt;Excited
to see something new from the &lt;i&gt;Scavenger’s Reign&lt;/i&gt; studio&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cartoonbrew.com/series/warrior-cats-ac-bradley-rodrigo-blaas-261825.html"&gt;ANIMATED
WARRIOR CATS ADAPTATION!!&lt;/a&gt; Little me is screaming, this is the stuff
of her dreams.&lt;/li&gt;
&lt;li&gt;I enjoyed &lt;a href="https://aftermath.site/hikaru-utada-black-music-cultural-appreciation-appropriation-kpop/"&gt;&lt;i&gt;More
Artists Could Stand To Be Normal About Their Black Music
Influences&lt;/i&gt;&lt;/a&gt;—great article about what it looks like to appreciate
or appropriate your influences.&lt;/li&gt;
&lt;li&gt;Check out this &lt;a href="https://aftermath.site/famicase-2026-art-exhibition-meteor-tokyo/"&gt;Famicase
exhibition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;It was posted like 2 years ago so I’m late to the party, but I
discovered the &lt;a href="https://youtu.be/BCSeISYcoyI"&gt;EVE Online &lt;i&gt;Down
the Rabbit Hole&lt;/i&gt; episode&lt;/a&gt;. I’m speechless.&lt;/li&gt;
&lt;li&gt;I haven’t played it yet, but all of the &lt;i&gt;Subnautica 2&lt;/i&gt; news was
interesting. I liked this article about &lt;a href="https://www.rockpapershotgun.com/the-demand-for-weapons-in-subnautica-2-reveals-the-difficulty-of-separating-open-worlds-from-conquest"&gt;how
people really want weapons in the game&lt;/a&gt;, and audience expectations
around exploration and conquest in games.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.currentaffairs.org/news/the-insidious-world-of-lolcows"&gt;&lt;i&gt;The
Insidious World of Lolcows&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Did you know that &lt;a href="https://ourworldindata.org/data-insights/one-in-four-cars-sold-in-2025-was-electric"&gt;one
in four cars sold in 2025 was electric&lt;/a&gt;? Electric cars are also &lt;a href="https://restofworld.org/2026/iea-global-ev-outlook-us-sales-drop/?utm_source=rss&amp;amp;utm_medium=rss&amp;amp;utm_campaign=feeds"&gt;becoming
more affordable globally—except in the US&lt;/a&gt;. Sigh.&lt;/li&gt;
&lt;li&gt;&lt;i&gt;&lt;a href="https://thereader.mitpress.mit.edu/the-strange-melancholy-of-slaying-monsters/"&gt;The
Strange Melancholy of Slaying Monsters&lt;/a&gt;&lt;/i&gt;&lt;/li&gt;
&lt;li&gt;You may have noticed I have some interest in game journalism. If you
also have an interest in it: I stumbled upon &lt;a href="https://breakingarrows.substack.com/p/on-culture-missive-november-2025"&gt;this
article by Steven Santana&lt;/a&gt; where he links to a &lt;a href="https://docs.google.com/document/d/1nbDhs78Na52rz5q2UoIpvmH7-nJ4TA3UO87BH5RI5RA/edit?usp=sharing"&gt;MASSIVE
games writing archive&lt;/a&gt; that he started, containing hundreds of
articles. It’s a treasure trove, I highly recommend browsing.&lt;/li&gt;
&lt;li&gt;And finally, &lt;i&gt;&lt;a href="https://innerspiral.lol/Blog/crossed/crossed"&gt;The Perfect
Toyhouse&lt;/a&gt;&lt;/i&gt;—an article from &lt;i&gt;Inner Spiral&lt;/i&gt; about how the
Animal Crossing experience has evolved over time, and lost the friction
that made it fun. Kind of similar to &lt;a href="https://unwinnable.com/2026/05/18/paper-towns-and-potemkin-villages/"&gt;this
article&lt;/a&gt; about how challenging it is to make NPC villages feel like a
real society.&lt;/li&gt;
&lt;/ul&gt;</content><category term="life log"></category></entry></feed>