<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <updated>2026-04-26T17:10:03Z</updated>
  <generator>https://nostr.ae</generator>

  <title>Nostr notes by George E. — :usd::NM::ath::adhd:🇺🇦🇵🇸🏳️‍🌈🏳️‍⚧️</title>
  <author>
    <name>George E. — :usd::NM::ath::adhd:🇺🇦🇵🇸🏳️‍🌈🏳️‍⚧️</name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://nostr.ae/npub17uehhzg6fllvtaulszkq5tg9clg9gxxmx33rr93n6a9jpju42lxq0aqz5h.rss" />
  <link href="https://nostr.ae/npub17uehhzg6fllvtaulszkq5tg9clg9gxxmx33rr93n6a9jpju42lxq0aqz5h" />
  <id>https://nostr.ae/npub17uehhzg6fllvtaulszkq5tg9clg9gxxmx33rr93n6a9jpju42lxq0aqz5h</id>
  <icon>https://cdn.bofh.social/bofh-social/2de08c71-7e85-4ff0-94c7-5b54dbb60451.png</icon>
  <logo>https://cdn.bofh.social/bofh-social/2de08c71-7e85-4ff0-94c7-5b54dbb60451.png</logo>




  <entry>
    <id>https://nostr.ae/nevent1qqsp0aec36y33gyg42pda6yvd9hzf5d7hkp9ll43tgmwu6659dwt4fgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucwznnql</id>
    
      <title type="html">Wow! Would you like to #schedule #posts in #Sharkey a bit more ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsp0aec36y33gyg42pda6yvd9hzf5d7hkp9ll43tgmwu6659dwt4fgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucwznnql" />
    <content type="html">
      Wow! Would you like to #schedule #posts in #Sharkey a bit more eloquently? My friend Mike has vibe coded a *nix shell script to do exactly that! This is pretty cool.&lt;br/&gt;&lt;br/&gt;CW: Mike&amp;#39;s profile is very NSFW so you might not want to &amp;#39;explore&amp;#39; it.&lt;br/&gt;---&lt;blockquote class=&#34;border-l-05rem border-l-strongpink border-solid&#34;&gt;&lt;div class=&#34;-ml-4 bg-gradient-to-r from-gray-100 dark:from-zinc-800 to-transparent mr-0 mt-0 mb-4 pl-4 pr-2 py-2&#34;&gt;quoting &lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Article&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/note1jwtw0s394j6vjs34shu2n0th63p9k289yczsxr2ksdvf5g93elwqe7f06f&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;note1jwt…f06f&lt;/a&gt;&lt;/span&gt;&lt;br/&gt; &lt;/div&gt; Do you remember #Tumblr&#39;s &#34;Scheduled Post&#34; feature? Where you could #queue up a bunch of #posts and it will spread them throughout the day? Well, I wanted the same thing for #Sharkey because the schedule post workflow in Sharkey is ... somewhat *obtuse*.&lt;br/&gt;&lt;br/&gt;Well, with the help of my Gemini Pro subscription, Gemini and I &#39;vibe coded&#39; a #Linux #bash #script to do exactly that! I call it `sched-sharkey.sh`. And yes, it&#39;s for Linux (might work for Mac too). If you&#39;re on Windows you can use WSL.&lt;br/&gt;&lt;br/&gt;**NO WARRANTY. NO GUARANTEES. USE AT YOUR OWN RISK. AUTHOR IS NOT RESPONSIBLE FOR ANY DAMAGES TO YOUR DATA OR MACHINE. I MEAN, THE ONLY &#34;WRITING&#34; THIS SCRIPT DOES IS WRITE OUT ITS LOG FILE. BUT JUST IN CASE... IT&#39;S A SHELL SCRIPT. IT&#39;S COMMENTED. IT&#39;S DOCUMENTED. DO WHAT YOU WANT WITH IT. IT&#39;S RELEASED INTO THE PUBLIC DOMAIN.**&lt;br/&gt;&lt;br/&gt;**Pre-requisites:** `bash`, `curl`, `jq`, `date`.&lt;br/&gt;&lt;br/&gt;**Setup:**&lt;br/&gt;0. Save the script out. I call it `sched-sharkey.sh` but the script-name is arbitrary, and mark it executable with `chmod &#43;x &lt;script&gt;`.&lt;br/&gt;1. Generate your own #API key from your account from **Settings** -&gt; **Service Integration**, and copy it somewhere. Make sure you have permissions for *notes*, *scheduling*, and *drive* &#34;*files*&#34;. I have **Developer Options** enabled on my account, but I&#39;m not sure if that&#39;s a requirement.&lt;br/&gt;2. Create a text file called `template.txt` in the same directory as the script which contains the boilerplate text you&#39;d like added to every post.&lt;br/&gt;3. Edit the script:&lt;br/&gt;a. **INSTANCE**: The URL of your instance without a trailing slash. For example: `&lt;a href=&#34;https://cyberczar.org&#34;&gt;https://cyberczar.org&lt;/a&gt;`&lt;br/&gt;b. **TOKEN:** The API key you generated in Sharkey for your account.&lt;br/&gt;c. **WINDOW_START:** Beginning HOUR to start scheduling, in 24hr format.&lt;br/&gt;d. **WINDOW_END:** End scheduling at this hour, in 24hr format.&lt;br/&gt;e. **MAX_POSTS**: The number of posts to schedule within the schedule window.&lt;br/&gt;&lt;br/&gt;**Note:** I haven&#39;t tried this but I would **assume** you could put `8.5` for `08:30`. I need to try it though.&lt;br/&gt;&lt;br/&gt;**Usage:** `./sched-sharkey.sh &lt;full path to the attachment&gt;`&lt;br/&gt;&lt;br/&gt;---&lt;br/&gt;&lt;br/&gt;```bash&lt;br/&gt;#!/bin/bash&lt;br/&gt;&lt;br/&gt;# --- CONFIGURATION ---&lt;br/&gt;INSTANCE=&#34;URL OF YOUR INSTANCE WITH NO TRAILING /&#34;&lt;br/&gt;TOKEN=&#34;ACCOUNT API KEY&#34;&lt;br/&gt;WINDOW_START=8   # 08:00&lt;br/&gt;WINDOW_END=20    # 20:00&lt;br/&gt;MAX_POSTS=150    # Max posts per window&lt;br/&gt;LOG_FILE=&#34;schedule.log&#34;&lt;br/&gt;TEMPLATE_FILE=&#34;template.txt&#34;&lt;br/&gt;&lt;br/&gt;# --- DEPENDENCY CHECK ---&lt;br/&gt;for cmd in curl jq; do&lt;br/&gt;    if ! command -v &#34;$cmd&#34; &gt;/dev/null 2&gt;&amp;1; then&lt;br/&gt;        echo &#34;Error: &#39;$cmd&#39; is not installed or not in PATH.&#34;&lt;br/&gt;        exit 1&lt;br/&gt;    fi&lt;br/&gt;done&lt;br/&gt;&lt;br/&gt;if ! date -d &#34;today&#34; &gt;/dev/null 2&gt;&amp;1; then&lt;br/&gt;    echo &#34;Error: This script requires GNU/uutils Date flags (-d).&#34;&lt;br/&gt;    exit 1&lt;br/&gt;fi&lt;br/&gt;&lt;br/&gt;# --- ARGUMENT CHECK ---&lt;br/&gt;FILE_PATH=&#34;$1&#34;&lt;br/&gt;if [[ -z &#34;$FILE_PATH&#34; ]]; then&lt;br/&gt;    echo &#34;Usage: $0 /path/to/file.ext&#34;&lt;br/&gt;    exit 1&lt;br/&gt;fi&lt;br/&gt;&lt;br/&gt;if [[ ! -f &#34;$FILE_PATH&#34; ]]; then&lt;br/&gt;    echo &#34;Error: File not found: $FILE_PATH&#34;&lt;br/&gt;    exit 1&lt;br/&gt;fi&lt;br/&gt;&lt;br/&gt;if [[ ! -f &#34;$TEMPLATE_FILE&#34; ]]; then&lt;br/&gt;    echo &#34;Error: $TEMPLATE_FILE not found in current directory.&#34;&lt;br/&gt;    exit 1&lt;br/&gt;fi&lt;br/&gt;&lt;br/&gt;# --- DUPLICATE CHECK ---&lt;br/&gt;if grep -q &#34;|$FILE_PATH$&#34; &#34;$LOG_FILE&#34; 2&gt;/dev/null; then&lt;br/&gt;    echo &#34;Aborting: File already scheduled according to $LOG_FILE.&#34;&lt;br/&gt;    exit 0&lt;br/&gt;fi&lt;br/&gt;&lt;br/&gt;# --- DATE &amp; SLOT CALCULATION ---&lt;br/&gt;CURRENT_HOUR=$(date &#43;%-H)&lt;br/&gt;TARGET_DATE=$(date &#43;%Y-%m-%d)&lt;br/&gt;&lt;br/&gt;if [ &#34;$CURRENT_HOUR&#34; -ge &#34;$WINDOW_END&#34; ]; then&lt;br/&gt;    TARGET_DATE=$(date -d &#34;tomorrow&#34; &#43;%Y-%m-%d)&lt;br/&gt;fi&lt;br/&gt;&lt;br/&gt;WINDOW_SECONDS=$(( (WINDOW_END - WINDOW_START) * 3600 ))&lt;br/&gt;INTERVAL=$(( WINDOW_SECONDS / MAX_POSTS ))&lt;br/&gt;START_EPOCH=$(date -d &#34;$TARGET_DATE $WINDOW_START:00:00&#34; &#43;%s)&lt;br/&gt;&lt;br/&gt;# COLLISION CHECK LOOP&lt;br/&gt;SLOT_OFFSET=$(grep &#34;^$TARGET_DATE&#34; &#34;$LOG_FILE&#34; 2&gt;/dev/null | wc -l)&lt;br/&gt;&lt;br/&gt;while true; do&lt;br/&gt;    SCHEDULED_EPOCH=$(( START_EPOCH &#43; (SLOT_OFFSET * INTERVAL) ))&lt;br/&gt;    NOW=$(date &#43;%s)&lt;br/&gt;&lt;br/&gt;    # Safety margin: skip slots less than 5 minutes away&lt;br/&gt;    if [ &#34;$SCHEDULED_EPOCH&#34; -le $(( NOW &#43; 300 )) ]; then&lt;br/&gt;        ((SLOT_OFFSET&#43;&#43;))&lt;br/&gt;        continue&lt;br/&gt;    fi&lt;br/&gt;&lt;br/&gt;    ISO_TIME=$(date -u -d &#34;@$SCHEDULED_EPOCH&#34; &#43;%Y-%m-%dT%H:%M:%S.000Z)&lt;br/&gt;&lt;br/&gt;    if ! grep -q &#34;|$ISO_TIME|&#34; &#34;$LOG_FILE&#34; 2&gt;/dev/null; then&lt;br/&gt;        if [ &#34;$SLOT_OFFSET&#34; -ge &#34;$MAX_POSTS&#34; ]; then&lt;br/&gt;            TARGET_DATE=$(date -d &#34;$TARGET_DATE &#43; 1 day&#34; &#43;%Y-%m-%d)&lt;br/&gt;            START_EPOCH=$(date -d &#34;$TARGET_DATE $WINDOW_START:00:00&#34; &#43;%s)&lt;br/&gt;            SLOT_OFFSET=0&lt;br/&gt;            continue&lt;br/&gt;        fi&lt;br/&gt;        break&lt;br/&gt;    fi&lt;br/&gt;    ((SLOT_OFFSET&#43;&#43;))&lt;br/&gt;done&lt;br/&gt;&lt;br/&gt;# --- EXECUTION ---&lt;br/&gt;&lt;br/&gt;MESSAGE=$(cat &#34;$TEMPLATE_FILE&#34;)&lt;br/&gt;&lt;br/&gt;echo &#34;Uploading $FILE_PATH...&#34;&lt;br/&gt;UPLOAD_RES=$(curl -s -F &#34;i=$TOKEN&#34; -F &#34;file=@$FILE_PATH&#34; &#34;$INSTANCE/api/drive/files/create&#34;)&lt;br/&gt;FILE_ID=$(echo &#34;$UPLOAD_RES&#34; | jq -r &#39;.id&#39;)&lt;br/&gt;&lt;br/&gt;if [[ &#34;$FILE_ID&#34; == &#34;null&#34; || -z &#34;$FILE_ID&#34; ]]; then&lt;br/&gt;    echo &#34;Error: Upload failed. Response: $UPLOAD_RES&#34;&lt;br/&gt;    exit 1&lt;br/&gt;fi&lt;br/&gt;&lt;br/&gt;echo &#34;Scheduling post for $ISO_TIME...&#34;&lt;br/&gt;&lt;br/&gt;# Sharkey expects milliseconds for scheduledAt&lt;br/&gt;SCHEDULED_EPOCH_MS=$(( SCHEDULED_EPOCH * 1000 ))&lt;br/&gt;&lt;br/&gt;PAYLOAD=$(jq -n \&lt;br/&gt;    --arg token &#34;$TOKEN&#34; \&lt;br/&gt;    --arg text &#34;$MESSAGE&#34; \&lt;br/&gt;    --arg fileId &#34;$FILE_ID&#34; \&lt;br/&gt;    --argjson timeMS &#34;$SCHEDULED_EPOCH_MS&#34; \&lt;br/&gt;    &#39;{&lt;br/&gt;        i: $token,&lt;br/&gt;        text: $text,&lt;br/&gt;        fileIds: [$fileId],&lt;br/&gt;        visibility: &#34;public&#34;,&lt;br/&gt;        scheduleNote: { scheduledAt: $timeMS }&lt;br/&gt;    }&#39;)&lt;br/&gt;&lt;br/&gt;HTTP_RESPONSE=$(curl -s -w &#34;HTTPSTATUS:%{http_code}&#34; -X POST &#34;$INSTANCE/api/notes/schedule/create&#34; \&lt;br/&gt;    -H &#34;Content-Type: application/json&#34; \&lt;br/&gt;    -d &#34;$PAYLOAD&#34;)&lt;br/&gt;&lt;br/&gt;NOTE_RES=$(echo &#34;$HTTP_RESPONSE&#34; | sed -E &#39;s/HTTPSTATUS\:[0-9]{3}$//&#39;)&lt;br/&gt;HTTP_STATUS=$(echo &#34;$HTTP_RESPONSE&#34; | tr -d &#39;\n&#39; | sed -E &#39;s/.*HTTPSTATUS:([0-9]{3})$/\1/&#39;)&lt;br/&gt;&lt;br/&gt;echo &#34;[DEBUG] HTTP Status: $HTTP_STATUS&#34;&lt;br/&gt;echo &#34;[DEBUG] Raw Server Response: $NOTE_RES&#34;&lt;br/&gt;&lt;br/&gt;if [[ &#34;$HTTP_STATUS&#34; == &#34;200&#34; || &#34;$HTTP_STATUS&#34; == &#34;204&#34; ]]; then&lt;br/&gt;    echo &#34;$TARGET_DATE|$ISO_TIME|$FILE_PATH&#34; &gt;&gt; &#34;$LOG_FILE&#34;&lt;br/&gt;    echo &#34;Success: Post scheduled.&#34;&lt;br/&gt;else&lt;br/&gt;    echo &#34;Error: Server rejected the request.&#34;&lt;br/&gt;    exit 1&lt;br/&gt;fi&lt;br/&gt;&lt;br/&gt;# --- 5. VERIFICATION &amp; LISTING ---&lt;br/&gt;echo &#34;&#34;&lt;br/&gt;echo &#34;--- Server Scheduled Posts Queue ---&#34;&lt;br/&gt;&lt;br/&gt;LIST_RES=$(curl -s -X POST &#34;$INSTANCE/api/notes/schedule/list&#34; \&lt;br/&gt;    -H &#34;Content-Type: application/json&#34; \&lt;br/&gt;    -d &#34;{\&#34;i\&#34;: \&#34;$TOKEN\&#34;}&#34;)&lt;br/&gt;&lt;br/&gt;if echo &#34;$LIST_RES&#34; | grep -iq &#39;&#34;error&#34;&#39;; then&lt;br/&gt;    echo &#34;Warning: Could not retrieve list from server.&#34;&lt;br/&gt;else&lt;br/&gt;    QUEUE_COUNT=$(echo &#34;$LIST_RES&#34; | jq &#39;. | length&#39;)&lt;br/&gt;    echo &#34;Total scheduled posts on server: $QUEUE_COUNT&#34;&lt;br/&gt;    echo &#34;&#34;&lt;br/&gt;&lt;br/&gt;    BASE_TIME=$(echo &#34;$ISO_TIME&#34; | cut -d&#39;.&#39; -f1)&lt;br/&gt;&lt;br/&gt;    echo &#34;$LIST_RES&#34; | jq -r &#39;.[] | &#34;[\(.scheduledAt)] ID: \(.id)&#34;&#39; | sort | while read -r line; do&lt;br/&gt;        if [[ &#34;$line&#34; == *&#34;$BASE_TIME&#34;* ]]; then&lt;br/&gt;            echo -e &#34;\033[1;32m ===&gt; $line  &lt;-- JUST ADDED\033[0m&#34;&lt;br/&gt;        else&lt;br/&gt;            echo &#34;      $line&#34;&lt;br/&gt;        fi&lt;br/&gt;    done&lt;br/&gt;fi&lt;br/&gt;echo &#34;------------------------------------&#34;&lt;br/&gt;```&lt;br/&gt;&lt;br/&gt;---&lt;br/&gt;&lt;br/&gt;Of course if you&#39;re comfortable with shell scripting you can, for example, iterate through all the files in a folder and it will automatically schedule posts for those files.&lt;br/&gt;&lt;br/&gt;One last thing, the script is smart enough that if you schedule more than say -- 150 -- for my defaults, the script will automatically move-on to the next day automatically. &lt;/blockquote&gt;
    </content>
    <updated>2026-04-07T15:42:50Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswm9z2m45jxvpg7p5hlfq62z6ykmwf0qp2wpaa3nveu2mhgpvtjfszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuccmaaup</id>
    
      <title type="html">Yeah there were a couple of scenes that seemed to defy the laws ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswm9z2m45jxvpg7p5hlfq62z6ykmwf0qp2wpaa3nveu2mhgpvtjfszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuccmaaup" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsztwvmwhwqzhkx9mjd0mlvze97fu94twdsr4gc4kmuengq6cjfu5s63e2ws&#39;&gt;nevent1q…e2ws&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yeah there were a couple of scenes that seemed to defy the laws of physics when they were at Adrian trying to get the amoebas.
    </content>
    <updated>2026-04-07T02:59:50Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsx3lhankpfjku8c4slwlznvxf8t97cdxvzyyt6r74zc3ezy7wtulgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucatxpc3</id>
    
      <title type="html">Just watched #ProjectHailMary. Holy cow. If this movie ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsx3lhankpfjku8c4slwlznvxf8t97cdxvzyyt6r74zc3ezy7wtulgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucatxpc3" />
    <content type="html">
      Just watched #ProjectHailMary. Holy cow. If this movie doesn&amp;#39;t win an Oscar for Best Picture I don&amp;#39;t know what will. And I&amp;#39;m going to just say this: This was #RyanGosling&amp;#39;s best acting performance of his career so far.
    </content>
    <updated>2026-04-06T22:47:51Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvjg9tsrn8z7q5kgfr447kpsdmg3d3a547my00vvdreh8ge5rhfcgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc4slyuy</id>
    
      <title type="html">If #Trump dies tonight that would be the Easter miracle we all ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvjg9tsrn8z7q5kgfr447kpsdmg3d3a547my00vvdreh8ge5rhfcgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc4slyuy" />
    <content type="html">
      If #Trump dies tonight that would be the Easter miracle we all desperately need. #USpol
    </content>
    <updated>2026-04-05T01:37:41Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsy8hxrtvjz4n550z5xmelejq9m49ce64kv8acmu8qnxypv2fnzv7szyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuccu4xg7</id>
    
      <title type="html">It stormed like the dickens last night down here.</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsy8hxrtvjz4n550z5xmelejq9m49ce64kv8acmu8qnxypv2fnzv7szyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuccu4xg7" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsquuln6jrsra7qc2hq5384ulewlal6a3ys8kjtueautespje2uygqegvzgc&#39;&gt;nevent1q…vzgc&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;It stormed like the dickens last night down here.
    </content>
    <updated>2026-04-01T15:19:39Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs85kqc6mxjs6pd56gkm04702xh82wmpj504kfpltp9jrtaypduzeszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc8s9lw0</id>
    
      <title type="html">I really hate April Fool&amp;#39;s. --- #note1dsj…2qw6</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs85kqc6mxjs6pd56gkm04702xh82wmpj504kfpltp9jrtaypduzeszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc8s9lw0" />
    <content type="html">
      I really hate April Fool&amp;#39;s.&lt;br/&gt;---&lt;blockquote class=&#34;border-l-05rem border-l-strongpink border-solid&#34;&gt;&lt;div class=&#34;-ml-4 bg-gradient-to-r from-gray-100 dark:from-zinc-800 to-transparent mr-0 mt-0 mb-4 pl-4 pr-2 py-2&#34;&gt;quoting &lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Article&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/note1dsjaw4cepxdgjx5r7s0lvhymz6un88xd6esqa3kpwx0lxj5h49tq6t2qw6&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;note1dsj…2qw6&lt;/a&gt;&lt;/span&gt;&lt;br/&gt; &lt;/div&gt; Age verification clearly dosn&#39;t belong into #systemd. We should have never merged this. Instead this should be incrementally added to the kernel itself. I&#39;m doing my part:&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://lore.kernel.org/all/20260401-i-hope-someone-believes-this-is-real-04f24e03944e@brauner&#34;&gt;https://lore.kernel.org/all/20260401-i-hope-someone-believes-this-is-real-04f24e03944e@brauner&lt;/a&gt; &lt;/blockquote&gt;
    </content>
    <updated>2026-04-01T15:19:06Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsg6w0q9tk00w7vyf3t4tsdeuu30y08xu0qn2jq7vjw6vcdw4ug08czyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucts5l9m</id>
    
      <title type="html">Remember #ChristianCooper? The #BirdWatcher who had the cops ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsg6w0q9tk00w7vyf3t4tsdeuu30y08xu0qn2jq7vjw6vcdw4ug08czyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucts5l9m" />
    <content type="html">
      Remember #ChristianCooper? The #BirdWatcher who had the cops called on by a Karen because he &amp;#34;looked suspicious&amp;#34; #BirdWatching?&lt;br/&gt;&lt;br/&gt;He&amp;#39;s done a Wired Tech Support video all about #birds!&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://youtu.be/pzR8CeP53J4&#34;&gt;https://youtu.be/pzR8CeP53J4&lt;/a&gt;
    </content>
    <updated>2026-03-31T16:11:06Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsf0urkva73zhstcx9ynuj0e2f0gumgmz4pxlv3qj9n2a99l0ltgzczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucytgu6k</id>
    
      <title type="html">The Count of Monte Cristo still to this day is my all-time ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsf0urkva73zhstcx9ynuj0e2f0gumgmz4pxlv3qj9n2a99l0ltgzczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucytgu6k" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsza898ejgedc0lxfxv2hket0zus0gvvlt896qzc9ckayqxxjcdwwcqszy2d&#39;&gt;nevent1q…zy2d&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;The Count of Monte Cristo still to this day is my all-time favorite book I&amp;#39;ve ever read.&lt;br/&gt;&lt;br/&gt;The movie sucked though.
    </content>
    <updated>2026-03-31T14:53:08Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0tjyc7ntcpzr45dqkx6utwh3zdxpvsvvn79tmw9wzlun9hhl8whszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuca8vxx8</id>
    
      <title type="html">IT IS BEYOND BEING RUDE AS **FUCK** TO BLOCK SOMEONE JUST BECAUSE ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0tjyc7ntcpzr45dqkx6utwh3zdxpvsvvn79tmw9wzlun9hhl8whszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuca8vxx8" />
    <content type="html">
      IT IS BEYOND BEING RUDE AS **FUCK** TO BLOCK SOMEONE JUST BECAUSE YOU DISAGREE WITH THEM, AND IF YOU DIDN&amp;#39;T WANT TO HAVE A DEBATE ABOUT SOMETHING YOU POSTED THEN WHY THE EVER LOVING ***FUCK*** DID YOU POST IT PUBLICLY?&lt;br/&gt;&lt;br/&gt;&amp;#34;Pink&amp;#34;/ &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub17p3rfyxpku5cu3svx2me3z7yc9arkamwrzkjzwhwnvg89wwyt35qtc6l04&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Pink&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub17p3…6l04&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; YOU ARE A GODDAMN FUCKING DOUCHEBAG.&lt;br/&gt;&lt;br/&gt;NO WONDER PEOPLE ARE FLEEING THE #FEDIVERSE IN DROVES.&lt;br/&gt;&lt;br/&gt;If you pull this shit yourself, you&amp;#39;re also a fucking douche.&lt;br/&gt; &lt;img src=&#34;https://cdn.bofh.social/bofh-social/c7f04ac9-a9f1-4395-a321-b8352e3fde1d.png&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2026-03-31T12:48:44Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspjrrzk056ezakcms5xjtn4suextjmg85dpcrs5nr7rzfmwjy3phgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucg70czf</id>
    
      <title type="html">So what if they&amp;#39;re using AWS? You do realize Amazon has data ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspjrrzk056ezakcms5xjtn4suextjmg85dpcrs5nr7rzfmwjy3phgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucg70czf" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsvlyjy3ma5y5xn8fh6sjt8hxr45m0t0d44lfespq9u5sk65qr80hglkrmze&#39;&gt;nevent1q…rmze&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;So what if they&amp;#39;re using AWS? You do realize Amazon has data centers in the EU, right?
    </content>
    <updated>2026-03-31T12:36:34Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsp8fuvy3rhx7t56t0pzk0qqasyxzcwz4y02j2n899qgn25yvn42uczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucpu2y2u</id>
    
      <title type="html">@npub17p3…6l04 All that means is they used Amazon to register ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsp8fuvy3rhx7t56t0pzk0qqasyxzcwz4y02j2n899qgn25yvn42uczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucpu2y2u" />
    <content type="html">
      &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub17p3rfyxpku5cu3svx2me3z7yc9arkamwrzkjzwhwnvg89wwyt35qtc6l04&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Pink&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub17p3…6l04&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;All that means is they used Amazon to register the domain, nothing more.&lt;br/&gt;&lt;br/&gt;If you look at any of my domains they&amp;#39;re all registered to Cloudflare to protect my identity. But I still own them (at least in as much someone can own a domain).&lt;blockquote class=&#34;border-l-05rem border-l-strongpink border-solid&#34;&gt;&lt;div class=&#34;-ml-4 bg-gradient-to-r from-gray-100 dark:from-zinc-800 to-transparent mr-0 mt-0 mb-4 pl-4 pr-2 py-2&#34;&gt;quoting &lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Article&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/note1axmu5p6wexhx8q0psdmjtzm79qzamqheewvrg5epc7r6c65kd87ssxp5qx&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;note1axm…p5qx&lt;/a&gt;&lt;/span&gt;&lt;br/&gt; &lt;/div&gt; #wero&lt;br/&gt; &lt;img src=&#34;https://media.haz.pink/media_attachments/files/116/322/464/852/523/031/original/4f6ad20cb07882b3.jpg&#34;&gt; &lt;br/&gt; &lt;/blockquote&gt;
    </content>
    <updated>2026-03-31T12:28:14Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9j4u8gx6h2n4hystr390s53ux4eq3q2e02v8n9cq3nwrk5g5aktqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuchfnvgk</id>
    
      <title type="html">I have not filled up my truck (diesel) since February 19th and I ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9j4u8gx6h2n4hystr390s53ux4eq3q2e02v8n9cq3nwrk5g5aktqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuchfnvgk" />
    <content type="html">
      I have not filled up my truck (diesel) since February 19th and I still have over a 1/4 tank left. I was hoping Trump&amp;#39;s Epstein Files Distraction would have been over by now. Not looking forward to buying fuel at $4.99/gal.
    </content>
    <updated>2026-03-31T12:23:49Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsz8gynn8ahzyc2sz9n8nwfqdurev97uet7dxhgvz7sv06l6qk3sfszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucjvczms</id>
    
      <title>Nostr event nevent1qqsz8gynn8ahzyc2sz9n8nwfqdurev97uet7dxhgvz7sv06l6qk3sfszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucjvczms</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsz8gynn8ahzyc2sz9n8nwfqdurev97uet7dxhgvz7sv06l6qk3sfszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucjvczms" />
    <content type="html">
      &lt;a href=&#34;https://abqraw.com/post/tumbleweeds-take-over-unser-forcing-road-closure/&#34;&gt;https://abqraw.com/post/tumbleweeds-take-over-unser-forcing-road-closure/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;A uniquely #Albuquerque problem. #ABQ #RoadClosure #UnserRd #tumbleweed
    </content>
    <updated>2026-03-31T12:18:56Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0yprjdu53ypmyqnj8zf3ryjv5awnuj36xel97ygsp88zfn0txx8szyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuchtwuyw</id>
    
      <title type="html">&amp;gt; Hearing feedback from the community following Manson&amp;#39;s ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0yprjdu53ypmyqnj8zf3ryjv5awnuj36xel97ygsp88zfn0txx8szyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuchtwuyw" />
    <content type="html">
      &amp;gt; Hearing feedback from the community following Manson&amp;#39;s post and the kerfuffle it generated, Rogers said, has helped him realize that &amp;#34;on reflection,&amp;#34; letting Copilot make changes to PRs written by a human without their knowledge **&amp;#34;was the wrong judgement call.&amp;#34;** &lt;br/&gt;&lt;br/&gt;No shit, Sherlock, and a great way to remind people that even their own #code isn&amp;#39;t safe on #GitHub any more.&lt;br/&gt;---&lt;blockquote class=&#34;border-l-05rem border-l-strongpink border-solid&#34;&gt;&lt;div class=&#34;-ml-4 bg-gradient-to-r from-gray-100 dark:from-zinc-800 to-transparent mr-0 mt-0 mb-4 pl-4 pr-2 py-2&#34;&gt;quoting &lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Article&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/note1pkn3g7fh3cg8jl7zrtejhqly437a84pr63p9d69e6ppwpcvsxgzq0ryvq5&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;note1pkn…yvq5&lt;/a&gt;&lt;/span&gt;&lt;br/&gt; &lt;/div&gt; When we fight, we win&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://www.theregister.com/2026/03/30/github_copilot_ads_pull_requests&#34;&gt;https://www.theregister.com/2026/03/30/github_copilot_ads_pull_requests&lt;/a&gt; &lt;/blockquote&gt;
    </content>
    <updated>2026-03-31T01:50:03Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsph5amq4xar0zsfvp7h2cnlqrt8xp934gw9grfr8kcn3e4qmfykdszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucqh9mx0</id>
    
      <title type="html">Of course, an argument can be made that if you posted something ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsph5amq4xar0zsfvp7h2cnlqrt8xp934gw9grfr8kcn3e4qmfykdszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucqh9mx0" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxh9f8meqxq8lx348q33kkfvdfuu3h7rkk57j79x38fjnpmc0alrcd9r7u0&#39;&gt;nevent1q…r7u0&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Of course, an argument can be made that if you posted something publicly, in a public forum, then you&amp;#39;ve voluntarily waived any claim to how the data can be used. Complicating things is the fact that most countries recognize that copyright exists the moment an idea is transferred to a medium.
    </content>
    <updated>2026-03-30T21:16:44Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsxh9f8meqxq8lx348q33kkfvdfuu3h7rkk57j79x38fjnpmc0alrczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucqrgac8</id>
    
      <title type="html">The people at #Bluesky are tone-deaf to the fact the reason users ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsxh9f8meqxq8lx348q33kkfvdfuu3h7rkk57j79x38fjnpmc0alrczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucqrgac8" />
    <content type="html">
      The people at #Bluesky are tone-deaf to the fact the reason users don&amp;#39;t want their new AI #crapplication is not so much that the app exists. To each their own. No one cares about the APP.&lt;br/&gt;&lt;br/&gt;What everyone is up in arms about is the DATA the app uses.&lt;br/&gt;&lt;br/&gt;People rightfully don&amp;#39;t want their data used for most purposes without their consent.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://futurism.com/artificial-intelligence/bluesky-users-disgust-new-ai&#34;&gt;https://futurism.com/artificial-intelligence/bluesky-users-disgust-new-ai&lt;/a&gt;
    </content>
    <updated>2026-03-30T21:13:07Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqstlt6jqpx96ynlx22c6h69ylmcv78pfl0zqd2ksprxdyw75d9hzrszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc3tzcan</id>
    
      <title type="html">The place I&amp;#39;m staying at has moved my rental period up one ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqstlt6jqpx96ynlx22c6h69ylmcv78pfl0zqd2ksprxdyw75d9hzrszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc3tzcan" />
    <content type="html">
      The place I&amp;#39;m staying at has moved my rental period up one day. This is causing me extra anxiety because I only get paid on the 1st of the month. February fucked me over.
    </content>
    <updated>2026-03-30T20:52:52Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswhwkxxm5fs2s6nw7k3v9lk7wslksp0ttegau34f7x6mrlvsvdy5qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc3ynag9</id>
    
      <title type="html">#Google has their own #fork of #VSCode called #Antigravity and ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswhwkxxm5fs2s6nw7k3v9lk7wslksp0ttegau34f7x6mrlvsvdy5qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc3ynag9" />
    <content type="html">
      #Google has their own #fork of #VSCode called #Antigravity and it&amp;#39;s pretty slick. If you&amp;#39;re paying for the Pro sub for #Gemini ($20/mo) you get pretty decent access and usage limits. You know, I&amp;#39;ve had this idea for a fedi project I&amp;#39;ve been meaning to get off the ground...
    </content>
    <updated>2026-03-30T18:23:38Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsd70mlegefm9cx7z4pmqmsnrwsschyhvs6j0j6vmfryyyyglfdcwqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucn02x0p</id>
    
      <title>Nostr event nevent1qqsd70mlegefm9cx7z4pmqmsnrwsschyhvs6j0j6vmfryyyyglfdcwqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucn02x0p</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsd70mlegefm9cx7z4pmqmsnrwsschyhvs6j0j6vmfryyyyglfdcwqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucn02x0p" />
    <content type="html">
      I swear to god the World is getting more stupid.
    </content>
    <updated>2026-03-30T15:10:25Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsw7dfvt5kqs8c6esveplucdeyprnx0pvl2ts9gu7nmmtfqmyy34aczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucnhmwu6</id>
    
      <title type="html">Jesus Christ, Presbyterian. What&amp;#39;s the point in even having ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsw7dfvt5kqs8c6esveplucdeyprnx0pvl2ts9gu7nmmtfqmyy34aczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucnhmwu6" />
    <content type="html">
      Jesus Christ, Presbyterian. What&amp;#39;s the point in even having MyChart if I send a &amp;#34;non-urget medical question&amp;#34; directly to my provider, only to have somebody in &amp;#34;customer service&amp;#34; intercept my message only to THEN send me a message telling me they can&amp;#39;t help me and that they&amp;#39;re forwarding my message on to my provider.&lt;br/&gt;&lt;br/&gt;WELL NO FUCKING SHIT.
    </content>
    <updated>2026-03-30T15:09:15Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsfhjgq7qvj53vlux48pkn96d0cqse8mqqvcmwls6jmempwgfxf6qqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucgnua7e</id>
    
      <title type="html">&amp;#34;Lorem Ipsum Dolar Sit Amet&amp;#34; exists for a reason. It ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsfhjgq7qvj53vlux48pkn96d0cqse8mqqvcmwls6jmempwgfxf6qqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucgnua7e" />
    <content type="html">
      &amp;#34;Lorem Ipsum Dolar Sit Amet&amp;#34; exists for a reason. It provides boilerplate nonsensical text that can be used to confirm the design and layout of a document or to provide &amp;#34;filler text&amp;#34; when designing forms and applications.&lt;br/&gt;&lt;br/&gt;You may not have even realized you were using it since it&amp;#39;s so ubiquitous in our lives. There are even Loren Ipsum generators that will give you as much nonsensical text as you need.&lt;br/&gt;&lt;br/&gt;So, my question to you is:&lt;br/&gt;When typing Loren Ipsum Dolar... **do you correct any spelling mistakes you make while typing it out?**
    </content>
    <updated>2026-03-30T14:32:22Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqst40zr5vsxct4v6umc0a7spym8ngr206nkaupjcq6w4u6dypcm65gzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc9dsp37</id>
    
      <title type="html">TIL Michael McKeon was Lenny (Lenny &amp;amp; Squiggy, Laverne &amp;amp; ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqst40zr5vsxct4v6umc0a7spym8ngr206nkaupjcq6w4u6dypcm65gzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc9dsp37" />
    <content type="html">
      TIL Michael McKeon was Lenny (Lenny &amp;amp; Squiggy, Laverne &amp;amp; Shirley). Excuse me while I pick my mouth up from the floor.&lt;br/&gt; &lt;img src=&#34;https://cdn.bofh.social/bofh-social/98a00605-5bb5-46c7-b9b8-ee5395a0ba30.png&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2026-03-29T23:04:34Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswjk04srrvaznw6rmg4t95lx2thph4weskqtfu8k6x0hgdqhzuewszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuccrc0qh</id>
    
      <title type="html">Super Callous Fascist Racist #EpsteinFiles You Doofus #USpol</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswjk04srrvaznw6rmg4t95lx2thph4weskqtfu8k6x0hgdqhzuewszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuccrc0qh" />
    <content type="html">
      Super&lt;br/&gt;Callous&lt;br/&gt;Fascist&lt;br/&gt;Racist&lt;br/&gt;#EpsteinFiles&lt;br/&gt;You Doofus&lt;br/&gt;#USpol
    </content>
    <updated>2026-03-28T23:55:30Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsdak3ngcqkdxh55ph0mq0qfxlyylw49zst6kcvdcv7n3cpepxz0cczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc7wf8tp</id>
    
      <title type="html">Rest in peace. Fuck I need more tissues. ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsdak3ngcqkdxh55ph0mq0qfxlyylw49zst6kcvdcv7n3cpepxz0cczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc7wf8tp" />
    <content type="html">
      Rest in peace. Fuck I need more tissues.&lt;br/&gt;&lt;a href=&#34;https://youtu.be/jzQHPz-sGqg&#34;&gt;https://youtu.be/jzQHPz-sGqg&lt;/a&gt;
    </content>
    <updated>2026-03-28T20:17:33Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0avzq7cees2lex46ll0h3gwhmlfhczmae73egul8t89glyanyplqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucgdjqzn</id>
    
      <title type="html">#Gemini is winning me over. It&amp;#39;s integration with #GoogleDocs ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0avzq7cees2lex46ll0h3gwhmlfhczmae73egul8t89glyanyplqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucgdjqzn" />
    <content type="html">
      #Gemini is winning me over. It&amp;#39;s integration with #GoogleDocs is incredible. I am quickly becoming a convert and a believer. Based on all the negative comments I&amp;#39;m seeing about #LLMs it&amp;#39;s crystal clear 99.9% of these people have never used any recent ones.&lt;br/&gt;&lt;br/&gt;People are (rightfully) concerned about plagiarism because of the training data.&lt;br/&gt;&lt;br/&gt;Ok.&lt;br/&gt;&lt;br/&gt;But how is that any different than a human reading a text book, and applying the concepts it&amp;#39;s learned? I bet the concern is more because of the quantity of material consumed? Whereas a human might take several months to go through a course textbook and absorb the concepts, an LLM can ingest not only the textbooks but the entire library of knowledge and beyond.&lt;br/&gt;&lt;br/&gt;And people say that all it is is a stochastic statistical word generator. But if that were truly the case then explain to me when I ask Gemini to explain a concept to me what statistical word generation is the LLM doing when I&amp;#39;m asking it to generate unique text explaining an obscure concept?&lt;br/&gt;&lt;br/&gt;Creative they are not. Or if they are it&amp;#39;s more like they&amp;#39;re Vulcans since LLMs lack emotion and experience. The two fundamental building blocks *for* creativity. I concede that. Without constraint. But at the same time I know quite a few humans that have the same creativity of a light bulb, too.&lt;br/&gt;&lt;br/&gt;But these are just tools, and any tool can be used for good and bad. It&amp;#39;s up to us to determine how we want to use the tools.&lt;br/&gt;&lt;br/&gt;But when you publish blanket statements that just the mere fact a tool exists makes you sound quite juvenile, and like someone with very poor or little emotional intelligence.&lt;br/&gt;&lt;br/&gt;Let&amp;#39;s not forget that truly unique and novel concepts and abstract ideas are actually quite rare. All artistic works and expression is based on earlier examples. Same even goes for authors and writers! They tell aspiring authors to read, read, read, and read as many books in the genre they&amp;#39;re interested in. That that is how you become a better author!&lt;br/&gt;&lt;br/&gt;Hello?! Training data!&lt;br/&gt;&lt;br/&gt;And last, I&amp;#39;m pretty sure similar arguments were made in the early 20th century by horse carriage makers when Henry Ford came on the scene and revolutionized travel in this Country with his Model A Fords.
    </content>
    <updated>2026-03-27T09:54:42Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs06g75mz7fmm8lrlrnf7wydd7evx0h94jl2p08y57vpkxzrf7yayszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc7yy6vw</id>
    
      <title type="html">I wonder how many other ICE agents are wearing Meta&amp;#39;s glasses ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs06g75mz7fmm8lrlrnf7wydd7evx0h94jl2p08y57vpkxzrf7yayszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc7yy6vw" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsy9qhckwze8jcn5kskzrjah8pw6aaw6a6rm3g6p8zkh7k3z09mskqgfssxs&#39;&gt;nevent1q…ssxs&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I wonder how many other ICE agents are wearing Meta&amp;#39;s glasses like that guy?
    </content>
    <updated>2026-03-27T00:54:24Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs2mmxsujj8p2ldqwg8h6626nqa2m5g04k6u3m68zuvyxvrjcyypuczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucqwy6lx</id>
    
      <title type="html">I&amp;#39;m glad the guy was caught and the victim and his family ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs2mmxsujj8p2ldqwg8h6626nqa2m5g04k6u3m68zuvyxvrjcyypuczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucqwy6lx" />
    <content type="html">
      I&amp;#39;m glad the guy was caught and the victim and his family will hopefully see justice, but this very tiny snippet in the article gave me pause: &lt;br/&gt;&amp;gt; ...Isaiah Perez admitted to hitting someone with his car years ago. **Officers then used Perez’s phone data from 2024 and were able to link Perez to the location.** &lt;br/&gt;&lt;br/&gt;So now you know. The police have our location data going back at least 2 years. How many more? 5 years? 10 years?&lt;br/&gt;&lt;br/&gt;&amp;lt;small&amp;gt;[sarcasm] So next time you&amp;#39;re planning to rob a bank or murder someone, be sure to leave your smartphone at home! [/sarcasm]&amp;lt;/small&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://www.krqe.com/home/man-charged-for-2024-fatal-hit-and-run-crash-in-albuquerque/&#34;&gt;https://www.krqe.com/home/man-charged-for-2024-fatal-hit-and-run-crash-in-albuquerque/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#privacy #security #LocationData #OpSec #police #geolocation #evidence
    </content>
    <updated>2026-03-26T04:20:31Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspyuc7mfmv5nptewh0rt7axgsl47c22nm46tfue8x0g3fsy32uruszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucqjcfd8</id>
    
      <title type="html">Update: Plasma Shell still fucks up. Kubuntu 26.04 is released ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspyuc7mfmv5nptewh0rt7axgsl47c22nm46tfue8x0g3fsy32uruszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucqjcfd8" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsp25nc3qleg0yemtst2r3npqdlqef55fayattqkzwcsrtjekea85c74m8f2&#39;&gt;nevent1q…m8f2&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Update: Plasma Shell still fucks up. Kubuntu 26.04 is released tomorrow so it will be interesting to see if others have the same problem. It&amp;#39;s just plasmashell. Everything else works fine.
    </content>
    <updated>2026-03-26T02:54:58Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvnus9l3ma87wqwg88a9k43kvtxu34t8m09xlsj9qfy7ezzy37vdgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuckfssl9</id>
    
      <title type="html">It&amp;#39;s nice to see corrective action being taken, but this ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvnus9l3ma87wqwg88a9k43kvtxu34t8m09xlsj9qfy7ezzy37vdgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuckfssl9" />
    <content type="html">
      It&amp;#39;s nice to see corrective action being taken, but this **clearly** &amp;#34;*bad apple*&amp;#34; has been fucking over the public for a couple of years.&lt;br/&gt;&lt;br/&gt;**Why the fuck did it take them so long to fire that son-of-a-bitch?**&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://www.krqe.com/news/albuquerque-metro/bcso-sheriff-says-deputy-will-be-fired-after-investigation-into-use-of-force/&#34;&gt;https://www.krqe.com/news/albuquerque-metro/bcso-sheriff-says-deputy-will-be-fired-after-investigation-into-use-of-force/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#ACAB #FTP #BCSO #BernCo #ABQ
    </content>
    <updated>2026-03-26T00:52:11Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsgq23a725c6f3396e8k25u8q6alaeqaku6qnn3aa8pjhmhjnzzlkqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc0znc35</id>
    
      <title type="html">It got up to 92F. In March. Coming back home I drove over the Rio ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsgq23a725c6f3396e8k25u8q6alaeqaku6qnn3aa8pjhmhjnzzlkqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc0znc35" />
    <content type="html">
      It got up to 92F. In March.&lt;br/&gt;&lt;br/&gt;Coming back home I drove over the Rio Grande on Rio Bravo and the water was low and very shallow. Lots of sand dunes in the middle. #ABQ
    </content>
    <updated>2026-03-26T00:33:41Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsf4x2s7rm5rpes49aurcrxr4394rtxe624cfqkttpxgkfqsvhgc8gzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucwla0ju</id>
    
      <title type="html">So this is confusing. #BitWarden is telling me the #passphrase ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsf4x2s7rm5rpes49aurcrxr4394rtxe624cfqkttpxgkfqsvhgc8gzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucwla0ju" />
    <content type="html">
      So this is confusing.&lt;br/&gt;#BitWarden is telling me the #passphrase for one of my email #accounts (which includes capitalization, numbers, and symbols) is a #weak and #compromised #password and I need to change it &amp;#34;now&amp;#34;.&lt;br/&gt;Except...&lt;br/&gt;My #email address does **not** appear in *Have I Been Pwned?*/ #HIBP, and the password itself does not appear in any #DataBreaches.&lt;br/&gt;So I&amp;#39;d really like to know WHY BitWarden is #warning me about this password, and more importantly... ***why?***
    </content>
    <updated>2026-03-25T13:55:17Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrvvw3sxhucnl6p3e69grdjd7secvlem5f99f273rhrne8ndrpk0szyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucd6vc86</id>
    
      <title type="html">Do not work for any employer that would employ former #ICE, #HSI, ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrvvw3sxhucnl6p3e69grdjd7secvlem5f99f273rhrne8ndrpk0szyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucd6vc86" />
    <content type="html">
      Do not work for any employer that would employ former #ICE, #HSI, #CBP, or #DHS employees! &lt;br/&gt;&lt;br/&gt;Do not patronize any business that would employ former ICE, HSI, CBP, or DHS employees either.&lt;br/&gt;&lt;br/&gt;If the #Government won&amp;#39;t hold them accountable, we have a moral imperative that society holds them accountable instead. #USpol
    </content>
    <updated>2026-03-24T18:12:58Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvlcp8497t9h96um50qe7ejxup4skaxqrpwrla0hkjdgvcahwfnmczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucclft8j</id>
    
      <title type="html">If Trump is suing the BBC for $10 billion for a bad edit of his ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvlcp8497t9h96um50qe7ejxup4skaxqrpwrla0hkjdgvcahwfnmczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucclft8j" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs802rlq0vwmnsnjg6j0zemxw4wtpmza93jrdjde0p2ywa0fwpf9pqhpgp24&#39;&gt;nevent1q…gp24&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;If Trump is suing the BBC for $10 billion for a bad edit of his insurrection speech, I can see Trump sending ICE to Fallon&amp;#39;s home for en early morning raid to verify everyone&amp;#39;s &amp;#34;citizenship&amp;#34;.
    </content>
    <updated>2026-03-24T18:09:49Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswr6m3kqpe8cfpqur54ps2ysvlcvk5kh4kaysmu7jplwqnl9eu8vszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc3z7eya</id>
    
      <title type="html">A couple of years ago I heard about the FOSS &amp;#34;B612&amp;#34; font ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswr6m3kqpe8cfpqur54ps2ysvlcvk5kh4kaysmu7jplwqnl9eu8vszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc3z7eya" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsp2earszeqtnsffvq8h028msgku3wlpnwlhjrlt0pxeqjke54qc6gxk9x02&#39;&gt;nevent1q…9x02&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;A couple of years ago I heard about the FOSS &amp;#34;B612&amp;#34; font created by Airbus as the primary font used for all their cockpit displays for pilots. It&amp;#39;s clean. It&amp;#39;s crisp. Available in many weights, and I agree with Airbus. The font is VERY easy to read.&lt;br/&gt;&lt;br/&gt;Then I installed the IBM 3270 fonts and that&amp;#39;s become my default font for everything monospace.&lt;br/&gt;&lt;br/&gt;B612 as the default, and 3270 for monospace has created a nirvana for me and my desktop.&lt;br/&gt;&lt;br/&gt;Terminal windows are so much easier to read now even with very small fonts and everything just feels much more cleaner now too.
    </content>
    <updated>2026-03-24T18:01:21Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0hq47my4nfq87r93mstcz0rnzclt2e6yj0q7xgvre6attge45jpqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucgawagw</id>
    
      <title type="html">Check out `zed` or `pulsar`. Especially `zed`.</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0hq47my4nfq87r93mstcz0rnzclt2e6yj0q7xgvre6attge45jpqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucgawagw" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsphyrzag6wxly53yv2nxec5vyxc0xd06dw2j6ll750ungant2yjaqg9x8j5&#39;&gt;nevent1q…x8j5&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Check out `zed` or `pulsar`. Especially `zed`.
    </content>
    <updated>2026-03-24T17:47:48Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsgfme2r03pfeanvtdmxrjln6qcqs4zhy2fns4u5q7fs7wysn6vg8qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucmy7am0</id>
    
      <title type="html">I appreciate the suggestion, thanks!</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsgfme2r03pfeanvtdmxrjln6qcqs4zhy2fns4u5q7fs7wysn6vg8qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucmy7am0" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswjh0stk05paxj5xgjgq5xmccuxqp6em072d09y789s8l7wft4c5snyzvsu&#39;&gt;nevent1q…zvsu&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I appreciate the suggestion, thanks!
    </content>
    <updated>2026-03-24T15:26:54Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsprdg9nw5qwt43g2mu7jcqgf4lvhgw5zkjkhyttywgvenlwuw7exczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuctu6pq6</id>
    
      <title type="html">Considering that the entire record &amp;amp; music industry is full ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsprdg9nw5qwt43g2mu7jcqgf4lvhgw5zkjkhyttywgvenlwuw7exczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuctu6pq6" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8z5lhkwlsvg30a6zleva62ytnt828yy8epe4dhw3tcu5pcsd74nsc9amjg&#39;&gt;nevent1q…amjg&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Considering that the entire record &amp;amp; music industry is full of fraud, personally I don&amp;#39;t see the problem here.
    </content>
    <updated>2026-03-24T14:49:25Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0za33fjsel3ayv0ruda95l6gruq6z8hpndgw0dj3y6l0rfz4jm2qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucg45jhp</id>
    
      <title type="html">Calling-in sick is what the employee does to their supervisor. ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0za33fjsel3ayv0ruda95l6gruq6z8hpndgw0dj3y6l0rfz4jm2qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucg45jhp" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsq6l403v50c4q7thq47wj6qt80juqqyz3wtgv22c5qmckfym8drnqs2spqq&#39;&gt;nevent1q…spqq&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Calling-in sick is what the employee does to their supervisor.&lt;br/&gt;&lt;br/&gt;Calling-out sick is what the supervisor tells everyone else on the team why you&amp;#39;re not there that day. :-)
    </content>
    <updated>2026-03-24T14:48:31Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsf2n9l35sj3nm3v5utg2whwndq46xzhgtrjh94lurkcfzsvthnjtgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucwydgja</id>
    
      <title type="html">I think you mean **rape**, Google! A 12-year-old doesn&amp;#39;t *get ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsf2n9l35sj3nm3v5utg2whwndq46xzhgtrjh94lurkcfzsvthnjtgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucwydgja" />
    <content type="html">
      I think you mean **rape**, Google!&lt;br/&gt;&lt;br/&gt;A 12-year-old doesn&amp;#39;t *get pregnant*, she&amp;#39;s the victim of **RAPE**.&lt;br/&gt;&lt;br/&gt;And that 5-year-old was **RAPED** too, back in 1939.&lt;br/&gt;&lt;br/&gt;All adult sex with minors is **RAPE**.&lt;br/&gt;&lt;br/&gt;***Full stop.***&lt;br/&gt; &lt;img src=&#34;https://cdn.bofh.social/bofh-social/9ca2068a-2d5f-46a6-a23a-dd4adba4f0f3.png&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2026-03-24T14:08:26Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs957z9n7txy22m2dzr0dv8v528pem6yhn9tqng5mhsvglxwcngfzczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc32k4wj</id>
    
      <title type="html">Just because something is #patented it doesn&amp;#39;t mean it will ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs957z9n7txy22m2dzr0dv8v528pem6yhn9tqng5mhsvglxwcngfzczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc32k4wj" />
    <content type="html">
      Just because something is #patented it doesn&amp;#39;t mean it will ever be released or go into production.&lt;br/&gt;&lt;br/&gt;If #Google starts to pull this shit it will spell the demise of Google and #search engines.&lt;br/&gt;&lt;br/&gt;When family members can&amp;#39;t pull up the website that a spouse, child, or other family member created, people will naturally avoid using it.&lt;br/&gt;&lt;br/&gt;A *lot* of people, because they are lazy and muscle memory is very powerful, use Google as their main jumping-off page for browsing the internet and when they can&amp;#39;t get to the site they want to go to they *will* find an alternative that gives them what they want.&lt;br/&gt;---&lt;blockquote class=&#34;border-l-05rem border-l-strongpink border-solid&#34;&gt;&lt;div class=&#34;-ml-4 bg-gradient-to-r from-gray-100 dark:from-zinc-800 to-transparent mr-0 mt-0 mb-4 pl-4 pr-2 py-2&#34;&gt;quoting &lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Article&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/note1tr6v5yj35630duuwcpk79l675p9nmxucnv92wpynpfeszumlcgzqnz7x2k&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;note1tr6…7x2k&lt;/a&gt;&lt;/span&gt;&lt;br/&gt; &lt;/div&gt; Welllllll this isn&#39;t great.&lt;br/&gt;&lt;br/&gt;Google Just Patented The End Of Your Website&lt;br/&gt;&lt;br/&gt;&#34;...a system that evaluates your company’s landing page in real time and, if it decides the page won’t perform well enough for a specific user, replaces it with an AI-generated version assembled on the fly. The user never sees what your team built, they see what Google&#39;s machine learning model thinks they should see instead.&#34;&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://www.forbes.com/sites/joetoscano1/2026/03/06/google-just-patented-the-end-of-your-website&#34;&gt;https://www.forbes.com/sites/joetoscano1/2026/03/06/google-just-patented-the-end-of-your-website&lt;/a&gt;&lt;br/&gt; &lt;br/&gt;#SEO #Google #AI #enshittification &lt;/blockquote&gt;
    </content>
    <updated>2026-03-24T13:34:54Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswywde64sx78u7lhahcyg9dfwrnp4r4x7nml80448jfw79cp88m4qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc0c8j8p</id>
    
      <title type="html">Maybe it&amp;#39;s time we start labeling goods and products with ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswywde64sx78u7lhahcyg9dfwrnp4r4x7nml80448jfw79cp88m4qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc0c8j8p" />
    <content type="html">
      Maybe it&amp;#39;s time we start labeling goods and products with what State they were manufactured in because I sure as shit don&amp;#39;t trust *anything* that comes out of #Texas!&lt;br/&gt;&lt;br/&gt;Texas is notorious for not believing in #regulations so how can we know any #products manufactured there are safe?&lt;br/&gt;&lt;br/&gt;Not today. Not with their current State #Government!&lt;br/&gt;---&lt;blockquote class=&#34;border-l-05rem border-l-strongpink border-solid&#34;&gt;&lt;div class=&#34;-ml-4 bg-gradient-to-r from-gray-100 dark:from-zinc-800 to-transparent mr-0 mt-0 mb-4 pl-4 pr-2 py-2&#34;&gt;quoting &lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Article&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/note1jfjr4snpe5xw3apda9wnsdhvj04937z7rrhx7n3f7uua9qh9759qn25l7v&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;note1jfj…5l7v&lt;/a&gt;&lt;/span&gt;&lt;br/&gt; &lt;/div&gt; Aber machen wir es kurz mit den Hintergründen: Damit ist Starlink quasi Marktführer in den USA. &lt;br/&gt;&lt;br/&gt;&#34;The FCC ban applies even if a router is designed in the US, but built abroad.&lt;br/&gt;&lt;br/&gt;One exception to the general absence of US-made routers is the newer Starlink WiFi router. Starlink is part of Elon Musk&#39;s company SpaceX.&lt;br/&gt;&lt;br/&gt;The company says the Starlink routers are made in Texas.&#34;&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://www.bbc.com/news/articles/c74787w149zo&#34;&gt;https://www.bbc.com/news/articles/c74787w149zo&lt;/a&gt; &lt;/blockquote&gt;
    </content>
    <updated>2026-03-24T12:15:30Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsyerm5eucqnhsw6th9vy6hgf6xnzta7mhsz5nq0d88ms3vmvz0qnczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuchra02e</id>
    
      <title type="html">&amp;#34;Rolling Release Cycle&amp;#34;</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsyerm5eucqnhsw6th9vy6hgf6xnzta7mhsz5nq0d88ms3vmvz0qnczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuchra02e" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswekk2gtt2pm6tae45shdaa4fqvjhdx5nhy0lxal756d3gup2rtvg6lvex7&#39;&gt;nevent1q…vex7&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;&amp;#34;Rolling Release Cycle&amp;#34;
    </content>
    <updated>2026-03-24T12:12:09Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsv00pc95hvwqth45htk8vv4u5kgfvr4snra8zjpfcg0s6agxjkvsqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucj7250x</id>
    
      <title type="html">That could be deadly to the child if the passenger air-bag goes ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsv00pc95hvwqth45htk8vv4u5kgfvr4snra8zjpfcg0s6agxjkvsqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucj7250x" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsd7e70996acqrqrl558u5jlkweg8vphe290zzqntdr3763m6zqmyg76sn6p&#39;&gt;nevent1q…sn6p&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;That could be deadly to the child if the passenger air-bag goes off.
    </content>
    <updated>2026-03-24T12:11:50Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspq3w4aefzkypnqyur7a6dhfsjnmu0cx39unqpfmh5xt4js9sxregzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucaq7pg0</id>
    
      <title type="html">Can anyone that uses #OSM/ #OpenStreetMap or #CoMaps explain to ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspq3w4aefzkypnqyur7a6dhfsjnmu0cx39unqpfmh5xt4js9sxregzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucaq7pg0" />
    <content type="html">
      Can anyone that uses #OSM/ #OpenStreetMap or #CoMaps explain to me why there are so many duplicate results returned? How the hell am I supposed to know which one to pick? This is so confusing...&lt;br/&gt; &lt;img src=&#34;https://cdn.bofh.social/bofh-social/9bd21051-cc9a-463c-954d-38b4f9f79041.png&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2026-03-24T12:09:56Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqszj6hxg5mvxlx7hms0x8rvutyszx66aj26p8447vyk8jatkckvmqgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuckdad0w</id>
    
      <title type="html">Doesn&amp;#39;t anybody in Washington know anything about global ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqszj6hxg5mvxlx7hms0x8rvutyszx66aj26p8447vyk8jatkckvmqgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuckdad0w" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsz66tunyq7n4aur9qgkmcvfmf6ntwd6rxar88hr645tmut7l54jpgf06led&#39;&gt;nevent1q…6led&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Doesn&amp;#39;t anybody in Washington know anything about global supply chain and manufacturing?&lt;br/&gt;&lt;br/&gt;99.999% of the *parts* used in those **American** made routers come from **China**.
    </content>
    <updated>2026-03-23T22:46:26Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqst0yr7wchrdtgttjjtc4yq7xpjkdl5dxq5g92wg368adz58jeeaygzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucvfyz96</id>
    
      <title type="html">Since when do private businesses tell the police what software ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqst0yr7wchrdtgttjjtc4yq7xpjkdl5dxq5g92wg368adz58jeeaygzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucvfyz96" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsdj082w0xrm042qx38neuz0xjgeup7kp7ce0sgscxv38v95y50y0cs9a5rn&#39;&gt;nevent1q…a5rn&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Since when do private businesses tell the police what software they run?
    </content>
    <updated>2026-03-23T20:25:15Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsp5x7j05jty0c2csfks0lyqyk2swjxqhsldwj49remkmrchfsf92qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc50730d</id>
    
      <title type="html">Oh my god! 😭 https://youtu.be/Pbm-QJAAzNY #AirCanada #LGA ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsp5x7j05jty0c2csfks0lyqyk2swjxqhsldwj49remkmrchfsf92qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc50730d" />
    <content type="html">
      Oh my god! 😭&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://youtu.be/Pbm-QJAAzNY&#34;&gt;https://youtu.be/Pbm-QJAAzNY&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#AirCanada #LGA #LaGuardia #aircraft #collision  #flying #airplanes #airplan #CRJ-900 #Montreal #JZA646
    </content>
    <updated>2026-03-23T16:07:24Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsqxrqwydhm0zjy4n3pxa0x5yws4q2nj2c8x5ahwss0e3769vpyjsgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucef8jjk</id>
    
      <title type="html">It got up to 90F with lows in the upper 50s and not it&amp;#39;s 52F ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsqxrqwydhm0zjy4n3pxa0x5yws4q2nj2c8x5ahwss0e3769vpyjsgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucef8jjk" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxzjmuwx69942fypscevn7cesjufffwpmx4wuf00h3ygkwxzfynccyehct6&#39;&gt;nevent1q…hct6&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;It got up to 90F with lows in the upper 50s and not it&amp;#39;s 52F outside, it got down to 42F last night, and the high today is 78F.&lt;br/&gt;&lt;br/&gt;And there are people that still don&amp;#39;t believe climate change is real.&lt;br/&gt;&lt;br/&gt;90F.&lt;br/&gt;&lt;br/&gt;In March.&lt;br/&gt;&lt;br/&gt;We are so fucked.
    </content>
    <updated>2026-03-23T15:50:40Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswz44c4gakkmq7tn06ufmw08uzzwdq08vsd95tlhlypsya7qyad4czyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucxqdan7</id>
    
      <title type="html">Considering that the 5th Circuit encompasses Texas, Louisiana, ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswz44c4gakkmq7tn06ufmw08uzzwdq08vsd95tlhlypsya7qyad4czyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucxqdan7" />
    <content type="html">
      Considering that the 5th Circuit encompasses Texas, Louisiana, and Mississippi and with the exception of NOLA, three of the shittiest of shit-hole States in these **Divided States of America**, can we just get rid of the 5th Circuit? Can anyone name one good decision that has come out of that Court?&lt;br/&gt;&lt;br/&gt;One?&lt;br/&gt;&lt;br/&gt;#USpol #SCOTUS #USCOA #5thCircuit &lt;br/&gt;---&lt;blockquote class=&#34;border-l-05rem border-l-strongpink border-solid&#34;&gt;&lt;div class=&#34;-ml-4 bg-gradient-to-r from-gray-100 dark:from-zinc-800 to-transparent mr-0 mt-0 mb-4 pl-4 pr-2 py-2&#34;&gt;quoting &lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Article&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/note1ns3tf3hrd387fqrs59psydzhtpskhmt3zrfnf04d9e7mlmyl5dzqzjzlp6&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;note1ns3…zlp6&lt;/a&gt;&lt;/span&gt;&lt;br/&gt; &lt;/div&gt; RE: &lt;a href=&#34;https://social.freedom.press/@freedomofpress/116279138003638838&#34;&gt;https://social.freedom.press/@freedomofpress/116279138003638838&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;The death of democracy, freedom of the press, freedom from tyranny, all happening in real time, right before our eyes. The SCOTUS is equally as guilty as POTUS and congressional Republicans. (And yes, even a vast majority of corporate Democrats too.)&lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Article&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/note1a9xptemcz3nmpagvhqm0vmxgx09lradhm0wct7w2ur96pztxm46q28ue6e&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;note1a9x…ue6e&lt;/a&gt;&lt;/span&gt;&lt;br/&gt; &lt;/blockquote&gt;
    </content>
    <updated>2026-03-23T15:39:55Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsx8jkasu9c29yr0edljyj6xrvwrn6zp2tjjry0r6ud9dfn59efdwczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucauzqf2</id>
    
      <title type="html">When you encounter #ICE, be sure to call them the #incel #Nazi ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsx8jkasu9c29yr0edljyj6xrvwrn6zp2tjjry0r6ud9dfn59efdwczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucauzqf2" />
    <content type="html">
      When you encounter #ICE, be sure to call them the #incel #Nazi beta fucks that they are. #USpol #DHS #TSA &lt;br/&gt;---&lt;blockquote class=&#34;border-l-05rem border-l-strongpink border-solid&#34;&gt;&lt;div class=&#34;-ml-4 bg-gradient-to-r from-gray-100 dark:from-zinc-800 to-transparent mr-0 mt-0 mb-4 pl-4 pr-2 py-2&#34;&gt;quoting &lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Article&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/note1ucek9xl7dj773fxez7zdr9p3gs3564snnunmgwlcfms69j7m2f7sv0p2ac&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;note1uce…p2ac&lt;/a&gt;&lt;/span&gt;&lt;br/&gt; &lt;/div&gt; You know how in every movie set during WWII there’s a scene where Nazis are checking papers on the trains? That is the USA as of today &lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://apnews.com/article/atlanta-airport-tsa-federal-immigration-agents-4cfb93f7d2ff5a1ccb87d1bdbf54b959&#34;&gt;https://apnews.com/article/atlanta-airport-tsa-federal-immigration-agents-4cfb93f7d2ff5a1ccb87d1bdbf54b959&lt;/a&gt; &lt;/blockquote&gt;
    </content>
    <updated>2026-03-23T15:22:29Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsp25nc3qleg0yemtst2r3npqdlqef55fayattqkzwcsrtjekea85czyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc24ld25</id>
    
      <title type="html">Ooh... Me like #KDE #Plasma 6.6 *very* much! This is a nice ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsp25nc3qleg0yemtst2r3npqdlqef55fayattqkzwcsrtjekea85czyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc24ld25" />
    <content type="html">
      Ooh... Me like #KDE #Plasma 6.6 *very* much! This is a nice improvement over Plasma 6.5 and an incredible improvement over whatever version of Plasma that was shipped with #Kubuntu 25.10. Also, the #upgrade went pretty smooth. No show-stoppers. The only thing I don&amp;#39;t like is that the #taskbar at the bottom has a bunch of wasted space around the taskbar. I mean, aesthetically it looks nice but screen pixels are finite and precious. I&amp;#39;d prefer not to have any wasted space if I can help it.
    </content>
    <updated>2026-03-23T14:04:55Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswn4crpwsk398ujux33w040uqrz0rlmvpljdcxtn4mcavzd8yvsmszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucv06lr9</id>
    
      <title type="html">For some reason #KDEPlasma&amp;#39;s shell keeps on b0rking out where ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswn4crpwsk398ujux33w040uqrz0rlmvpljdcxtn4mcavzd8yvsmszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucv06lr9" />
    <content type="html">
      For some reason #KDEPlasma&amp;#39;s shell keeps on b0rking out where my statusbar icons suddenly stop working forcing me to run `plasmashell --replace` from the CLI constantly to reset it.&lt;br/&gt;&lt;br/&gt;So now I&amp;#39;m installing the dev branch of Kubuntu 26.04. (Yes, I know the beta will be released this week) but goddamnit I can&amp;#39;t wait! This is driving me fucking insane....&lt;br/&gt;&lt;br/&gt;#KDE #Linux #Kubuntu #Plasma
    </content>
    <updated>2026-03-23T11:46:24Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs08hde2apqdrtuyxsmkpstlhpf3cq5e7fqkattjwv49vteclr8yvgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuczln3l8</id>
    
      <title type="html">Do you, or do you know somebody, that routinely leaves their ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs08hde2apqdrtuyxsmkpstlhpf3cq5e7fqkattjwv49vteclr8yvgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuczln3l8" />
    <content type="html">
      Do you, or do you know somebody, that routinely leaves their dirty dishes in the sink only to be washed and cleaned at some nebulous future time?&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://siliconcanals.com/d-research-says-people-who-leave-their-dishes-in-the-sink-instead-of-washing-them-immediately-usually-display-these-9-underlying-personality-traits/&#34;&gt;https://siliconcanals.com/d-research-says-people-who-leave-their-dishes-in-the-sink-instead-of-washing-them-immediately-usually-display-these-9-underlying-personality-traits/&lt;/a&gt;
    </content>
    <updated>2026-03-22T18:19:15Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs2vzwd2ltatwaazw5u4r7pyvfazpvqmruvpz0qmpnvhtzmq9gvv8qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc86z2nz</id>
    
      <title>Nostr event nevent1qqs2vzwd2ltatwaazw5u4r7pyvfazpvqmruvpz0qmpnvhtzmq9gvv8qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc86z2nz</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs2vzwd2ltatwaazw5u4r7pyvfazpvqmruvpz0qmpnvhtzmq9gvv8qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc86z2nz" />
    <content type="html">
      #ChaiTea is life.
    </content>
    <updated>2026-03-22T18:06:11Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs88nja9u8acem30whn3zfj3zxwg5lhdqrjf587l0shnc0p5udrqfgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucg8jcq0</id>
    
      <title type="html">I want to go back to this time-line. Please, can we go back to ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs88nja9u8acem30whn3zfj3zxwg5lhdqrjf587l0shnc0p5udrqfgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucg8jcq0" />
    <content type="html">
      I want to go back to this time-line.&lt;br/&gt;Please, can we go back to this time-line?&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://youtu.be/6qho3So_erc&#34;&gt;https://youtu.be/6qho3So_erc&lt;/a&gt;
    </content>
    <updated>2026-03-22T13:14:05Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9cagwuwvw9sd8y8085d7dp6ms79d53295ytgcme6u7kt6lp8nh0gzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucgha8l4</id>
    
      <title type="html">#Mastodon sucks in every way measurable compared to every other ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9cagwuwvw9sd8y8085d7dp6ms79d53295ytgcme6u7kt6lp8nh0gzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucgha8l4" />
    <content type="html">
      #Mastodon sucks in every way measurable compared to every other #Fedi platform. Just like #Microsoft, they have the #marketing budget and thanks to that, the #brand recognition. But objectively, and subjectively, it sucks monkey-balls.&lt;br/&gt;---&lt;blockquote class=&#34;border-l-05rem border-l-strongpink border-solid&#34;&gt;&lt;div class=&#34;-ml-4 bg-gradient-to-r from-gray-100 dark:from-zinc-800 to-transparent mr-0 mt-0 mb-4 pl-4 pr-2 py-2&#34;&gt;quoting &lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Article&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/note1g6y6l2xm222st9fskaa9sjzhh04m5th4yhu89mudqklt7rtlur6q0mrv4t&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;note1g6y…rv4t&lt;/a&gt;&lt;/span&gt;&lt;br/&gt; &lt;/div&gt; Good job that I never have and never will use Mastodon then.&lt;br/&gt;[share author=&#39;recursive 🏳️‍🌈&#39; profile=&#39;&lt;a href=&#34;https://hachyderm.io/users/recursive&#34;&gt;https://hachyderm.io/users/recursive&lt;/a&gt;&#39; avatar=&#39; &lt;img src=&#34;https://social.cool110.xyz/photo/4548374984679c5748bbf10104606239-5.jpeg?ts=1773990828&#34;&gt; &#39; link=&#39;&lt;a href=&#34;https://hachyderm.io/@recursive/116271640740835563&#34;&gt;https://hachyderm.io/@recursive/116271640740835563&lt;/a&gt;&#39; posted=&#39;2026-03-22 07:27:20&#39; guid=&#39;d05884ce-cfe9d8c118683016-4c9fdc5f&#39; message_id=&#39;&lt;a href=&#34;https://hachyderm.io/users/recursive/statuses/116271640740835563&#34;&gt;https://hachyderm.io/users/recursive/statuses/116271640740835563&lt;/a&gt;&#39;]Mastodon is the kind of place where if I made a shitpost like:&lt;br/&gt;&lt;br/&gt;You can tell the difference between leaded and lead-free solder by tasting it&lt;br/&gt;&lt;br/&gt;So many of you would get mad as hell and probably report me and even consider making a fediblock post, but you wouldn’t do the sensible thing and quote tweet it because you’re too cowardly to have that kind of callout culture&lt;br/&gt;&lt;br/&gt;(Feel free to quote tweet this!)[/share] &lt;/blockquote&gt;
    </content>
    <updated>2026-03-22T13:02:37Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsqhrdatdemqd52uysurhpnm3phrds3023a0gkr97jsrt453h8qcmszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucefvkvg</id>
    
      <title type="html">So far the only thing I&amp;#39;ve noticed &amp;#34;differently&amp;#34; ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsqhrdatdemqd52uysurhpnm3phrds3023a0gkr97jsrt453h8qcmszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucefvkvg" />
    <content type="html">
      So far the only thing I&amp;#39;ve noticed &amp;#34;differently&amp;#34; about #GrapheneOS compared to stock Android is no #RCS in the #messaging app. Which is fine because that&amp;#39;s what #Signal is for!
    </content>
    <updated>2026-03-21T19:21:44Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0k7eewtdccdsmlqurnzwxqh8n4w9jv6pp7umhzljjcesd6uyrnzgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc94gtrn</id>
    
      <title type="html">The GrapheneOS install page walks you through everything: ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0k7eewtdccdsmlqurnzwxqh8n4w9jv6pp7umhzljjcesd6uyrnzgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc94gtrn" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsyn6rr6a4van8hdj7d8spccd0elzz06sramp08jxlsay5u7z7fvrqhkugj8&#39;&gt;nevent1q…ugj8&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;The GrapheneOS install page walks you through everything:&lt;br/&gt;&lt;a href=&#34;https://grapheneos.org/install/web#prerequisites&#34;&gt;https://grapheneos.org/install/web#prerequisites&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;- You have to use Chromium (or a derivative)&lt;br/&gt;- You have to install the Android USB drivers (the docs walk you through everything)&lt;br/&gt;- Then you just follow the guide. Everything is there on that page.
    </content>
    <updated>2026-03-21T16:15:03Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs2mhmmf9mnj79zwnfxgwxg74kj5ucacru470zyyv9s2jujh9g7s3szyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucmwcppx</id>
    
      <title>Nostr event nevent1qqs2mhmmf9mnj79zwnfxgwxg74kj5ucacru470zyyv9s2jujh9g7s3szyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucmwcppx</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs2mhmmf9mnj79zwnfxgwxg74kj5ucacru470zyyv9s2jujh9g7s3szyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucmwcppx" />
    <content type="html">
      Well that was painless. Wow. #GrapheneOS #Android #Pixel8Pro
    </content>
    <updated>2026-03-21T16:08:44Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsy6c27a7qt45m6vlc930wrspxxe4puq35g7g96qn92ru9lj8fvnzqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucvy62at</id>
    
      <title type="html">Holy crap! The #GrapheneOS web #installer is making this ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsy6c27a7qt45m6vlc930wrspxxe4puq35g7g96qn92ru9lj8fvnzqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucvy62at" />
    <content type="html">
      Holy crap! The #GrapheneOS web #installer is making this &amp;#34;upgrade&amp;#34; from #Android to #GrapheneOS idiot-proof! If you have a #Pixel6 and above, you *need* to upgrade.
    </content>
    <updated>2026-03-21T15:50:51Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsv83pgfll36duntcat69g52jrv3cq9sjtsas3z0zfq8y90klp6zsqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucspkhsu</id>
    
      <title type="html">Congratulations, #Google. You&amp;#39;ve just tipped the scales for ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsv83pgfll36duntcat69g52jrv3cq9sjtsas3z0zfq8y90klp6zsqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucspkhsu" />
    <content type="html">
      Congratulations, #Google. You&amp;#39;ve just tipped the scales for me where installing #GrapheneOS is less of a hassle than continuing to deal with your #enshittification of #Android/ #AOSP.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://hackaday.com/2026/03/20/google-unveils-new-process-for-installing-unverified-android-apps/&#34;&gt;https://hackaday.com/2026/03/20/google-unveils-new-process-for-installing-unverified-android-apps/&lt;/a&gt;
    </content>
    <updated>2026-03-21T14:18:30Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspvg36kxnp5yd4g8zqhquqdljxz4drsp87eawde7h3fytk7ljzptszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucyen2ps</id>
    
      <title type="html">&amp;gt; 🎹 I ain&amp;#39;t saying she&amp;#39;s a gold-digger... 🎵🎶 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspvg36kxnp5yd4g8zqhquqdljxz4drsp87eawde7h3fytk7ljzptszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucyen2ps" />
    <content type="html">
      &amp;gt; 🎹 I ain&amp;#39;t saying she&amp;#39;s a gold-digger... 🎵🎶&lt;br/&gt;&amp;gt; 🎹 Can&amp;#39;t buy me love... 🎵🎶&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://finance.yahoo.com/markets/stocks/articles/jeff-bezos-faces-major-financial-211015287.html&#34;&gt;https://finance.yahoo.com/markets/stocks/articles/jeff-bezos-faces-major-financial-211015287.html&lt;/a&gt; &lt;br/&gt;#Bezos #Amazon #billionaires
    </content>
    <updated>2026-03-21T13:06:39Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsg048d3myhngmmsd5f78kkfw6turu3vglfc5276uhfqnun0zsheaqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc9wp32h</id>
    
      <title type="html">I think this is the weekend I install #GrapheneOS onto my ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsg048d3myhngmmsd5f78kkfw6turu3vglfc5276uhfqnun0zsheaqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc9wp32h" />
    <content type="html">
      I think this is the weekend I install #GrapheneOS onto my #Pixel8Pro.&lt;br/&gt;#Android #AOSP #sideloading #Google #apps
    </content>
    <updated>2026-03-21T12:55:12Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs2p6w6sq78vuq02dyzgqa75385p3xawdwmtm07y8e64mjy6m3ljgqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc96d89t</id>
    
      <title>Nostr event nevent1qqs2p6w6sq78vuq02dyzgqa75385p3xawdwmtm07y8e64mjy6m3ljgqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc96d89t</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs2p6w6sq78vuq02dyzgqa75385p3xawdwmtm07y8e64mjy6m3ljgqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc96d89t" />
    <content type="html">
      #CryptPad has become my new favorite FOSS web app.
    </content>
    <updated>2026-03-21T12:52:43Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsr6xmtevgnhetvl56fc0qkp3n73lfs0xre6wge7xdgdfdjux702xszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc95gd4f</id>
    
      <title type="html">The only reason #Microsoft is making an about-face here is ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsr6xmtevgnhetvl56fc0qkp3n73lfs0xre6wge7xdgdfdjux702xszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc95gd4f" />
    <content type="html">
      The only reason #Microsoft is making an about-face here is because they can see the metrics. They&amp;#39;re losing market share as people like me, long fed up with the bloat of #Windows in-general, but to have all that #AI #crap literally shoved down our throats without asking us, or giving us a choice to opt-out...&lt;br/&gt;&lt;br/&gt;And Satya wonders why so many of us reformatted our hard drives and installed #Linux instead...&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://gizmodo.com/microsoft-is-finally-ready-to-make-windows-11-less-terrible-after-bloating-it-with-ai-crap-2000736302&#34;&gt;https://gizmodo.com/microsoft-is-finally-ready-to-make-windows-11-less-terrible-after-bloating-it-with-ai-crap-2000736302&lt;/a&gt;
    </content>
    <updated>2026-03-21T12:43:42Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsyad63f2rz6x2pvl7cyqqxsdszlg25gk5hgrpkvymlgxcmf2zqf0szyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucdhvkwz</id>
    
      <title type="html">All of this to distract the World from the #EpsteinFiles.</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsyad63f2rz6x2pvl7cyqqxsdszlg25gk5hgrpkvymlgxcmf2zqf0szyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucdhvkwz" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsy4jgl3u8u6gm793p8fz9rj2srjcpkf7w5l5z89a5lnexg9ytfcqcehmdgh&#39;&gt;nevent1q…mdgh&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;All of this to distract the World from the #EpsteinFiles.
    </content>
    <updated>2026-03-21T11:32:17Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsxgu8pr4uavkvg4dj88570d59ye9yya536caclanvgxl0xpcvqrfgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucn05ag9</id>
    
      <title type="html">&amp;gt; “Her detention has had a chilling effect, undermining ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsxgu8pr4uavkvg4dj88570d59ye9yya536caclanvgxl0xpcvqrfgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucn05ag9" />
    <content type="html">
      &amp;gt; “Her detention has had a chilling effect, undermining journalists’ ability, especially local reporters, to cover their communities without fear of retaliation,” José Zamora, CPJ’s regional director for the Americas, said in a statement. “The government must uphold press freedom and ensure all journalists can work safely and without reprisal.”&lt;br/&gt;&lt;br/&gt;And now you know the **point** of all this bullshit. To frighten and intimidate people not to report on and record Trump&amp;#39;s crimes.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://lite.cnn.com/2026/03/19/media/estefany-rodriguez-nashville-ice-released&#34;&gt;https://lite.cnn.com/2026/03/19/media/estefany-rodriguez-nashville-ice-released&lt;/a&gt;
    </content>
    <updated>2026-03-20T22:04:43Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsf5hslm9pqcl34u6cg8aaq054fnxmtgsd0yu0e6zmhmf22zwsu0egzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuclzxfpz</id>
    
      <title type="html">Too little. Too late. #Microsoft #Windows11 #Linux #KDE #Plasma ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsf5hslm9pqcl34u6cg8aaq054fnxmtgsd0yu0e6zmhmf22zwsu0egzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuclzxfpz" />
    <content type="html">
      Too little. Too late. #Microsoft #Windows11 #Linux #KDE #Plasma &lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://www.windowslatest.com/2026/03/21/microsoft-confirms-a-major-windows-11-update-with-faster-explorer-reduced-copilot-and-more/&#34;&gt;https://www.windowslatest.com/2026/03/21/microsoft-confirms-a-major-windows-11-update-with-faster-explorer-reduced-copilot-and-more/&lt;/a&gt;
    </content>
    <updated>2026-03-20T21:09:28Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrz2cdm5kqk6g3h7ztyusgxlrz3fjtha28hr4uudnfydhujd332eszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucsq3w3g</id>
    
      <title type="html">Looks like I&amp;#39;m moving to Uptown ABQ here pretty soon. I love ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrz2cdm5kqk6g3h7ztyusgxlrz3fjtha28hr4uudnfydhujd332eszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucsq3w3g" />
    <content type="html">
      Looks like I&amp;#39;m moving to Uptown ABQ here pretty soon. I love the South Valley but I found a place to stay that will save me some money each month.
    </content>
    <updated>2026-03-18T12:21:59Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsqgscvyq4l0kwhzm9nyncr0xnjhh4tz8c8q7470t3cdy4tv79llqczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc0u25z2</id>
    
      <title type="html">Setting up #AppFlowy on #YunoHost shouldn&amp;#39;t be this damn ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsqgscvyq4l0kwhzm9nyncr0xnjhh4tz8c8q7470t3cdy4tv79llqczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc0u25z2" />
    <content type="html">
      Setting up #AppFlowy on #YunoHost shouldn&amp;#39;t be this damn difficult but so far I&amp;#39;ve had to add a bunch of directives to the #nginx #config just to get it to work! But if anybody is interested, here is the config that works. I can login and sync my workspace between my local application and the self-hosted #cloud. YMMV.&lt;br/&gt;&lt;br/&gt;```&lt;br/&gt;root@ynh01:/var/log/nginx# cat /etc/nginx/conf.d/REDACTED.d/appflowy.conf&lt;br/&gt;#sub_path_only rewrite ^/$ / permanent;&lt;br/&gt;&lt;br/&gt;# GoTrue&lt;br/&gt;location /gotrue/ {&lt;br/&gt;    proxy_pass &lt;a href=&#34;http://127.0.0.1:9999&#34;&gt;http://127.0.0.1:9999&lt;/a&gt;;&lt;br/&gt;    include proxy_params_no_auth;&lt;br/&gt;&lt;br/&gt;    rewrite ^/gotrue(/.*)$ $1 break;&lt;br/&gt;&lt;br/&gt;    # Allow headers like redirect_to to be handed over to the gotrue&lt;br/&gt;    # for correct redirecting&lt;br/&gt;    proxy_pass_request_headers on;&lt;br/&gt;}&lt;br/&gt;&lt;br/&gt;# WebSocket&lt;br/&gt;location /ws {&lt;br/&gt;    proxy_pass &lt;a href=&#34;http://127.0.0.1:8000&#34;&gt;http://127.0.0.1:8000&lt;/a&gt;;&lt;br/&gt;    include proxy_params_no_auth;&lt;br/&gt;    proxy_read_timeout 86400;&lt;br/&gt;        proxy_set_header Upgrade $http_upgrade;&lt;br/&gt;        proxy_set_header Connection &amp;#34;upgrade&amp;#34;;&lt;br/&gt;}&lt;br/&gt;&lt;br/&gt;# AppFlowy-Cloud&lt;br/&gt;# created a separate location block for handling CORS preflight (OPTIONS) requests specifically for the /api endpoint.&lt;br/&gt;location = /api/options {&lt;br/&gt;    if ($http_origin ~* (&lt;a href=&#34;http://127.0.0.1:3000&#34;&gt;http://127.0.0.1:3000&lt;/a&gt;)) {&lt;br/&gt;        more_set_headers &amp;#34;Access-Control-Allow-Origin: $http_origin&amp;#34;;&lt;br/&gt;    }&lt;br/&gt;    # Force bypass YunoHost SSO&lt;br/&gt;    access_by_lua_block { return; }&lt;br/&gt;    &lt;br/&gt;more_set_headers &amp;#34;Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE, PATCH&amp;#34;;&lt;br/&gt;    more_set_headers &amp;#34;Access-Control-Allow-Headers: Content-Type, Authorization, Accept, Client-Version&amp;#34;;&lt;br/&gt;    more_set_headers &amp;#34;Access-Control-Max-Age: 3600&amp;#34;;&lt;br/&gt;    more_set_headers &amp;#34;Content-Type: text/plain; charset=utf-8&amp;#34;;&lt;br/&gt;    more_set_headers &amp;#34;Content-Length: 0&amp;#34;;&lt;br/&gt;    return 204;&lt;br/&gt;}&lt;br/&gt;&lt;br/&gt;location /api/chat {&lt;br/&gt;    # Force bypass YunoHost SSO&lt;br/&gt;    access_by_lua_block { return; }&lt;br/&gt;&lt;br/&gt;    proxy_pass &lt;a href=&#34;http://127.0.0.1:8000&#34;&gt;http://127.0.0.1:8000&lt;/a&gt;;&lt;br/&gt;    include proxy_params_no_auth;&lt;br/&gt;    chunked_transfer_encoding on;&lt;br/&gt;    proxy_buffering off;&lt;br/&gt;    proxy_cache off;&lt;br/&gt;&lt;br/&gt;    proxy_read_timeout 600s;&lt;br/&gt;    proxy_connect_timeout 600s;&lt;br/&gt;    proxy_send_timeout 600s;&lt;br/&gt;}&lt;br/&gt;&lt;br/&gt;location /api/health {&lt;br/&gt;    access_by_lua_block { return; }&lt;br/&gt;    # Adding the trailing slash after the port forces Nginx to map &lt;br/&gt;    # /api/health directly to / on the backend&lt;br/&gt;    proxy_pass &lt;a href=&#34;http://127.0.0.1:8000/health&#34;&gt;http://127.0.0.1:8000/health&lt;/a&gt;; &lt;br/&gt;    include proxy_params_no_auth;&lt;br/&gt;}&lt;br/&gt;&lt;br/&gt;location /api/import {&lt;br/&gt;    # Force bypass YunoHost SSO&lt;br/&gt;    access_by_lua_block { return; }&lt;br/&gt;&lt;br/&gt;    proxy_pass &lt;a href=&#34;http://127.0.0.1:8000&#34;&gt;http://127.0.0.1:8000&lt;/a&gt;;&lt;br/&gt;    include proxy_params_no_auth;&lt;br/&gt;&lt;br/&gt;    # Set headers&lt;br/&gt;    proxy_set_header X-Request-Id $request_id;&lt;br/&gt;&lt;br/&gt;    # Handle CORS&lt;br/&gt;    if ($http_origin ~* (&lt;a href=&#34;http://127.0.0.1:3000&#34;&gt;http://127.0.0.1:3000&lt;/a&gt;)) {&lt;br/&gt;        more_set_headers &amp;#34;Access-Control-Allow-Origin: $http_origin always&amp;#34;;&lt;br/&gt;    }&lt;br/&gt;    more_set_headers &amp;#34;Access-Control-Allow-Methods: GET, POST, PUT, DELETE, PATCH, OPTIONS&amp;#34;;&lt;br/&gt;    more_set_headers &amp;#34;Access-Control-Allow-Headers: Content-Type, Authorization, Accept&amp;#34;;&lt;br/&gt;    more_set_headers &amp;#34;Access-Control-Max-Age: 3600&amp;#34;;&lt;br/&gt;&lt;br/&gt;    # Timeouts&lt;br/&gt;    proxy_read_timeout 600s;&lt;br/&gt;    proxy_connect_timeout 600s;&lt;br/&gt;    proxy_send_timeout 600s;&lt;br/&gt;&lt;br/&gt;    # Disable buffering for large file uploads&lt;br/&gt;    proxy_request_buffering off;&lt;br/&gt;    proxy_buffering off;&lt;br/&gt;    proxy_cache off;&lt;br/&gt;    client_max_body_size 2G;&lt;br/&gt;}&lt;br/&gt;&lt;br/&gt;location /api {&lt;br/&gt;    # Force bypass YunoHost SSO&lt;br/&gt;    access_by_lua_block { return; }&lt;br/&gt;&lt;br/&gt;    proxy_pass &lt;a href=&#34;http://127.0.0.1:8000&#34;&gt;http://127.0.0.1:8000&lt;/a&gt;;&lt;br/&gt;    include proxy_params_no_auth;&lt;br/&gt;&lt;br/&gt;    proxy_set_header X-Request-Id $request_id;&lt;br/&gt;&lt;br/&gt;    # Set CORS headers for other requests&lt;br/&gt;    if ($http_origin ~* (&lt;a href=&#34;http://127.0.0.1:3000&#34;&gt;http://127.0.0.1:3000&lt;/a&gt;)) {&lt;br/&gt;        more_set_headers &amp;#34;Access-Control-Allow-Origin: $http_origin&amp;#34;;&lt;br/&gt;    }&lt;br/&gt;    more_set_headers &amp;#34;Access-Control-Allow-Methods: GET, POST, PUT, DELETE, PATCH&amp;#34;;&lt;br/&gt;    more_set_headers &amp;#34;Access-Control-Allow-Headers: Content-Type, Authorization, Accept, Client-Version&amp;#34;;&lt;br/&gt;    more_set_headers &amp;#34;Access-Control-Max-Age: 3600&amp;#34;;&lt;br/&gt;&lt;br/&gt;    location ~* ^/api/workspace/([a-zA-Z0-9_-]&#43;)/publish$ {&lt;br/&gt;        proxy_pass &lt;a href=&#34;http://127.0.0.1:8000&#34;&gt;http://127.0.0.1:8000&lt;/a&gt;;&lt;br/&gt;        include proxy_params_no_auth;&lt;br/&gt;        proxy_request_buffering off;&lt;br/&gt;        client_max_body_size 256M;&lt;br/&gt;    }&lt;br/&gt;}&lt;br/&gt;&lt;br/&gt;# AppFlowy AI&lt;br/&gt;location /ai {&lt;br/&gt;    proxy_pass &lt;a href=&#34;http://127.0.0.1:5001&#34;&gt;http://127.0.0.1:5001&lt;/a&gt;;&lt;br/&gt;    include proxy_params_no_auth;&lt;br/&gt;    proxy_pass_request_headers on;&lt;br/&gt;}&lt;br/&gt;&lt;br/&gt;# Minio Web UI&lt;br/&gt;# Derive from: &lt;a href=&#34;https://min.io/docs/minio/linux/integrations/setup-nginx-proxy-with-minio.html&#34;&gt;https://min.io/docs/minio/linux/integrations/setup-nginx-proxy-with-minio.html&lt;/a&gt;&lt;br/&gt;# Optional Module, comment this section if are did not deploy minio in docker-compose.yml&lt;br/&gt;location /minio/ {&lt;br/&gt;    proxy_pass &lt;a href=&#34;http://localhost:9001&#34;&gt;http://localhost:9001&lt;/a&gt;;&lt;br/&gt;    include proxy_params_no_auth;&lt;br/&gt;&lt;br/&gt;    rewrite ^/minio/(.*) /$1 break;&lt;br/&gt;    proxy_set_header X-NginX-Proxy true;&lt;br/&gt;&lt;br/&gt;    ## This is necessary to pass the correct IP to be hashed&lt;br/&gt;    real_ip_header X-Real-IP;&lt;br/&gt;&lt;br/&gt;    proxy_connect_timeout 300;&lt;br/&gt;&lt;br/&gt;    ## To support websockets in MinIO versions released after January 2023&lt;br/&gt;    # Some environments may encounter CORS errors (Kubernetes &#43; Nginx Ingress)&lt;br/&gt;    # Uncomment the following line to set the Origin request to an empty string&lt;br/&gt;    # proxy_set_header Origin &amp;#39;&amp;#39;;&lt;br/&gt;&lt;br/&gt;    chunked_transfer_encoding off;&lt;br/&gt;}&lt;br/&gt;&lt;br/&gt;# Admin Frontend&lt;br/&gt;# Optional Module, comment this section if you are did not deploy admin_frontend in docker-compose.yml&lt;br/&gt;location /console {&lt;br/&gt;    proxy_pass &lt;a href=&#34;http://localhost:3000&#34;&gt;http://localhost:3000&lt;/a&gt;;&lt;br/&gt;    include proxy_params_no_auth;&lt;br/&gt;}&lt;br/&gt;&lt;br/&gt;location /health {&lt;br/&gt;    # Force bypass YunoHost SSO&lt;br/&gt;    access_by_lua_block { return; }&lt;br/&gt;&lt;br/&gt;    proxy_pass &lt;a href=&#34;http://127.0.0.1:8000&#34;&gt;http://127.0.0.1:8000&lt;/a&gt;;&lt;br/&gt;    include proxy_params_no_auth;&lt;br/&gt;}&lt;br/&gt;&lt;br/&gt;# AppFlowy Web&lt;br/&gt;location / {&lt;br/&gt;    proxy_pass &lt;a href=&#34;http://localhost:3001&#34;&gt;http://localhost:3001&lt;/a&gt;;&lt;br/&gt;    include proxy_params_no_auth;&lt;br/&gt;}&lt;br/&gt;root@ynh01:/var/log/nginx# &lt;br/&gt;&lt;br/&gt;```
    </content>
    <updated>2026-03-17T17:36:14Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrghn7sakn93p0f4k2sh0yuz9p57g887rt86t4mpjy9clmpp5eleszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc563l9m</id>
    
      <title type="html">People #protesting #NoKings and the like need to be wearing ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrghn7sakn93p0f4k2sh0yuz9p57g887rt86t4mpjy9clmpp5eleszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc563l9m" />
    <content type="html">
      People #protesting #NoKings and the like need to be wearing anti-facial-recognition masks and clothing! Hong Kong taught us all how to effectively protest when faced with tyranny.
    </content>
    <updated>2026-03-16T13:56:20Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvhkwdjzk2nuhqathjy35kzvnxlrmeevujv0srd6879dgcpzecp6gzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc2epwk7</id>
    
      <title type="html">https://lite.cnn.com/</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvhkwdjzk2nuhqathjy35kzvnxlrmeevujv0srd6879dgcpzecp6gzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc2epwk7" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8rzux5cepx2rm5h2pg98lw486y26tgw8mshnp8we420svyh5sq2ga8jqp9&#39;&gt;nevent1q…jqp9&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://lite.cnn.com/&#34;&gt;https://lite.cnn.com/&lt;/a&gt;
    </content>
    <updated>2026-03-15T00:36:47Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrz0s9p8e40a4aqlynsxl3j69tk8z0z2ztq58h3wnzmnrmmy6mzvqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc4d4yk9</id>
    
      <title type="html">Check out WinBoat. It might help. I think it&amp;#39;s available as a ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrz0s9p8e40a4aqlynsxl3j69tk8z0z2ztq58h3wnzmnrmmy6mzvqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc4d4yk9" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsvm2h99sswy5t2lc87eczq7nv8xrh3tt0rhurmr3vrke3xduwgw4sq85jql&#39;&gt;nevent1q…5jql&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Check out WinBoat. It might help. I think it&amp;#39;s available as a Flatpak.
    </content>
    <updated>2026-03-14T18:59:52Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsp8vz94vmpeszmnx56akrulp0uh00qshf5u484wzd0wwud0wxfduqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc7kfxyj</id>
    
      <title type="html">Couldn&amp;#39;t agree with you more! Love Jett Reno. Tig Notaro has ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsp8vz94vmpeszmnx56akrulp0uh00qshf5u484wzd0wwud0wxfduqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc7kfxyj" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsf2rzj3mt0f4nlgm64j3qwphpr7h2g3e6qvrlllapf8pcr9rxqn3qr3677w&#39;&gt;nevent1q…677w&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Couldn&amp;#39;t agree with you more! Love Jett Reno. Tig Notaro has been the best addition to the Star Trek Universe!
    </content>
    <updated>2026-03-14T17:49:12Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsddxmh00v9xnp9xv62j4c5p68x673qwlmavq4ly2zh0xrfdtxt7sczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucusm5rx</id>
    
      <title type="html">Is that at Old Town?</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsddxmh00v9xnp9xv62j4c5p68x673qwlmavq4ly2zh0xrfdtxt7sczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucusm5rx" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs2lzugacdzxa2m27v54hl7me6qzzry3wha4nkn54qxw4wnsdm2wxcnmfw50&#39;&gt;nevent1q…fw50&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Is that at Old Town?
    </content>
    <updated>2026-03-14T15:05:29Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsqvms00wrnumdw52pmcln0wa0aplcn72wnuazk8f7r06g6l6z2seczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc2tqrav</id>
    
      <title type="html">Binging on #StarfleetAcademy and coming across #DianaWinston from ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsqvms00wrnumdw52pmcln0wa0aplcn72wnuazk8f7r06g6l6z2seczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc2tqrav" />
    <content type="html">
      Binging on #StarfleetAcademy and coming across #DianaWinston from #UCLA in one of the scenes is tripping me out.
    </content>
    <updated>2026-03-13T20:08:14Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsgkj89xhsdszse6j29dsnxnwy06x7fxyj7vadxmpj84q4tpa37s3qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucgst5m5</id>
    
      <title type="html">Saw diesel for over $5/ gallon here in ABQ today. #Trumpistan ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsgkj89xhsdszse6j29dsnxnwy06x7fxyj7vadxmpj84q4tpa37s3qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucgst5m5" />
    <content type="html">
      Saw diesel for over $5/ gallon here in ABQ today. #Trumpistan #Iran #fuel
    </content>
    <updated>2026-03-13T16:13:04Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqstmdwrn2zjctslwsctpjsgcmpcefnzwpfv8gy07qlg86p4yzkegsgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuczwukp0</id>
    
      <title type="html">Also, #Iran has existed for much, much, *much* longer than the ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqstmdwrn2zjctslwsctpjsgcmpcefnzwpfv8gy07qlg86p4yzkegsgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuczwukp0" />
    <content type="html">
      Also, #Iran has existed for much, much, *much* longer than the United States. The only way Iran doesn&amp;#39;t win this is if either the #US or #Israel drop a n__e on Tehran. #USpol
    </content>
    <updated>2026-03-12T17:54:42Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqstsp6n4qkn5tpzkf8sakxycjkts9yxf0m7g9q2y8n8vd7e3gstkygzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuchefva2</id>
    
      <title type="html">Trees, the mountains, and the animals do not have religion.</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqstsp6n4qkn5tpzkf8sakxycjkts9yxf0m7g9q2y8n8vd7e3gstkygzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuchefva2" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs2mrf32uehqve2d0a98qvze894arm5qdf576l97du2a58mjl6r8jglx0cg3&#39;&gt;nevent1q…0cg3&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Trees, the mountains, and the animals do not have religion.
    </content>
    <updated>2026-03-12T17:51:48Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsp3cjtwq7mxjjgzve6wr9edrkgczw274qzx8jjyzcxp4upnjz0jwqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc4rg70p</id>
    
      <title type="html">All cops are bastards, make no mistake about that, but these ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsp3cjtwq7mxjjgzve6wr9edrkgczw274qzx8jjyzcxp4upnjz0jwqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc4rg70p" />
    <content type="html">
      All cops are bastards, make no mistake about that, but these #Arkansas city #police &amp;amp; county #deputies did a remarkable job dealing with an out-of-control #Constable from the next town over. Perhaps if we have more cops like those Police &amp;amp; Deputies in Arkansas, people wouldn&amp;#39;t think that #acab.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=u3HtLSlPtO0&#34;&gt;https://www.youtube.com/watch?v=u3HtLSlPtO0&lt;/a&gt;
    </content>
    <updated>2026-03-12T17:49:02Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvndj9ey5ek3xw8pr6e8tyx5tj4jzyvlxdy6pc00amhcjg2mxmr9qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuck500k3</id>
    
      <title type="html">Liberation from open source project attribution? What the fuck? ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvndj9ey5ek3xw8pr6e8tyx5tj4jzyvlxdy6pc00amhcjg2mxmr9qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuck500k3" />
    <content type="html">
      Liberation from open source project attribution?&lt;br/&gt;&lt;br/&gt;What the fuck?&lt;br/&gt;&lt;br/&gt;Attributing someone&amp;#39;s work to the person that did the work, or who inspired you, is one of the fundamental laws of society.&lt;br/&gt;&lt;br/&gt;RE: &lt;a href=&#34;https://bofh.social/notes/ajr1qeu8n81u0ene&#34;&gt;https://bofh.social/notes/ajr1qeu8n81u0ene&lt;/a&gt;&lt;br/&gt;---&lt;blockquote class=&#34;border-l-05rem border-l-strongpink border-solid&#34;&gt;&lt;div class=&#34;-ml-4 bg-gradient-to-r from-gray-100 dark:from-zinc-800 to-transparent mr-0 mt-0 mb-4 pl-4 pr-2 py-2&#34;&gt;quoting &lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Article&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/note1c7q3qpef56zhynme2phv3ud7q8zsa8qrx5af88mr4rph8au73x6q66d3sc&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;note1c7q…d3sc&lt;/a&gt;&lt;/span&gt;&lt;br/&gt; &lt;/div&gt; &#34;Our proprietary AI robots independently recreate any open source project from scratch&#34;&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://malus.sh/&#34;&gt;https://malus.sh/&lt;/a&gt; &lt;/blockquote&gt;
    </content>
    <updated>2026-03-12T15:09:05Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvds9e89p4c4m6fmkmtcl92k6wxhl3v2phyy0q9kujlu7vc7v7npgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucxldnnw</id>
    
      <title type="html">No wonder the music industry is up-in-arms. This is scary and ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvds9e89p4c4m6fmkmtcl92k6wxhl3v2phyy0q9kujlu7vc7v7npgzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucxldnnw" />
    <content type="html">
      No wonder the music industry is up-in-arms. This is scary and freaky and frankly not much worse than the homogeneous crap played on the radio.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://gemini.google.com/share/d0a130df4889&#34;&gt;https://gemini.google.com/share/d0a130df4889&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;These LLMs are frankly the most disruptive technology in the history of humanity.&lt;br/&gt;&lt;br/&gt;#AI #music #singing #song
    </content>
    <updated>2026-03-12T14:39:30Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsd6sxwaammq86es856yqqxt6m7r0c552rp6smxdvwmtz4mux9nw9qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc27xqc2</id>
    
      <title type="html">If you are trying to install #SwarmAI locally and use #Docker you ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsd6sxwaammq86es856yqqxt6m7r0c552rp6smxdvwmtz4mux9nw9qzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc27xqc2" />
    <content type="html">
      If you are trying to install #SwarmAI locally and use #Docker you will run into a lot of problems.&lt;br/&gt;&lt;br/&gt;The `launch-standard-docker.sh` script, located in `~/SwarmUI/launchtools/` has a bug on line 34 that prevents it from working.&lt;br/&gt;&lt;br/&gt;In the `docker run` section for the script, the very last line in that block: `--gpus=all -p 7801:7801 swarmui &amp;#34;$POSTARG&amp;#34;` You need to remove the double-quotes around $POSTARG or the fix-permissions part of the script will not run.&lt;br/&gt;&lt;br/&gt;Before you go any further, you need to `cp launch-standard-docker.sh custom-launch-docker.sh` because if you change the original script you&amp;#39;ll break `git` and won&amp;#39;t be able to update.&lt;br/&gt;&lt;br/&gt;Use `nano` or `vi` and find line 34 in the script, and remove the double-quotes surrounding the variable **$POSTARG**.&lt;br/&gt;&lt;br/&gt;Just to confirm, the line SHOULD read like this:&lt;br/&gt;`--gpus=all -p 7801:7801 swarmui $POSTARG`&lt;br/&gt;&lt;br/&gt;Once that&amp;#39;s changed, launch `custom-launch-docker.sh` going forward.&lt;br/&gt;&lt;br/&gt;#StableDiffusion #ComfyUI #Linux
    </content>
    <updated>2026-03-10T16:36:27Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsr2s3mhw5h45tn0w72xfydm7wtcf4g0fs3kqefqqx5wjp5up2wp2czyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc0zy94w</id>
    
      <title type="html">Ugh. Something like 3 hours of sleep last night (thanks, ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsr2s3mhw5h45tn0w72xfydm7wtcf4g0fs3kqefqqx5wjp5up2wp2czyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc0zy94w" />
    <content type="html">
      Ugh. Something like 3 hours of sleep last night (thanks, #insomnia!). It&amp;#39;s supposed to rain today. There must be a huge storm approaching because for the past 45 minutes it has been fierce!&lt;br/&gt;&lt;br/&gt;Good morning, fedi!&lt;br/&gt;&lt;br/&gt;I hope everyone has a good day! If we&amp;#39;re lucky, maybe a certain someone will have a heart-attack and die today. If we&amp;#39;re lucky.
    </content>
    <updated>2026-03-10T11:34:23Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswps58ue2hrq6tc9nm0fphxvvzu8a0vtv86hzj7lf9fgxk4dsrwvszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc0g0g9a</id>
    
      <title type="html">About damn time, too. --- #note1hzh…m8lq</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswps58ue2hrq6tc9nm0fphxvvzu8a0vtv86hzj7lf9fgxk4dsrwvszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc0g0g9a" />
    <content type="html">
      About damn time, too.&lt;br/&gt;---&lt;blockquote class=&#34;border-l-05rem border-l-strongpink border-solid&#34;&gt;&lt;div class=&#34;-ml-4 bg-gradient-to-r from-gray-100 dark:from-zinc-800 to-transparent mr-0 mt-0 mb-4 pl-4 pr-2 py-2&#34;&gt;quoting &lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Article&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/note1hzh9hmngeqq06arsecd6ty2kthlezx4k6aart9t9sj2mkxxy82squhm8lq&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;note1hzh…m8lq&lt;/a&gt;&lt;/span&gt;&lt;br/&gt; &lt;/div&gt; Bluesky CEO Jay Graber will step aside &lt;a href=&#34;https://www.theverge.com/tech/891562/bluesky-new-ceo&#34;&gt;https://www.theverge.com/tech/891562/bluesky-new-ceo&lt;/a&gt; &lt;/blockquote&gt;
    </content>
    <updated>2026-03-09T20:36:09Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsd6ahe3fvtm2nctfv0za9x7w7q4p5kl6tj2huv23ku38a4vl9snnszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucqr3p4u</id>
    
      <title type="html">#fastfetch ``` gme@kde-desktop:~$ fastfetch `.:/ossyyyysso/:. ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsd6ahe3fvtm2nctfv0za9x7w7q4p5kl6tj2huv23ku38a4vl9snnszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucqr3p4u" />
    <content type="html">
      #fastfetch&lt;br/&gt;```&lt;br/&gt;gme@kde-desktop:~$ fastfetch&lt;br/&gt;           `.:/ossyyyysso/:.                gme@kde-desktop&lt;br/&gt;        .:oyyyyyyyyyyyyyyyyyyo:`            ---------------&lt;br/&gt;      -oyyyyyyyodMMyyyyyyyysyyyyo-          OS: Kubuntu 25.10 (Questing Quokka) x86_64&lt;br/&gt;    -syyyyyyyyyydMMyoyyyydmMMyyyyys-        Kernel: Linux 6.17.0-14-generic&lt;br/&gt;   oyyysdMysyyyydMMMMMMMMMMMMMyyyyyyyo      Uptime: 2 days, 4 hours, 15 mins&lt;br/&gt; `oyyyydMMMMysyysoooooodMMMMyyyyyyyyyo`     Packages: 7024 (dpkg), 208 (flatpak), 14 (snap)&lt;br/&gt; oyyyyyydMMMMyyyyyyyyyyyysdMMysssssyyyo     Shell: bash 5.2.37&lt;br/&gt;-yyyyyyyydMysyyyyyyyyyyyyyysdMMMMMysyyy-    Display (LG ULTRAWIDE): 5120x2160 @ 60 Hz (as 3532x1490) in 40&amp;#34; [External, HDR]&lt;br/&gt;oyyyysoodMyyyyyyyyyyyyyyyyyyydMMMMysyyyo    DE: KDE Plasma 6.5.5&lt;br/&gt;yyysdMMMMMyyyyyyyyyyyyyyyyyyysosyyyyyyyy    WM: KWin (Wayland)&lt;br/&gt;yyysdMMMMMyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy    WM Theme: WhiteSur-dark&lt;br/&gt;oyyyyysosdyyyyyyyyyyyyyyyyyyydMMMMysyyyo    Theme: Breeze (WhiteSurDark) [Qt], Breeze-Gently [GTK2/3/4]&lt;br/&gt;-yyyyyyyydMysyyyyyyyyyyyyyysdMMMMMysyyy-    Icons: WhiteSur-dark [Qt], Nordic-darker [GTK2/3/4]&lt;br/&gt; oyyyyyydMMMysyyyyyyyyyyysdMMyoyyyoyyyo     Font: B612 (10pt) [Qt], B612 (10pt) [GTK2/3/4]&lt;br/&gt; `oyyyydMMMysyyyoooooodMMMMyoyyyyyyyyo      Cursor: WhiteSur (24px)&lt;br/&gt;   oyyysyyoyyyysdMMMMMMMMMMMyyyyyyyyo       Terminal: konsole 25.8.3&lt;br/&gt;    -syyyyyyyyydMMMysyyydMMMysyyyys-        CPU: AMD Ryzen 9 5900X (24) @ 4.95 GHz&lt;br/&gt;      -oyyyyyyydMMyyyyyyysosyyyyo-          GPU 1: NVIDIA GeForce RTX 3090 [Discrete]&lt;br/&gt;        ./oyyyyyyyyyyyyyyyyyyo/.            GPU 2: NVIDIA GeForce RTX 3090 [Discrete]&lt;br/&gt;           `.:/oosyyyysso/:.`               GPU 3: NVIDIA GeForce RTX 3090 [Discrete]&lt;br/&gt;                                            Memory: 64.91 GiB / 125.70 GiB (52%)&lt;br/&gt;                                            Swap: 511.77 MiB / 512.00 MiB (100%)&lt;br/&gt;                                            Disk (/): 579.36 GiB / 1.79 TiB (32%) - ext4&lt;br/&gt;                                            Disk (/mnt/S5VUNG0R103220X): 678.93 GiB / 7.22 TiB (9%) - ext4&lt;br/&gt;                                            Disk (/mnt/WCJ1ENJ5): 19.46 GiB / 4.51 TiB (0%) - ext4&lt;br/&gt;                                            Disk (/mnt/WX11D587JS2N): 3.39 TiB / 5.41 TiB (63%) - ext4&lt;br/&gt;                                            Disk (/mnt/ZA231AMC): 395.43 GiB / 9.02 TiB (4%) - ext4&lt;br/&gt;                                            Disk (/mnt/ZCT2BMV0): 6.20 TiB / 7.22 TiB (86%) - ext4&lt;br/&gt;                                            Disk (/mnt/ZCT2CLFC): 1.60 TiB / 7.22 TiB (22%) - ext4&lt;br/&gt;                                            Local IP (enp7s0): 192.168.1.68/24&lt;br/&gt;                                            Locale: en_US.UTF-8&lt;br/&gt;&lt;br/&gt;                                                                    &lt;br/&gt;                                                                    &lt;br/&gt;gme@kde-desktop:~$ &lt;br/&gt;```&lt;br/&gt;#linux #kde&lt;br/&gt; &lt;img src=&#34;https://cdn.bofh.social/bofh-social/1f358df5-99f7-4dc1-99e0-cb1545e93134.webp&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2026-03-09T19:02:32Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs8zgkync8pfvtsz8d70tzazu7fyk6ecacecu88vtmuzrpn9neaauqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucruupgu</id>
    
      <title>Nostr event nevent1qqs8zgkync8pfvtsz8d70tzazu7fyk6ecacecu88vtmuzrpn9neaauqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucruupgu</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs8zgkync8pfvtsz8d70tzazu7fyk6ecacecu88vtmuzrpn9neaauqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucruupgu" />
    <content type="html">
      So... many.. false flags... #USpol
    </content>
    <updated>2026-03-09T18:33:48Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9vwk39g4eghllw4e903hgp6q20cdfwkuh2qr8k4myfza7du5kqeqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuch2vhdw</id>
    
      <title type="html">This looks like a fun project! #TCD #TrafficControlDevice ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9vwk39g4eghllw4e903hgp6q20cdfwkuh2qr8k4myfza7du5kqeqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuch2vhdw" />
    <content type="html">
      This looks like a fun project! #TCD #TrafficControlDevice #TrafficSignal #spoofing #emergency #vehicle&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://hackaday.com/2026/03/08/spoofing-an-emergency-traffic-preemption-signal/&#34;&gt;https://hackaday.com/2026/03/08/spoofing-an-emergency-traffic-preemption-signal/&lt;/a&gt;
    </content>
    <updated>2026-03-09T12:46:43Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsde9hpguynd90udvkrtsj05clmrqu6uhgghpws7n39c6xypskh9yczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucls4h38</id>
    
      <title type="html">Does there exist any #Republican/ #conservative/ #MAGA person in ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsde9hpguynd90udvkrtsj05clmrqu6uhgghpws7n39c6xypskh9yczyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucls4h38" />
    <content type="html">
      Does there exist any #Republican/ #conservative/ #MAGA person in the United States that is not a hypocrite?&lt;br/&gt;Can anybody name just one?&lt;br/&gt;Out of a country of 350,000,000 people?&lt;br/&gt;I&amp;#39;m looking for one person only.&lt;br/&gt;#USpol
    </content>
    <updated>2026-03-09T12:33:47Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0dd2qpw8y4z2hl90dh4q88n3c8vre85rqatnquelayxlmhm7qxqszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucyzpxy9</id>
    
      <title type="html">Can&amp;#39;t stand country music but I ❤️ this song.</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0dd2qpw8y4z2hl90dh4q88n3c8vre85rqatnquelayxlmhm7qxqszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucyzpxy9" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs0w69y77f2za5kyrc0vmxqvhfmncvn4g8l52ynxgf6cf94elzgapc3kf9xr&#39;&gt;nevent1q…f9xr&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Can&amp;#39;t stand country music but I ❤️ this song.
    </content>
    <updated>2026-03-09T12:31:52Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvf8y9pd5lec0vxn0gv2yt5tul8adx8wu0hylqf3r54hrrnhq8qmszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucf5xawn</id>
    
      <title type="html">If anything, we deserve it for our hegemony for the past 75 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvf8y9pd5lec0vxn0gv2yt5tul8adx8wu0hylqf3r54hrrnhq8qmszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucf5xawn" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsvuvppdjw7k3zlazdgamwge87zfmum5h555y3sdqzt3eqgev0ydkgy3al5u&#39;&gt;nevent1q…al5u&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;If anything, we deserve it for our hegemony for the past 75 years.
    </content>
    <updated>2026-03-09T12:30:53Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsq6zgz789gzgnclax3tysvppd4qyla58e8wsvg5k77rlwf3q50kmszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucv67agn</id>
    
      <title type="html">In 2020 I got **banned** from #Discord for discovering and ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsq6zgz789gzgnclax3tysvppd4qyla58e8wsvg5k77rlwf3q50kmszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucv67agn" />
    <content type="html">
      In 2020 I got **banned** from #Discord for discovering and reporting to their Trust &amp;amp; Safety team (I don&amp;#39;t think they had a security team back then) of a critical and exploitable vulnerability in their website. So when I see projects and application developers fucking ***insist*** on only providing support **through** Discord, I develop an irrational hatred for that project.
    </content>
    <updated>2026-03-09T12:17:53Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsg4devc6ryzqffqsz0nzs0m5m6wylnxjvvrkh2q6eyw3d9pn50a6czyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucjtf8yy</id>
    
      <title type="html">Good morning, Internet! It&amp;#39;s 5:50 in the morning here in ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsg4devc6ryzqffqsz0nzs0m5m6wylnxjvvrkh2q6eyw3d9pn50a6czyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucjtf8yy" />
    <content type="html">
      Good morning, Internet!&lt;br/&gt;It&amp;#39;s 5:50 in the morning here in beautiful #Albuquerque, New Mexico. The Sun is just beginning to peak above the Sandias.&lt;br/&gt;The temperature is currently 42F (at least out here in the West Mesa).
    </content>
    <updated>2026-03-09T11:52:42Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsp7qwvn64y4j6z0qgzyfedt573ta6hxd6tj0yrhnjlh2cg5cpyn0gzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuchawhca</id>
    
      <title type="html">If only we had elected Kamala or Hillary.</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsp7qwvn64y4j6z0qgzyfedt573ta6hxd6tj0yrhnjlh2cg5cpyn0gzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuchawhca" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8xp869v3j7tnfej69xlhar2cfjf8aj93r52fs0pyvh0a932sycnc43e5jw&#39;&gt;nevent1q…e5jw&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;If only we had elected Kamala or Hillary.
    </content>
    <updated>2026-03-08T15:00:21Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrhdt9mff573gpe33zd34uu02lq9sxsjff8ktp0v62quz8useyj0gzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuctml8xj</id>
    
      <title type="html">Well last night sucked. In bed around 8:30. Tossed &amp;amp; turned ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrhdt9mff573gpe33zd34uu02lq9sxsjff8ktp0v62quz8useyj0gzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuctml8xj" />
    <content type="html">
      Well last night sucked. In bed around 8:30. Tossed &amp;amp; turned for about 2.5 hours but I was very nauseous and had mad acid reflux. Got up around 11pm and that #nausea turned into projectile vomiting of a basically empty stomach so yeah. That was fun. Found some Pepcid AC for the reflux and a Dramamine for the nausea. Still took me a while to actually fall asleep. The one thing that did work though (guys I even tried meditation and shit using the UCLA Meditation App) was listening to some #GrooveSalad on @somafm@sfba.social. Sleep timer set and I&amp;#39;d say within 10 minutes of listening to some Groove Salad I was asleep. I don&amp;#39;t think any of this is related to DST since everything *began* before Midnight. #sleep #insomnia
    </content>
    <updated>2026-03-08T11:38:53Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsww38t5x5xcmeaxfws6kq2gzl4qtxjrvvljw3rdrjmn6u5n727mhqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuctan787</id>
    
      <title type="html">His cameras. His video. His copyrights! First amendment! The fact ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsww38t5x5xcmeaxfws6kq2gzl4qtxjrvvljw3rdrjmn6u5n727mhqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuctan787" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsfdqvghs6tc40gwky6856tk2rrfq57hckv0h5ldmzu59kvlulcqcq8xe06x&#39;&gt;nevent1q…e06x&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;His cameras.&lt;br/&gt;His video.&lt;br/&gt;His copyrights!&lt;br/&gt;First amendment!&lt;br/&gt;&lt;br/&gt;The fact this case hasn&amp;#39;t been thrown-out yet is a travesty to the US Constitution.
    </content>
    <updated>2026-03-08T01:31:16Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsdhrc8w2aj3qkvc5zv54xcfpp2hz84l5j3svvxwtfhw77fkqhhw3czyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuceyv4ra</id>
    
      <title type="html">I am SO kicking myself for discarding my old EeePC. I agree. It ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsdhrc8w2aj3qkvc5zv54xcfpp2hz84l5j3svvxwtfhw77fkqhhw3czyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuceyv4ra" />
    <content type="html">
      I am SO kicking myself for discarding my old EeePC. I agree. It was the PERFECT form factor! All they had to do was upgrade it as CPU, memory, and storage improved. God I miss that device.&lt;br/&gt;&lt;br/&gt;RE: &lt;a href=&#34;https://bofh.social/notes/ajklxebchfo5by5x&#34;&gt;https://bofh.social/notes/ajklxebchfo5by5x&lt;/a&gt;&lt;br/&gt;---
    </content>
    <updated>2026-03-08T01:26:29Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs89kmdfg637w7uxgtcqj6zlt50w6f9rnmsdv3uyd6e3sa97ml3zlszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc4gnj6l</id>
    
      <title type="html">Wait... does that mean VOA is coming back?</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs89kmdfg637w7uxgtcqj6zlt50w6f9rnmsdv3uyd6e3sa97ml3zlszyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tuc4gnj6l" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs9e8arcdys8qqw9j43use3wq9pleq3adeunvqg3yl7qsprth9undglyp09n&#39;&gt;nevent1q…p09n&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Wait... does that mean VOA is coming back?
    </content>
    <updated>2026-03-07T23:45:39Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspmrg5nn8x22tazw5shux832y7wvzrwnstnjqpuv7ey578savuyeqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucxke4w8</id>
    
      <title type="html">The **monsters** perpetuating these **war crimes**, **genocide**, ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspmrg5nn8x22tazw5shux832y7wvzrwnstnjqpuv7ey578savuyeqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucxke4w8" />
    <content type="html">
      The **monsters** perpetuating these **war crimes**, **genocide**, and **crimes against humanity** not only need to be punished, but their entire blood-line, heirs, and lineage needs to be **wiped off the face of this Earth**.
    </content>
    <updated>2026-03-07T23:03:19Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsx22dz4r24fty3ej9p9kgykkpdxdgtlr482kzvn8c4uusfxqlu6yqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucdm697t</id>
    
      <title type="html">As an American, not only do I want the monsters that are in ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsx22dz4r24fty3ej9p9kgykkpdxdgtlr482kzvn8c4uusfxqlu6yqzyrmnx7ufrf8la30hn7q2cz3dqhraq4qcmv6xyvvkx0t5kgxtj4tucdm697t" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsptsf9kk9xk5jps9gjuzg9uckxmr42v2wcu362v6nrnlt42xlwljqcjd7w4&#39;&gt;nevent1q…d7w4&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;As an American, not only do I want the monsters that are in Washington tried for their crimes, but I want them executed by the slowest and most painful means possible.&lt;br/&gt;&lt;br/&gt;Then when they&amp;#39;re gone, their family and heirs should be next.
    </content>
    <updated>2026-03-07T22:41:52Z</updated>
  </entry>

</feed>