<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>bearblog</id>
  <title>Bear Blog Trending Posts</title>
  <updated>2026-05-13T19:26:30.698197+00:00</updated>
  <author>
    <name>Bear Blog</name>
    <email>feed@bearblog.dev</email>
  </author>
  <link href="https://bearblog.dev/discover/" rel="alternate"/>
  <generator uri="https://lkiesow.github.io/python-feedgen" version="0.9.0">python-feedgen</generator>
  <subtitle>Trending posts on Bear Blog</subtitle>
  <entry>
    <id>https://chupacabra.bearblog.dev/your-request-to-close-your-amazon-account-has-been-confirmed/</id>
    <title>"Your Request To Close Your Amazon Account Has Been Confirmed".</title>
    <updated>2026-05-13T00:44:31.406625+00:00</updated>
    <author>
      <name>chupacabra</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;Dear guys and gals, and everything in between and outside of it,&lt;/p&gt;
&lt;p&gt;It is with pleasure that I announce that I just deleted my Amazon Account after many many years with it (10 maybe?).
&lt;br /&gt;
&lt;br /&gt;
To be honest, many things happen with Amazon that I've ignored because they don't directly affect me but, though the multiple scams I was a victim to in this platform made me think about the decision, ultimately all the other horrible stuff helped me take the final step.
&lt;br /&gt;
&lt;br /&gt;
Millenia we've lived with no Amazon, why do we need it now?
&lt;br /&gt;
We don't, we believe it is convenient, but it makes you waste money on stuff you don't need by using their algorithmic shady practices. I started by spending a month without buying from Amazon. I saved a lot that month. Then I bought stuff I didn't need. Then I felt bad, and now I'm here.
&lt;br /&gt;
&lt;br /&gt;
We certainly don't need to buy so much stuff, we own too much, and the world is bleeding because of this. We put stuff in the thrash as it seems like it disappears from existence, but it does not. It goes somewhere, it stays somewhere. Recycled? Maybe a part of it. But the rest of the things you owned and no longer do and you put in the trash, is laying on a field somewhere. We need to be more conscious of the things we buy, the causes we support, the things we do everyday, not only for a fulfilling life, but so that we don't take fulfillment from others.
&lt;br /&gt;
&lt;br /&gt;
Have a nice night :D&lt;/p&gt;
</content>
    <link href="https://chupacabra.bearblog.dev/your-request-to-close-your-amazon-account-has-been-confirmed/" rel="alternate"/>
    <published>2026-05-13T00:44:31.406625+00:00</published>
  </entry>
  <entry>
    <id>https://grizzlygazette.bearblog.dev/how-to-make-your-blog-more-accessible-and-why-you-should-care/</id>
    <title>How to make your blog more accessible, and why you should care</title>
    <updated>2026-05-12T19:07:00+00:00</updated>
    <author>
      <name>grizzlygazette</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;Article written by &lt;a href='https://kami.bearblog.dev'&gt;Kami&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Heya!&lt;/p&gt;
&lt;p&gt;I've been on bear for a while now, and while it's been awesome to see everyones cool website designs, I still ocassionally run into blogs which make some easy to fix mistakes regarding accessibility. So, in this blogpost I want to quickly go through some easy things you can do to make sure that more people will be able to enjoy your blog.&lt;/p&gt;
&lt;h2 id=color-contrast&gt;Color Contrast&lt;/h2&gt;&lt;p&gt;So, first up, the biggest thing that I see over and over on here: Color contrast.&lt;br /&gt;
Please, make sure your website has good color contrast. Simply take the color of the text, and the color of your background and input them into &lt;a href='https://webaim.org/resources/contrastchecker/'&gt;this website.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If both Normal Text and Large Text pass: You're good.&lt;/p&gt;
&lt;p&gt;If they don't, fiddle around with your color choice a bit until you find some colors you like that also have decent contrast.&lt;/p&gt;
&lt;p&gt;I think it's important to note here that good color contrast benefits &lt;em&gt;everyone,&lt;/em&gt; not "just" people with visual disabilities. It's less straining to look at, and it'll ensure you posts remain readable even if, for example, you're sitting outside somewhere and the sun is causing plenty of screenglare.&lt;/p&gt;
&lt;p&gt;I feel this is important to note, because I ocassionally see people saying that accessibility isn't important on their hobby website or blog, because of X or Y reason. If you want &lt;em&gt;anyone&lt;/em&gt; (including yourself, mind you) to use your website, it's a good idea to care about these things - even if the usecase might seem non-obvious at first.&lt;/p&gt;
&lt;p&gt;Not only because it's a nice thing to do for people who do have disabilities and want to view your site, but also because it helps out literally everyone else as well.&lt;/p&gt;
&lt;p&gt;Do your future, outdoor-browsing self a favor and and improve your color contrast.&lt;/p&gt;
&lt;h2 id=alt-text&gt;Alt Text&lt;/h2&gt;&lt;p&gt;If you are going to add an image to your website, please give it some alt text. Alt text is a short description of an image for visually impaired people. It's also displayed if the image can't load for whatever reason. (For example, if the internet connection of the person reading your blog is too slow.)&lt;/p&gt;
&lt;p&gt;Here's how to add alt text with markdown:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;![&lt;span class="nt"&gt;A description of your image&lt;/span&gt;](&lt;span class="na"&gt;https://link-to-your-image.com/image.webp&lt;/span&gt;)
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Here's how to do it if you're using html:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;img&lt;/span&gt; &lt;span class="na"&gt;src&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;https://link-to-your-image.com/image.webp&amp;quot;&lt;/span&gt; &lt;span class="na"&gt;alt&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;A description of your image&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Generally, you should add alt text to any images you use. If your image is &lt;em&gt;purely decorative,&lt;/em&gt; it is fine to ommit. If you're using html however, you should still add the alt attribute. Just leave it empty instead. That way, screenreaders know to ignore the image. Here's an example:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;img&lt;/span&gt; &lt;span class="na"&gt;src&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;https://link-to-your-image.com/border.webp&amp;quot;&lt;/span&gt; &lt;span class="na"&gt;alt&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;I think it's important to stress here that an image is only decorative if it does not convey any additional information. So, if the image is just used as a decorative border, for example.&lt;/p&gt;
&lt;h2 id=if-youre-going-to-add-html-make-sure-to-use-semantic-html&gt;If you're going to add HTML, make sure to use semantic HTML&lt;/h2&gt;&lt;p&gt;If you're going to mark up something using HTML, please do a quick google search beforehand to check if there's a more specific HTML element you could use. What do I mean by that? Well, let's say you want to add a caption to an image. Maybe your first instinct is to do something like this:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;img&lt;/span&gt; &lt;span class="na"&gt;src&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;https://link-to-your-image.com/image.webp&amp;quot;&lt;/span&gt; &lt;span class="na"&gt;alt&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;Kami&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;div&lt;/span&gt; &lt;span class="na"&gt;class&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;caption&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;A very cool image of Kami talking about web accessibility.&lt;span class="p"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="nt"&gt;div&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Technically, this works. You can put this on your website, and it'll look fine enough. Thing is, people using screenreaders will have a harder time realizing that the caption actually &lt;em&gt;belongs&lt;/em&gt; to that image. And on top of that, you're gonna have to put in some additional effort to make it look nice.&lt;/p&gt;
&lt;p&gt;If you take maybe a couple minutes or so to look up if there's a better fitting element though, you might end up with something like this instead:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;figure&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;  
  &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;img&lt;/span&gt; &lt;span class="na"&gt;src&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;https://link-to-your-image.com/image.webp&amp;quot;&lt;/span&gt; &lt;span class="na"&gt;alt&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;Kami&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;  
  &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;figcaption&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;A very cool image of Kami talking about web accessibility.&lt;span class="p"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="nt"&gt;figcaption&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt; 
&lt;span class="p"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="nt"&gt;figure&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Not only will this be much nicer to read on a screenreader, the figcaption element actually comes with some built-in styles that will make it look more like... well, a caption. If you're lucky, the theme you're using might already have some built-in styling for it!&lt;/p&gt;
&lt;p&gt;The same thing goes for basically anything you want to mark up with html. Before going off and making your own completely custom class, try and see if there's a nice HTML element you can use as a jumping off point.&lt;/p&gt;
&lt;h2 id=use-headings-properly&gt;Use headings properly&lt;/h2&gt;&lt;p&gt;It can be tempting to misuse &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;h2&amp;gt;&lt;/code&gt; and so forth and &lt;code&gt;# Markdown Headings&lt;/code&gt; purely to get differently sized text. And while that may &lt;em&gt;look&lt;/em&gt; nice, that's not actually what you should use headings for.&lt;/p&gt;
&lt;p&gt;Semantically, headings are landmarks. They're used to denote the different sections of your text. This is useful for people navigating your website using the keyboard or a screenreader. They'll be able to jump to those places in the text.&lt;/p&gt;
&lt;p&gt;If you don't actually want to use a heading for its intended purpose of marking different sections of the text, add a css class to your theme, like this for example:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nc"&gt;text-large&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;
&lt;span class="k"&gt;font-size&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;large&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;p&lt;/span&gt; &lt;span class="na"&gt;class&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;text-large&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;This text is big just because it looks nice!&lt;span class="p"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="nt"&gt;p&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;It's also very important that you have your headings in the right order. If you're making a post, &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; and its markdown equivalent &lt;code&gt;# Heading&lt;/code&gt; will always be taken by your post title.&lt;/p&gt;
&lt;p&gt;So, if you want to mark a new section you should use either &lt;code&gt;&amp;lt;h2&amp;gt;&lt;/code&gt; or &lt;code&gt;## Heading&lt;/code&gt;. If you then want to add subsections to those sections, you can use &lt;code&gt;&amp;lt;h3&amp;gt;&lt;/code&gt; or &lt;code&gt;### Heading&lt;/code&gt; and so on and so forth. If you're adding a page to your blog, the &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; slot won't be taken up, so you'll be able to use that instead for your toplevel heading.&lt;/p&gt;
&lt;p&gt;If you don't follow these rules, your post will be rather annoying to navigate via keyboard only or with a screenreader.&lt;/p&gt;
&lt;p&gt;So, Don't do it like this:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="gh"&gt;# The Title of My Very Cool Article&lt;/span&gt;
Hello guys, today I will tell you why I&amp;#39;m very awesome and attractive. Here it goes.

&lt;span class="gh"&gt;# Why I&amp;#39;m so awesome&lt;/span&gt;
Some text goes here 

&lt;span class="gh"&gt;# The biggest reason&lt;/span&gt;
I&amp;#39;m very cool and awesome because my website respects user preferences
Some more text
And even more text

&lt;span class="gh"&gt;# Another reason   &lt;/span&gt;
I&amp;#39;ve got incredibly good taste in books,
and have read all of lord of the mysteries

&lt;span class="gh"&gt;# A different topic&lt;/span&gt;
Some more text
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Do it like this instead!&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="gh"&gt;# The Title of My Very Cool Article&lt;/span&gt;
Hello guys, today I will tell you why I&amp;#39;m very awesome and attractive. Here it goes.

&lt;span class="gu"&gt;## Why I&amp;#39;m so awesome&lt;/span&gt;
Some text goes here 

&lt;span class="gu"&gt;### The biggest reason&lt;/span&gt;
I&amp;#39;m very cool and awesome because my website respects user preferences
Some more text
And even more text

&lt;span class="gu"&gt;### Another reason   &lt;/span&gt;
I&amp;#39;ve got incredibly good taste in books,
and have read all of lord of the mysteries

&lt;span class="gu"&gt;## A different topic&lt;/span&gt;
Some more text
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id=use-rem-for-font-sizes&gt;Use rem for font sizes&lt;/h2&gt;&lt;p&gt;If you're making your own theme, or adapting an existing one, please use rem for font sizes instead of something like px. Unlike px, rem is not a static unit. How large one rem is changes with the font size setting the user has set.&lt;/p&gt;
&lt;p&gt;This means, that if a user has set their browser to use a larger than normal font-size for whatever reason, your website will respect that preference. If you use a static unit like px, users will have to manually scale up your website - which is annoying.&lt;/p&gt;
&lt;p&gt;So, be nice to users that prefer larger or smaller than normal font-sizes, and instead of doing this:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nc"&gt;elem&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;
&lt;span class="w"&gt;	&lt;/span&gt;&lt;span class="k"&gt;font-size&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;16&lt;/span&gt;&lt;span class="kt"&gt;px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Do this:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nc"&gt;elem&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;
&lt;span class="w"&gt;	&lt;/span&gt;&lt;span class="k"&gt;font-size&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="kt"&gt;rem&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Aaaand, that's all for now!&lt;br /&gt;
There's obviously a lot more you could talk about when it comes to this stuff, but taking some time to implement just these tips where appropriate will already make reading your blog a much nicer experience for everyone who might want to do that.&lt;/p&gt;
&lt;p&gt;Including future you!&lt;/p&gt;
&lt;p&gt;So, do yourself and everyone else who might enjoy your website a favor, and make sure that it's accessible.&lt;/p&gt;
&lt;p&gt;Thank you for reading this far, and if you've got any additional questions/feedback, you can email me at kami@kamiscorner.xyz.&lt;/p&gt;
</content>
    <link href="https://grizzlygazette.bearblog.dev/how-to-make-your-blog-more-accessible-and-why-you-should-care/" rel="alternate"/>
    <published>2026-05-12T19:07:00+00:00</published>
  </entry>
  <entry>
    <id>https://blog.absurdpirate.com/graduated-community-college/</id>
    <title>Graduated Community College</title>
    <updated>2026-05-12T14:42:50.581234+00:00</updated>
    <author>
      <name>absurdpirate</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;Well, I did it. I now have my Associate Degree. Took me a few years of stop-and-go attendance, but I eventually did it. Half-assing it, I finished out with a cumulative 3.5 GPA, so I'm pretty happy with that.&lt;/p&gt;
&lt;p&gt;I graduated with a major in general studies with an emphasis on CS. You're probably wondering "what the fuck is 'general studies'?" It's basically just a degree you get for doing the Gen Ed requirements. It transfers nicely and doesn't lock you into any one major. It is a pretty useless degree in the sense nobody is going to be urgently hiring people with GenStudies degrees, but it's great for just taking out the Gen Ed requirements and it transfers nicely to universities. So if you're planning on going to a 4-year university, consider a gen studies degree at a community college. You can take elective classes for the major you'll want in a 4-year, and it'll be a hell of a lot cheaper.&lt;/p&gt;
&lt;p&gt;I talked with a counselor and it would basically zero out the university I'm planning on attending's Gen Ed requirements, and I can focus entirely on my ACTUAL major.&lt;/p&gt;
&lt;p&gt;If you know me well enough, you know that my long-term goal is to become a Licensed Clinical Social Worker, i.e. a therapist. So, that's what my major will be in, Social Work. I'm taking a break this summer to kinda give myself a breather before trying to hit hard on my bachelor's degree.&lt;/p&gt;
&lt;p&gt;So, yeah, that's pretty much it. Got a degree. Now I'm on to bigger and better things. Best of luck to me lol.&lt;/p&gt;
&lt;p&gt;&lt;a class="previous-post" href="/scams-that-we-just-accept" title="Scams That We Just Accept"&gt;Previous&lt;/a&gt; | &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Reply via email: &lt;a href='mailto:me@absurdpirate.com'&gt;me@absurdpirate.com&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;h3 id=as-of-writing-this&gt;as of writing this...&lt;/h3&gt;&lt;p&gt;I woke up this morning and considered calling out, but I just decided to go into work today. I'll be home kinda early and can just kinda relax while my daughter is with her grandpa. I added some chill, low-stim music to my iPod. This new addition is Ambient 1: Music for Airports by Brian Eno.&lt;/p&gt;
</content>
    <link href="https://blog.absurdpirate.com/graduated-community-college/" rel="alternate"/>
    <published>2026-05-12T14:42:50.581234+00:00</published>
  </entry>
  <entry>
    <id>https://skuth.us/eliminating-faith-words/</id>
    <title>Eliminating faith words</title>
    <updated>2026-05-12T16:24:00+00:00</updated>
    <author>
      <name>skuthus</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;I am making a concerted effort to eliminate "faith words" from my vocabulary. Words like belief, faith, luck, miracles, god-given, divine, and anointed. I am also trying to eliminate the use of phrases like 'I have faith that', 'I believe x', 'it's a miracle that', 'thank god that' and so on.&lt;/p&gt;
&lt;p&gt;I want my words, thoughts, and actions to speak to what I know, and what I am learning to be true, rather than what I wish and hope to be true without knowledge or reason.&lt;/p&gt;
&lt;p&gt;Instead of saying 'I have faith that...' I can say 'It would be wonderful if'. Instead of saying 'it's a miracle that...' I can say 'It is fortunate that'.&lt;/p&gt;
&lt;p&gt;It's okay to hope for things. It's okay to believe something to be true. But I don't personally feel that it's okay to place hope and belief in the hands of something that doesn't exist. I want to exemplify that thought in my every day language. I want to be in charge of the hopes and beliefs I hold.&lt;/p&gt;
</content>
    <link href="https://skuth.us/eliminating-faith-words/" rel="alternate"/>
    <published>2026-05-12T16:24:00+00:00</published>
  </entry>
  <entry>
    <id>https://rlraymond.com/no-ai-means-no-ai/</id>
    <title>No ai means no ai</title>
    <updated>2026-05-11T23:19:00+00:00</updated>
    <author>
      <name>rlr</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p align="center"&gt;&lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/rlr/img_8732.webp" alt="Pencil Tip" width="300" height="300"&gt;&lt;/p&gt;
&lt;p&gt;I posted a quick thought on my Mastodon feed:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I am seeing more posts and calls for submissions that note “no ai” but it’s ok for brainstorming or storyboarding or blah blah blah…&lt;br /&gt;
“No ai” should mean just that &lt;strong&gt;no ai.&lt;/strong&gt;&lt;br /&gt;
“But no one would know…”&lt;br /&gt;
&lt;em&gt;Integrity is doing the right thing even when no one is looking.&lt;/em&gt;[^1]&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It got a little traction, so I must have hit a nerve. Now, I am not a coder, I know practically nothing, and had to do a lot of reading just to get this site to look not ridiculous. My comments therefore aren’t aimed at the tech space. I write. I read. I take pictures. I love art. And what I want—as it appears do others—is honesty, integrity, genuineness.&lt;/p&gt;
&lt;p&gt;I am hereby imploring the artists, writers, photographers, to be true to the craft. &lt;em&gt;Keep it real&lt;/em&gt; as they say. I read enough ai slop in marketing, newspapers, corporate emails. Let’s keep the arts pure and the artists honest. That way we can lie and make up the world in a genuine manner.&lt;/p&gt;
&lt;p&gt;[^1]:&lt;a href='https://social.vivaldi.net/@RLRVivaldi/116558218226078198' target='_blank'&gt;No ai means no ai&lt;/a&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div class="reply-email"&gt;
  &lt;a href="mailto:blogrlr.skipping999@passmail.com?subject=Re:%20No ai means no ai"&gt;Reply to this post&lt;/a&gt;
&lt;/div&gt;
&lt;p align="center"&gt;&lt;a class="previous-post" href="/the-state-of-emergencies" title="The State of Emergencies"&gt;Previous&lt;/a&gt;&lt;/p&gt;
&lt;p align="center"&gt;&lt;a class="next-post" href="/the-bagel-triptych" title="The Bagel Triptych"&gt;Next&lt;/a&gt;&lt;/p&gt;
</content>
    <link href="https://rlraymond.com/no-ai-means-no-ai/" rel="alternate"/>
    <published>2026-05-11T23:19:00+00:00</published>
  </entry>
  <entry>
    <id>https://tqs.bearblog.dev/rational-discussion/</id>
    <title>Rational Discussion</title>
    <updated>2026-05-11T23:10:00+00:00</updated>
    <author>
      <name>tqs</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;div class="tqs-meta-group"&gt;
  &lt;span&gt;tagged as:&lt;/span&gt;
  &lt;a href="/blog/?q=fragment"&gt;#fragment&lt;/a&gt;
  &lt;a href="/blog/?q=comics"&gt;#comics&lt;/a&gt;
&lt;/div&gt;
&lt;a href="https://bear-images.sfo2.cdn.digitaloceanspaces.com/tqs/spiderman-sauron-1.jpg" class="tqs-lightbox"&gt;
    &lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/tqs/spiderman-sauron-2.webp" alt="Comic panel showing Spider-Man speaking to Sauron from Marvel Comics. Sauron argues that instead of curing cancer he wants to turn people into dinosaurs."&gt;
&lt;/a&gt;
&lt;p&gt;Trying to discuss politics in 2026 feels like Spider-Man arguing with Sauron.&lt;/p&gt;
&lt;p&gt;I miss when “don’t create dinosaurs” felt like the default position.&lt;/p&gt;
</content>
    <link href="https://tqs.bearblog.dev/rational-discussion/" rel="alternate"/>
    <published>2026-05-11T23:10:00+00:00</published>
  </entry>
  <entry>
    <id>https://migrainebrain.bearblog.dev/cross-stitching-my-favorite-album-covers/</id>
    <title>cross-stitching my favorite album covers</title>
    <updated>2026-05-11T18:30:00+00:00</updated>
    <author>
      <name>migrainebrain</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;When I was in my early/mid-teens, my dream was to work on MTV. When I was in my late teens, my dream was to make album covers. I did neither, but now that I'm OLD I decided to cross-stitch my favorite album covers of my favorite bands, because why not?
I decided to start with The Libertines, of course, 'cause I love the band and this album cover is perfect.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/migrainebrain/libsss.webp" alt="libsss" /&gt;
The Libertines, 2004&lt;/p&gt;
&lt;p&gt;They continue to make great music, by the way, and there's &lt;a href='https://www.youtube.com/watch?v=HvvVBoYNxdE' target='_blank'&gt;&lt;strong&gt;this video&lt;/strong&gt;&lt;/a&gt; they released last year that always makes me smile.&lt;/p&gt;
&lt;hr /&gt;
&lt;div class="reply-email"&gt;
  &lt;a href="mailto:migrainebrain@pm.me?subject=Re:%20cross-stitching my favorite album covers"&gt;Reply to this post.&lt;/a&gt;
&lt;/div&gt;
or don't.
&lt;hr /&gt;
&lt;p&gt;&lt;a class="previous-post" href="/a-rant-about-tv-shows" title="A rant about TV shows"&gt;Previous&lt;/a&gt; &lt;/p&gt;
</content>
    <link href="https://migrainebrain.bearblog.dev/cross-stitching-my-favorite-album-covers/" rel="alternate"/>
    <published>2026-05-11T18:30:00+00:00</published>
  </entry>
  <entry>
    <id>https://bx.bearblog.dev/one-month-on-bearblog/</id>
    <title>one month on bearblog !!</title>
    <updated>2026-05-10T22:18:00+00:00</updated>
    <author>
      <name>bx</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;it's been a whole month since i first posted on bearblog. i guess today is my ?&lt;em&gt;blogiversary&lt;/em&gt;?&lt;/p&gt;
&lt;p&gt;i've really got into the swing of things now with posting and reading blogs every day so far this month. it's so inspiring to hear what others have to say and i look forward to reading what's new.&lt;/p&gt;
&lt;p&gt;the analytics section of bearblog is fantastic - i can't believe i've reached 54 countries! if you've never checked before, i seriously recommend you do.&lt;/p&gt;
&lt;p&gt;thank you if you've ever given me an up vote (i like to think of this as a nod) as you've made me feel seen.&lt;/p&gt;
&lt;p&gt;i look forward to my next month: to keep posting, to keep growing and to keep being inspired. if you're a lurker and you're thinking about posting, just do it. the amount of joy i get from this platform is just fantastic and i'd love for you to feel the same way (#notsponsored) &lt;3&lt;/p&gt;
</content>
    <link href="https://bx.bearblog.dev/one-month-on-bearblog/" rel="alternate"/>
    <published>2026-05-10T22:18:00+00:00</published>
  </entry>
  <entry>
    <id>https://onomade.bearblog.dev/light-mode-light-mood/</id>
    <title>light mode, lighter mood</title>
    <updated>2026-05-10T20:09:00+00:00</updated>
    <author>
      <name>onomade</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;After dark mode became a thing, I started using it everywhere. Recently I decided to change some things back to light mode. Even light mode can brighten my mood since I haven't been feeling very well these days.&lt;/p&gt;
&lt;p&gt;So I thought, why not change my blog too? My blog represents me somehow, right? Let's make myself a little brighter :)&lt;/p&gt;
&lt;p&gt;I hope my light blog can help me pass my driving test haha
Ahhh why am I so nervous? D:&lt;/p&gt;
&lt;p&gt;As for other people, if someone is even interested in what I write, I hope it can bring a calm and hopeful feeling to someone out there. Ah, and sorry for the flashbang if this is not your thing....&lt;/p&gt;
</content>
    <link href="https://onomade.bearblog.dev/light-mode-light-mood/" rel="alternate"/>
    <published>2026-05-10T20:09:00+00:00</published>
  </entry>
  <entry>
    <id>https://forkingmad.blog/hey-you-start-communicating/</id>
    <title>Hey you, start communicating!</title>
    <updated>2026-05-10T14:59:00+00:00</updated>
    <author>
      <name>forkingmad</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;Yes you!&lt;/p&gt;
&lt;p&gt;It's time to reach out, be nice, and say hello to strangers.  It costs nothing and can make someone's day.&lt;/p&gt;
&lt;p&gt;Me, I'm a chatty person. Not all the time.  However, people make the world more interesting.&lt;/p&gt;
&lt;h2 id=back-to-the-point-of-this&gt;Back to the point of this!&lt;/h2&gt;&lt;p&gt;When I am reading someone's website, I am often moved to reach out to them.  It can be as simple as a "Hi, I really liked your post", or something more specific about the topic.  One thing I hope I never am is rude.  I have zero tolerance for rudeness.&lt;/p&gt;
&lt;p&gt;Not all websites / blogs have a comment section (&lt;a href='https://forkingmad.blog/i-want-to-comment-on-your-blog-post/'&gt;shame&lt;/a&gt;!), but many have a like button, or an email option.&lt;/p&gt;
&lt;p&gt;Use the &lt;em&gt;like&lt;/em&gt;; acknowledge that you read the page -- unless of course you completely disagree with the contents!&lt;/p&gt;
&lt;p&gt;Forget the argument that it's about collecting likes.  Nonsense. That was for social media 'influencers' desperate for attention and validation.  On a web page it's a friendly gesture to say &lt;em&gt;Hello&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=take-it-further&gt;Take it further&lt;/h2&gt;&lt;p&gt;If there's an option, send them an email if you want to say a little more.  Some website authors are averse to comments -- that's fine; their choice.  If they've included an email (perhaps on a contact page), they welcome communication.&lt;/p&gt;
&lt;p&gt;I can send several emails a day to people who have written something.  I might just say how much I liked it, or maybe I will ask them to expand on something as I am genuinely interested.&lt;/p&gt;
&lt;h2 id=touch-someone&gt;Touch someone!&lt;/h2&gt;&lt;p&gt;No, not with your hands!  I mean, by communicating.&lt;/p&gt;
&lt;p&gt;Recently I took twenty seconds out of my day and pinged an email to someone about a blog post.  I really enjoyed it and wanted to say so.&lt;/p&gt;
&lt;p&gt;The person later replied and said:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This is the first time in my blogging journey that someone has reached out about something I wrote 🤩.&lt;/p&gt;
&lt;p&gt;I published the post and went to sleep, then woke up to this email.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;That person was clearly delighted, and I was too.&lt;/p&gt;
&lt;p&gt;It was not difficult and we both felt better and it put a smile on our faces.&lt;/p&gt;
&lt;h2 id=do-it&gt;Do it!&lt;/h2&gt;&lt;p&gt;I encourage you to do it too.  I can't believe for one second you would not like receiving such emails.  And equally, there are times when you want to say &lt;em&gt;Hi&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;I welcome comments on all my posts.  My email address is in my &lt;a href='/contact'&gt;contact&lt;/a&gt; page. I don't mind if I get no communication for posts.  I'm not here for kudos.  I enjoy wittering on in my writing -- great if someone else likes it.&lt;/p&gt;
&lt;p&gt;I'm honoured and touched to say that I regularly receive emails and comments from readers to my blog.  It makes my day that someone has read it, and also wants to take time to reach out.  Not everyone will agree with what I write, and I enjoy hearing other opinions.&lt;/p&gt;
&lt;p&gt;It's not a validation thing -- it's a basic human desire to be pleasant and supportive.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/forkingmad/communityechoes-1.webp" alt="Community Echoes" /&gt;&lt;/p&gt;
&lt;div style="border: 1px dashed; font-size: 85%; padding: 10px; line-height:1.4em; box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; border-radius:10px;"&gt;
Here are a few other posts in the spirit of my post:
&lt;ul&gt;
&lt;li&gt;Sebastian at Finest Day: &lt;a href='https://finest.day/posts/tell-them-that-somebody-cared'&gt;Tell them that somebody cared&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Alex White: &lt;a href='https://thatalexguy.dev/re-hey-you-start-communicating'&gt;Responding&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Kev Quirk: &lt;a href='https://kevquirk.com/hey-you-start-communicating'&gt;Responding&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;JTR from The Art Of Not Asking Why: &lt;a href='https://taonaw.com/2026/04/22/about-writing-other-bloggers-email.html'&gt;About writing other bloggers Email&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Andrew, in 2024: &lt;a href='https://sheep.horse/2024/4/save_the_web_by_being_nice.html'&gt;Save the Web by Being Nice&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id="comments"&gt;&lt;/div&gt;
&lt;script src="https://pure.komments.cloud/public/embed.js" defer&gt;&lt;/script&gt;
&lt;div class="bubbles-vote"&gt;&lt;/div&gt;
&lt;script src="https://bubbles.town/vote.js" defer&gt;&lt;/script&gt;
</content>
    <link href="https://forkingmad.blog/hey-you-start-communicating/" rel="alternate"/>
    <published>2026-05-10T14:59:00+00:00</published>
  </entry>
  <entry>
    <id>https://tiramisu.bearblog.dev/home-is-where-i-want-to-be/</id>
    <title>home is where i want to be</title>
    <updated>2026-05-10T23:29:00+00:00</updated>
    <author>
      <name>tiramisu</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;I'm back in New York, after spending last weekend at home. You know, it's strange — every time I go home people ask me whether I like New York, and without hesitation I always say I do. Yet at home I always find myself wishing I could stay longer and cannot ever remember missing New York when I am away.&lt;sup class="footnote-ref" id="fnref-1"&gt;&lt;a href="#fn-1"&gt;1&lt;/a&gt;&lt;/sup&gt; Maybe that is a sign that I have truly settled in here.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/tiramisu/img_9077.webp" alt="IMG_9077" /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&lt;small&gt;Yunnan rice noodles with tofu, 豆花米线. Silky tofu pudding, rice noodles, pickled vegetables, chili oil. Maybe a trip to 昆明 is in my sights?&lt;/em&gt;&lt;/small&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;J asked me in class the other day if I identify as a New Yorker. My answer always depends on who is asking me and where we are. If on my travels someone asks me where I am from I say that I am from New York. But here when people ask me where I'm from I always tell them where home is.&lt;/p&gt;
&lt;p&gt;I have never had a bad visit back home, but this time felt particularly nice, perhaps because it was so short. I ate lots of good food and spent time with my parents and played soccer and cards and caught up with friends on long walks in the forests. I missed it all dearly — the warmth, the sun, the greenery, the people, the tranquility. Now that Spirit has gone belly up I worry these cheap getaways will be harder to come by.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/tiramisu/img_9075.webp" alt="IMG_9075" /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;small&gt;Bibim naengmyeon (비빔냉면), cold spicy buckwheat noodles. One of my warm weather favorites.&lt;/small&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;At home I asked on a whim how grandfather was doing. "He died last week," Dad said. &lt;em&gt;And you didn't think to tell me?&lt;/em&gt; He didn't even fly back for the funeral. I should be used to it by now, but somehow now that I'm older it bothers me more how small a role our extended families play in our lives. Last summer when I visited him at the nursing home for the first time in more than a decade his mind was already mostly gone. He misidentified me and cursed at me and my dad for things I mostly could not make out&lt;sup class="footnote-ref" id="fnref-2"&gt;&lt;a href="#fn-2"&gt;2&lt;/a&gt;&lt;/sup&gt; in dialect while his attendant looked on awkwardly. In spite of it all, I feel grateful to have seen him once more before he passed. Ted Hughes quoting the Greeks: &lt;em&gt;live as though all your ancestors were living again through you.&lt;/em&gt; Even if they are upset at me for reasons beyond my control, I want to know them while I still can.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/tiramisu/img_9079.webp" alt="IMG_9079" /&gt;&lt;/p&gt;
&lt;p style="font-weight: bold; text-align: center;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp;*&lt;/p&gt;
&lt;p&gt;Going home is also synonymous with doctor's appointments. While waiting to see my primary care physician I was filling out &lt;a href='https://newroadstreatment.org/wp-content/uploads/2018/04/Screen-Shot-2018-04-10-at-5.14.16-PM.png' target='_blank'&gt;this standard mental health self-assessment&lt;/a&gt; and since I had been feeling listless the first question made me think long and hard. Mom asked me what was taking so long so I pointed at it and said that "1 — several days" was probably the most accurate answer. "Don't be silly," she said. I filled in zeroes all the way down. This exchange just about sums up talking about mental health with my parents. In hindsight, I'm not sure I would do anything differently, since I have a hard time imagining what my primary care physician would do about that, and I would rather not discuss that with him.&lt;/p&gt;
&lt;p&gt;My mood takes on a distinctly different quality when I am at home. It is buoyed by the time with friends and family and among the trees. At the same time it is harder for me to fall asleep there (maybe due to the sun being out later?) and easier to accidentally stare into the void. In the half-moments between activities I catch myself doomscrolling, maybe subconsciously avoiding the discomforting nothingness of suburbia.&lt;/p&gt;
&lt;p&gt;(Yesterday I woke up at 6 AM to play 2 hours of pickup soccer; it was the most fun I'd had in weeks. I see that as the real canary in the coal mine. If one day I find myself not enjoying my most beloved hobby, I know something will have gone wrong. After the breakup I remember going to play a game of pickup and even through tears I kept playing still. That's love as I know it.)&lt;/p&gt;
&lt;p style="font-weight: bold; text-align: center;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp;*&lt;/p&gt;
&lt;p&gt;&lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/tiramisu/img_9106.webp" alt="IMG_9106" /&gt;&lt;/p&gt;
&lt;p&gt;Yesterday V took me and A out to eat at &lt;a href='https://maps.app.goo.gl/yTcyAxJ35HXL1aD98' target='_blank'&gt;Up Thai&lt;/a&gt;, where the food was pleasant in spite of my prejudices. I usually try to avoid Thai food because I have had so much mediocre Thai food out in small American towns, and some bad experiences like the owner of a Thai restaurant in the boonies threatening me and calling me a "freak" for wearing a mask to his aggressively gun-friendly restaurant during peak COVID times. This dinner was fortunately not that and I even made a friend on the walk there, though he did not seem to pay attention to much anything besides the trash can.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/tiramisu/img_9102.webp" alt="IMG_9102" /&gt;
&lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/tiramisu/img_9104.webp" alt="IMG_9104" /&gt;&lt;/p&gt;
&lt;p&gt;On the way back home a couple was asking everyone on the platform if they spoke Spanish. No one on the platform understood them until they got to me; I took it upon myself to escort them to the exit they were looking for, walk them to the station they were transferring to, and see to it that they were on the right platform (though not before getting lost myself in the maze of construction-related detours). On our little walk they told me they were from Venezuela and that they had actually been living in my home state (!) before the ICE crackdowns made them flee to New York. I often struggle with questions of purpose and the crushing monotony of corporate life and then a moment like this makes me realize just how good I have it. I hope they make it, whatever it is they want to do. They called me their little guardian angel and maybe I am naïve but I like to think that most New Yorkers would have done the same.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/tiramisu/img_9096.webp" alt="IMG_9096" /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&lt;small&gt;Lu rou fan (braised pork rice) bento from &lt;a href='https://maps.app.goo.gl/f2bAPb7oxmVFv7cCA' target='_blank'&gt;Gulp&lt;/a&gt;. A called me in the middle of my afternoon nap to ask if I wanted to get lunch, and even though I see her more than I see anyone else, I extricated myself from my sheets and got dressed. Asking me to hang out is as valid a reason as any to wake me up from a nap.&lt;/small&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p style="font-weight: bold; text-align: center;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp;*&lt;/p&gt;
&lt;p&gt;E is visiting this weeks and rallied the troops for lunch at &lt;a href='https://maps.app.goo.gl/AHNHXnaKrFkLzGx28' target='_blank'&gt;Hamido Seafood&lt;/a&gt;. B, who I have not seen for something like a year, asked me what was new. I had nothing for him. Nothing ever happens in my life (until it does, of course), though I am also starting to think that this is in part because I am not writing. The food was good, and the restaurant very busy.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/tiramisu/img_9116.webp" alt="IMG_9116" /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;small&gt;&lt;em&gt;Moments before this photo was taken, the lobster on the right had crawled out and almost escaped the display case. Lobsters are such strange, magnificent creatures.&lt;/em&gt;&lt;/small&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/tiramisu/img_9119.webp" alt="IMG_9119" /&gt;
&lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/tiramisu/img_9120.webp" alt="IMG_9120" /&gt;&lt;/p&gt;
&lt;p&gt;Before lunch I visited a hatmaker I had been trying to catch. Last month E pointed our her stall to me as we browsed an outdoor maker's market and I took her card and thought about the hats regularly in the weeks that followed. Today I made a beeline for her booth right as it opened and found her as she was setting up. I tried on a few hats for size, appraising them in the little handheld mirror she handed me, and then spotted one on the far side of the table. When I put it on, she went, "Oh! That's the one!" And that it was — I knew as soon as I looked in the mirror. I love that feeling, of being chosen by an article of clothing. As someone with a limited budget I struggle to justify buying local and/or artisan, so it feels like a nice treat to have been able to do so. When it goes right, it is such a lovely process from start to finish: coming across them serendipitously, feeling their things in hand, meeting the maker, walking away having made a little connection&lt;sup class="footnote-ref" id="fnref-3"&gt;&lt;a href="#fn-3"&gt;3&lt;/a&gt;&lt;/sup&gt;. Seeing the look on her face when I bought the hat was worth the price alone. And oh do I love a good hat.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/tiramisu/img_8031.webp" alt="IMG_8031" /&gt;&lt;/p&gt;
&lt;section class="footnotes"&gt;
&lt;ol&gt;
&lt;li id="fn-1"&gt;&lt;p&gt;Though I am certain I would if I moved away.&lt;a href="#fnref-1" class="footnote"&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li id="fn-2"&gt;&lt;p&gt;I think he harbors some resentment about his oldest son moving so far away and never visiting, and as the oldest son of his oldest son that resentment transfers to my shoulders too. There is a rift between those of us that move away and those that stay. In this side of the family, we are the only ones to have left the motherland.&lt;a href="#fnref-2" class="footnote"&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li id="fn-3"&gt;&lt;p&gt;And knowing that the money isn't going to some private equity fund or someone completely removed from the production process.&lt;a href="#fnref-3" class="footnote"&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
    <link href="https://tiramisu.bearblog.dev/home-is-where-i-want-to-be/" rel="alternate"/>
    <published>2026-05-10T23:29:00+00:00</published>
  </entry>
  <entry>
    <id>https://davidmcgee.xyz/ocarina-of-time-hits-differently-as-an-adult/</id>
    <title>Ocarina of Time Hits Differently as an Adult</title>
    <updated>2026-05-10T22:43:00+00:00</updated>
    <author>
      <name>davidmcgee</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;School has finished, but I won't start my Summer job for another week or so, so I haven't had much to do.&lt;/p&gt;
&lt;p&gt;I've found myself replaying &lt;em&gt;The Legend of Zelda: Ocarina of Time.&lt;/em&gt; Even though I'm a little zoomer, this game was a big part of my childhood. My brother is substantially older than I am, and he'd grown up with an N64. I probably spent hours playing on it as a kid, it was my first introduction to video games.&lt;/p&gt;
&lt;p&gt;I'm a bit more than halfway through the game, and I've been enjoying it--partly because of nostalgia, partly because it's just a good game. But, I think I've come to appreciate the story in a way I didn't really as a child. And it feels far more melancholy.&lt;/p&gt;
&lt;p&gt;You begin the game as a Kokiri, a race of eternal children. You venture out into the wider world, and you find it to be a good and wholesome place. The castle town is lively and filled with happy people. Kakariko Village is a sleepy town at the foot of the mountains. The guy who runs Lon Lon Ranch is a doofus, but he's a goodhearted doofus, and you can't help but like him.&lt;/p&gt;
&lt;p&gt;Then, you become an adult, and everything is darker--the castle - town is destroyed and overrun by zombies, Kakariko Village is hiding the government's clandestine torture operation. And you return to the Kokiri Forest, and it's changed too. It's more scary and complicated, there are monsters everywhere. The other Kokiri only sort of recognize you. Your closest friend--Saria--is nowhere to be found. And when you do find her, you find that she isn't the same person you knew as a child, not at all.&lt;/p&gt;
&lt;p&gt;This is a surprisingly poignant story about growing up. You are thrust into the real world, and you find that it's far darker and more complicated than you thought. You come home, but you don't belong there anymore. You've grown apart from your old friends, you won't ever see some of them again. Everything is subtly unfamiliar in a hundred different ways. There may not be monsters roaming the streets, but you notice problems you didn't before. You're disturbed by things you didn't notice as a child. Everything flows and nothing stands still.&lt;/p&gt;
&lt;p&gt;I didn't expect to be this affected by a kid's game from 1998. To some extent, it's a reflection of my current circumstances. I am a newly minted adult. I have come home and found that it isn't home anymore. But, I'm sure that some of it was intentional. The game was not made by children, after all.&lt;/p&gt;
</content>
    <link href="https://davidmcgee.xyz/ocarina-of-time-hits-differently-as-an-adult/" rel="alternate"/>
    <published>2026-05-10T22:43:00+00:00</published>
  </entry>
  <entry>
    <id>https://bx.bearblog.dev/simple-equals-happy/</id>
    <title>simple equals happy</title>
    <updated>2026-05-11T22:45:00+00:00</updated>
    <author>
      <name>bx</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;it seems that subconsciously the majority of my hobbies come from a simpler time. the art of reading has been a positive influence and gives me something to look forward to and unwind after a long day at work.&lt;/p&gt;
&lt;p&gt;the book i’m reading right now&lt;sup class="footnote-ref" id="fnref-1"&gt;&lt;a href="#fn-1"&gt;1&lt;/a&gt;&lt;/sup&gt; is set in 1950’s maine. the main character is able to travel back in time from 2011 to 1958 from his local diner’s pantry in an attempt to save the president from being assassinated.&lt;/p&gt;
&lt;p&gt;although i’m not far along, i find myself visualising what 1958 would look like. so far in the story i’m noticing the lack of regulations (health and safety) and being able to operate on a cash basis, especially because your money went further. can you imagine operating without a bank account in 2026? life &lt;em&gt;appears&lt;/em&gt; to be a whole lot simpler.&lt;/p&gt;
&lt;p&gt;i’m not living in 1958, but with my hobbies being so simple i think i could. if you’ve read the blog before, you know i love to read, go to the movies, listen to my records and travel.&lt;/p&gt;
&lt;p&gt;there are two items in my cupboard that are looking for a little love. there’s a polaroid camera (refurbished in milwaukee) and a typewriter. they’re both beautiful and in great condition. all i’d need is paper, ink and film.&lt;/p&gt;
&lt;p&gt;i find the typewriter fascinating. i’d love to be able to use one for work but unfortunately the computer wins in this scenario. guess i’ll just have to find a way to use it in my spare time instead ;)&lt;/p&gt;
&lt;p&gt;learning to appreciate the simple things is a gift and as long as it keeps me happy, i’ll keep on doing it. life is truly grand!&lt;/p&gt;
&lt;section class="footnotes"&gt;
&lt;ol&gt;
&lt;li id="fn-1"&gt;&lt;p&gt;11.22.63 by stephen king (2011)&lt;a href="#fnref-1" class="footnote"&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
    <link href="https://bx.bearblog.dev/simple-equals-happy/" rel="alternate"/>
    <published>2026-05-11T22:45:00+00:00</published>
  </entry>
  <entry>
    <id>https://mattiverse.online/creativity-is-courageous/</id>
    <title>creativity is a courageous act</title>
    <updated>2026-05-09T23:41:02.738406+00:00</updated>
    <author>
      <name>mattiverse</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;I recently got a lovely email from &lt;a href='https://untangled.bearblog.dev' target='_blank'&gt;Amanda&lt;/a&gt; who mentioned to me about resonating with one of my recent posts &lt;sup class="footnote-ref" id="fnref-1"&gt;&lt;a href="#fn-1"&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;p&gt;My form of creativity is writing and I think the big problem around writing is that is meant to be as 'simple' as writing a lot, but for those of us who aren't trying to write generic 'content', it's not that easy.&lt;/p&gt;
&lt;p&gt;Writing takes courage and I don't mean that as a wishy-washy statement, you have to be able to push through knowing that what you post may be picked up by friends, family and even employers. You need to be able to push through that voice that screams that nobody cares about what you have to say.&lt;/p&gt;
&lt;p&gt;For those who are posting more educational or research-driven pieces, there is a fear of being wrong, or of not having checked sources correctly (which I imagine is only getting worse with A.I.).&lt;/p&gt;
&lt;p&gt;For me, it's got to a point where I truly am doing this for myself, I don't mean that I don't want to share it, but I accept that some things might land and others might not, which is okay.&lt;/p&gt;
&lt;p&gt;As long as I continue to enjoy what I'm doing and sharing whatever it is I feel like sharing.&lt;/p&gt;
&lt;p&gt;If that happens to resonate with even one person, then that's incredible and I thank each and every one of you who have reached out to me via email to have a conversation.&lt;/p&gt;
&lt;p&gt;For those of you who haven't got to the point of being able to 'let go' as it where, I urge you to have the courage to push through, to continue to share whatever is in your heart and your mind, because it's more than worth it - even if it's something that only you read in a few months time.&lt;/p&gt;
&lt;p&gt;Just know that I support each of you who chooses to publish something authentic to themselves in whatever form that takes, because creativity is a courageous act and it deserves to be celebrated.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Enjoy this?&lt;/p&gt;
&lt;p&gt;You can &lt;a href='/subscribe/'&gt;subscribe with your email&lt;/a&gt;, &lt;a href='https://mattiverse.online/feed/'&gt;get the feed&lt;/a&gt; or you can &lt;a href='mailto:mattonbear.situated791@passmail.net'&gt;email me directly&lt;/a&gt;.&lt;/p&gt;
&lt;section class="footnotes"&gt;
&lt;ol&gt;
&lt;li id="fn-1"&gt;&lt;p&gt;That post can be &lt;a href='/blog-or-journal/'&gt;found here&lt;/a&gt;&lt;a href="#fnref-1" class="footnote"&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
    <link href="https://mattiverse.online/creativity-is-courageous/" rel="alternate"/>
    <published>2026-05-09T23:41:02.738406+00:00</published>
  </entry>
  <entry>
    <id>https://bx.bearblog.dev/being-alone-is-awesome/</id>
    <title>being alone is awesome</title>
    <updated>2026-05-09T22:53:30.024300+00:00</updated>
    <author>
      <name>bx</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;do you ever have moments where you fear of being alone? perhaps you see your friends &lt;em&gt;thriving&lt;/em&gt; with a mortgage, a husband and a child. you then start to compare yourself to them and wonder where you went wrong. you ensure you're busy with an action packed weekend of constantly doing something so you're never thinking about how alone you are. it didn't always used to be this way. you used to be content doing nothing. two days off work used to mean playing &lt;em&gt;super mario odyssey&lt;/em&gt; and you were happy.&lt;/p&gt;
&lt;p&gt;let me let you in on a secret, there's nothing wrong with being alone.&lt;/p&gt;
&lt;p&gt;your friend that's constantly posting about how happy she is with her husband &amp; kids is just one side they want you to see. you don't see the part where they're arguing and the kid is driving them up the wall every single day. social media is a lie most of the time. it's easier said than done but don't compare yourself to anyone!!&lt;/p&gt;
&lt;p&gt;a good 85% of my trips abroad have been solo travel and i wouldn't have it any other way. yes sometimes you want to share a moment with someone, but the freedom feels so much better. doing whatever you want vs. compromising is the best feeling.&lt;/p&gt;
&lt;p&gt;i had the house to myself today, just me and my dog. i spent a lot of time reading (i finished my book yay!) and recharging. i used to worry a lot about being alone or doing nothing with my time off but i'm slowly finding ways to fill my time, doing things that make me happy &amp; worry less about the future.&lt;/p&gt;
&lt;p&gt;being alone is awesome and so am i!&lt;/p&gt;
</content>
    <link href="https://bx.bearblog.dev/being-alone-is-awesome/" rel="alternate"/>
    <published>2026-05-09T22:53:30.024300+00:00</published>
  </entry>
  <entry>
    <id>https://tism.help/not-all-of-my-mother-in-laws-new-anime-figs-are-winners/</id>
    <title>Not all of my mother-in-law's new anime figs are winners</title>
    <updated>2026-05-11T03:52:00+00:00</updated>
    <author>
      <name>sr</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;h2 id=so-ive-decided-not-to-to-tell-her&gt;So, I've decided not to to tell her.&lt;/h2&gt;&lt;h2 id=how-do-you-even-bring-it-up-otherwise&gt;How do you even bring it up otherwise??&lt;/h2&gt;&lt;p&gt;&lt;img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/sr/2026-05-10-19-51-15-264.webp" alt="" /&gt;&lt;/p&gt;
&lt;h2 id=yeah-so-her-boots-are-intentionally-put-to-the-side-they-didnt-have-to-include-empty-boots-as-part-of-this-figure-btw-and-now-shes-playing-video-games-with-her-prominently-featured-feet&gt;"Yeah, so her boots are intentionally put to the side... They didn't have to include empty boots as part of this figure btw. And now she's playing video games with her prominently featured feet."&lt;/h2&gt;&lt;h5 id=1010-guest-bedroom&gt;10/10 guest bedroom&lt;/h5&gt;&lt;h6 id=i-should-prolly-tell-her-who-mikuru-and-homura-are-tho&gt;I should prolly tell her who mikuru and homura are tho&lt;/h6&gt;</content>
    <link href="https://tism.help/not-all-of-my-mother-in-laws-new-anime-figs-are-winners/" rel="alternate"/>
    <published>2026-05-11T03:52:00+00:00</published>
  </entry>
  <entry>
    <id>https://cherrysroom.bearblog.dev/sodas-of-yore-strange-drinkables-from-new-york-in-1915-new/</id>
    <title>sodas of yore: strange drinkables from new york in 1915</title>
    <updated>2026-05-09T07:12:00+00:00</updated>
    <author>
      <name>cherrysroom</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;&lt;strong&gt;weather:&lt;/strong&gt; ☀️ goodbye clouds &lt;br /&gt;
&lt;strong&gt;critters:&lt;/strong&gt; my cat (i stayed inside all day)&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;today i flipped through &lt;em&gt;&lt;a href='https://www.google.com/books/edition/The_Dispenser_s_Formulary_Or_Soda_Water/bFU2AQAAMAAJ'&gt;the dispenser's formulary&lt;/a&gt;,&lt;/em&gt; an american tome of recipes and knuckle-swatting advice for an aspiring soda jerk.&lt;/p&gt;
&lt;h2 id=notes&gt;notes&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;p&gt;the authors want to be &lt;em&gt;absolutely clear&lt;/em&gt; with you that bad hygiene and slovenly habits and cheaping out on ingredients are unforgivable at the soda fountain. i've noticed that how-to manuals from this period can be pretty bossy, but maybe we need some of that when it comes to health hazards.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;some of the "luncheonette" offerings (p196) would go fantastically on &lt;a href='https://cherrysroom.bearblog.dev/low-effort-sandwiches/'&gt;my low-effort sandwiches page&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;there is a brief discussion and a couple of recipes on p86 for what they call "kumyss." i was like, gee, i've never heard of that, must be another extinct drink type. then i read "prepared by the tartars from the milk of mares" and realized i totally &lt;em&gt;had&lt;/em&gt; heard of it--i just knew it by the mongolian name &lt;em&gt;airag.&lt;/em&gt; i would never have imagined seeing airag in this context, but it seems it was popular back then. (the book's recipes use cow's milk, of course.)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;speaking of subverted expectations, there's a lot less apple than i thought i'd see, and a lot more pineapple, and &lt;em&gt;way&lt;/em&gt; more grape--as juice and as wine. we have really denormalized day-drinking outside of brunch. that said, most of the fruity soda recipes are variations on familiar themes of cherries and berries and citruses that would seem pretty normal today.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=quotes&gt;quotes&lt;/h2&gt;&lt;blockquote class="oldtimey"&gt;In former years it was the general custom to use nothing but essences and extracts for soda beverages, but during the last ten years a change has taken place and nearly all first-class dispensers are using pure fruit syrups and so-called crushed or liquid fruits." (p34)&lt;/blockquote&gt;
&lt;blockquote class="oldtimey"&gt;It has been well said that "drinks may come and drinks may go but the orange phosphate goes on forever." (p61)&lt;/blockquote&gt;
&lt;blockquote class="oldtimey"&gt;"Use coloring matter sparingly and eschew the old fashioned 'foams.' Brilliant, frothy sodas are suspiciously unpopular these days." (p30)&lt;/blockquote&gt;
&lt;blockquote class="oldtimey"&gt;"Remember that syrup making is not a boy's job—it is a fine art." (p30)&lt;/blockquote&gt;
&lt;h2 id=some-adorable-names&gt;some adorable names&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;"fairies' wish"&lt;/strong&gt; (p37), a soda syrup of cream, vanilla, and strawberry.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;"sea-side shake"&lt;/strong&gt; (p81), a shake like a grape-orange julius.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;"may queen fizzette"&lt;/strong&gt; (p40), a soda syrup of blood orange, raspberry, wine, rose, and pineapple. the &lt;strong&gt;"palm beach queen"&lt;/strong&gt; (p44) is similar, but with grape juice instead of wine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;"razzle-dazzle"&lt;/strong&gt; (p61), a pineapple-ade with a little raspberry vinegar, which i believe here indicates the same thing as raspberry shrub. max miller made a &lt;a href='https://www.youtube.com/watch?v=3AWqxSnArKk&amp;pp=ygUPcmFzcGJlcnJ5IHNocnVi0gcJCQMLAYcqIYzv'&gt;nice video&lt;/a&gt; about it a while back. raspberry shrub is also called "raspberry sharp" in the book (p46), and there is a recipe for a peach shrub on p42.&lt;/p&gt;
&lt;h2 id=some-inexplicable-drink-names&gt;some inexplicable drink names&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;"silurian"&lt;/strong&gt; (p47), a phosphate syrup of rosewater and pineapple juice. my head went straight to &lt;a href='https://en.wikipedia.org/wiki/Silurian'&gt;the silurian period&lt;/a&gt;, but it could be named for the &lt;a href='https://en.wikipedia.org/wiki/Silures'&gt;actual tribe&lt;/a&gt;. maybe the celts were pineapple farmers.&lt;sup class="footnote-ref" id="fnref-1"&gt;&lt;a href="#fn-1"&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;"japanese thirst killer"&lt;/strong&gt; (p63), an orgeat phosphate with angostura bitters. don't just quench your thirst! kill it dead! i can't say what makes this flavor profile specifically japanese. a lot of the recipes called "japanese" here involve almond generally. i wonder why?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;"crown prince fizz"&lt;/strong&gt; (p53), a strawberry-citrus soda that sounds like a rainbow brite character. was it named after edward VIII? i guess my countrymen have been obsessed with the british monarchy for a lot longer than i thought.&lt;sup class="footnote-ref" id="fnref-2"&gt;&lt;a href="#fn-2"&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;"quaker freeze"&lt;/strong&gt; (p55), a raspberry-grape-orange slushie. 'religious society of friends freeze' must not have rolled off the tongue.&lt;/p&gt;
&lt;h2 id=syrup-burbank-special-p36&gt;syrup: "burbank special" (p36)&lt;/h2&gt;&lt;blockquote class="oldtimey"&gt;Plum extract ......... 2 drams&lt;br/&gt;
Quince extract ........ 2 drams&lt;br/&gt;
Fruit acid ........... 4 drams&lt;br/&gt;
Pineapple juice ...... 10 ounces&lt;br/&gt;
Simple syrup ......... 1 gallon
&lt;p&gt;Mix well. Serve as a phosphate.&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;"fruit acid" refers to a 1:1 solution of citric acid in water or alcohol (p24).&lt;/p&gt;
&lt;p&gt;the syrup may be named after luther burbank, a horticulturalist responsible for many fruit and vegetable cultivars, among them several plums and quinces (and a beautiful white blackberry cultivar).&lt;/p&gt;
&lt;p&gt;i think we're missing out on certain fruit flavors in our national palate. plums and quinces aren't even exotic in this country, but they're hardly used as flavorings. we should try it more.&lt;/p&gt;
&lt;h2 id=syrup-dont-care-p36&gt;syrup: "don't care" (p36)&lt;/h2&gt;&lt;blockquote class="oldtimey"&gt;Blackberry juice, 1 quart bottle; grape juice, 1 quart bottle; lemon syrup No. 2, 1 pint; granulated sugar, 4½ pounds.
&lt;p&gt;Dissolve the sugar in the fruit juices at the boiling point, strain, and when cool, add the lemon syrup. Especially good for use in phosphates—8 ounces, 5 cents.&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;this was definitely invented by a soda jerk who got sick of making decisions for noncommittal customers. or it's like that restaurant named something like "i don't know, you pick."&lt;/p&gt;
&lt;p&gt;there's a version of don't care syrup immediately below this one that calls for brandy. it's five o'clock somewhere???&lt;/p&gt;
&lt;h2 id=egg-milk-thing-arion-p79&gt;egg milk thing: "arion" (p79)&lt;/h2&gt;&lt;blockquote class="oldtimey"&gt;Apricot syrup ...... ½ ounce&lt;br/&gt;
Peach syrup ....... ½ ounce&lt;br/&gt;
Rose syrup ........ ½ ounce&lt;br/&gt;
Plain cream ........ 2 ounces&lt;br/&gt;
Egg ............... 1&lt;br/&gt;
Ice ................ ¼ glass
&lt;p&gt;Shake, strain, toss and serve. Price—12 ounces, all milk, 15 cents.&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;there are entire genres of drink in this book that barely exist anymore unless you make them yourself. one of these is the egg drink, which i don't think you could persuade most people to try these days. mmm, salmonella. nonetheless, this flavor combo would definitely appeal to &lt;em&gt;me&lt;/em&gt; at the old-timey soda fountain. floral flavors are underrated and i'm glad they're on their way back in.&lt;/p&gt;
&lt;p&gt;isn't it odd that the drink called an 'egg cream' doesn't have an egg? and this one &lt;em&gt;does,&lt;/em&gt; but the name doesn't begin to suggest an egg. bewildering.&lt;/p&gt;
&lt;h2 id=hot-thing-hot-stuff-p93&gt;hot thing: "hot stuff" (p93)&lt;/h2&gt;&lt;blockquote class="oldtimey"&gt;Beef extract ....... ½ teaspoonful&lt;br/&gt;
Clam bouillion ..... 1 teaspoonful&lt;br/&gt;
Sweet cream ....... 1 tablespoonful&lt;br/&gt;
Port wine ......... 1 teaspoonful
&lt;p&gt;Place in mug which fill with boiling water. Serve with salt, pepper and celery salt.&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;the authors helpfully inform us that hot drinks like this one were invented to bolster foot traffic during the cold months (p89). all this conjures up for me personally is the childhood amalgamemory of drinking beef broth every time i got the flu.&lt;/p&gt;
&lt;p&gt;the name is fun, though. "gimme the hot stuff."&lt;/p&gt;
&lt;h2 id=milkshake-clam-milk-shake-p72&gt;milkshake: "clam milk shake" (p72)&lt;/h2&gt;&lt;blockquote class="oldtimey"&gt;Clam juice ......... 1½ fluid ounces&lt;br/&gt;
Milk .............. 2 fluid ounces&lt;br/&gt;
Soda water ........ 5 fluid ounces
&lt;p&gt;Add a pinch of salt and a little white pepper to each glass; shake well. Price—8 ounces, 5 cents.&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;i learned from this book that ice cream was not always a necessary feature of milkshakes.&lt;sup class="footnote-ref" id="fnref-3"&gt;&lt;a href="#fn-3"&gt;3&lt;/a&gt;&lt;/sup&gt; the basic chocolate shake recipe in here is just chocolate milk with whipped cream on top. i've always been pretty tepid towards milkshakes as an extension of my tepid feelings towards ice cream. after perusing the ice creamless milkshakes in the book, i realized why i like milk teas from boba shops so much--they're flavored milks with zero ice cream, as god intended.&lt;/p&gt;
&lt;p&gt;i also learned from this book that it is possible to make a milkshake out of anything.&lt;/p&gt;
&lt;p&gt;a chowder is a kind of milkshake, if you think about it.&lt;/p&gt;
&lt;hr /&gt;
&lt;section class="footnotes"&gt;
&lt;ol&gt;
&lt;li id="fn-1"&gt;&lt;p&gt;while trying to puzzle this out, i found this very cool &lt;a href='https://www.google.com/books/edition/Figures_of_the_Silurian_Fossils/Lo4yAQAAMAAJ'&gt;book of drawings of silurian fossils&lt;/a&gt;, from 1872.&lt;a href="#fnref-1" class="footnote"&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li id="fn-2"&gt;&lt;p&gt;i will never forget when one of my elderly lady professors referred to wallis simpson as a "floozy."&lt;a href="#fnref-2" class="footnote"&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li id="fn-3"&gt;&lt;p&gt;according to p27, ice cream was not always obligatory for floats, which used to be ginger ale or grape juice on top of a drink. an "ice cream float" had to be specified.&lt;a href="#fnref-3" class="footnote"&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
    <link href="https://cherrysroom.bearblog.dev/sodas-of-yore-strange-drinkables-from-new-york-in-1915-new/" rel="alternate"/>
    <published>2026-05-09T07:12:00+00:00</published>
  </entry>
  <entry>
    <id>https://weaponizer.bearblog.dev/social-media-has-never-been-more-distant-from-my-life/</id>
    <title>Social media has never been more distant from my life</title>
    <updated>2026-05-10T02:18:00+00:00</updated>
    <author>
      <name>weaponizer</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;I recently stumbled upon many blogs, articles, forum posts, etc., about the idea of quitting social media for good. I don't think I need to explain why this is a wonderful thing because we all know how much of a detriment social media is to our psyche. But it got me thinking about my time on social media prior to quitting it completely.&lt;/p&gt;
&lt;p&gt;I remember using apps like Instagram and Twitter on my phone in high school. After some negative experiences with them and seeing so much negativity through the feeds I'd receive by computer instructions, I decided to just stop using them altogether. I guess the only "social media" services I use to this day could be Reddit (although I usually look for technical help on it; otherwise, if there's a dedicated forum, I'll just use that) and also use YouTube (if you could call it "social media"), which can be somewhat addictive if I'm not careful with my time, although my habitual relationship with YouTube has been improving recently.&lt;/p&gt;
&lt;p&gt;I used to think that being highly sensitive was a bad thing, and now I think the complete opposite. My high sensitivity helps me avoid conflicted and polarizing content online, as well as other pointlessly toxic ecosystems in different parts of the internet. I have never liked engaging with drama personally, as I grew up in schools where there were always fights and so much drama within one of my middle school friend groups, to the point where I lost contact with them after high school started.&lt;/p&gt;
&lt;p&gt;And honestly, I dislike the content we have on YouTube that shows up in my recommendations from time to time. I dislike the current drama that seems to revolve around politics (I'm not a political person whatsoever), as well as drama related to gaming or even technology. I say the word "dislike" instead of "hate" because I don't typically hate anything, and "hate" is a very strong word.&lt;/p&gt;
&lt;p&gt;Hopefully this blog post doesn't sound too much like a vent (I personally don't like venting online for reasons I may discuss in a future blog). I wish to be more positive in the cyberspace where positivity seems to be absent. I love blogging now, as I write my thoughts, feelings, and opinions on anything I want, on a platform where I can feel like I belong.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://i.ibb.co/N29xbKPT/Dutch.png" alt="Farewell possum" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href='mailto:theweaponizer@pm.me'&gt;Contact me!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href='https://notbyai.fyi'&gt;&lt;img src="https://i.ibb.co/hJ33ZWWy/Written-By-a-Human-Not-By-AI-Badge-white-2x.png" alt="Written by a human, not by AI" /&gt;&lt;/a&gt;&lt;/p&gt;
</content>
    <link href="https://weaponizer.bearblog.dev/social-media-has-never-been-more-distant-from-my-life/" rel="alternate"/>
    <published>2026-05-10T02:18:00+00:00</published>
  </entry>
  <entry>
    <id>https://trueself.bearblog.dev/told-my-friend-i-have-a-blog/</id>
    <title>told my friend I have a blog</title>
    <updated>2026-05-09T16:19:35.273571+00:00</updated>
    <author>
      <name>trueself</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;I finally told my friend I have a bearblog!
I was inspired by &lt;a href='https://robertbirming.com/let-others-know-blog/' target='_blank'&gt;one of my fave blogger's article&lt;/a&gt; and decided to announce the existence of this place to my beloved friend. If you're reading this: alligator and sheep have one thing in common, what is it? (Yeah, it's an inside joke).
I write for the joy of it and here I allowed myself to share. It's nice to make a change (bravely show up out here as I am) and do something new. My blog was, at first, like a half improvised sketch, it didn't really have a form yet. What I used to write was just the result of me trying to adjust from paper to screen, from personal journal to blog that other souls may stumble upon.
I shared this funny thought with my friend, all these months (while I was totally safe using the free plan, no visibility in the discovery feed), &lt;em&gt;I was pregnant with my blog&lt;/em&gt;! I mean, I had no vision, I was testing the waters, the same way one does as they try on new shoes. But it's when you allow yourself to try things that everything starts to take place, even when you're uncertain about it, you can figure it out as you go.
The blog went through a total restyling a few times and the things I write have evolved into something more clear and free I'd say. More authentic. I called it true self because I'm really expressing what I feel and think, all of myself, no filters. And my friend knows me without a filter but it was time to show it now because the blog feels...real, like it truly reflects who I am.
Writing is like playing an instrument... as you learn to attune it, you're able to play it better, it progressively becomes harmonious.&lt;/p&gt;
&lt;p&gt;Apart from that, I still enjoy writing anonymously. I can make mistakes and still shrug about it, I'm a human after all. And it's a personal blog. I have every right to write whatever I want. No more tiptoeing around or feeling like I have to ask for permission from God knows who, to express who I am, it feels good.&lt;/p&gt;
</content>
    <link href="https://trueself.bearblog.dev/told-my-friend-i-have-a-blog/" rel="alternate"/>
    <published>2026-05-09T16:19:35.273571+00:00</published>
  </entry>
  <entry>
    <id>https://chilblands.bearblog.dev/re-stem-is-not-more-autistic-than-the-humanities/</id>
    <title>Re: STEM is not "more autistic" than the humanities</title>
    <updated>2026-05-12T08:53:00+00:00</updated>
    <author>
      <name>chilblands</name>
      <email>hidden</email>
    </author>
    <content type="html">&lt;p&gt;Response to &lt;a href='https://manateeswake.bearblog.dev/autism-humanities/'&gt;STEM is not "more autistic" than the humanities&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As an autistic person who is in humanities and art department, I completely agree. My "autism radar" can detect potentially autistic people in my cohort, many of them are in fact diagnosed and are open about it... perhaps because they too notice I am autistic. Autistic people have diverse interests, and contrary to popular beliefs, &lt;strong&gt;we do understand nuisances&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;If anything, I would like to make a counterpoint. I believe people are too quick to label strangers "autistic". Autism entered the mainstream attention, which means many people group others who do not prescribe to social norms as "autistic". &lt;em&gt;This is problematic in it self because the person may not be autistic, or want to be labeled due to social stigmas&lt;/em&gt;. Not to mention, autism is truly a spectrum. It does not mean everyone is "a little autistic", it means each person with autism are different.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;"The study drew the conclusion that autistic people don't show exceptional creativity unless we also have ADHD; that to be creative, we need some sort of add-on to offset our Regular Old Autism."&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The problematic view of autistic people as "robots" persists. We need to continue to challenge this notion. Many autistic children I work with are very empathetic, expressive, creative and sociable.&lt;/p&gt;
&lt;p&gt;It is difficult to group all autistic person as the same because we are not the same. Having autism means the brain process things differently. Autistic people are not lesser or better than neurotypical people. Being different should not be the guideline for ablism.&lt;/p&gt;
</content>
    <link href="https://chilblands.bearblog.dev/re-stem-is-not-more-autistic-than-the-humanities/" rel="alternate"/>
    <published>2026-05-12T08:53:00+00:00</published>
  </entry>
</feed>
