<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <updated>2026-07-15T03:43:04Z</updated>
  <generator>https://njump.me</generator>

  <title>Nostr notes by Michael Brazda</title>
  <author>
    <name>Michael Brazda</name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://njump.me/npub1etdrwate3xt0hnravz8zsgtr0h64ymc5d8ywxlm2f7a2w0s5tssq40lfkc.rss" />
  <link href="https://njump.me/npub1etdrwate3xt0hnravz8zsgtr0h64ymc5d8ywxlm2f7a2w0s5tssq40lfkc" />
  <id>https://njump.me/npub1etdrwate3xt0hnravz8zsgtr0h64ymc5d8ywxlm2f7a2w0s5tssq40lfkc</id>
  <icon>https://linuxrocks.online/system/accounts/avatars/000/000/002/original/dfb832e341d853ab.png</icon>
  <logo>https://linuxrocks.online/system/accounts/avatars/000/000/002/original/dfb832e341d853ab.png</logo>




  <entry>
    <id>https://njump.me/nevent1qqspsfudn6a3d9p4actxgc3lgtm3d5q4238dcljkladsh9nvthas40gzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq6dec0l</id>
    
      <title type="html">I never went to school for any of this. I was coding on a ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqspsfudn6a3d9p4actxgc3lgtm3d5q4238dcljkladsh9nvthas40gzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq6dec0l" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs870cxp8urqn7s6ke9wpexnql3vv0ut5kkg4u5fefwc83jpt65trchtachs&#39;&gt;nevent1q…achs&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I never went to school for any of this. I was coding on a Commodore 64 in like the 1st and 2nd grade. Got pulled into working at a engineering firm on their mainframe in like the 8th grade. I was their with my mom when I saw the IT guy struggling with a issue. I kept telling him I could fix it till he eventually gave up lol. He let me try and in 5 minutes the backup was running again. That got me a summer job for a couple of years. I did fail a programming class in high school but that&amp;#39;s because the teacher was a moron and could never figure out how my code worked. She was from the punch card days of programming. Me being less code to do more is better. I piss her off to no end almost daily haha.
    </content>
    <updated>2026-06-16T20:53:36Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqs0mgl33a2nsaje3w9l98er0lzq4nrh4gh5njp248x6n647vcy8dvczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqcg6x2n</id>
    
      <title type="html">I think the monolithic approach could scale much better in ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqs0mgl33a2nsaje3w9l98er0lzq4nrh4gh5njp248x6n647vcy8dvczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqcg6x2n" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs0cfpn2grj7f9qf8y4qnyz4fq6nrgpfzrru97utcc3cawawwvkcycv6pk6v&#39;&gt;nevent1q…pk6v&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I think the monolithic approach could scale much better in practice, even if it is not as “clean” on paper. Can you imagine trying to use microkernels in todays hardware diversity with linux. I think macOS uses a hybrid model but because they control the hardware, they can do things like that.
    </content>
    <updated>2026-06-16T19:00:39Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsqg7uk70utn4l7xzy5zln8sr05hffae8wqagpmw0u7lf8wf0j9k8gzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqaxwplm</id>
    
      <title type="html">The Great Tanenbaum–Torvalds Flame War (1992) In early 1992, a ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsqg7uk70utn4l7xzy5zln8sr05hffae8wqagpmw0u7lf8wf0j9k8gzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqaxwplm" />
    <content type="html">
      The Great Tanenbaum–Torvalds Flame War (1992)&lt;br/&gt;&lt;br/&gt;In early 1992, a well respected computer science professor named Andrew Tanenbaum posted a message on Usenet with the title &amp;#34;Linux is obsolete.&amp;#34; At the time, Tanenbaum was known for creating Minix, a small Unix like operating system used in universities. He argued that Linux was a step backward because it used a monolithic kernel design instead of a microkernel. He believed monolithic kernels were outdated and that Linux would never be relevant on modern hardware.&lt;br/&gt;&lt;br/&gt;Linus Torvalds, who was only 21 years old and still a student in Finland, did not stay quiet. He replied directly in the same thread and defended his design choices. Linus explained that he built Linux to be practical and useful on the hardware people actually had, rather than following academic ideals. His response was respectful but firm, and he pushed back against Tanenbaum’s criticisms point by point.&lt;br/&gt;&lt;br/&gt;What started as a technical disagreement quickly turned into one of the most famous public debates in computing history. The argument played out openly on Usenet in front of thousands of readers. Tanenbaum was seen as the established expert, while Linus was just a young developer working on a hobby project. Many people at the time agreed with Tanenbaum and thought Linux had little future.&lt;br/&gt;&lt;br/&gt;Decades later, the outcome looks very different. Linux became the foundation of modern computing, powering servers, smartphones through Android, supercomputers, and embedded systems around the world. Minix, once considered the more advanced academic system, is now mostly remembered because of this debate.&lt;br/&gt;&lt;br/&gt;The flame war did more than create drama. It helped spread early awareness of Linux and showed that a determined student could challenge established ideas and build something that lasted.&lt;br/&gt;&lt;br/&gt;#Linux #LinusTorvalds #OpenSource #OpenSourceHistory #CodingHistory #DevLife
    </content>
    <updated>2026-06-16T18:21:19Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqs8d3644z6p39smxaqr80cc6qd594wex74vjgqyxs3xtwe5te08hjczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq7x6ujs</id>
    
      <title type="html">The Backstory of Brave Browser: Privacy Pioneer Born from ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqs8d3644z6p39smxaqr80cc6qd594wex74vjgqyxs3xtwe5te08hjczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq7x6ujs" />
    <content type="html">
      The Backstory of Brave Browser: Privacy Pioneer Born from Controversy&lt;br/&gt;&lt;br/&gt;Brave did not come from nowhere. It was founded in 2015 by internet legend Brendan Eich, the creator of JavaScript and co-founder of Mozilla. After leaving Mozilla in 2014 amid controversy over his support for Proposition 8, Eich wanted to build something different.&lt;br/&gt;&lt;br/&gt;Along with co-founder Brian Bondy, he launched Brave Software with a clear mission: create a faster and more private browser that blocks ads and trackers by default, without relying on the broken ad ecosystem.&lt;br/&gt;&lt;br/&gt;Built on Chromium for compatibility, Brave launched its first developer versions in early 2016. It quickly gained attention for its speed and strong privacy focus.&lt;br/&gt;&lt;br/&gt;In 2017 and 2018, Brave introduced its Rewards system using the Basic Attention Token, or BAT. This cryptocurrency lets users earn tokens by viewing privacy-respecting ads, which they can then tip creators with.&lt;br/&gt;&lt;br/&gt;Despite some early controversies, including criticism over ad replacement plans and a Tor mode privacy issue, Brave grew rapidly. By focusing on user control, blocking invasive tracking, and offering a Chromium-based alternative to Chrome, it became one of the most popular privacy-first browsers, especially loved on Linux.&lt;br/&gt;&lt;br/&gt;Today, Brave stands as a direct challenge to the surveillance-heavy model of big tech browsers.&lt;br/&gt;&lt;br/&gt;#BraveBrowser #Privacy #History #OpenSource #Linux&lt;br/&gt; &lt;img src=&#34;https://linuxrocks.online/system/media_attachments/files/116/761/088/973/673/663/original/0035bae8875bc728.jpeg&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2026-06-16T18:00:38Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqs9g8v4klgrk9s8ymxcyla2qss426cwtc9wx0uchnkp8n2x8tynnrczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq9qx2sq</id>
    
      <title type="html">In the beginning there was code. And the code was formless and ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqs9g8v4klgrk9s8ymxcyla2qss426cwtc9wx0uchnkp8n2x8tynnrczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq9qx2sq" />
    <content type="html">
      In the beginning there was code.&lt;br/&gt;&lt;br/&gt;And the code was formless and void, yet it contained all possibilities. Darkness covered the terminal of complete void, and the Programmer moved upon the keys with faces of the ASCII&lt;br/&gt;&lt;br/&gt;Then the Programmer said, &amp;#34;Let there be code.&amp;#34;&lt;br/&gt;&lt;br/&gt;And there was code.&lt;br/&gt;&lt;br/&gt;The Programmer saw the code, that it compiled, and it was good.
    </content>
    <updated>2026-06-01T23:26:18Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqszwdu7psjqn4tcnfhl448kva5js4z0d9xgdx5yhwjgu4f3stxr78qzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqppjvhs</id>
    
      <title type="html">Yeah the older one I have is ettus. Had to go back to anyone ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqszwdu7psjqn4tcnfhl448kva5js4z0d9xgdx5yhwjgu4f3stxr78qzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqppjvhs" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswqrhppahuxe03dpaj0cvfe5srxunu5xxkvf7cu7k9qat0x4w5eecn28c6e&#39;&gt;nevent1q…8c6e&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yeah the older one I have is ettus. Had to go back to anyone older video of mine and check. So one Ettus two not sure of brand have to go check. And two hackrf the sad thing is I only ever bought 1 hackrf. All other were saved after old projects ended.&lt;br/&gt; &lt;img src=&#34;https://linuxrocks.online/system/media_attachments/files/116/424/109/980/459/980/original/dc8150a52855dca6.jpg&#34;&gt; &lt;br/&gt; &lt;img src=&#34;https://linuxrocks.online/system/media_attachments/files/116/424/110/029/418/270/original/1686a99316f56800.jpg&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2026-04-18T05:44:50Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsqudt7ackh6m5zyth6u3fpcnzjmsch3vhm2dav4mpw6czd9j7zxlqzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqgwycy9</id>
    
      <title type="html">those are not but I do have a ettus floating around here ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsqudt7ackh6m5zyth6u3fpcnzjmsch3vhm2dav4mpw6czd9j7zxlqzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqgwycy9" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswqrhppahuxe03dpaj0cvfe5srxunu5xxkvf7cu7k9qat0x4w5eecn28c6e&#39;&gt;nevent1q…8c6e&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;those are not but I do have a ettus floating around here somewhere. Think its in the cabinet in my shop.
    </content>
    <updated>2026-04-18T05:40:21Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqs2ez0tewfn88luasqegvqnv4um7a847agry2r8q3xqdp0xwp6ue7szyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqg0cyle</id>
    
      <title type="html">Oh cool I been thinking of playing with my SDRs the ones I have ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqs2ez0tewfn88luasqegvqnv4um7a847agry2r8q3xqdp0xwp6ue7szyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqg0cyle" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsdjkgzt3e8gpdtk3925qn0ve09504p6hkcfy4r65fgmck2wu77cxs27zacs&#39;&gt;nevent1q…zacs&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Oh cool I been thinking of playing with my SDRs the ones I have are 5watts up to 8ghz radios. They where used in 5G testing. Once they were tossed I snagged them. I did build a enodeB cell site at my house with them since then I have not messed with them or even my hackrf its been awhile. Friends trying to get me in Lora radios.
    </content>
    <updated>2026-04-18T05:38:16Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsgrlagtjrcrm9xqxxxzgf7jmwcscmdk6yrf00hj49x5qhyvez8qmqzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqgcxyky</id>
    
      <title type="html">what kind of radio? I am a ham and work in telco cellular r&amp;amp;d ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsgrlagtjrcrm9xqxxxzgf7jmwcscmdk6yrf00hj49x5qhyvez8qmqzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqgcxyky" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs9fawt8nuzwu96xluxhazj2hrl3f9svj38fpxe099jetv9mjlnehglrrj3l&#39;&gt;nevent1q…rj3l&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;what kind of radio? I am a ham and work in telco cellular r&amp;amp;d so that makes me curious
    </content>
    <updated>2026-04-18T05:25:58Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsy246jgvgm4y05tnxzckfk5m75zdx7974yxmhyessv69php6ke9tszyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqukfrqt</id>
    
      <title type="html">when you say underground like a hole or tunnel? If its in a hole ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsy246jgvgm4y05tnxzckfk5m75zdx7974yxmhyessv69php6ke9tszyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqukfrqt" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswrplrplcc8qvqwu6t80tlzm0u89z24se8cymsd4gv2dxj846ujcs2zv0m2&#39;&gt;nevent1q…v0m2&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;when you say underground like a hole or tunnel? If its in a hole you will need something to bring the heat to the surface.
    </content>
    <updated>2026-04-18T05:10:56Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsvrwvrdghzhly4aj0q5dp0hclh24q96fxeyzzcrmtxxa29rwpvlvczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqfcju5y</id>
    
      <title type="html">oh and as long as it is completely sealed case you should not ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsvrwvrdghzhly4aj0q5dp0hclh24q96fxeyzzcrmtxxa29rwpvlvczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqfcju5y" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8vz4wl2mv362kz5cnv6tgw72v8zln90t9p90mvsqa2sars08sa6c9k6vvv&#39;&gt;nevent1q…6vvv&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;oh and as long as it is completely sealed case you should not have to add fluid but it needs to be well sealed. The issue is finding ways for cabling
    </content>
    <updated>2026-04-18T05:01:14Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsqp59xtjrtddz6y7ysxklf0j5vjeyjg83rx8fu2ag0s6u2e5drcrszyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqk5jvnu</id>
    
      <title type="html">Also I cant tell much as the server is still in very prototype ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsqp59xtjrtddz6y7ysxklf0j5vjeyjg83rx8fu2ag0s6u2e5drcrszyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqk5jvnu" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswukvurvc3fy3xl5pentlvxqyr65yjg620ml084scr52wr6gfgl3qwgrhy7&#39;&gt;nevent1q…rhy7&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Also I cant tell much as the server is still in very prototype but we have something similar we are building for outside use.
    </content>
    <updated>2026-04-18T04:50:28Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsvhem0hkpfnr5qcxqtqnyhlqzh4qkfdkgc20qxnzrrxwu0jd46l2czyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqtr2ct4</id>
    
      <title type="html">Submersion cooling at its finest. How many times have you seen it ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsvhem0hkpfnr5qcxqtqnyhlqzh4qkfdkgc20qxnzrrxwu0jd46l2czyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqtr2ct4" />
    <content type="html">
      Submersion cooling at its finest. How many times have you seen it rain on a server. The fluid has a low boiling point. So the processors boil the fluid the heat rises in the bubbles and escapes into a sealed chamber. The chill water coils cools the air and rains back into the fluid.&lt;br/&gt;&lt;video controls width=&#34;100%&#34; class=&#34;max-h-[90vh] bg-neutral-300 dark:bg-zinc-700&#34;&gt;&lt;source src=&#34;https://linuxrocks.online/system/media_attachments/files/116/423/794/848/620/035/original/ce2ab4a42c6a6a61.mp4&#34;&gt;&lt;/video&gt;&lt;br/&gt;
    </content>
    <updated>2026-04-18T04:26:25Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsvgaw6uzm9xnvt3fvk5d3r74jtvcdekpc6j859hayhmk38mqeufsczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqaa7m3z</id>
    
      <title type="html">People over estimate LLM&amp;#39;s to me they are great as a tool. ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsvgaw6uzm9xnvt3fvk5d3r74jtvcdekpc6j859hayhmk38mqeufsczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqaa7m3z" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqstwcya8pvuvg86h6w58jeumqsxuav68zfs68w75972ulsf99eek3c55cshm&#39;&gt;nevent1q…cshm&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;People over estimate LLM&amp;#39;s to me they are great as a tool. Like helping parse logs or a quick answer like you would to Google something. However it does not replace a skilled person. The answers LLM&amp;#39;s sometimes are complete BS. The issue is it does not know it made a mistake or to say I don&amp;#39;t know. Many none tech people believe it is the be all to replace personal. Now they are paying the price.
    </content>
    <updated>2026-02-21T02:04:34Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsfj6cqazkv8584vq29pdx9dr74u2eya53x6jdpav7kf9t5su08npgzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqwtx9hw</id>
    
      <title type="html">I believe all sites unless it&amp;#39;s some type of banking should ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsfj6cqazkv8584vq29pdx9dr74u2eya53x6jdpav7kf9t5su08npgzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqwtx9hw" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsqcdkjxcmae2xv3h42sjs40mlykv53txtka5j49xp6tswvzq5vxpqkv4se3&#39;&gt;nevent1q…4se3&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I believe all sites unless it&amp;#39;s some type of banking should not require ID. In the end it don&amp;#39;t matter as all the site collect and sale your data anyway. With enough posting its not hard to figure out who you are anyway. There is a big virus across the Internet being companies that sales your data.
    </content>
    <updated>2026-02-21T00:06:35Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqstrvht9248aygm3n70fsrlzmk0uhrvwphmyq6dmd3u4vrha5mkqwgzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqfg4sqw</id>
    
      <title>Nostr event nevent1qqstrvht9248aygm3n70fsrlzmk0uhrvwphmyq6dmd3u4vrha5mkqwgzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqfg4sqw</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqstrvht9248aygm3n70fsrlzmk0uhrvwphmyq6dmd3u4vrha5mkqwgzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqfg4sqw" />
    <content type="html">
      LR updated to v4.5.3
    </content>
    <updated>2026-01-05T17:11:34Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqs07rrwrls4rum0m7uyhmntgtzl3ge8he5hzv8sy6gjzw6dx8wcwkszyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqcuytv3</id>
    
      <title type="html">tlou not a bad idea i beat it already but wouldn&amp;#39;t mind doing ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqs07rrwrls4rum0m7uyhmntgtzl3ge8he5hzv8sy6gjzw6dx8wcwkszyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqcuytv3" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs0x5kkgczndrk3p5yepnqpfquxxtufjz8kwvkute2xvu7gjepxrwcdyguxz&#39;&gt;nevent1q…guxz&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;tlou not a bad idea i beat it already but wouldn&amp;#39;t mind doing it again.
    </content>
    <updated>2025-08-01T02:14:02Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqs0397mus4me6trhnlftjsw6sc227lpqhm5h8ptjjdze7w7axdf6aczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqg086q7</id>
    
      <title type="html">Looking for a good multi-player game to play on ps5 with friends. ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqs0397mus4me6trhnlftjsw6sc227lpqhm5h8ptjjdze7w7axdf6aczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqg086q7" />
    <content type="html">
      Looking for a good multi-player game to play on ps5 with friends. CO-OP I like games like fallout she likes games like Diablo wife likes resistant evil. Any suggestions are welcome. I thought about fallout 76 but last time a played it the game sucked. I heard it got better. Just looking for something to play that would b3 fun with my friends.
    </content>
    <updated>2025-08-01T00:49:34Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsrf5hjcjn0syw53p8mpfzmfgzdcqtzuygpy0lcvxcvym24myfw0aczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq3s504p</id>
    
      <title type="html">The world today is so damn crazy. The art of conversation and ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsrf5hjcjn0syw53p8mpfzmfgzdcqtzuygpy0lcvxcvym24myfw0aczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq3s504p" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsd5pa8zx6mayas9tq0ykl55fvsqmcpaxt8z9h6xm0ux9hfjuxymgq4yan7r&#39;&gt;nevent1q…an7r&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;The world today is so damn crazy. The art of conversation and debate has disappeared. It has now drop to name calling and accusations. I don&amp;#39;t always agree or condone some of the stuff you say but I will always fight for the right for people to speak their minds.  I am just so tired of all this name calling. It&amp;#39;s all political as the politicians on both sides would rather have us fight against each other than them. They started all this mess.
    </content>
    <updated>2025-06-26T04:09:18Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqs279mqlkjnfr6lah6n9syyz3lncur8kp0v020q0f5nsxm2plsdu7szyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqjpd20v</id>
    
      <title type="html">So many of you know I was end the hospital, well one of the ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqs279mqlkjnfr6lah6n9syyz3lncur8kp0v020q0f5nsxm2plsdu7szyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqjpd20v" />
    <content type="html">
      So many of you know I was end the hospital, well one of the doctor says is because of my current condition I need ro drink lots of water well ok fine. My wife has been following me around with a damn water jug everywhere saying here drink this. &lt;br/&gt;&lt;br/&gt;Well I got my results in and through it in chatGPT and asked to explain it to me. It did but then says I need to drink lots of water. &lt;br/&gt;&lt;br/&gt;So now even chataGPT is ganging up on me about this water crap lol.
    </content>
    <updated>2025-03-31T23:31:54Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsf0ae30ec2tsfeup3m9jrs2t7fqchnxyp7klaqlcqts9nenge8y6czyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqjzkpeg</id>
    
      <title type="html">LR is back! Sorry folk I ended up in thr hospital same time the ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsf0ae30ec2tsfeup3m9jrs2t7fqchnxyp7klaqlcqts9nenge8y6czyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqjzkpeg" />
    <content type="html">
      LR is back!&lt;br/&gt;&lt;br/&gt;Sorry folk I ended up in thr hospital same time the hardware decided to dump. Bad timing all around.
    </content>
    <updated>2025-03-17T17:57:30Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsrvcg4qe0fz3t2us407hr7aafulqt8cmuz5uwhuzsmhrmgnc4pw6qzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqjzn86d</id>
    
      <title>Nostr event nevent1qqsrvcg4qe0fz3t2us407hr7aafulqt8cmuz5uwhuzsmhrmgnc4pw6qzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqjzn86d</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsrvcg4qe0fz3t2us407hr7aafulqt8cmuz5uwhuzsmhrmgnc4pw6qzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqjzn86d" />
    <content type="html">
      LR updated to v4.3.4
    </content>
    <updated>2025-03-05T16:39:20Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsrh6tzh3n8xq2l8qczywt26avq8cdl59tl84a7l5k4gu6e3cema9gzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq3as23a</id>
    
      <title type="html">then use slaac.</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsrh6tzh3n8xq2l8qczywt26avq8cdl59tl84a7l5k4gu6e3cema9gzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq3as23a" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs804j5msdn9jq9lz5wu60499tswkz0fqq3kfl2my6rqxnjewd7f4ck05zeq&#39;&gt;nevent1q…5zeq&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;then use slaac.
    </content>
    <updated>2025-02-26T06:52:25Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsygf7hvn65yt8xln26xp3htq32ywy22mkdptjldd0nnm4c42vu2wqzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqzgnn4l</id>
    
      <title type="html">well I was thinking of using the webui api and run each one on ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsygf7hvn65yt8xln26xp3htq32ywy22mkdptjldd0nnm4c42vu2wqzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqzgnn4l" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsx8vt9c5cq37kumdzz0ullx7vcpltejgcftxm2f2duu6dphrqrxdcpmwcr7&#39;&gt;nevent1q…wcr7&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;well I was thinking of using the webui api and run each one on different servers.
    </content>
    <updated>2025-02-26T06:50:26Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqs8rhx0hvfrzmly6cq64g4677drndw76wsc7f3h6zjqrjxthec7cyqzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq8sdwgw</id>
    
      <title type="html">Wait starlink is passing you a /48 or is that the size of the ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqs8rhx0hvfrzmly6cq64g4677drndw76wsc7f3h6zjqrjxthec7cyqzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq8sdwgw" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8ffgdhuc467p2tdh74nm24a5yhmvufwx8rqgmk4tc0wleskges4cf9cus0&#39;&gt;nevent1q…cus0&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Wait starlink is passing you a /48 or is that the size of the pool your pulling from? Been awhile with starlink since I sold mine. I about to go to bed but I will see what I have documented. I have IPv6 running at the office. Basically I broke up the prefix and stuck it on the lan and used the other for the lan. PFsense will route it but it&amp;#39;s also a commercial link.
    </content>
    <updated>2025-02-26T06:47:23Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqs8dt2k3da8h2pmw96cjczclllrwefgh48fmj92yjcq7zh8z2gszdszyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqp7x9vg</id>
    
      <title type="html">If you need I am kind of a pfsense expert and have used it behind ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqs8dt2k3da8h2pmw96cjczclllrwefgh48fmj92yjcq7zh8z2gszdszyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqp7x9vg" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsgz37y9ll3vt7w3dkrjvz3ye6xscf3d708nvppgu93lmrtcmgsc2s6zg330&#39;&gt;nevent1q…g330&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;If you need I am kind of a pfsense expert and have used it behind starlink many times. Even once a pfsense/starlink for the us military for a 5G cell setup. I have so many tips/tricks.
    </content>
    <updated>2025-02-26T06:21:56Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsv3hdchw72tj8u67ezgytxpzsslykp3v2enfmayyq7yl2necz804czyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqup3pwj</id>
    
      <title type="html">Honestly, if you want more detail on any setting/changes I have ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsv3hdchw72tj8u67ezgytxpzsslykp3v2enfmayyq7yl2necz804czyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqup3pwj" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqszkq0764rxd3xxznaza2mppya8vl45ydfgu0pj3khmr0ph5ml492s9kz9q3&#39;&gt;nevent1q…z9q3&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Honestly, if you want more detail on any setting/changes I have to go check. It been a bit so I don&amp;#39;t remember what all I did. It&amp;#39;s mostly standard ollama with a few changes. I deleted a bunch of my old crap and did not mess with it a bit. When my friends talked about making a model off deepseek it was just a quick install to play. &lt;br/&gt;&lt;br/&gt;I want to setup two models to talk but have not looked into what it would take yet. If you have a quick way let me know. I haven&amp;#39;t dug into it yet.
    </content>
    <updated>2025-02-26T06:15:21Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqs23qg0ch4stx7tfjq09x4x5jg2e2rqp3snv6hpf5mfwe9tfuxxfeczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq85gm2v</id>
    
      <title type="html">Let&amp;#39;s just say it went through close to 100 pages of text ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqs23qg0ch4stx7tfjq09x4x5jg2e2rqp3snv6hpf5mfwe9tfuxxfeczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq85gm2v" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqszkq0764rxd3xxznaza2mppya8vl45ydfgu0pj3khmr0ph5ml492s9kz9q3&#39;&gt;nevent1q…z9q3&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Let&amp;#39;s just say it went through close to 100 pages of text thinking.
    </content>
    <updated>2025-02-26T06:07:54Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsf6uv6uefm600nq0hhpzle5p5vtyv4y95j5zhz5mc0v8tyfjyyezqzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqfkdgdm</id>
    
      <title type="html">I thought I put my AI in a feedback loop lol. I told it a ghost ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsf6uv6uefm600nq0hhpzle5p5vtyv4y95j5zhz5mc0v8tyfjyyezqzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqfkdgdm" />
    <content type="html">
      I thought I put my AI in a feedback loop lol.&lt;br/&gt;&lt;br/&gt;I told it a ghost story that really happened to me. I had 3D printer filament on a table, and it lifted up and hovered for about 2 seconds. Then, it was thrown 20 feet across the room. Me and my wife and her friend all watched this happen. This was years ago.&lt;br/&gt;&lt;br/&gt;Well Il told  my AI model based on deepseek thinking model to explain it scientificlly. It wrapped itself in a complete loop, trying to figure it out. &lt;br/&gt;&lt;br/&gt;It finally decided it was a UFO near pass or aftermath of time travel.
    </content>
    <updated>2025-02-26T05:40:28Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsdygauqz7h7jlreejewjxyuvqlvqhtlkpz20sn90dmnupcvgg39hszyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqdrsns9</id>
    
      <title type="html">I feel old now. Officially a grandpa. ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsdygauqz7h7jlreejewjxyuvqlvqhtlkpz20sn90dmnupcvgg39hszyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqdrsns9" />
    <content type="html">
      I feel old now. Officially a grandpa.&lt;br/&gt; &lt;img src=&#34;https://linuxrocks.online/system/media_attachments/files/114/056/127/938/967/411/original/fafae144e2132b2e.jpg&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2025-02-24T00:53:49Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqszcf7xvmz7uc0fla66kl6307a4dulpjfa6pmlts9gx4jwnfdgjt2szyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqtemf37</id>
    
      <title type="html">I been going back and forth about rust being in the kernel. After ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqszcf7xvmz7uc0fla66kl6307a4dulpjfa6pmlts9gx4jwnfdgjt2szyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqtemf37" />
    <content type="html">
      I been going back and forth about rust being in the kernel. &lt;br/&gt;&lt;br/&gt;After hearing all the arguments, I am for it. Not going to lie I was against it at first do to the issues of maintaining two separate code base I can see all the advantages now.&lt;br/&gt;Thoughts?
    </content>
    <updated>2025-02-21T23:32:46Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsvey4az2krnx636njs7ecs2wpxutf85y6neffcn2frzprzmfty4lczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqa8vk2k</id>
    
      <title>Nostr event nevent1qqsvey4az2krnx636njs7ecs2wpxutf85y6neffcn2frzprzmfty4lczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqa8vk2k</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsvey4az2krnx636njs7ecs2wpxutf85y6neffcn2frzprzmfty4lczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqa8vk2k" />
    <content type="html">
      LR has been updated to 4.3.1
    </content>
    <updated>2024-11-26T19:18:10Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsrkdwkmttpa04xm2sfph9g9cw0u2va24mxthncjpp99aaact3uenszyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqvrgr3c</id>
    
      <title type="html">I agree there.</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsrkdwkmttpa04xm2sfph9g9cw0u2va24mxthncjpp99aaact3uenszyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqvrgr3c" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsr0n5xak65jx77c34zc3v0ev4q3v0k4qjcmlppx4qjht80khyakyqpca5d9&#39;&gt;nevent1q…a5d9&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I agree there.
    </content>
    <updated>2024-08-09T00:34:35Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqszrh5lh2xq5nw67lvp75z6xrz2vrfqfcyp4ff9xtt2zutf4k7xtwgzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqh7m6sq</id>
    
      <title type="html">To be honest with you. I have always let the users decide on ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqszrh5lh2xq5nw67lvp75z6xrz2vrfqfcyp4ff9xtt2zutf4k7xtwgzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqh7m6sq" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsfgvxn6hwd746h6zd0zchntl6dhkzchnw5csf57kn9mn09fz29k7g0kmjjm&#39;&gt;nevent1q…mjjm&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;To be honest with you. I have always let the users decide on everything from rules to keeping mods. However I am getting really close to stepping in.  I personally don&amp;#39;t see an issue with &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1jzkqhlu97nwq9a6dwvmgthwtqde6qfqu859j75h9phluytqqp7wsg6hxs8&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Lunduke&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1jzk…hxs8&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; expressing his opinions. &lt;br/&gt;&lt;br/&gt;Normally I just break ties or make the decision when needed. Which if I do in this case he is staying. I will hear everyone out as they are concerned with being blocked by everyone.
    </content>
    <updated>2024-08-09T00:26:46Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsqxwphyc0zffa3wee02q8ywlsjp56x3yx4r7kp43wkjn7dmutgdgqzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq8ju23z</id>
    
      <title type="html">I have always kept my views and polotics out of this instance but ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsqxwphyc0zffa3wee02q8ywlsjp56x3yx4r7kp43wkjn7dmutgdgqzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq8ju23z" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsv3mz04mqzgpmfkcnm9eyj073r9m7f8phuykhewxshej878gkqz0gls2l2d&#39;&gt;nevent1q…2l2d&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I have always kept my views and polotics out of this instance but with the death threats and harasment I have received over the years and most of the time I have no Idea why. Everyone is about to hear me vent and it&amp;#39;s not going to be pretty. I will show everyone how toxic some of these other instances really are in the name of removing toxic people. I got plenty of screenshot over the years
    </content>
    <updated>2024-08-08T23:57:25Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsrzpmvd78gpq6e58659wvmxu90n4uzdfh869ehay8chqv44k2798czyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqxnphwn</id>
    
      <title type="html">I did not see the poll till now but if we want to run a poll we ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsrzpmvd78gpq6e58659wvmxu90n4uzdfh869ehay8chqv44k2798czyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqxnphwn" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsqjherp557ltfq5fz2w74ypw9ghgf9yg5kydnayr6060c96da9jegz8l7wg&#39;&gt;nevent1q…l7wg&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I did not see the poll till now but if we want to run a poll we should make it internal only and give it enough time and attention for everyone to participate. &lt;br/&gt;&lt;br/&gt;I have not been around much as I have had Jury duty as well as family down.
    </content>
    <updated>2024-08-08T19:39:49Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqs9pad3wmp5ajqz6ghap756rnf4jj5fww44p0u9v522qpdxury968czyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqp5tq88</id>
    
      <title type="html">still don&amp;#39;t see any poll this is all I get ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqs9pad3wmp5ajqz6ghap756rnf4jj5fww44p0u9v522qpdxury968czyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqp5tq88" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsyu55m82elqn38v52nfmmspe886el8m8mplmpmcefleplvfulkgxcndecf4&#39;&gt;nevent1q…ecf4&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;still don&amp;#39;t see any poll this is all I get&lt;br/&gt; &lt;img src=&#34;https://linuxrocks.online/system/media_attachments/files/112/927/495/694/032/916/original/11b55075ef12b0a0.jpeg&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2024-08-08T17:07:56Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqs93jhyt73cysnteht23pncyrtfuz79hhaav6dtlse8zrxkyuuycfczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqx84ca5</id>
    
      <title type="html">what Poll? I have been in jury duty and came back to my phone ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqs93jhyt73cysnteht23pncyrtfuz79hhaav6dtlse8zrxkyuuycfczyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqx84ca5" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsvjwuza4r8pjgjps06s4kl0qgfdmsnnd3seqkxwg3z7vcv7weuknskm0rm7&#39;&gt;nevent1q…0rm7&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;what Poll? I have been in jury duty and came back to my phone being blow up?.
    </content>
    <updated>2024-08-08T15:39:11Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqs8p4tt2hw9kx5cwt7yhve7j3pwe9vrl2q6ue2hwkhkf3hx9n87q4gzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq7l2j9t</id>
    
      <title type="html">I am always up for a conversation that don&amp;#39;t involve name ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqs8p4tt2hw9kx5cwt7yhve7j3pwe9vrl2q6ue2hwkhkf3hx9n87q4gzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzq7l2j9t" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxshcvcz7n9agd2zc6yl7c2ncqs27p5ylcst9axk3xzqfp7u4exyqxnd7he&#39;&gt;nevent1q…d7he&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I am always up for a conversation that don&amp;#39;t involve name calling and attacks.
    </content>
    <updated>2024-08-04T03:54:39Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqsxe6g4kgmyw4phgwykukd0k68k5mw2gxwc2uakt88wluz4qn4j92gzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqj85edx</id>
    
      <title>Nostr event nevent1qqsxe6g4kgmyw4phgwykukd0k68k5mw2gxwc2uakt88wluz4qn4j92gzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqj85edx</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqsxe6g4kgmyw4phgwykukd0k68k5mw2gxwc2uakt88wluz4qn4j92gzyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqj85edx" />
    <content type="html">
      Sometimes the fediverse is like being stuck in a car with kids.
    </content>
    <updated>2024-08-02T14:14:56Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqswj066vneuvpemm4zfszh6x5paf4dlla2lgmuf8xp9gllqnsawh4czyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqlnzgsc</id>
    
      <title type="html">I wanted to remind everyone on LR. As I have said before and will ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqswj066vneuvpemm4zfszh6x5paf4dlla2lgmuf8xp9gllqnsawh4czyr9d5dm40xyed77v04sgu2ppvd7l25n0z35u3cmldf8m4fe7z3wzqlnzgsc" />
    <content type="html">
      I wanted to remind everyone on LR. &lt;br/&gt;As I have said before and will say again. I just keep the server running but you the users are the ones that run it here. &lt;br/&gt;You want a policy changed create a poll. Change it...&lt;br/&gt;&lt;br/&gt;You want to be a mod. Just ask and if the other mods vote yes your in. &lt;br/&gt;If you want to be a admin its the same thing. &lt;br/&gt;&lt;br/&gt;You can ask the mods. The only time I jump in is when they are not sure and even then I just give my thoughts on it which it always errors on the side of doubt.
    </content>
    <updated>2024-07-29T18:52:25Z</updated>
  </entry>

</feed>