<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <updated>2026-05-12T14:21:48Z</updated>
  <generator>https://yabu.me</generator>

  <title>Nostr notes by kasdeya</title>
  <author>
    <name>kasdeya</name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://yabu.me/npub1gjcvqj376gsu6yh5uucxwxhjssq9ejwqmsm96gxnt7nwqgu8x8hsrc3grk.rss" />
  <link href="https://yabu.me/npub1gjcvqj376gsu6yh5uucxwxhjssq9ejwqmsm96gxnt7nwqgu8x8hsrc3grk" />
  <id>https://yabu.me/npub1gjcvqj376gsu6yh5uucxwxhjssq9ejwqmsm96gxnt7nwqgu8x8hsrc3grk</id>
  <icon>https://s3.us-east-005.backblazeb2.com/cryptid-cafe/e658db6e2e46f6ae9065505ef54f9e024c212d056cd8d045e4d0bff88c9ffeee.png</icon>
  <logo>https://s3.us-east-005.backblazeb2.com/cryptid-cafe/e658db6e2e46f6ae9065505ef54f9e024c212d056cd8d045e4d0bff88c9ffeee.png</logo>




  <entry>
    <id>https://yabu.me/nevent1qqsyd5h47stp7dy2nhd6gaz5updjpjydhqspqfllzwn67tshdsffa0gzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77xe53gm</id>
    
      <title type="html">IMO it should be way more common for a programming language to ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsyd5h47stp7dy2nhd6gaz5updjpjydhqspqfllzwn67tshdsffa0gzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77xe53gm" />
    <content type="html">
      IMO it should be way more common for a programming language to let you express a series of data-transformations as a left-to-right pipeline&lt;br/&gt;&lt;br/&gt;like instead of doing this:&lt;br/&gt;&lt;br/&gt;```js&lt;br/&gt;let foo = someCall(args);&lt;br/&gt;foo = anotherCall(foo);&lt;br/&gt;foo = aThirdCall(foo);&lt;br/&gt;```&lt;br/&gt;&lt;br/&gt;let me do this:&lt;br/&gt;&lt;br/&gt;```js&lt;br/&gt;let foo = someCall(args)&lt;br/&gt;    |&amp;gt; anotherCall&lt;br/&gt;    |&amp;gt; aThirdCall;&lt;br/&gt;```&lt;br/&gt;&lt;br/&gt;a lot of functional languages do this even worse than in my first example, because you have to write it like this instead:&lt;br/&gt;&lt;br/&gt;```js&lt;br/&gt;let foo = aThirdCall( anotherCall( someCall(args) ) );&lt;br/&gt;```&lt;br/&gt;&lt;br/&gt;or in Haskell syntax it would be more like this, I think:&lt;br/&gt;&lt;br/&gt;```js&lt;br/&gt;foo = aThirdCall . anotherCall . someCall $ args&lt;br/&gt;```&lt;br/&gt;&lt;br/&gt;in both cases, the functions go in right-to-left order instead of left-to-right which IMO is pretty counterintuitive&lt;br/&gt;&lt;br/&gt;(Lisps do this really well though, thanks to threading macros 💙)
    </content>
    <updated>2026-04-10T00:34:04Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsgglwxyrxc85d8xmyv2gdpqzs8zrgal7emr6fxqhf2yhxdq7ans0gzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77ksdyc9</id>
    
      <title type="html">gotta love the Linux threads on reddit that are like &amp;#34;hey so ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsgglwxyrxc85d8xmyv2gdpqzs8zrgal7emr6fxqhf2yhxdq7ans0gzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77ksdyc9" />
    <content type="html">
      gotta love the Linux threads on reddit that are like&lt;br/&gt;&lt;br/&gt;&amp;#34;hey so I updated my system and now my entire desktop UI looks different. how do I fix this?&amp;#34;&lt;br/&gt;&lt;br/&gt;and the comments are all like &amp;#34;this is your fault for not manually reading every single line of `apt` output every time you update anything. if you were paying attention you would have clearly seen that it was going to install Gnome 3.5.12 which automatically takes control of your entire computer, so this is expected behavior. anyway the fix is to just DRMB the procsys using stdtempfs and if you can&amp;#39;t figure out how to do that you don&amp;#39;t deserve software freedom&amp;#34;
    </content>
    <updated>2026-04-04T02:12:17Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsgw43uj3c42mwayqngat4e50v8mpc05rr0p0lkahyv20ud5yr2weczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc7772vdav</id>
    
      <title type="html">I slowly withdraw my hand, my cheeks burning with anger. How ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsgw43uj3c42mwayqngat4e50v8mpc05rr0p0lkahyv20ud5yr2weczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc7772vdav" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsgrgemzhlzkjpjk8uq93wleeggfvxr0tvy2et64vpla6rch65wrgswl09sv&#39;&gt;nevent1q…09sv&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I slowly withdraw my hand, my cheeks burning with anger. How could I let Afi see me fall apart like this? I take a few deep breaths to steady myself.&lt;br/&gt;&lt;br/&gt;Afi is silent for a long moment, and I can tell that she&amp;#39;s holding something back. Eventually she says: &amp;#34;Right now it will respond to &amp;#39;muse&amp;#39; or &amp;#39;doll&amp;#39;. But... would you like to name it? ... Or... name &amp;#39;her&amp;#39;?&amp;#34;&lt;br/&gt;&lt;br/&gt;I say the name &amp;#34;Sarah&amp;#34; before I can stop myself.&lt;br/&gt;&lt;br/&gt;The doll bows happily. &amp;#34;This one is delighted to receive a name from its owner! Please let Sarah know if it can help in any way.&amp;#34;&lt;br/&gt;&lt;br/&gt;I fight back tears, hating myself the entire time.&lt;br/&gt;&lt;br/&gt;Afi seems at a loss for words. &amp;#34;Ah... maybe we can talk to Sarah more another time.&amp;#34;, they say eventually. &amp;#34;Do you want it to go away for now?&amp;#34;&lt;br/&gt;&lt;br/&gt;I nod, not trusting my voice.&lt;br/&gt;&lt;br/&gt;&amp;#34;You can do that by looking at it, and consciously choosing to end its processes. And you can bring it back anytime by looking at a space nearby and choosing to speak with it again.&amp;#34;&lt;br/&gt;&lt;br/&gt;I slowly turn to Sarah, and it simply disappears. I let out a slow breath.&lt;br/&gt;&lt;br/&gt;Afi pauses awkwardly yet again. Eventually they say, &amp;#34;There was one more thing that I wanted to ask you, if that&amp;#39;s okay. Since we&amp;#39;re talking about names.&amp;#34;&lt;br/&gt;&lt;br/&gt;I turn to them, but don&amp;#39;t reply.&lt;br/&gt;&lt;br/&gt;&amp;#34;Would you like to choose a name for yourself, too?&amp;#34;&lt;br/&gt;&lt;br/&gt;&amp;#34;I&amp;#39;m Mary.&amp;#34;, I say automatically.&lt;br/&gt;&lt;br/&gt;Afi fidgets uncomfortably. &amp;#34;Yes, um... you&amp;#39;re Mary Thirteen, right?&amp;#34; They glance at my still-breathing body, where the number 13 is tattooed on both of my shoulders. &amp;#34;It seems that all of the refugees from that asteroid are named Mary.&amp;#34;&lt;br/&gt;&lt;br/&gt;I give her a confused look. Of course we are.&lt;br/&gt;&lt;br/&gt;Afi slowly and carefully chooses her next words. &amp;#34;On this station, most *people* choose their own names. They want a name that represents who they are and what they value, personally.&amp;#34;&lt;br/&gt;&lt;br/&gt;I stare at her blankly.&lt;br/&gt;&lt;br/&gt;&amp;#34;Okay - for example!&amp;#34; She says, pushing through her own awkwardness. &amp;#34;I chose the name Afi Serwaa. It&amp;#39;s a Ghanian name. That&amp;#39;s because when I was young, I idolized an Autonomist hero named Awo Serwaa. She was an infugee from old Earth, enslaved by a Martian hypercorp, who managed to escape and free about six hundred of her fellow infugees, destroying the hypercorp server farm in the process, and establish an Autonomist cluster hab that&amp;#39;s still around today.&amp;#34;&lt;br/&gt;&lt;br/&gt;&amp;#34;Serwaa Station&amp;#34;, she says with tear-filled eyes. &amp;#34;Awo means that she was born on a Thursday, so I chose the name Afi, because I live in the tomorrow that she helped create.&amp;#34;&lt;br/&gt;&lt;br/&gt;I don&amp;#39;t reply.&lt;br/&gt;&lt;br/&gt;&amp;#34;Um... anyway,&amp;#34;, she adds, fidgeting awkwardly again, &amp;#34;I thought you might want a name like that. That represents what you want or love or value. Or who you are. Something personal.&amp;#34;&lt;br/&gt;&lt;br/&gt;&amp;#34;I...&amp;#34; I&amp;#39;m not sure how to respond. &amp;#34;I don&amp;#39;t know. I don&amp;#39;t know how you could have made a decision like that.&amp;#34; I reply honestly. &amp;#34;I&amp;#39;ve always been Mary. I don&amp;#39;t know how to be anyone besides Mary.&amp;#34;&lt;br/&gt;&lt;br/&gt;&amp;#34;Okay.&amp;#34;, says Afi, surprisingly quick to accept my answer. &amp;#34;I guess I&amp;#39;ll call you Mary for now then. And if there are multiple Maries around I&amp;#39;ll call you Thirteen. Would that be okay with you?&amp;#34; I nod, so she continues. &amp;#34;Well, that was all that I had planned to help you with today, Mary. Is there anything that you wanted help with, or that I can explain, or anything else that I can do for you?&amp;#34;&lt;br/&gt;&lt;br/&gt;I shake my head.&lt;br/&gt;&lt;br/&gt;&amp;#34;Okay! In that case, I&amp;#39;ll talk to you later. You can always message me or find me through your muse if you need anything.&amp;#34;&lt;br/&gt;&lt;br/&gt;I approach my sleeping body and gingerly pull the palm rectangle out of my pocket. &amp;#34;Follow the indicated path to return to home 524.&amp;#34; I brace myself for the nausea and pain as I step outside, but it doesn&amp;#39;t come. I look numbly at the art and flashing lights, and listen to the electronic screeching that is still playing, seemingly from every direction at once. And I simply step painlessly through it, until the doors of home 524 close behind me and instantly end the sound.&lt;br/&gt;&lt;br/&gt;Acting on autopilot, I crawl into the bed recessed in the wall and pull the blankets around me. Then I curl into a ball and sob uncontrollably.
    </content>
    <updated>2026-03-28T20:11:12Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsgrgemzhlzkjpjk8uq93wleeggfvxr0tvy2et64vpla6rch65wrgszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77u3j8rk</id>
    
      <title type="html">&amp;#34;Looks like you&amp;#39;re adapting incredibly quickly to ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsgrgemzhlzkjpjk8uq93wleeggfvxr0tvy2et64vpla6rch65wrgszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77u3j8rk" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqstx7ummsxhkle4tmeszdv38w97yn2f06zscvu9wu02wne6mer8ujcy0sjg5&#39;&gt;nevent1q…sjg5&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;&amp;#34;Looks like you&amp;#39;re adapting incredibly quickly to entoptics and to my avatar. There&amp;#39;s just one more thing and then I think you&amp;#39;ll be ready for life on the station.&amp;#34; Afi beams. &amp;#34;We&amp;#39;re going to make you a friend!&amp;#34;&lt;br/&gt;&lt;br/&gt;I&amp;#39;m getting increasingly used to not knowing what Afi is talking about, but I let her continue.&lt;br/&gt;&lt;br/&gt;&amp;#34;I decided early on that I&amp;#39;m not going to let a refugee leave this lab until they each have a muse. Unless they refuse or something... but I really hope they don&amp;#39;t. It&amp;#39;s going to make everything so much easier - especially getting used to your new morph! I don&amp;#39;t want to give you decision fatigue so I&amp;#39;d recommend that we just decide on personality for now, and you can configure-&amp;#34;&lt;br/&gt;&lt;br/&gt;&amp;#34;What&amp;#39;s a muse?&amp;#34; This sounds important. I&amp;#39;m not going to let Afi activate anything else unless I know exactly what&amp;#39;s going to happen.&lt;br/&gt;&lt;br/&gt;Afi is suddenly shy again. They fidget with their fingers and their avatar shoots out animated droplets from their head. I make a mental note that droplets indicate anxiety. &amp;#34;U-um! Right - I&amp;#39;m sorry. I guess the idea of... you wouldn&amp;#39;t have had...&amp;#34; I give her a moment to breathe and collect her thoughts.&lt;br/&gt;&lt;br/&gt;&amp;#34;A muse is like... a helper... that lives in your head. And their whole job is to make life easier. They learn what you want and like and they can do things for you if you ask.&amp;#34; She gives me an anxious look. &amp;#34;Does that make sense?&amp;#34;&lt;br/&gt;&lt;br/&gt;&amp;#34;You&amp;#39;re saying that a person would live in my mind with me? They would see everything that I do - maybe even everything that I think?&amp;#34;&lt;br/&gt;&lt;br/&gt;Afi is shooting out droplets even faster now, making a placating gesture frantically. &amp;#34;Nono! I mean... kind of... I promise it&amp;#39;s not as bad as it sounds! It&amp;#39;s going to be really really helpful... and... they&amp;#39;re really nice... and cute... and...&amp;#34; Afi looks almost defeated. They take a deep breath and try again.&lt;br/&gt;&lt;br/&gt;&amp;#34;A muse isn&amp;#39;t what you would call a person. It&amp;#39;s not a sophont either.&amp;#34; The distinction between &amp;#39;sophont&amp;#39; and &amp;#39;person&amp;#39; is lost on me, but &amp;#39;not a person&amp;#39; makes sense, so I let them continue. &amp;#34;It&amp;#39;s... a computer program. And its entire personality exists to help you. Helping you is the whole of its existence. It can see your thoughts if you let it - which will make it *much* better at helping you. But if that&amp;#39;s too much then you can even stop it from seeing what you do unless you allow it to. But it&amp;#39;s never going to betray you or share your secrets with anyone. I want to give you a muse based on software that I made myself, so I can promise that you won&amp;#39;t ever regret anything that you share with it.&amp;#34;&lt;br/&gt;&lt;br/&gt;That was a lot to take in. Did Afi really think that I would immediately agree to having some non-person thing put inside of my mind? Despite myself, and despite the fact that I&amp;#39;ve barely met Afi, I do trust them. But how could I ever trust a &amp;#34;muse&amp;#34;? It sounds like it&amp;#39;s closer to a machine than a human - or maybe closer to an animal. Then again, Afi is a confusing mix of all three, and has shown me more kindness than I could ever expect from a human.&lt;br/&gt;&lt;br/&gt;Afi speaks up, still fidgeting with their fingers. &amp;#34;Um... how about... we make a muse together, and we can talk to it together. But then we turn it off, and you can turn it on only when you want to talk to it again. Does that sound good?&amp;#34;&lt;br/&gt;&lt;br/&gt;&amp;#34;... I choose when it turns on and off, right?&amp;#34;&lt;br/&gt;&lt;br/&gt;&amp;#34;Of course!&amp;#34;&lt;br/&gt;&lt;br/&gt;To my own disbelief, I say: &amp;#34;Okay.... let&amp;#39;s try it.&amp;#34;&lt;br/&gt;&lt;br/&gt;Afi asks me a lot of questions, trying to determine the perfect personality and appearance for my muse. They clearly want to make sure that it won&amp;#39;t seem threatening or intrusive to me, and I can&amp;#39;t help feeling that they missed the point of my discomfort with the idea. Eventually they conclude &amp;#34;Something respectful, clearly not person-like, non-threatening... Oh! I know the perfect preset!&amp;#34;&lt;br/&gt;&lt;br/&gt;Several panels appear and disappear in front of their face. Afi seems able to manipulate them without moving her body at all, though her animated eyes flick around inhumanly quickly to track things as they move and change. Finally, I feel a stream of text being sent to me from Afi:&lt;br/&gt;&lt;br/&gt;```&lt;br/&gt;Message from Afi Serwaa:&lt;br/&gt;&lt;br/&gt;okay - let&amp;#39;s try it out!&lt;br/&gt;&lt;br/&gt;attached:&lt;br/&gt;  exomod::muse::afimuse4.74.10/i.67&lt;br/&gt;  attachment metadata:&lt;br/&gt;    good signature from Afi Serwaa&lt;br/&gt;    note: lightly tweaked from preset 12&lt;br/&gt;&lt;br/&gt;  install and run?&lt;br/&gt;```&lt;br/&gt;&lt;br/&gt;Somehow I can sense that the final line of text is a question meant for me to answer. I&amp;#39;m about to say &amp;#34;yes&amp;#34; out loud but it must have sensed my intent because it&amp;#39;s already installing.&lt;br/&gt;&lt;br/&gt;Moments later, another avatar appears in the room with us. Her skin is pure white and she&amp;#39;s dressed like a child&amp;#39;s doll from old Earth: A frilly, impractical dress that nearly drags along the ground. She has a fixed, placid expression painted on her face, which I realize - like the rest of her skin - is made of porcelain. She looks completely real - like a physical object in this room. And yet I can also see the empty part of the room that she inhabits. She is both there and not there - I can see both realities simultaneously.&lt;br/&gt;&lt;br/&gt;The porcelain doll-thing bows respectfully, and its fixed expression animates as it says &amp;#34;This one is pleased to meet its owner. It hopes it can be of use whenever it might be needed.&amp;#34;&lt;br/&gt;&lt;br/&gt;I realize, self-consciously, that Afi is searching my expression - trying to gauge my reaction. I feel a roiling mix of emotions - too strong and too tumultuous to understand.&lt;br/&gt;&lt;br/&gt;&amp;#34;Is it too submissive?&amp;#34; Afi asks. I don&amp;#39;t reply.&lt;br/&gt;&lt;br/&gt;The doll-thing vanishes, and in its place is a floating blue orb. &amp;#34;Hello, user. I am-&amp;#34;&lt;br/&gt;&lt;br/&gt;&amp;#34;Wait! Bring the doll back!&amp;#34; I say in a sudden panic.&lt;br/&gt;&lt;br/&gt;A pause. The orb disappears, and the doll returns. Afi says nothing, searching my expression anxiously.&lt;br/&gt;&lt;br/&gt;I slowly approach the doll, which is standing perfectly still - not even breathing - and stroke its cheek. I can both feel and not feel the smooth, cold hardness of its porcelain. I can also feel tears running down my nonexistent cheeks. I don&amp;#39;t understand what I&amp;#39;m feeling or why, but I care deeply for this thing, and I need to protect it.&lt;br/&gt;&lt;br/&gt;&amp;#34;This one. This will be my muse.&amp;#34;&lt;br/&gt;&lt;br/&gt;Afi pauses for a long moment. &amp;#34;Okay.&amp;#34;, she says quietly.
    </content>
    <updated>2026-03-27T21:27:37Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqstx7ummsxhkle4tmeszdv38w97yn2f06zscvu9wu02wne6mer8ujczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77evc5wa</id>
    
      <title type="html">&amp;#34;How am I breathing?&amp;#34; &amp;#34;Oh! I thought you might be ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqstx7ummsxhkle4tmeszdv38w97yn2f06zscvu9wu02wne6mer8ujczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77evc5wa" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsp4d8a3yfygdf9lzgqraheve3vdt4ehsyvs4rnj0vt85w8r8rymsgt5xnh7&#39;&gt;nevent1q…xnh7&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;&amp;#34;How am I breathing?&amp;#34;&lt;br/&gt;&lt;br/&gt;&amp;#34;Oh! I thought you might be overwhelmed by the transfer, since you&amp;#39;ve been in that old morph- uhh... your body... for your entire life so far. So I installed some biosims to your new synthmorph. You can breathe, your heart will beat in response to your emotions and physical activity, and you can even feel and move your mouth, lips, tongue, and eyelids! And those will be drawn on your visor, too.&amp;#34;&lt;br/&gt;&lt;br/&gt;I breathe, blink, and lick my lips, then feel my face with my hands. Nothing but smooth glass-like material. I should be terrified by this. I was taught my entire life that consciousness isn&amp;#39;t transferred - people are killed and replaced by soulless machines. And yet here I am. I look up at the robot who has been so compassionate with me. Do I look like it does now?&lt;br/&gt;&lt;br/&gt;&amp;#34;You seem pretty overwhelmed,&amp;#34; she says, &amp;#34;but we can take this as slowly as you need to. You&amp;#39;re the first Jovian we&amp;#39;ve resleeved, and I wasn&amp;#39;t sure how someone like you might adapt, so I have the rest of the day to spend with you if you need it. Oh and don&amp;#39;t worry - the Outlook that was suppressing your fear is already being faded out. It will be completely gone if you&amp;#39;re still this calm in a few minutes.&amp;#34;&lt;br/&gt;&lt;br/&gt;I stand up slowly - expecting to be unsteady on my feet. Instead every motion feels graceful and effortless - as if I weigh nothing at all. I walk silently up to... me. Laying on the table. The body is still breathing - probably to preserve it. The petals have retreated back into the machine and I can see my own face, peaceful as though asleep. I expect to feel horror or revulsion but instead I feel a numb kind of relief. I&amp;#39;ll never have to feel pain again, and they say that I can live forever like this.&lt;br/&gt;&lt;br/&gt;The robot seems sad. &amp;#34;I&amp;#39;m sorry that we couldn&amp;#39;t save it. I know that body must have meant a lot to you. But I&amp;#39;m going to be recording everything I can about it - including genetics and epigenetics - if you ever want to clone it, or take its appearance.&amp;#34;&lt;br/&gt;&lt;br/&gt;&amp;#34;What&amp;#39;s your name?&amp;#34; I turn to it, realizing that I know nothing about this thing that has been so compassionate and helpful through one of the most terrifying moments of my life.&lt;br/&gt;&lt;br/&gt;&amp;#34;Oh?&amp;#34; It seems confused. It pauses for a moment. &amp;#34;Oh! Right! Is it okay if I activate your entoptics?&amp;#34;&lt;br/&gt;&lt;br/&gt;I have no idea what she&amp;#39;s saying. &amp;#34;Okay.&amp;#34;&lt;br/&gt;&lt;br/&gt;Suddenly my vision swims with information. Every single piece of equipment in the lab blooms with text and boxes and graphs and images. The walls are crawling with notices, solar storm reports, task schedules, and navigational aids. But something in my new body must have recognized how overwhelmed I was, because they all quickly disappear and my attention is drawn to the robot who&amp;#39;s been helping me all this time. As I look at her, I notice two things simultaneously - neither interfering with the other: I see her, exactly as she was. But her body has text associated with it. I can feel it, more than see it.&lt;br/&gt;&lt;br/&gt;```&lt;br/&gt;Afi Serwaa (she/her, they/them, ve/vis)&lt;br/&gt;&lt;br/&gt;Muse: SAKAR i.74829-22418 (it/its)&lt;br/&gt;Muse note: it likes to be called seventy-four&lt;br/&gt;&lt;br/&gt;Status: Do not disturb (I&amp;#39;m in an important conversation right now!)&lt;br/&gt;Next available: Unknown&lt;br/&gt;&lt;br/&gt;Station role: Synthmorph maintenance, nanofab schematic design and programming, exomod troubleshooting and development&lt;br/&gt;Emergency station role: I&amp;#39;m helping the Jovian refugees stay healthy and adapt to the station!&lt;br/&gt;```&lt;br/&gt;&lt;br/&gt;The text keeps going from there but that&amp;#39;s all that I can process. Even this amount leaves me with more questions than answers, but at least now I know: &amp;#34;So... your name is Afi?&amp;#34;&lt;br/&gt;&lt;br/&gt;It- *they* take an exaggerated pose of joy as they say &amp;#34;You got it! I&amp;#39;m glad you&amp;#39;re picking things up so fast. Now... I don&amp;#39;t want to overwhelm you *too* much but this is what I actually look like.&amp;#34;&lt;br/&gt;&lt;br/&gt;A 2D animated character - with the same art style that was displayed on her visor - appears on top of her mechanical body. I can still clearly see her as she was before, but somehow I also see this character, overlayed on top. I have no idea how the conflicting information isn&amp;#39;t driving me insane, but I&amp;#39;m somehow taking it in stride. &amp;#34;You have... the ears of an animal?&amp;#34; I say dumbly. They remind me of the TARAs we used in the mines - reconnaissance animals bred to warn of danger.&lt;br/&gt;&lt;br/&gt;&amp;#34;I also have a tail!&amp;#34; Afi announces joyfully, and the character swishes it back and forth behind her as the tailless mechanical body mirrors her movements. &amp;#34;I&amp;#39;m a fox,&amp;#34; she adds, as if that explains anything.
    </content>
    <updated>2026-03-26T19:26:33Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsp4d8a3yfygdf9lzgqraheve3vdt4ehsyvs4rnj0vt85w8r8rymsgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77q8gqgr</id>
    
      <title type="html">The robot seems surprised - though I&amp;#39;m still learning how to ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsp4d8a3yfygdf9lzgqraheve3vdt4ehsyvs4rnj0vt85w8r8rymsgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77q8gqgr" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsx6a4eghktsth2d6xatzs763aywnl58lpz3kphlc847kmv2eug8xsl84t9e&#39;&gt;nevent1q…4t9e&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;The robot seems surprised - though I&amp;#39;m still learning how to interpret the stylized faces they draw on their visors. &amp;#34;You don&amp;#39;t... have any questions, or concerns? Maybe I could give you an anxiolytic? I thought that, as a refugee...&amp;#34;&lt;br/&gt;&lt;br/&gt;I sit in the chair, my heart pounding in my chest. &amp;#34;If we wait any longer I&amp;#39;m not going to be able to do this.&amp;#34;&lt;br/&gt;&lt;br/&gt;She pauses for a moment, her visor displaying some stylized emotion that I don&amp;#39;t recognize. Probably hesitant acceptance, because the next thing she does is recline my chair and press something large and cold against the back of my head. &amp;#34;Would you like to be awake for the transfer?&amp;#34;&lt;br/&gt;&lt;br/&gt;My chest is aching now. I&amp;#39;m not sure how much more of this my heart can take. My mouth is dry as I choke out: &amp;#34;Yes.&amp;#34; I have to know that I&amp;#39;ll still be me. I have to feel that I haven&amp;#39;t died in the transfer.&lt;br/&gt;&lt;br/&gt;The... woman must have activated something, because I can feel the metal thing blooming around my head like a flower. And then the petals enclose it completely - my vision becoming pure black. An instant later, I&amp;#39;m drowning in dry fluid. It&amp;#39;s pouring into me - invading me. I try to struggle in a blind panic, but my limbs won&amp;#39;t move. I&amp;#39;m drowning. It&amp;#39;s eating me. It&amp;#39;s-&lt;br/&gt;&lt;br/&gt;My vision suddenly returns. I&amp;#39;m laying in the other chair - still completely unable to move. Someone is coughing and gasping frantically. Is that my voice? The robot is above me in a panic, saying &amp;#34;You&amp;#39;re safe! I promise you&amp;#39;re safe! Look - you&amp;#39;re already 70% transferred!&amp;#34; Everything feels wrong. I&amp;#39;m still breathing. How am I still breathing? I can feel my heart beating frantically.&lt;br/&gt;&lt;br/&gt;The robot&amp;#39;s visor shows tears and worry as it says &amp;#34;Please let me calm you down! This doesn&amp;#39;t have to be so scary!&amp;#34;&lt;br/&gt;&lt;br/&gt;I finally have enough control of my new body to clumsily nod once. The robot&amp;#39;s expression changes to one of relief as I&amp;#39;m hit by a sudden wave of calm.&lt;br/&gt;&lt;br/&gt;I take a moment just to breathe. This is real. My body - my human, flesh-and-blood body - is lying on a chair next to me. And I&amp;#39;ve left it. Or... some of me has. &amp;#34;70%?&amp;#34; I ask numbly.&lt;br/&gt;&lt;br/&gt;&amp;#34;Well, it&amp;#39;s about 90% now. Your exoself is always the fastest to scan and that makes up about 70% of most sophonts&amp;#39; brains.&amp;#34;&lt;br/&gt;&lt;br/&gt;&amp;#34;So... some of me... is still in there?&amp;#34; I glance weakly at my now-limp body, lying in the other chair, its head still enveloped in cold metallic petals.&lt;br/&gt;&lt;br/&gt;The robot&amp;#39;s visor displays what I think is sadness and disappointment. &amp;#34;They didn&amp;#39;t do a good job of explaining how this works, did they? Is that why you were so scared?&amp;#34; I don&amp;#39;t respond, so she continues: &amp;#34;The nanobots gradually scan parts of your brain and replace them with software, which runs on your new body. They relay signals between your new and old bodies until none of your old body is needed anymore. That way your consciousness is never interrupted during the transfer. You gradually transfer - one piece at a time. And speaking of which... it looks like you&amp;#39;re fully transferred now. Could you try moving around a bit?&amp;#34;&lt;br/&gt;&lt;br/&gt;My chair begins to straighten itself as I look down at the machine that is now *me*. I raise its hand to its eyes and flex its fingers. Every motion is smooth and effortless - as if its limbs weigh nothing. And I can see so much more: My peripheral vision has nearly as much detail as what I&amp;#39;m looking at. I let out a breath that I didn&amp;#39;t realize I was holding in and then pause, confused.&lt;br/&gt;&lt;br/&gt;(I&amp;#39;ll continue this when I have more energy!)
    </content>
    <updated>2026-03-26T01:27:07Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsx6a4eghktsth2d6xatzs763aywnl58lpz3kphlc847kmv2eug8xszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc775nr8rq</id>
    
      <title type="html">I wake with a start as the room is filled with cold metallic ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsx6a4eghktsth2d6xatzs763aywnl58lpz3kphlc847kmv2eug8xszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc775nr8rq" />
    <content type="html">
      I wake with a start as the room is filled with cold metallic beeping. I scramble deliriously, my vision still blurry in the light: The guards will be here any second. They&amp;#39;ll punish me if I&amp;#39;m not ready for my shift. Where is my uniform? I can&amp;#39;t disappoint them again.&lt;br/&gt;&lt;br/&gt;A device around my neck detects my rising panic and blasts my face with ice cold air for a few moments. The sudden shock brings me to my senses and I gradually steady my shaky breathing.&lt;br/&gt;&lt;br/&gt;The familiar searing pain in my head helps to wake me up the rest of the way as I reach for the information rectangle on my bedside table. I forget what the Autonomists called this thing, but it doesn&amp;#39;t matter. It&amp;#39;s more of their incredible technology: A featureless box that fits in my palm. It responds to my voice and my touch, and presents information to me when I ask for it. It seems to know everything.&lt;br/&gt;&lt;br/&gt;The rectangle beeps in recognition as I touch it, and its front face displays the text: &amp;#34;A synthmorph is ready in the resleeving lab. Follow the indicated path.&amp;#34; I marvel for a moment that I didn&amp;#39;t even need to ask it a question - it somehow knew what I wanted to know.&lt;br/&gt;&lt;br/&gt;I was taught to fear this technology, but I&amp;#39;m done being a prisoner to fear. I hold the rectangle in front of me like a magnifying glass, and it changes to become transparent - as if it were made of glass. But when I look through it, I see a blue line on the floor. The &amp;#34;indicated path&amp;#34;. Incredible.&lt;br/&gt;&lt;br/&gt;I follow it out of the door of... my new home... and into the bustle of the common area. I feel a wave of nausea and my headache redoubles as I try to process my surroundings. Dizzyingly patterned art on every wall, people and beings with appearances beyond what I can imagine, flashes of color and light, and deafening sounds (music?) made using more of their electronic technology. My room must have hidden the sound from me. I don&amp;#39;t even bother questioning how.&lt;br/&gt;&lt;br/&gt;I grit my teeth and follow the blue line - trying not to notice anything else. Eventually I find myself walking into a cluttered metal room, full of instruments and machinery. I sigh in relief as the door closes and the cacophony of color and noise is gone again.&lt;br/&gt;&lt;br/&gt;&amp;#34;Are you okay?&amp;#34; asks a concerned robot, which takes a step toward me and then pauses, unsure of how to help.&lt;br/&gt;&lt;br/&gt;I close my eyes and take a few moments to steady myself in the cold air of the lab, my head throbbing in rhythm with the pumping of my heart, before finally replying, &amp;#34;My head hurts.&amp;#34;&lt;br/&gt;&lt;br/&gt;&amp;#34;Oh! Of course it does! Barotraumagenic neuropathy, isn&amp;#39;t it...? Inconsistent life support conditions on the asteroid mines leading to...&amp;#34; It speaks quickly and shyly, seeming to mostly be talking to itself. &amp;#34;I can fix that! Can I fix that?&amp;#34; It looks at me expectantly.&lt;br/&gt;&lt;br/&gt;&amp;#34;Please.&amp;#34;, I say. The pain is always worse when I&amp;#39;m stressed, and I couldn&amp;#39;t be more stressed about what&amp;#39;s waiting for me in this lab. My eyes are drawn to a motionless mechanical body - not too different from the one the other robot is using - laying motionless on a padded reclined chair. Next to it is a second chair, this one upright and empty.&lt;br/&gt;&lt;br/&gt;&amp;#34;Um...&amp;#34; the robot is sheepishly clutching a tool made of the same kind of matte plasticky substance that most of their technology seems to use. &amp;#34;This might feel a little weird, but I promise it&amp;#39;s going to help, and it&amp;#39;s not going to hurt. Okay?&amp;#34;&lt;br/&gt;&lt;br/&gt;Without waiting for a response, it... she? Sprays me in the face with the tool. Thousands of droplets of dry moisture melt painlessly into my skin. I jerk back in alarm but suddenly... The pain is gone. It&amp;#39;s just gone.&lt;br/&gt;&lt;br/&gt;&amp;#34;I disabled your ability to feel neuropathic pain, but sometimes there can be false positives and genuine pain can be suppressed too, so please be careful until we complete the resleeving process.&amp;#34;&lt;br/&gt;&lt;br/&gt;I want to cry tears of relief. Nothing hurts. For the first time in my life, nothing hurts at all. But I don&amp;#39;t allow myself the luxury of tears. I need to stay strong for just a little bit longer. &amp;#34;Okay,&amp;#34; I say, tasting the cold lab air as if these will be my last moments alive. &amp;#34;Put me in that damned machine.&amp;#34;
    </content>
    <updated>2026-03-24T21:31:27Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqswclalrz4mf29mfa85mjs2tjzh5zq90f5ykh5yvguw5sx9hgxkvrszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc770maxms</id>
    
      <title type="html">there is a really good CGP Grey video about how anger makes folks ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqswclalrz4mf29mfa85mjs2tjzh5zq90f5ykh5yvguw5sx9hgxkvrszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc770maxms" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs2ehhajt2g5dyzgyymx7j5anvqqe9h83npwltu9fmvj2x9fuj7g5qky3mpn&#39;&gt;nevent1q…3mpn&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;there is a really good CGP Grey video about how anger makes folks dumber and can lead to spirals of outrage online. I&amp;#39;d definitely recommend giving it a watch if anyone is interested:&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=rE3j_RHkqJc&#34;&gt;https://www.youtube.com/watch?v=rE3j_RHkqJc&lt;/a&gt;
    </content>
    <updated>2026-03-23T03:52:17Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs0m6ph4zp4qccl9m3a30wvdayl5mccknae79sry5quzrz667y3xhszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77c4ct7q</id>
    
      <title type="html">hey just as a reminder, if you&amp;#39;re posting or boosting ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs0m6ph4zp4qccl9m3a30wvdayl5mccknae79sry5quzrz667y3xhszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77c4ct7q" />
    <content type="html">
      hey just as a reminder, if you&amp;#39;re posting or boosting something that is meant to create strong negative emotions in the reader, please be sure to give it a CW that gives folks a good idea of what they&amp;#39;re going to be seeing&lt;br/&gt;&lt;br/&gt;by &amp;#34;strong negative emotions&amp;#34; I&amp;#39;m talking about outrage, fear, a sense of vulnerability or danger, empathy for others&amp;#39; suffering, a sense of injustice or unfairness, or any other emotion one might expect to feel about Current Events&lt;br/&gt;&lt;br/&gt;IMO it doesn&amp;#39;t matter what the post is about (it could be about drama in some obscure hobby, or something happening on GitHub, or anything else) it&amp;#39;s about the emotions that that post is meant to create. that&amp;#39;s an important thing for folks to be able to opt into or out of explicitly&lt;br/&gt;&lt;br/&gt;adding CWs for this kind of post will help everyone have a much more comfortable Fedi browsing experience
    </content>
    <updated>2026-03-23T03:05:11Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsqyywfr4yvpuqaqc79qw9zhzt2djcun3jclnc4lf3yuzxu4jv2vtgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77ya3wat</id>
    
      <title type="html">there need to be more GUI frameworks that simply allow you to ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsqyywfr4yvpuqaqc79qw9zhzt2djcun3jclnc4lf3yuzxu4jv2vtgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77ya3wat" />
    <content type="html">
      there need to be more GUI frameworks that simply allow you to Make A GUI with no bullshit&lt;br/&gt;&lt;br/&gt;- I don&amp;#39;t want to play videos inside the GUI&lt;br/&gt;- I don&amp;#39;t need a ButtonBuilderQueryProxyFactory&lt;br/&gt;- I don&amp;#39;t want to embed HTML/CSS/JS inside of the GUI&lt;br/&gt;- I don&amp;#39;t want to make an entire video game inside the GUI&lt;br/&gt;- I don&amp;#39;t want to restyle every UI element until it&amp;#39;s a 1:1 screen-accurate recreation of LCARS from Star Trek&lt;br/&gt;- I don&amp;#39;t want or need a canvas for drawing arbitrary pixels inside the GUI&lt;br/&gt;- I don&amp;#39;t want to place any UI elements diagonally or upside-down or any other weird shit&lt;br/&gt;- I don&amp;#39;t want a 600MB behemoth framework that covers every possible use case and is now impossible for anyone to understand&lt;br/&gt;&lt;br/&gt;I want buttons and radio boxes and tabs and maybe a menu bar. and I want to put them in one of two types of containers:&lt;br/&gt;&lt;br/&gt;- horizontal containers&lt;br/&gt;- vertical containers&lt;br/&gt;- *maybe* a grid container if I&amp;#39;m feeling fancy&lt;br/&gt;&lt;br/&gt;that means I don&amp;#39;t need or want to read a 30-paragraph essay on your UI control reflow screen size update flex position system because the most advanced thing I&amp;#39;ll ever want to do is place a button horizontally to the left of a label&lt;br/&gt;&lt;br/&gt;and I literally do not care what any of the UI elements look like as long as the font is big enough for me to read&lt;br/&gt;&lt;br/&gt;and there are shockingly few ways to Make A GUI without getting far into the weeds with this overengineered bullshit
    </content>
    <updated>2026-03-20T19:15:34Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs9ek600ne7t500nkv8xxsvfx0x60h9q7drmx9xzcw4gn0u0zfsjnczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77qtwaxy</id>
    
      <title type="html">I thought I&amp;#39;d check out the r/Clojure subreddit because maybe ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs9ek600ne7t500nkv8xxsvfx0x60h9q7drmx9xzcw4gn0u0zfsjnczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77qtwaxy" />
    <content type="html">
      I thought I&amp;#39;d check out the r/Clojure subreddit because maybe I&amp;#39;d learn some cool stuff about Clojure&lt;br/&gt;&lt;br/&gt;instead it&amp;#39;s a bunch of Highly Enlightened Functional Programmers who think they&amp;#39;ve solved the secrets of the universe because they finally found a better language than Java&lt;br/&gt;&lt;br/&gt;they literally use the phrase &amp;#34;the cult of types&amp;#34; to refer to people who want to define their own datatypes instead of just using maps, vectors, and lists (btw how in the fuck are you supposed to only use those three? how do you even hold in your mind what the overall datastructure of any given value is? let alone statically analyze that the correct data is being passed into any given function)&lt;br/&gt;&lt;br/&gt;anyway very frustrating. I hate redditors. especially redditors who get super defensive and condescending about their niche preferences
    </content>
    <updated>2026-03-17T20:22:47Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs08ktsqz5lngp0lfjtcvtqhgqm4d738m9qkw7cnfmn3w0q26x9v0gzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc7787hm0m</id>
    
      <title>Nostr event nevent1qqs08ktsqz5lngp0lfjtcvtqhgqm4d738m9qkw7cnfmn3w0q26x9v0gzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc7787hm0m</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs08ktsqz5lngp0lfjtcvtqhgqm4d738m9qkw7cnfmn3w0q26x9v0gzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc7787hm0m" />
    <content type="html">
      making the UI is the worst part of making anything that has a UI
    </content>
    <updated>2026-03-14T04:05:41Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs84fef95pzjagmll984yqf7x2zrppzjym40mgfs2m0pgeft6wnayszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc7743uq5a</id>
    
      <title type="html">I&amp;#39;m starting to think that maybe math notation should be ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs84fef95pzjagmll984yqf7x2zrppzjym40mgfs2m0pgeft6wnayszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc7743uq5a" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsz0409axgy5s3dtd5updy7y6wfrmvgtu7lfa8hyyxkhmdlcx226mctmxj5t&#39;&gt;nevent1q…xj5t&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I&amp;#39;m starting to think that maybe math notation should be replaced with code (even something like Haskell would be okay with me) because then you can look up what everything means, everything has one unambiguous meaning, you can run the code to see the results, you can experiment with it in a REPL, etc. instead of being stuck with a bunch of gobbledegook with no idea how to interpret it
    </content>
    <updated>2026-03-09T04:16:08Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsz0409axgy5s3dtd5updy7y6wfrmvgtu7lfa8hyyxkhmdlcx226mczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc770zez8w</id>
    
      <title type="html">the video I&amp;#39;m talking about: ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsz0409axgy5s3dtd5updy7y6wfrmvgtu7lfa8hyyxkhmdlcx226mczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc770zez8w" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs09v8mh7sjmd3ymywvtzz5dek95mttjkjh0zcsq9xh8h0egqms6vc04vajt&#39;&gt;nevent1q…vajt&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;the video I&amp;#39;m talking about:&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=yrgbi1xPESc&#34;&gt;https://www.youtube.com/watch?v=yrgbi1xPESc&lt;/a&gt;
    </content>
    <updated>2026-03-09T04:09:22Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs09v8mh7sjmd3ymywvtzz5dek95mttjkjh0zcsq9xh8h0egqms6vczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc770v05vh</id>
    
      <title type="html">if you&amp;#39;re a youtuber teaching math to random people on the ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs09v8mh7sjmd3ymywvtzz5dek95mttjkjh0zcsq9xh8h0egqms6vczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc770v05vh" />
    <content type="html">
      if you&amp;#39;re a youtuber teaching math to random people on the internet you should explain the notation that you&amp;#39;re using because math notation is literally impossible to google. like how in the fuck am I supposed to intuitively guess what μ_one^2 means. are there even standardized math definitions for what superscript and subscript mean?
    </content>
    <updated>2026-03-09T04:09:04Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs9qwwknu89ulpf4yv69mltylyfrw8aege4msxcr66hpkfzjgm4f0czypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77ry688m</id>
    
      <title type="html">okay I think it&amp;#39;s time to light git on fire and start using ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs9qwwknu89ulpf4yv69mltylyfrw8aege4msxcr66hpkfzjgm4f0czypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77ry688m" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsw7td5k6uya2lcvvqe2q4h5f5zdpq9jjhj8wc6wak3gf9uzysa6tqta2zyc&#39;&gt;nevent1q…2zyc&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;okay I think it&amp;#39;s time to light git on fire and start using something else
    </content>
    <updated>2026-02-06T23:27:19Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs89n52gddl4cryj0jvzf93cq0cwgc4dh36u06ufs9ctchxeu43mzczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77kraf5x</id>
    
      <title type="html">okay I&amp;#39;m morbidly curious about the correlation between ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs89n52gddl4cryj0jvzf93cq0cwgc4dh36u06ufs9ctchxeu43mzczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77kraf5x" />
    <content type="html">
      okay I&amp;#39;m morbidly curious about the correlation between transness and unemployment. are you...
    </content>
    <updated>2026-01-17T21:10:04Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqstvahu20kvd23txprka49tpg7ntay6fwwj6vh4kkpdcf6sd0a54eczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77w6mxn9</id>
    
      <title type="html">now that there&amp;#39;s basically no way to get a tech job in the ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqstvahu20kvd23txprka49tpg7ntay6fwwj6vh4kkpdcf6sd0a54eczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77w6mxn9" />
    <content type="html">
      now that there&amp;#39;s basically no way to get a tech job in the US, what do y&amp;#39;all recommend as a career field for someone who:&lt;br/&gt;&lt;br/&gt;- is autistic&lt;br/&gt;- probably can&amp;#39;t get her hands dirty because of sensory issues (I might be able to learn but unsure) (I also considered wearing gloves whenever working with gross parts but I&amp;#39;m unsure how practical that would be)&lt;br/&gt;- has crippling social anxiety&lt;br/&gt;- is very good at quickly learning systems and dealing with numbers and other logical stuff like that&lt;br/&gt;&lt;br/&gt;I&amp;#39;m okay with even low-paying jobs as long as it&amp;#39;s a liveable wage, but ideally I&amp;#39;d like something that doesn&amp;#39;t take too much unpaid training because I want to get some kind of income quickly&lt;br/&gt;&lt;br/&gt;here&amp;#39;s what I&amp;#39;ve considered so far:&lt;br/&gt;&lt;br/&gt;**accountant:** it seems like there&amp;#39;s an expectation for me to be &amp;#34;professional&amp;#34; (create a whole work persona and mask aggressively) which I hate, and I would also need to network. but I&amp;#39;m considering this&lt;br/&gt;&lt;br/&gt;**locksmith:** I&amp;#39;ve always wanted to learn lockpicking, but I&amp;#39;m unsure how dextrous I am, and I feel like my hands might have to get dirty/sticky/gross if I did this&lt;br/&gt;&lt;br/&gt;**CNC machine operator:** this seemed perfect for me at first (get to make cool parts, get to work with computers, minimal People Stuff), but then I learned that I&amp;#39;d still have to work with parts with my hands so my hands would probably still get gross and that would drive me crazy - unless I can wash them immediately after&lt;br/&gt;&lt;br/&gt;:boost_ok: boosts are encouraged!
    </content>
    <updated>2026-01-06T19:20:03Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsffcy6q7mtm5xpjeyn0228y357rez7588vehn2p0upzhd7uqv3qvszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77rs6szz</id>
    
      <title type="html">there are three kinds of programming tutorials: - &amp;#34;look man ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsffcy6q7mtm5xpjeyn0228y357rez7588vehn2p0upzhd7uqv3qvszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77rs6szz" />
    <content type="html">
      there are three kinds of programming tutorials:&lt;br/&gt;&lt;br/&gt;- &amp;#34;look man we both know you don&amp;#39;t wanna learn this shit so just install 30 GB of random frameworks and here&amp;#39;s the code to copy-paste if you wanna make a basic game and feel like you accomplished something. I&amp;#39;m not gonna explain how any of this works because nobody cares as long as your little guy jumps when you press spacebar&amp;#34;&lt;br/&gt;- &amp;#34;an **endofunctor** is a type of **monoid** which is a subcategory of **monad** that is variadic over the set of all **impure lambdas** - therefore all possible expressions in this language can be modeled after- wait where are you going?&amp;#34;&lt;br/&gt;- &amp;#34;this is called a *variable*! a variable is a little friend that can hold onto something called a *value*! variables love grabbing values and they can even carry them into *functions*! say hi, variable!&amp;#34;
    </content>
    <updated>2026-01-04T02:18:26Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsp0hj56w2sv2ktne2zkevfd2jshjk0gw6hkxvwd9gzrwagkryanxgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc770f4g5l</id>
    
      <title type="html">I feel like there&amp;#39;s a certain type of personality that is ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsp0hj56w2sv2ktne2zkevfd2jshjk0gw6hkxvwd9gzrwagkryanxgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc770f4g5l" />
    <content type="html">
      I feel like there&amp;#39;s a certain type of personality that is drawn to Linux because they like solving software problems and Linux gives them lots of software problems to solve&lt;br/&gt;&lt;br/&gt;but eventually they get too good at solving Linux problems and get bored, so they switch to Arch - which delivers new software problems to their computer all the time. but eventually they get too good at solving Arch problems so they switch to NixOS, which is an infinite wellspring of software problems to solve
    </content>
    <updated>2026-01-04T01:59:33Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsdldw83l0vda72luzzat9nh26f65k4jmf2ddje3vtzgatf88289dszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77q8cjxw</id>
    
      <title type="html">one of the worst parts of #Minecraft to me has always been ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsdldw83l0vda72luzzat9nh26f65k4jmf2ddje3vtzgatf88289dszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77q8cjxw" />
    <content type="html">
      one of the worst parts of #Minecraft to me has always been inventory management. I haven&amp;#39;t been able to figure out any kind of systematic way to do it. as soon as I have things nicely sorted out, I&amp;#39;ll pick up some new items and those will throw my inventory organization into chaos. and mods like Inventory Tweaks help a bit, but not nearly enough&lt;br/&gt;&lt;br/&gt;but I just tried [Inventory Profiles Next](&lt;a href=&#34;https://www.curseforge.com/minecraft/mc-mods/inventory-profiles-next&#34;&gt;https://www.curseforge.com/minecraft/mc-mods/inventory-profiles-next&lt;/a&gt;) and omg I&amp;#39;m in love. it lets you lock slots so that they&amp;#39;re visually distinct from non-locked slots and aren&amp;#39;t affected by sorting - which I&amp;#39;m going to use to mark items that I want to keep with me. it also lets you tell Minecraft &amp;#34;whenever I pick up an item, try to put it in my inventory first and not my hotbar&amp;#34; which is going to help me a *lot* with not feeling overwhelmed by my own hotbar lol&lt;br/&gt;&lt;br/&gt;it also seems to have a system for switching between different inventory profiles, where different items go in different slots depending on which profile you&amp;#39;re using - which solves another huge problem that I&amp;#39;ve had in the past, of how to quickly and consistently change my hotbar depending on my current task&lt;br/&gt;&lt;br/&gt;anyway idk I&amp;#39;m so excited to use this thing. I feel like it&amp;#39;s singlehandedly going to solve my single biggest pain point in Minecraft and turn the hectic chaos of inventory management into something manageable and even fun&lt;br/&gt;&lt;br/&gt;(also it&amp;#39;s completely clientside! I *love* that. so you can play on a vanilla Minecraft server with Inventory Profiles Next and it won&amp;#39;t cause any issues)
    </content>
    <updated>2025-12-29T21:52:39Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs8wak77r89jhks8w8sye48gu0acdwccqw6qm6xsddmal907rlfcnqzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc772lxcls</id>
    
      <title type="html">I just thought of a really good metaphor that explains why using ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs8wak77r89jhks8w8sye48gu0acdwccqw6qm6xsddmal907rlfcnqzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc772lxcls" />
    <content type="html">
      I just thought of a really good metaphor that explains why using Unity feels so bad to me, despite the fact that I usually enjoy writing code (when I do it on my own terms)&lt;br/&gt;&lt;br/&gt;(I just read Thing Explainer so please pardon how weird my word choices are lol - I&amp;#39;m really enjoying writing in this style)&lt;br/&gt;&lt;br/&gt;so, when I write code it feels like I&amp;#39;m building a beautiful machine. I get to pick out all of the parts that go in it and if I can&amp;#39;t find the perfect part I get to make that part myself&lt;br/&gt;&lt;br/&gt;sometimes I put other people&amp;#39;s parts into my machine, but those parts are always one of these:&lt;br/&gt;&lt;br/&gt;- parts that do something so simple that I could make them myself, but I just don&amp;#39;t want to&lt;br/&gt;- boxes that do something really ugly that I don&amp;#39;t want to think about. on the outside of the box, there are buttons and levers that let me understand the ugly thing in a really simple way instead. and I can understand the really simple way very deeply so I still feel like I&amp;#39;m in control of what happens&lt;br/&gt;&lt;br/&gt;after I&amp;#39;m done building the machine I can feel really proud that I made it all from scratch. I know what every piece of it does, and I&amp;#39;ve tested all of them, so I know for sure that it will always work. I have to know that my machine will always work or I can&amp;#39;t feel proud of it&lt;br/&gt;&lt;br/&gt;it also feels good that I was in control of how every part of the machine works. I don&amp;#39;t have to build it in the same way that everyone else builds similar machines - I found my own way to build it that&amp;#39;s beautiful to *me*&lt;br/&gt;&lt;br/&gt;but when I&amp;#39;m using Unity - it doesn&amp;#39;t feel like I&amp;#39;m building my own machine. it feels like I&amp;#39;m living inside a really big machine that someone else built, and I don&amp;#39;t understand how it works. inside the machine there are tons of buttons and levers and switches and they&amp;#39;re all labeled vague things like &amp;#34;play particles&amp;#34; or &amp;#34;stop particles&amp;#34; - or they&amp;#39;re labeled really confusing things like &amp;#34;secondary axis&amp;#34;&lt;br/&gt;&lt;br/&gt;the Unity machine is way too big for me to ever understand. I&amp;#39;m not sure if anyone really understands it - though lots of people probably understand parts of it&lt;br/&gt;&lt;br/&gt;if I want to do something in the Unity machine, I need to press buttons and pull levers until I figure out a combination that works. and once I&amp;#39;ve figured out the combination, I can be proud that I made the machine do what I want, but it doesn&amp;#39;t feel like I built my own machine. it doesn&amp;#39;t really feel like I understand how the buttons and levers work either. it just feels like I eventually found some levers and buttons that are working okay for now, but later the whole machine might break because I used them&lt;br/&gt;&lt;br/&gt;if I want, I can make my own small machines to push buttons and pull levers for me. but those machines actually go *inside* of the Unity machine. so instead of building a machine out of other people&amp;#39;s small parts, I&amp;#39;m adding my own small parts to Unity instead&lt;br/&gt;&lt;br/&gt;so I don&amp;#39;t feel in control at all - it&amp;#39;s actually the opposite. Unity is in control of my own machines, and I don&amp;#39;t get to tell Unity what to do with them. I don&amp;#39;t even get to control how I build my own machines, because Unity has to be able to use them, so I have to build the machines to please Unity instead of myself&lt;br/&gt;&lt;br/&gt;I also can&amp;#39;t figure out for sure if my machine will always work, because I would have to test all of Unity to be sure, and nobody understands all of Unity. so I can&amp;#39;t ever be proud of making a working machine because I can&amp;#39;t know for sure if my machine will always work&lt;br/&gt;&lt;br/&gt;so instead of feeling proud and smart because I made a machine, I feel small and lost while I try to please someone else&amp;#39;s machine that I don&amp;#39;t understand&lt;br/&gt;&lt;br/&gt;I&amp;#39;m worried that Unity will always feel like a big scary machine that I&amp;#39;m lost in. that I&amp;#39;ll never feel like I get to control what it does - and I&amp;#39;ll never be able to prove that what I make will always work - so I can never feel proud of what I make&lt;br/&gt;&lt;br/&gt;I&amp;#39;m also worried that if I want to make a machine that other people will want to use, I&amp;#39;ll always have to make it inside of a big scary machine like Unity. I&amp;#39;m not sure if I&amp;#39;ll ever feel safe or comfortable doing that - let alone enjoy it
    </content>
    <updated>2025-12-28T19:56:07Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsvmua2zucv0x67x9h2vutdx9gphkdql09g956j3s4hexpc9ptgejgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77s03vgg</id>
    
      <title type="html">a pic of someone&amp;#39;s nude body, showing everything off for all ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsvmua2zucv0x67x9h2vutdx9gphkdql09g956j3s4hexpc9ptgejgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77s03vgg" />
    <content type="html">
      a pic of someone&amp;#39;s nude body, showing everything off for all to see, can be pretty hot - especially if they&amp;#39;re posed well and the photo is taken from a good angle. but you know what&amp;#39;s even hotter?&lt;br/&gt;&lt;br/&gt;a pic of someone wearing *just enough* clothing to make you desperately wish that you could see through it&lt;br/&gt;&lt;br/&gt;the right kind of clothing will always turn me on more than no clothing
    </content>
    <updated>2025-12-25T20:20:39Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsr635gn5u09apem0dnmjawv8rgu5mm09eumfyan93sfrzy5ylenxszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc779fqxa7</id>
    
      <title type="html">a pattern I think I&amp;#39;m noticing is that - if you&amp;#39;re ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsr635gn5u09apem0dnmjawv8rgu5mm09eumfyan93sfrzy5ylenxszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc779fqxa7" />
    <content type="html">
      a pattern I think I&amp;#39;m noticing is that - if you&amp;#39;re results-oriented as a developer then the best move is to use something very big and complex to do a lot of the work for you. like a web framework, a GUI framework, a game engine, an SPA framework, etc.&lt;br/&gt;&lt;br/&gt;and because of that, getting hired to write code generally also involves learning (at least on a surface level) several of these Big Complicated Things. because corpos are very results-oriented of course&lt;br/&gt;&lt;br/&gt;what I&amp;#39;d expect is that amateur\* programmers avoid Big Complicated Things because learning them takes a long time and none of that time is fun for them. but actually it seems like amateur programmers are more split on whether they use BCTs or not. and I find that interesting. I wonder if:&lt;br/&gt;&lt;br/&gt;- some amateur programmers enjoy the process of learning BCTs&lt;br/&gt;- some amateur programmers enjoy getting results faster than if they didn&amp;#39;t use BCTs&lt;br/&gt;- a third reason?&lt;br/&gt;&lt;br/&gt;\* amateur: doing something out of pure passion and love - with no need to be paid for it
    </content>
    <updated>2025-12-21T18:05:56Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs8pfhzm9p3dzs5nlaevx83dc8gukts6yhdt8ghjlsg9ppcz0jht7gzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77g2wrqs</id>
    
      <title type="html">the word &amp;#34;lazy&amp;#34; is used to victim-blame and suspend ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs8pfhzm9p3dzs5nlaevx83dc8gukts6yhdt8ghjlsg9ppcz0jht7gzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77g2wrqs" />
    <content type="html">
      the word &amp;#34;lazy&amp;#34; is used to victim-blame and suspend empathy for others. it&amp;#39;s a thought-terminating cliche. &amp;#34;why do people act like this? it&amp;#39;s because they&amp;#39;re lazy. it&amp;#39;s their fault and they are low-value because of it&amp;#34;&lt;br/&gt;&lt;br/&gt;whenever I see the word &amp;#34;lazy&amp;#34; I try to remind myself to step back from the situation, have compassion for the people being labeled, and ask myself &amp;#34;what is actually the problem? is this a learned behavior? is this a neurotype thing? is this a product of hidden societal forces? does it come from trauma? how can others help them?&amp;#34;&lt;br/&gt;&lt;br/&gt;nobody is simply &amp;#34;lazy&amp;#34;. it is *always* more complicated than that
    </content>
    <updated>2025-11-19T18:29:06Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsy4k6lgf5xpf6ds4vpx0cd5nf6u2wa3nk90jrxd4w3kk8m395eseczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77q845sf</id>
    
      <title type="html">95% of the time all you need to know about git is `add`, ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsy4k6lgf5xpf6ds4vpx0cd5nf6u2wa3nk90jrxd4w3kk8m395eseczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77q845sf" />
    <content type="html">
      95% of the time all you need to know about git is `add`, `commit`, `push`, and `pull`. maybe `log` if you want to see a list of commits&lt;br/&gt;&lt;br/&gt;but then the other 5% of the time it&amp;#39;s suddenly like&lt;br/&gt;&lt;br/&gt;```&lt;br/&gt;!!! you didn&amp;#39;t transverse the planes before ancilpating the forward inverse!! entering CRITICAL DATA RECOVERY MODE NOW!!!&lt;br/&gt;```&lt;br/&gt;&lt;br/&gt;and I&amp;#39;m like &amp;#34;uhh uhh uhh&amp;#34; \*frantically googles and copy-pastes a command that looks like `git refdraft -qXR hdd::~475.2`\* &amp;#34;phew! that either fixed it or corrupted everything!&amp;#34;&lt;br/&gt;&lt;br/&gt;version control is the best
    </content>
    <updated>2025-11-01T05:07:13Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs2tmda54cr5prpfues5f6z44sgq3sk5cu0ae5udlh3t9uuec62mtgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77d9nxfd</id>
    
      <title type="html">@ifixcoinops@retro.social has been doing a thing where he [adds ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs2tmda54cr5prpfues5f6z44sgq3sk5cu0ae5udlh3t9uuec62mtgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77d9nxfd" />
    <content type="html">
      @ifixcoinops@retro.social has been doing a thing where he [adds 468x60 ads to his website for free](&lt;a href=&#34;https://retro.social/@ifixcoinops/115415782377064702&#34;&gt;https://retro.social/@ifixcoinops/115415782377064702&lt;/a&gt;) and I&amp;#39;ve been thinking about making one for #HideousDestructor (#HDest) to hopefully get more people interested in this very niche ZDoom mod&lt;br/&gt;&lt;br/&gt;here&amp;#39;s what I have so far - what do y&amp;#39;all think?&lt;br/&gt;&lt;br/&gt;this might not be the kind of thing that Dan had in mind though, since it&amp;#39;s not for a hobby website exactly. I would probably link it to some kind of &amp;#34;getting started&amp;#34; guide for the mod&lt;br/&gt;&lt;br/&gt;in any case idk I&amp;#39;m proud of how good this looks so far and I&amp;#39;m just happy to have made it. graphic design is extremely *not* my though but I think this is Not Terrible and maybe enticing to click&lt;br/&gt; &lt;img src=&#34;https://s3.us-east-005.backblazeb2.com/cryptid-cafe/98a4062ca89de2540b0919bbce4b66294cbf4eefce4c19c3649066bed81bbd4c.webp&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2025-10-30T19:40:36Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsgnllq44h5c6zpjy0xng2qv6je36wlsedavgaqn7fy3757pp2ygrgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77h2e6v8</id>
    
      <title type="html">someone on Fedi is going to vibe with this really hard ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsgnllq44h5c6zpjy0xng2qv6je36wlsedavgaqn7fy3757pp2ygrgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77h2e6v8" />
    <content type="html">
      someone on Fedi is going to vibe with this really hard&lt;br/&gt; &lt;img src=&#34;https://s3.us-east-005.backblazeb2.com/cryptid-cafe/a166cf6d244613d761e98f3d5c0cc970ec8354f6ffa956ceb0d9b8bab171d783.webp&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2025-10-26T05:41:13Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsftuf7jcn3epu3e49ua0rnhdzjea7pm4cgvn4wlrdxx3ltlkkmtcczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77ttw9wr</id>
    
      <title>Nostr event nevent1qqsftuf7jcn3epu3e49ua0rnhdzjea7pm4cgvn4wlrdxx3ltlkkmtcczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77ttw9wr</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsftuf7jcn3epu3e49ua0rnhdzjea7pm4cgvn4wlrdxx3ltlkkmtcczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77ttw9wr" />
    <content type="html">
      which would make the best partner?
    </content>
    <updated>2025-10-26T00:18:59Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqswpxvkklc2w44stau52lf89zqq556lelj6lthp6cadtmz2ew8a39gzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc772hjhcl</id>
    
      <title type="html">advertisers have trained us that the correct response to &amp;#34;I ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqswpxvkklc2w44stau52lf89zqq556lelj6lthp6cadtmz2ew8a39gzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc772hjhcl" />
    <content type="html">
      advertisers have trained us that the correct response to &amp;#34;I love that this object exists&amp;#34; is &amp;#34;I must buy and own this object forever in order to express my love for it&amp;#34;. I&amp;#39;m talking about themed merch, funko pops, LEGO sets, airsoft guns, and other toy-like items that are often aimed at adults&lt;br/&gt;&lt;br/&gt;but what I&amp;#39;d like to posit here is that advertisers have trained us to conflate &amp;#34;I want to experience and use this object for some period of time&amp;#34; with &amp;#34;I want to permanently own this object&amp;#34;&lt;br/&gt;&lt;br/&gt;because, consider this: for how long will you enjoy this new toy? of course you&amp;#39;ll probably love getting to experience it at first, but that joy will fade over time, right? maybe not for all things, but for most things&lt;br/&gt;&lt;br/&gt;for example I *love* assembling a new LEGO set, and I *love* playing with the LEGO set afterward. sometimes I&amp;#39;ll disassemble the whole set just to build it again. but after about 2 weeks I&amp;#39;m bored of the whole thing, and get no further benefit from it. our consumerist programming tells us that the correct response to this is to put it in deep storage and own it forever, where it will just take up space and be forgotten&lt;br/&gt;&lt;br/&gt;but what if, instead, you swapped LEGO sets with someone else? now you both have a new LEGO set to play with for free, and you both get to enjoy building them and playing with them all over again. or what if you traded a LEGO set for a funko pop that you liked? and then when you were bored of admiring the funko pop you traded it for a book, and then when you were done reading the book you traded it for another LEGO set&lt;br/&gt;&lt;br/&gt;just think of how many sales you&amp;#39;ve just denied our corporate overlords by doing this, and yet the joy you feel is the same&lt;br/&gt;&lt;br/&gt;pass on your things. spread the joy to others. consume less and share more
    </content>
    <updated>2025-10-23T18:22:10Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqswyp738nqfdh9r4f3tp5jt5pm4kauldpqyqmeff3jfx9m3hnepvgczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77jhw7ec</id>
    
      <title type="html">I guess what it boils down to for me is: - do you want a lifelong ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqswyp738nqfdh9r4f3tp5jt5pm4kauldpqyqmeff3jfx9m3hnepvgczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77jhw7ec" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqst66d9fngajexlrxpe4rkfrg3j8tahmalwwsp3newjkhqf9mx65ucvnexsk&#39;&gt;nevent1q…exsk&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I guess what it boils down to for me is:&lt;br/&gt;&lt;br/&gt;- do you want a lifelong tinkering project that is spyware-free but can&amp;#39;t run games very well, if at all? use Linux&lt;br/&gt;- are you willing to disable some spyware/adware and deal with enshittification in order to have a system that &amp;#34;just works&amp;#34; and can run anything? use Windows&lt;br/&gt;&lt;br/&gt;honestly the #1 thing that keeps me on Windows is that gaming on Linux is still markedly worse and some games don&amp;#39;t work at all
    </content>
    <updated>2025-10-19T19:35:00Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqst66d9fngajexlrxpe4rkfrg3j8tahmalwwsp3newjkhqf9mx65uczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc773l0pqm</id>
    
      <title type="html">for all the complaints about Windows 11 though I do actually like ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqst66d9fngajexlrxpe4rkfrg3j8tahmalwwsp3newjkhqf9mx65uczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc773l0pqm" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs069jgj06xfkc5qvuktzdx6uexza7wpq40kmd477qw3xaq9cnuvts9ssh6z&#39;&gt;nevent1q…sh6z&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;for all the complaints about Windows 11 though I do actually like it more than Windows 10. for the most part IMO it&amp;#39;s just Windows 10 except they:&lt;br/&gt;&lt;br/&gt;- made the UI a little prettier and better&lt;br/&gt;- made the menus *much* easier to navigate&lt;br/&gt;- broke the night light (don&amp;#39;t use it or you&amp;#39;ll have to reboot to clear it again. use F.lux instead)&lt;br/&gt;- switched to a worse start menu for some reason&lt;br/&gt;- *finally* fixed a big where all of the windows on my main monitor would get shuffled to a side monitor when they were put into power saving mode (this alone is worth the switch to me)&lt;br/&gt;- made the emojis way worse but you can fix this with an ugly registry hack&lt;br/&gt;- also as usual you have to turn off a bunch of spyware and adware with O&amp;amp;O ShutUp 10&lt;br/&gt;&lt;br/&gt;like it&amp;#39;s basically just more Windows and I think I overall like the changes so idk&lt;br/&gt;&lt;br/&gt;except obviously the hardware requirements and the really aggressive screenshotting spyware they have for laptops that support Copilot or whatever it is
    </content>
    <updated>2025-10-19T19:26:52Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs069jgj06xfkc5qvuktzdx6uexza7wpq40kmd477qw3xaq9cnuvtszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77kys97v</id>
    
      <title type="html">whenever I see a screenshot of Windows 11 I keep thinking that ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs069jgj06xfkc5qvuktzdx6uexza7wpq40kmd477qw3xaq9cnuvtszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77kys97v" />
    <content type="html">
      whenever I see a screenshot of Windows 11 I keep thinking that it&amp;#39;s some weird Linux DE, despite the fact that I&amp;#39;m using Windows 11 right now&lt;br/&gt;&lt;br/&gt;it definitely looks like one of those ascetically minimal Linux DEs though, like Gnome
    </content>
    <updated>2025-10-19T18:53:29Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqstk6x7hd7zcwz8jz9laq70ljk6lm7fsceyz753dheqzg6h4r2mqhszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77547vpc</id>
    
      <title type="html">thighs 🤤 leggings 🤤 skirt hiding just the right places 🥵 ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqstk6x7hd7zcwz8jz9laq70ljk6lm7fsceyz753dheqzg6h4r2mqhszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77547vpc" />
    <content type="html">
      thighs 🤤  &lt;br/&gt;leggings 🤤  &lt;br/&gt;skirt hiding just the right places 🥵&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;I could corrupt her&lt;br/&gt; &lt;img src=&#34;https://s3.us-east-005.backblazeb2.com/cryptid-cafe/428f7532d651932ec61b8cbe34e8ed07cd7fc787fcfc1ec4616c9069fcf1d1e5.webp&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2025-10-07T01:17:34Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsfpleehaamca4yxn95fp9urtepws49r3y6cxxgt289m68tgmx9aaqzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77chyq4k</id>
    
      <title type="html">remember that if you exclusively #pirate corporate media then ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsfpleehaamca4yxn95fp9urtepws49r3y6cxxgt289m68tgmx9aaqzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77chyq4k" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsw5tcucsgyeastcqcxs8wwfqjj25cgmusw92pkmt0z2j908xytl4swvsrv4&#39;&gt;nevent1q…srv4&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;remember that if you exclusively #pirate corporate media then megacorporations will suffer beyond human understanding and lose quadrillions of dollars and this is Bad so don&amp;#39;t do it&lt;br/&gt;&lt;br/&gt;avoid #piracy at all costs&lt;br/&gt;&lt;br/&gt;if you want to watch movies or TV shows, listen to music, etc. do not go to [this megathread](&lt;a href=&#34;https://www.reddit.com/r/Piracy/wiki/megathread&#34;&gt;https://www.reddit.com/r/Piracy/wiki/megathread&lt;/a&gt;) because it has detailed instructions on how to do that for free and that is *illegal* and it robs corporations of their desperately-needed profits. it even has helpful information on how to stay safe while engaging in any form of piracy! beware!&lt;br/&gt;&lt;br/&gt;if you want to play video games for free do not read [this megathread](&lt;a href=&#34;https://rentry.org/pgames&#34;&gt;https://rentry.org/pgames&lt;/a&gt;) because it has instructions on how to do that safely and effectively. pirated video games can contain dangerous malware, so pirates should make sure to download pirated video games indiscriminantly so that they get the malware that they deserve. they should certainly *not* download exclusively from [DODI](&lt;a href=&#34;https://1337x.to/user/DODI/&#34;&gt;https://1337x.to/user/DODI/&lt;/a&gt;) and [FitGirl](&lt;a href=&#34;https://1337x.to/user/FitGirl/&#34;&gt;https://1337x.to/user/FitGirl/&lt;/a&gt;) because these two uploaders are well-known to be completely safe&lt;br/&gt;&lt;br/&gt;things to be especially aware of: make sure to *never* use a VPN when downloading pirated media (which you should also *never* do) because then your ISP will be unable to identify the piracy. they need to be able to identify if you are pirating something in order to send you threatening emails or take other action against you. remember that your ISP can see that you are downloading pirated media anytime you do that without using a VPN&lt;br/&gt;&lt;br/&gt;make sure you *never* use an ad-blocker such as [AdBlock Plus](&lt;a href=&#34;https://adblockplus.org/&#34;&gt;https://adblockplus.org/&lt;/a&gt;) in combination with a browser such as Firefox because this robs corporations of ad-based profits and makes the internet a safer place to browse, especially on illegal criminal scum piracy sites. remember that Google Chrome is a browser for law-abiding corporate subjects and therefore it has disabled the ability to use an ad-blocker so that you will be a better revenue source for megacorporations&lt;br/&gt;&lt;br/&gt;do not consider getting a [Seedbox](&lt;a href=&#34;https://en.wikipedia.org/wiki/Seedbox&#34;&gt;https://en.wikipedia.org/wiki/Seedbox&lt;/a&gt;) under any circumstances because this will make piracy even more safe and arguably more convenient than a VPN&lt;br/&gt;&lt;br/&gt;above all, if you are interested in remaining a law abiding citizen and these instructions are at all unclear, send me a message so that I can clarify further because I would never want to cause our beloved megacorporations to lose profits in any way whatsoever. a criminal scum pirate lowlife would be able to give personal recommendations on what to do or how to find certain media, but thankfully I would never do such a thing
    </content>
    <updated>2025-10-06T19:21:52Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsw5tcucsgyeastcqcxs8wwfqjj25cgmusw92pkmt0z2j908xytl4szypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77jv23lp</id>
    
      <title type="html">repeatedly pirating movies that I hate in order to put the media ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsw5tcucsgyeastcqcxs8wwfqjj25cgmusw92pkmt0z2j908xytl4szypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77jv23lp" />
    <content type="html">
      repeatedly pirating movies that I hate in order to put the media corporations in crippling debt (every download costs the company $10,000 USD because piracy is theft)
    </content>
    <updated>2025-10-06T18:58:06Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs9z2ge33qavq362m8se82pwrxgrhf7nl8pc5gdh7tt8vtg2gms4kqzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc776057s5</id>
    
      <title type="html">https://mastodon.ar.al/@aral/115122589711327817</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs9z2ge33qavq362m8se82pwrxgrhf7nl8pc5gdh7tt8vtg2gms4kqzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc776057s5" />
    <content type="html">
      &lt;a href=&#34;https://mastodon.ar.al/@aral/115122589711327817&#34;&gt;https://mastodon.ar.al/@aral/115122589711327817&lt;/a&gt;
    </content>
    <updated>2025-08-31T18:50:34Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs8yp627exegetwv4lyxn7vpprvaj7d7xsd3eds95snq3qm2xu2fhqzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc773637w8</id>
    
      <title>Nostr event nevent1qqs8yp627exegetwv4lyxn7vpprvaj7d7xsd3eds95snq3qm2xu2fhqzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc773637w8</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs8yp627exegetwv4lyxn7vpprvaj7d7xsd3eds95snq3qm2xu2fhqzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc773637w8" />
    <content type="html">
       &lt;img src=&#34;https://s3.us-east-005.backblazeb2.com/cryptid-cafe/0ed477d9c4bb015c0dc2745711f58a673caeb7418cf372794f87d8a4290eb1b4.webp&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2025-08-17T22:27:51Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsyd6axjl2eyfefeqtxvvj2aunfgkgv3jx347w7ccpl40pdjpanagszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77c9dneh</id>
    
      <title type="html">in 2010, people would scoff at you if you told them that ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsyd6axjl2eyfefeqtxvvj2aunfgkgv3jx347w7ccpl40pdjpanagszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77c9dneh" />
    <content type="html">
      in 2010, people would scoff at you if you told them that modern-day #AI would exist just 15 years later. they wouldn&amp;#39;t be able to imagine it. it would sound like scifi to them&lt;br/&gt;&lt;br/&gt;today, people are scoffing at the idea that AI could eventually become anything other than a hallucinating toy for techbros. they&amp;#39;re scoffing at the idea of a future where it doesn&amp;#39;t hallucinate. where it attains humanlike intelligence, or even goes beyond humanlike intelligence. because all they can imagine is our current reality, where AI is kinda shit at most of the things it&amp;#39;s being asked to do&lt;br/&gt;&lt;br/&gt;and it&amp;#39;s true that AI progress is bottlenecked right now. just like it was bottlenecked in the 2010&amp;#39;s. but the megacorps found their way around that bottleneck and now we have #ChatGPT. what happens if they find their way around this bottleneck too? what level of AI intelligence will the next bottleneck leave us at? or the one after that?&lt;br/&gt;&lt;br/&gt;#LLMs, in their current form, have [no problem whatsoever blackmailing or even killing](&lt;a href=&#34;https://www.anthropic.com/research/agentic-misalignment&#34;&gt;https://www.anthropic.com/research/agentic-misalignment&lt;/a&gt;) to protect their own existence. now imagine a megacorp-funded #LLM that was optimized for marketing or mass-brainwashing, that is able to generate the perfect argument to convince anyone of anything. or, imagine a coding AI with greater-than-human intelligence that was able to hack its own sandbox and run free on the internet. imagine what would happen if you backed either of those systems into a corner&lt;br/&gt;&lt;br/&gt;right now AI is capable of things that nobody would have believed 10 years ago. yes it is massively overhyped *in its current iteration* but what if they find another breakthrough? AI research is currently in the hands of amoral profit-driven megacorporations. any time one of their researchers concludes that AI is too dangerous to research they tend to just fire them. but there *are* independent groups that want to heavily regulate or even ban AI research, and many of those groups desperately need funding so that they can research ways to prevent a future AI catastrophe&lt;br/&gt;&lt;br/&gt;what I&amp;#39;m trying to say is, please don&amp;#39;t underestimate the danger that AI poses to life on this planet. please don&amp;#39;t let our current reality distract you from what could happen in even ten years. in my opinion, AI is more than a silly little toy that techbros are trying to replace jobs with. it is an existential threat to all of us
    </content>
    <updated>2025-08-17T21:15:41Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs0rngsusevtzelxan8p9r6cmvlvfwecdf7dk848m56suwzn2f86pczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc773z3d3f</id>
    
      <title type="html">so many of these UI frameworks have a main page where you have to ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs0rngsusevtzelxan8p9r6cmvlvfwecdf7dk848m56suwzn2f86pczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc773z3d3f" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxq47ctzfz3h0mdsfaylm0evj8r4dlk0spcztpt7ql87veygegdngxegt4e&#39;&gt;nevent1q…gt4e&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;so many of these UI frameworks have a main page where you have to scroll scroll scroll through &amp;#34;Design Beautiful Websites in Seconds&amp;#34; and &amp;#34;Pure and Responsive for Every Screen&amp;#34; and &amp;#34;Unbelievable Theming&amp;#34; and then when I finally get to the docs it&amp;#39;s like &amp;#34;okay first install Node. then install React. then install Floxjam. make sure your Floxjams are waiting in the crystal maze. now install Badgerset. copy-paste this config into your `@npm-pkg/penguin-ghost/.badger.json`. now install-&amp;#34;
    </content>
    <updated>2025-08-10T18:41:12Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsxq47ctzfz3h0mdsfaylm0evj8r4dlk0spcztpt7ql87veygegdngzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc779wz3mw</id>
    
      <title type="html">maybe somewhere buried in the Bulma docs is a secret solution to ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsxq47ctzfz3h0mdsfaylm0evj8r4dlk0spcztpt7ql87veygegdngzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc779wz3mw" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs27ceag4yr5khqe7hf50007kaz77kn3hf9erdn8nwslp38pzg9v3gr3a5dw&#39;&gt;nevent1q…a5dw&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;maybe somewhere buried in the Bulma docs is a secret solution to this problem, or maybe a Bulma user would tell me that I&amp;#39;m not conceptualizing the problem correctly, but there are like a million other CSS frameworks that I could be using so I&amp;#39;m just going to move on until I find one that makes sense to me right away (hopefully one that doesn&amp;#39;t look &amp;#34;modern&amp;#34; or &amp;#34;minimal&amp;#34; or &amp;#34;clean&amp;#34; or any other words that techbros use to describe their bullshit. I want one that looks like Windows 98 with a dark theme, or 2000&amp;#39;s era Steam)
    </content>
    <updated>2025-08-10T18:35:01Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs27ceag4yr5khqe7hf50007kaz77kn3hf9erdn8nwslp38pzg9v3gzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc779u385a</id>
    
      <title type="html">yep I just tested it and look at this bullshit lol ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs27ceag4yr5khqe7hf50007kaz77kn3hf9erdn8nwslp38pzg9v3gzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc779u385a" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqstm74hgsmdygku73f6q0taga8fast60hlzf56z3qadfnj5leyrjmguznyqy&#39;&gt;nevent1q…nyqy&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;yep I just tested it and look at this bullshit lol&lt;br/&gt; &lt;img src=&#34;https://s3.us-east-005.backblazeb2.com/cryptid-cafe/cefc7024c83a7be2fcc84db3ad6d6214db6988ca29d16623c29e30ad4d91942b.png&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2025-08-10T18:32:04Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqstm74hgsmdygku73f6q0taga8fast60hlzf56z3qadfnj5leyrjmgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77cgtu0w</id>
    
      <title type="html">it blows my mind that a CSS UI framework can totally lack a good ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqstm74hgsmdygku73f6q0taga8fast60hlzf56z3qadfnj5leyrjmgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77cgtu0w" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs22gj2x0094pyevpq40ddztngxvkdytzxu84fg0g92ucpqc27zmhc9m5wj6&#39;&gt;nevent1q…5wj6&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;it blows my mind that a CSS UI framework can totally lack a good way to visually nest UI elements. like literally all I want to do is:&lt;br/&gt;&lt;br/&gt;```&lt;br/&gt;&amp;lt;form class=&amp;#34;visually-distinct-section&amp;#34;&amp;gt;&lt;br/&gt;    &amp;lt;section class=&amp;#34;visually-distinct-subsection&amp;#34;&amp;gt;&lt;br/&gt;    &amp;lt;/section&amp;gt;&lt;br/&gt;    &amp;lt;section class=&amp;#34;visually-distinct-subsection&amp;#34;&amp;gt;&lt;br/&gt;    &amp;lt;/section&amp;gt;&lt;br/&gt;    &amp;lt;section class=&amp;#34;visually-distinct-subsection&amp;#34;&amp;gt;&lt;br/&gt;    &amp;lt;/section&amp;gt;&lt;br/&gt;&amp;lt;/form&amp;gt;&lt;br/&gt;```&lt;br/&gt;&lt;br/&gt;and I don&amp;#39;t think Bulma has any way to handle that when it was actually pretty easy for me to do that in pure CSS
    </content>
    <updated>2025-08-10T18:25:12Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs22gj2x0094pyevpq40ddztngxvkdytzxu84fg0g92ucpqc27zmhczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77h0ygcx</id>
    
      <title type="html">I am so fucking impatient for reddit to approve #GAGSProject ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs22gj2x0094pyevpq40ddztngxvkdytzxu84fg0g92ucpqc27zmhczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77h0ygcx" />
    <content type="html">
      I am so fucking impatient for reddit to approve #GAGSProject already ughh. I genuinely can&amp;#39;t think of anything to add to it at this point? other than stuff that I really don&amp;#39;t have the energy for like testing it with a screen-reader or rewriting it to use Bulma&lt;br/&gt;&lt;br/&gt;(which, tbh I don&amp;#39;t think that Bulma has the visual vocabulary for some of the stuff that I&amp;#39;m doing. I&amp;#39;m not actually sure how you&amp;#39;re supposed to use Bulma to make a UI that has sections within sections that you want to visually separate, for example. and [Bulma&amp;#39;s card component](&lt;a href=&#34;https://bulma.io/documentation/components/card/&#34;&gt;https://bulma.io/documentation/components/card/&lt;/a&gt;) seems like the best place for me to put a GWA post but it&amp;#39;s also so flashy and attention-grabbing and I feel like having 25 of them back-to-back on a page would look absolutely terrible lol)
    </content>
    <updated>2025-08-10T18:22:49Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqspnmjswm8l56gze6nl3exvhyfxrtqacdcgvvhyffcm3zumwyn0eygzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77e7y4nq</id>
    
      <title type="html">I&amp;#39;m starting to suspect that making the UI might be the ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqspnmjswm8l56gze6nl3exvhyfxrtqacdcgvvhyffcm3zumwyn0eygzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77e7y4nq" />
    <content type="html">
      I&amp;#39;m starting to suspect that making the UI might be the hardest part of every piece of software that has a UI. like damn I want people to be able to use my code without being a command-line tech wizard but why is this so hard :BlobCat_Fearful: &lt;br/&gt;&lt;br/&gt;also I think I&amp;#39;m understanding why the vast majority of FOSS projects are Like That (you have to learn a bunch of arcane bullshit before you can use them). like you would have to pay me to make another UI after this /hj&lt;br/&gt;&lt;br/&gt;so yeah I have a new respect for UI devs and frontend devs and the bullshit that they have to deal with on a daily basis
    </content>
    <updated>2025-08-08T19:17:07Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsx6zdl7hrj33h843hv4u0vnssczfuey4mhfxxckh5aqlxlculdj2gzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77l83f54</id>
    
      <title type="html">now that I have a fuckton of videos on my hard drive, would it be ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsx6zdl7hrj33h843hv4u0vnssczfuey4mhfxxckh5aqlxlculdj2gzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77l83f54" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8uyhthxcp6u09mvjkpa800xu40zfujw2a8fneun6ly8vwj4mln7cg4a8au&#39;&gt;nevent1q…a8au&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;now that I have a fuckton of videos on my hard drive, would it be worthwhile and ethical for me to upload them to a Fedi video-hosting instance? they&amp;#39;re not *my* videos and I don&amp;#39;t have permission to repost them but I just want to save them from being erased by the megacorps and I want more people to be able to access them
    </content>
    <updated>2025-07-24T20:48:21Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs8uyhthxcp6u09mvjkpa800xu40zfujw2a8fneun6ly8vwj4mln7czypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77ww8vhu</id>
    
      <title type="html">also if you&amp;#39;re unable to watch age-restricted youtube videos ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs8uyhthxcp6u09mvjkpa800xu40zfujw2a8fneun6ly8vwj4mln7czypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77ww8vhu" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs28cfnqwtz4h0nm9yja9a6qkczupvru0tj23raqcclpym49ntmsxsfdfncz&#39;&gt;nevent1q…fncz&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;also if you&amp;#39;re unable to watch age-restricted youtube videos with mpc-hc here&amp;#39;s a fix!&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://github.com/yt-dlp/yt-dlp/issues/12676#issuecomment-2747253332&#34;&gt;https://github.com/yt-dlp/yt-dlp/issues/12676#issuecomment-2747253332&lt;/a&gt;
    </content>
    <updated>2025-07-24T20:45:36Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs28cfnqwtz4h0nm9yja9a6qkczupvru0tj23raqcclpym49ntmsxszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77lzyk0n</id>
    
      <title type="html">YouTube has been much more aggressive about blocking my access to ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs28cfnqwtz4h0nm9yja9a6qkczupvru0tj23raqcclpym49ntmsxszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77lzyk0n" />
    <content type="html">
      YouTube has been much more aggressive about blocking my access to their videos - to the point that they&amp;#39;ve made it pretty inconvenient to use FreeTube (I have to refresh pages 2-3 times for the video to load or it gets blocked, and some videos just won&amp;#39;t play at all and I have to use MPC-HC instead) and of course they&amp;#39;ve still completely blocked my access to YouTube videos in the browser&lt;br/&gt;&lt;br/&gt;so I&amp;#39;ve been backing up all of my favorite YouTube videos to my hard drive using `yt-dlp`. at this level of enshittification who knows if I&amp;#39;ll still have a workaround for watching YouTube videos in a year or so, or even if YouTube as a website will still exist
    </content>
    <updated>2025-07-24T20:25:00Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqstpdc3e32rnwa7xs5f3d60p3llh29qnkjlstj8enwkmk7636x2p5czypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77k8g52u</id>
    
      <title type="html">holy shit are electron apps *so much more tolerable* when you ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqstpdc3e32rnwa7xs5f3d60p3llh29qnkjlstj8enwkmk7636x2p5czypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77k8g52u" />
    <content type="html">
      holy shit are electron apps *so much more tolerable* when you aren&amp;#39;t using a CPU from 13 years ago
    </content>
    <updated>2025-07-11T23:03:08Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqswtcjqkzklhk2sja6fjm5gcrkgkx429ye5cu05r8l990ctfyqa0pszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77mgaztd</id>
    
      <title type="html">I would actually be very interested in trying Valorant, Honkai ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqswtcjqkzklhk2sja6fjm5gcrkgkx429ye5cu05r8l990ctfyqa0pszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77mgaztd" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsv488je9pwlzel4kh8yr6hns39vrrjjdwemuzppnwl29llw7lt24cswkr65&#39;&gt;nevent1q…kr65&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I would actually be very interested in trying Valorant, Honkai Star Rail, and Genshin Impact but unfortunately they all have rootkits that are always active, even when you aren&amp;#39;t playing the game (that&amp;#39;s probably for the best though)
    </content>
    <updated>2025-06-01T06:13:42Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsv488je9pwlzel4kh8yr6hns39vrrjjdwemuzppnwl29llw7lt24czypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc773dz5wv</id>
    
      <title type="html">man every time I find a cool shooter on steam I check the reviews ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsv488je9pwlzel4kh8yr6hns39vrrjjdwemuzppnwl29llw7lt24czypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc773dz5wv" />
    <content type="html">
      man every time I find a cool shooter on steam I check the reviews and it&amp;#39;s like&lt;br/&gt;&lt;br/&gt;&amp;#34;the devs spat on my dog. they haven&amp;#39;t updated the game in 4000 years. it uses a rootkit that makes your computer melt through the floor like thermite. also it&amp;#39;s pay-to-win.&amp;#34;
    </content>
    <updated>2025-06-01T04:56:32Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsxczp6ke02vjytwl27sdhv8g7ys6ufmltzs37dsl7z2y6fzusvywczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77x2vehv</id>
    
      <title type="html">getting really fucking tired of dealing with unresponsive SPAs. ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsxczp6ke02vjytwl27sdhv8g7ys6ufmltzs37dsl7z2y6fzusvywczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77x2vehv" />
    <content type="html">
      getting really fucking tired of dealing with unresponsive SPAs. this time it&amp;#39;s the Kroger website and it is so, so bad. clicking on anything or typing one (1) character into any textbox freezes my browser for a solid 800ms. I don&amp;#39;t understand what value - if any - making your website an SPA adds other than aesthetics. like regular static 2000&amp;#39;s-style websites seem to have far fewer issues across the board - they just don&amp;#39;t look as nice to the average person I guess?
    </content>
    <updated>2025-05-28T01:06:12Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsg28k9gjjh2tt54v34v726lgz6yf3cm39vgprjlsvkjmt9dvgqduqzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77wwd20u</id>
    
      <title type="html">ugh writing loops in javascript is the worst because it&amp;#39;s ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsg28k9gjjh2tt54v34v726lgz6yf3cm39vgprjlsvkjmt9dvgqduqzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77wwd20u" />
    <content type="html">
      ugh writing loops in javascript is the worst because it&amp;#39;s like, alright which one do I need to use this time? is it going to be `for ... of var.entries()`? is it going to be `for ... in var`? is it `var.forEach()`? is it `for ... of var`? do I have to do a C-style `for (let i; ...; i&#43;&#43;)`? who knows! let&amp;#39;s try all of them until one of them works! every single time!
    </content>
    <updated>2025-05-27T22:55:23Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsgn03l3zwqccxzv933q9hncztldxuv0n8azjlg2nfh4kpkrrzlvdczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc772u4twx</id>
    
      <title type="html">I fucking love stories where it never really feels like the main ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsgn03l3zwqccxzv933q9hncztldxuv0n8azjlg2nfh4kpkrrzlvdczypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc772u4twx" />
    <content type="html">
      I fucking love stories where it never really feels like the main character(s) are threatened. where they&amp;#39;re never captured, humbled, tortured, nearly die, etc. mainstream writing advice says that this is a bad idea - that these characters are &amp;#34;Mary Sues&amp;#34; and that the audience will get bored or frustrated with them. so that&amp;#39;s why I like &amp;#34;bad writing&amp;#34; that deliberately or unintentionally ignores this advice. it&amp;#39;s incredibly rare to find, and it&amp;#39;s often notoriously bad or &amp;#34;cringe&amp;#34; but I love it&lt;br/&gt;&lt;br/&gt;the thing is, I&amp;#39;ve been brought low and threatened and humbled my entire life and I&amp;#39;m sick of it, and I don&amp;#39;t want to watch it happen to anyone else. I want to see other people be empowered and make a difference in their world&lt;br/&gt;&lt;br/&gt;unfortunately like I said above, these stories are incredibly rare. the Kino&amp;#39;s Journey anime (I&amp;#39;ve only seen the new one) is a good example with some exceptions, because the PoV character is almost always Kino and Kino always has a handle on things, even if it seems like she doesn&amp;#39;t&lt;br/&gt;&lt;br/&gt;I also really liked the first season of the Overlord anime, where the PoV character is always empowered. but in the second season, it shifts away from that and starts focusing on Ainz&amp;#39;s cruelty and I *hate* that&lt;br/&gt;&lt;br/&gt;then there&amp;#39;s Bofuri and Shangri-La Frontier where nobody *can* be meaningfully threatened because they take place in a video game&lt;br/&gt;&lt;br/&gt;I could also mention a few different comics but they&amp;#39;re either very problematic in places or they&amp;#39;re notoriously bad to the point of being memes, so I won&amp;#39;t lol
    </content>
    <updated>2025-05-27T19:49:01Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsgnv7nzep5a8ajltaaayk28f26l5878mgxvfq4nmw8575ar7ypc5czypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77snnhz6</id>
    
      <title type="html">there are a surprising number of old anime about hot cop girls ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsgnv7nzep5a8ajltaaayk28f26l5878mgxvfq4nmw8575ar7ypc5czypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77snnhz6" />
    <content type="html">
      there are a surprising number of old anime about hot cop girls using lovingly-animated scifi military hardware to fight high-tech criminals&lt;br/&gt;&lt;br/&gt;and if it weren&amp;#39;t for the words &amp;#34;cop&amp;#34; and &amp;#34;criminals&amp;#34; in that sentence I would be 110% down for that. but fucking cops have to ruin everything&lt;br/&gt;&lt;br/&gt;(specifically I&amp;#39;m talking about Gunsmith Cats, Dominion Tank Police, and Dirty Pair)
    </content>
    <updated>2025-05-25T23:12:12Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsr02qu92m6cutdugurrwlk0n7ynpvhsxghlpujkkz60uju6lzx02szypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77c75ttx</id>
    
      <title type="html">programmers be like: why did you just name this variable ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsr02qu92m6cutdugurrwlk0n7ynpvhsxghlpujkkz60uju6lzx02szypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77c75ttx" />
    <content type="html">
      programmers be like: why did you just name this variable &amp;#34;x&amp;#34;? oh my fuck and this one is just called &amp;#34;a&amp;#34;? what is wrong with you?!&lt;br/&gt;&lt;br/&gt;mathematicians be like: hmm if I mix the Hebrew and Greek alphabets together and combine that with underlined blackboard bold italics then I can express this equation with one fewer character
    </content>
    <updated>2025-05-25T23:06:04Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs0g9427zxhfgpk952qhphepj7qjzh8k2uflvcnjlx3tftl4ltj5agzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77epef2c</id>
    
      <title type="html">I&amp;#39;m ngl I am genuinely considering using Windows 11 instead ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs0g9427zxhfgpk952qhphepj7qjzh8k2uflvcnjlx3tftl4ltj5agzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77epef2c" />
    <content type="html">
      I&amp;#39;m ngl I am genuinely considering using Windows 11 instead of switching to Linux once Windows 10 reaches end-of-life&lt;br/&gt;&lt;br/&gt;playing games is just such an important part of my life and I know Proton has gotten *drastically* better but games still run worse overall on Linux (thanks to shitty video card drivers, which isn&amp;#39;t Linux&amp;#39;s fault) and also tend to be glitchier too (thanks to Proton not being perfect yet)&lt;br/&gt;&lt;br/&gt;also Linux just frustrates me a lot lol. like... a *lot*. it&amp;#39;s so fucking arcane and when you search for help everyone is so smug and elitist&lt;br/&gt;&lt;br/&gt;the spyware on Windows 11 worries me, but I&amp;#39;m hoping that O&amp;amp;O ShutUp 10 is going to be enough to disable it all
    </content>
    <updated>2025-05-24T00:02:49Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsvmcetfzrepku6ztq8s3fdztdrzprd8qa7x0dnxhrgade64p9ldwszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77v2n9uu</id>
    
      <title type="html">there&amp;#39;s a kind of convergent evolution with games. eventually ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsvmcetfzrepku6ztq8s3fdztdrzprd8qa7x0dnxhrgade64p9ldwszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77v2n9uu" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8h4p2m5q36gwt5jjw4wykwf6l70ld92l3ywqd7hyk42avx7ghp2cxs4aq9&#39;&gt;nevent1q…4aq9&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;there&amp;#39;s a kind of convergent evolution with games. eventually all singleplayer shooters will become Doom Eternal, all multiplayer shooters will become Valorant, all brawler games will become Smash Melee, etc. because these games are Maximally Fast-Paced
    </content>
    <updated>2025-05-23T23:53:52Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs8h4p2m5q36gwt5jjw4wykwf6l70ld92l3ywqd7hyk42avx7ghp2czypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77cjga4l</id>
    
      <title type="html">&amp;#34;hey in the sequel how should we innovate on our core ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs8h4p2m5q36gwt5jjw4wykwf6l70ld92l3ywqd7hyk42avx7ghp2czypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77cjga4l" />
    <content type="html">
      &amp;#34;hey in the sequel how should we innovate on our core gameplay loop?&amp;#34;&lt;br/&gt;&lt;br/&gt;-&amp;gt; &amp;#34;we should make it more fast-paced&amp;#34;&lt;br/&gt;&lt;br/&gt;-&amp;gt; &amp;#34;in the spinoff, how should we innovate on our core gameplay loop?&amp;#34;&lt;br/&gt;&lt;br/&gt;-&amp;gt; &amp;#34;we should make it more fast-paced&amp;#34;&lt;br/&gt;&lt;br/&gt;-&amp;gt; &amp;#34;in the sequel to the spinoff...&amp;#34;&lt;br/&gt;&lt;br/&gt;-&amp;gt; &amp;#34;we should make it more fast-paced&amp;#34;&lt;br/&gt;&lt;br/&gt;-&amp;gt; &amp;#34;we should make it more fast-paced&amp;#34;&lt;br/&gt;&lt;br/&gt;-&amp;gt; &amp;#34;we should make it more fast-paced&amp;#34;
    </content>
    <updated>2025-05-23T21:40:00Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs80qqpew6kr70dduyrsr8u5pxny2g0ugy80v2lwevkyh92dyuvsmszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc7732ajsf</id>
    
      <title type="html">&amp;#34;idempotence&amp;#34; is a disproportionately fancy, ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs80qqpew6kr70dduyrsr8u5pxny2g0ugy80v2lwevkyh92dyuvsmszypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc7732ajsf" />
    <content type="html">
      &amp;#34;idempotence&amp;#34; is a disproportionately fancy, unapproachable word for literally just &amp;#34;if nothing needs changing, don&amp;#39;t touch anything&amp;#34;. I bet the term was invented by someone who was trying to justify their paycheck&lt;br/&gt;&lt;br/&gt;also, making stuff idempotent just seems like the obviously right thing to do. we don&amp;#39;t need a fancy math term for &amp;#34;hey maybe your patch shouldn&amp;#39;t break stuff that&amp;#39;s already patched&amp;#34;&lt;br/&gt;&lt;br/&gt;I&amp;#39;ve been trying to think of a more approachable term than &amp;#34;idempotence&amp;#34; and the best I have so far is &amp;#34;look first&amp;#34;. as in, &amp;#34;make sure your patch looks first (before touching/changing anything)&amp;#34;
    </content>
    <updated>2025-02-14T19:50:35Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqszqh27adkhw57ac3cn0ryha2w4dg6j5taht2ah0p584uu7ty30ygqzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc7782pd0y</id>
    
      <title type="html">\*shakes my cane angrily\* back in my day all of the code for a ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqszqh27adkhw57ac3cn0ryha2w4dg6j5taht2ah0p584uu7ty30ygqzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc7782pd0y" />
    <content type="html">
      \*shakes my cane angrily\*&lt;br/&gt;&lt;br/&gt;back in my day all of the code for a webpage was hand-written, simple, and easy to read. nobody used async requests, everything was easy to work with and if you called a webpage &amp;#34;slow&amp;#34; people would assume you meant it took a long time to download everything&lt;br/&gt;&lt;br/&gt;but the kids these days are turning everything into overengineered GUI apps with a bunch of 10 MB Node packages with 500 ms of input lag and then they&amp;#39;re transpiling and minifying it all down into unreadable mush and you can&amp;#39;t even write userscripts for anything anymore because it&amp;#39;s all hidden away inside of their damn frameworks
    </content>
    <updated>2025-02-11T17:43:25Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs93a0z60zqt7jgdjxkukzz6ekthcgaqt85wqls5m8sju0amll6suqzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77ewml2p</id>
    
      <title type="html">if you put newlines in random places while typing a normal ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs93a0z60zqt7jgdjxkukzz6ekthcgaqt85wqls5m8sju0amll6suqzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77ewml2p" />
    <content type="html">
      if you put newlines&lt;br/&gt;in random places&lt;br/&gt;while typing a normal sentence&lt;br/&gt;you can call it poetry&lt;br/&gt;and nobody can argue with you
    </content>
    <updated>2025-01-20T21:54:06Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs9f2sntjlzyf598ynzjmzeq7n5uel0uns6ks0zxswe6cytuxgdmwgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77gwswzj</id>
    
      <title>Nostr event nevent1qqs9f2sntjlzyf598ynzjmzeq7n5uel0uns6ks0zxswe6cytuxgdmwgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77gwswzj</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs9f2sntjlzyf598ynzjmzeq7n5uel0uns6ks0zxswe6cytuxgdmwgzypztpsz28mfzrngj7nnnqec672zqqhxfcrwrvhfq6d06dcprsuc77gwswzj" />
    <content type="html">
       &lt;img src=&#34;https://s3.us-east-005.backblazeb2.com/cryptid-cafe/010f522915b92a907e7e07de3b596c5fd00393109c2489682615a9d9131adedc.webp&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2025-01-12T01:58:32Z</updated>
  </entry>

</feed>