<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:podcast="https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md" version="2.0">
  <channel>
    <title>No Solutions</title>
    <description>No solutions; only trade-offs. Walking towards a better internet. 
Est. 882,690. Inspired by Sovereign Engineering https://sovereignengineering.io/podcast</description>
    <language>en</language>
    <itunes:image href="https://haven.sovereignengineering.io/29995d6f3c18f5cd881519e08a34292ccbd2f0996df288e9b125dea69d259eee.jpg"/>
    <link>https://sovereignengineering.io/podcast</link>
    <generator>No Solutions</generator>
    <image>
      <url>https://haven.sovereignengineering.io/29995d6f3c18f5cd881519e08a34292ccbd2f0996df288e9b125dea69d259eee.jpg</url>
      <link>https://sovereignengineering.io/podcast</link>
      <title>No Solutions</title>
      <description>No solutions; only trade-offs. Walking towards a better internet. 
Est. 882,690. Inspired by Sovereign Engineering https://sovereignengineering.io/podcast</description>
      <width>144</width>
      <height>144</height>
    </image>
    <itunes:category text="Technology">
      <itunes:category text="Software How-To"/>
    </itunes:category>
    <podcast:medium>podcast</podcast:medium>
    <podcast:person href="https://dergigi.com/" img="https://dergigi.com/assets/images/avatars/09.png" group="cast" role="host">Gigi</podcast:person>
    <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
      <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
    </podcast:value>
    <podcast:complete>no</podcast:complete>
    <podcast:block>no</podcast:block>
    <podcast:license url="">cc-by-sa-4.0</podcast:license>
    <itunes:owner>
      <itunes:email>gigi@sovereignengineering.io</itunes:email>
      <itunes:name>Gigi</itunes:name>
    </itunes:owner>
    <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
    <itunes:keywords>nostr, development, sovereign engineering, shipping, memes, web, internet, conversation, dialog</itunes:keywords>
    <itunes:author>Gigi</itunes:author>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>No solutions, only trade-offs.</itunes:subtitle>
    <itunes:summary>No solutions, only trade-offs. Walking towards a better internet through freedom tech, open protocols, and sovereign engineering.</itunes:summary>
    <itunes:explicit>false</itunes:explicit>
    <managingEditor>gigi@sovereignengineering.io (Gigi)</managingEditor>
    <pubDate>Sun, 26 Jul 2026 14:53:53 +0000</pubDate>
    <lastBuildDate>Sun, 26 Jul 2026 14:53:53 +0000</lastBuildDate>
    <category>Technology</category>
    <podcast:guid>2ff22ba8-f69b-5067-9068-9c1636ebc718</podcast:guid>
    <item>
      <title>33: ASMap, nix, and nix-nostr w/ Julien</title>
      <description><![CDATA[<p>&quot;There is no real address book for the internet.&quot;</p>
<p><a href="https://njump.to/npub19w6s06qgvfy8glfwc5qf5uxvm0staycslfsjj55j8jzhned2spzq8psyzj">Julien</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk.</p>
<p><a href="https://sovereignengineering.io/podcast/33-asmap-nix-and-nix-nostr-w-julien">Listen on sovereignengineering.io</a></p>
<p>Julien came to <a href="https://sovereignengineering.io/">Sovereign Engineering</a> through a strange path: <a href="https://nixos.org/">Nix</a>, <a href="https://bitcoincore.org/">Bitcoin Core</a>, <a href="https://asmap.org/">ASMap</a>, <a href="https://nostr.com/">Nostr</a>, and a growing sense that packaging, routing, identity, and deployment are all part of the same sovereignty problem. The first part of the walk goes deep into ASMap: why Bitcoin Core cares which autonomous systems its peers live in, how eclipse attacks turn peer discovery into a security question, and why mapping the internet is harder than it looks.</p>
<p>The trade-off is familiar: IP addresses are useful but misleading. A single entity can control many non-contiguous ranges, routing data is messy, <a href="https://www.cloudflare.com/learning/security/glossary/what-is-bgp/">BGP</a> was not designed as a cryptographic truth machine, and even better inputs like <a href="https://rpki.readthedocs.io/">RPKI</a> only cover part of the world. So <a href="https://github.com/asmap/kartograf">Kartograf</a> builds from several imperfect sources, and the <a href="https://github.com/bitcoin-core/asmap-data">asmap-data</a> process turns map generation into a collaborative run with hashes, review, and a paper trail.</p>
<p>From there the conversation moves into Nostr and the social layer of infrastructure. Julien describes finding Nostr through the simple feeling that the primitives were right, using <a href="https://github.com/vitorpamplona/amethyst">Amethyst</a> and <a href="https://zapstore.dev/">Zapstore</a>, thinking about Git on Nostr, and watching <a href="https://fips.network/">FIPS</a> make old assumptions about DNS, IP addresses, NAT, and transport layers feel suddenly optional.</p>
<p>The last thread is <a href="https://github.com/jurraca/nostrpkgs">nix-nostr</a>, or more precisely Julien&#39;s early <a href="https://github.com/jurraca/nostrpkgs">nostrpkgs</a> work: a Nix package set and deployment path for Nostr tools. The inspiration is <a href="https://github.com/fort-nix/nix-bitcoin/">nix-bitcoin</a>, but the target is wider: relays, FIPS nodes, git servers, Blossom drives, Cashu mints, and other services that should be easy to compose, reproduce, and ship. If agents are going to run infrastructure for us, declarative systems start to look less like taste and more like leverage.</p>
<p>In this dialogue:</p>
<ul>
<li>how Julien found a path into Bitcoin Core work through <a href="https://btcplusplus.dev/">BTC++</a>, Nix, and a conversation with Fabian Jahr</li>
<li>why <a href="https://asmap.org/">ASMap</a> exists as a Bitcoin Core feature, and what it tries to improve about peer bucketing</li>
<li>how eclipse attacks, Sybil attacks, AWS, Hetzner, and autonomous systems change the threat model for peer discovery</li>
<li>why IP address prefixes are only a heuristic for control</li>
<li>how regional registries, autonomous systems, BGP, RPKI, IRR, and RIPE RIS fit into the map-making problem</li>
<li>why no one can build a perfect ASMap, and why that does not make the project useless</li>
<li>how <a href="https://github.com/asmap/kartograf">Kartograf</a> aggregates imperfect data into a usable ASMap</li>
<li>why collaborative runs give the process a reproducible paper trail instead of relying on one person&#39;s machine</li>
<li>how ASMap files are now managed in the <a href="https://github.com/bitcoin-core/asmap-data">bitcoin-core/asmap-data</a> repository</li>
<li>why Julien would still like more users to generate fresh maps for themselves</li>
<li>how Nostr first clicked as the right mix of clients, relays, keys, and trade-offs</li>
<li>why <a href="https://zapstore.dev/">Zapstore</a> makes Android distribution feel native to Nostr</li>
<li>why replacing <a href="https://github.com/">GitHub</a> means replacing hosting, search, issues, pull requests, CI, releases, and social discovery</li>
<li>how Git-on-Nostr, agents, and mobile-first workflows point away from old repository interfaces</li>
<li>why voice, text, and agent interfaces are starting to blur</li>
<li>how <a href="https://fips.network/">FIPS</a> changes the address and transport conversation by routing through Nostr identities</li>
<li>why a FIPS route for Bitcoin Core peers would be worth testing</li>
<li>why Julien sees <a href="https://nixos.org/">Nix</a> as sovereign infrastructure, not just a package manager</li>
<li>how reproducible builds, dependency graphs, hashes, and declarative systems connect Nix back to Bitcoin instincts</li>
<li>why <a href="https://github.com/fort-nix/nix-bitcoin/">nix-bitcoin</a> is the obvious reference point for packaging Nostr infrastructure</li>
<li>what <a href="https://github.com/jurraca/nostrpkgs">nostrpkgs</a> is trying to do for Nostr tools, binary caches, and deployment recipes</li>
<li>why Nix is unusually friendly to agents because the desired machine state is written down as text</li>
<li>how demo day, Napplets, FIPS, Archipelago, and Sovereign Engineering changed Julien&#39;s first-week view of what can be built</li>
<li>why the right way to reach younger users is to build tools they love before explaining why the architecture matters</li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">#21: hashtree, nostr-vpn, and iris w/ Martti Malmi</a></li>
<li><a href="https://sovereignengineering.io/podcast/30-napplets-w-sandwich">#30: Napplets w/ Sandwich</a></li>
<li><a href="https://sovereignengineering.io/podcast/31-buzz-mosaico-and-other-stuff-w-pablo">#31: Buzz, Mosaico, and Other Stuff w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/32-nostrology-w-whisperhash">#32: Nostrology w/ WhisperHash</a></li>
<li><a href="https://sovereignengineering.io/podcast/20-archipelago-meshtadels-w-shadrach">#20: Archipelago Meshtadels w/ Shadrach</a></li>
<li><a href="https://sovereignengineering.io/podcast/23-shipping-violently-w-justin-moon">#23: Shipping Violently w/ Justin Moon</a></li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://github.com/fjahr">Fabian Jahr</a></li>
<li><a href="https://github.com/naumenkogs">Gleb Naumenko</a></li>
<li><a href="https://github.com/sipa">Pieter Wuille</a></li>
<li><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/23-shipping-violently-w-justin-moon">Justin Moon</a></li>
<li><a href="https://njump.to/npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m">Jack Dorsey</a></li>
<li><a href="https://njump.to/npub1uac67zc9er54ln0kl6e4qp2y6ta3enfcg7ywnayshvlw9r5w6ehsqq99rx">Sandwich</a></li>
<li><a href="https://sovereignengineering.io/podcast/17-organic-tech-w-arjen">Arjen</a></li>
<li><a href="https://b10c.me/">oxb10c</a></li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://asmap.org/">ASMap</a></li>
<li><a href="https://github.com/asmap/kartograf">Kartograf</a></li>
<li><a href="https://github.com/bitcoin-core/asmap-data">asmap-data</a></li>
<li><a href="https://github.com/bitcoin/bitcoin/tree/master/contrib/asmap">Bitcoin Core ASMap docs</a></li>
<li><a href="https://bitcoincore.org/">Bitcoin Core</a></li>
<li><a href="https://bitcoinops.org/en/topics/eclipse-attacks/">Eclipse attacks</a></li>
<li><a href="https://www.cloudflare.com/learning/security/glossary/what-is-bgp/">BGP</a></li>
<li><a href="https://rpki.readthedocs.io/">RPKI</a></li>
<li><a href="https://ris.ripe.net/">RIPE RIS</a></li>
<li><a href="https://nixos.org/">Nix</a></li>
<li><a href="https://github.com/fort-nix/nix-bitcoin/">nix-bitcoin</a></li>
<li><a href="https://github.com/jurraca/nostrpkgs">nostrpkgs</a></li>
<li><a href="https://nostr.com/">Nostr</a></li>
<li><a href="https://fips.network/">FIPS</a></li>
<li><a href="https://zapstore.dev/">Zapstore</a></li>
<li><a href="https://github.com/vitorpamplona/amethyst">Amethyst</a></li>
<li><a href="https://nips.nostr.com/17">NIP-17</a></li>
<li><a href="https://nips.nostr.com/29">NIP-29</a></li>
<li><a href="https://github.com/block/buzz">Buzz</a></li>
<li><a href="https://github.com/hzrd149/blossom">Blossom</a></li>
<li><a href="https://cashu.space/">Cashu</a></li>
<li><a href="https://napplet.run/">Napplets</a></li>
<li><a href="https://guix.gnu.org/">Guix</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/959604">959,604</a>.</p>
]]></description>
      <link>https://njump.to/nevent1qqsd0c98mxk6rkl0spdmcjjv4088qmqpz5jv3n3q7wj62ynrn3w88ngpzamhxue69uhksctkv4hzuer9wfnkjemf9e3k7mgpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgqgdwaehxw309ahx7uewd3hkcq3qn00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54suqg9fp</link>
      <enclosure url="https://haven.dergigi.com/aa7f21c73bd3b77b67e2b3bef1d63eb6a384dc1906018f8d4d9d25a74fb07139.f4a" length="94738367" type="audio/mp4"/>
      <guid isPermaLink="false">a21de095-bff2-4b47-b886-c345e58b1790</guid>
      <pubDate>Sun, 26 Jul 2026 14:53:53 +0000</pubDate>
      <itunes:duration>5709</itunes:duration>
      <itunes:image href="https://haven.dergigi.com/7ffeeb9ba6d25528e77419c4d8178700c6a97ea9ffa0359ae19c3bd5d33511b5.jpg"/>
      <podcast:person href="https://njump.to/npub19w6s06qgvfy8glfwc5qf5uxvm0staycslfsjj55j8jzhned2spzq8psyzj" img="https://image.nostr.build/c80a43068053c4dda2c5d3a5834c83ee58ab2bc2604d6a321709c27369780396.jpg" group="cast" role="guest">Julien</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/04662d3a28da27a8bff7fc0ee33cc52a50f794ad5153a44cfdc20d27f055f118.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/33-asmap-nix-and-nix-nostr-w-julien.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Julien" type="lnaddress" address="julien@npub.cash" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qq3nxvedv9ek6cts94hxj7pdv9hxgttwd9uz6mn0wd68ytth94482mrfv4hqz9mhwden5te0dpshvetw9ejx2un8d9nkjtnrdaksz9nhwden5te0wfjkccte9ec8y6tdv9kzumn9wsqs6amnwvaz7tmwdaejumr0dspzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqvzqqqr4gusmxnsf">Show Notes</podcast:contentLink>
      <itunes:subtitle>33: ASMap, nix, and nix-nostr w/ Julien</itunes:subtitle>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>Yes</itunes:explicit>
      <itunes:keywords>asmap, julien, jurraca, nix, nixos, nix-nostr, nostrpkgs, bitcoin core, bgp, rpki, kartograf, fips, nostr, zapstore</itunes:keywords>
      <itunes:summary><![CDATA[<p>&quot;There is no real address book for the internet.&quot;</p>
<p><a href="https://njump.to/npub19w6s06qgvfy8glfwc5qf5uxvm0staycslfsjj55j8jzhned2spzq8psyzj">Julien</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk.</p>
<p><a href="https://sovereignengineering.io/podcast/33-asmap-nix-and-nix-nostr-w-julien">Listen on sovereignengineering.io</a></p>
<p>Julien came to <a href="https://sovereignengineering.io/">Sovereign Engineering</a> through a strange path: <a href="https://nixos.org/">Nix</a>, <a href="https://bitcoincore.org/">Bitcoin Core</a>, <a href="https://asmap.org/">ASMap</a>, <a href="https://nostr.com/">Nostr</a>, and a growing sense that packaging, routing, identity, and deployment are all part of the same sovereignty problem. The first part of the walk goes deep into ASMap: why Bitcoin Core cares which autonomous systems its peers live in, how eclipse attacks turn peer discovery into a security question, and why mapping the internet is harder than it looks.</p>
<p>The trade-off is familiar: IP addresses are useful but misleading. A single entity can control many non-contiguous ranges, routing data is messy, <a href="https://www.cloudflare.com/learning/security/glossary/what-is-bgp/">BGP</a> was not designed as a cryptographic truth machine, and even better inputs like <a href="https://rpki.readthedocs.io/">RPKI</a> only cover part of the world. So <a href="https://github.com/asmap/kartograf">Kartograf</a> builds from several imperfect sources, and the <a href="https://github.com/bitcoin-core/asmap-data">asmap-data</a> process turns map generation into a collaborative run with hashes, review, and a paper trail.</p>
<p>From there the conversation moves into Nostr and the social layer of infrastructure. Julien describes finding Nostr through the simple feeling that the primitives were right, using <a href="https://github.com/vitorpamplona/amethyst">Amethyst</a> and <a href="https://zapstore.dev/">Zapstore</a>, thinking about Git on Nostr, and watching <a href="https://fips.network/">FIPS</a> make old assumptions about DNS, IP addresses, NAT, and transport layers feel suddenly optional.</p>
<p>The last thread is <a href="https://github.com/jurraca/nostrpkgs">nix-nostr</a>, or more precisely Julien&#39;s early <a href="https://github.com/jurraca/nostrpkgs">nostrpkgs</a> work: a Nix package set and deployment path for Nostr tools. The inspiration is <a href="https://github.com/fort-nix/nix-bitcoin/">nix-bitcoin</a>, but the target is wider: relays, FIPS nodes, git servers, Blossom drives, Cashu mints, and other services that should be easy to compose, reproduce, and ship. If agents are going to run infrastructure for us, declarative systems start to look less like taste and more like leverage.</p>
<p>In this dialogue:</p>
<ul>
<li>how Julien found a path into Bitcoin Core work through <a href="https://btcplusplus.dev/">BTC++</a>, Nix, and a conversation with Fabian Jahr</li>
<li>why <a href="https://asmap.org/">ASMap</a> exists as a Bitcoin Core feature, and what it tries to improve about peer bucketing</li>
<li>how eclipse attacks, Sybil attacks, AWS, Hetzner, and autonomous systems change the threat model for peer discovery</li>
<li>why IP address prefixes are only a heuristic for control</li>
<li>how regional registries, autonomous systems, BGP, RPKI, IRR, and RIPE RIS fit into the map-making problem</li>
<li>why no one can build a perfect ASMap, and why that does not make the project useless</li>
<li>how <a href="https://github.com/asmap/kartograf">Kartograf</a> aggregates imperfect data into a usable ASMap</li>
<li>why collaborative runs give the process a reproducible paper trail instead of relying on one person&#39;s machine</li>
<li>how ASMap files are now managed in the <a href="https://github.com/bitcoin-core/asmap-data">bitcoin-core/asmap-data</a> repository</li>
<li>why Julien would still like more users to generate fresh maps for themselves</li>
<li>how Nostr first clicked as the right mix of clients, relays, keys, and trade-offs</li>
<li>why <a href="https://zapstore.dev/">Zapstore</a> makes Android distribution feel native to Nostr</li>
<li>why replacing <a href="https://github.com/">GitHub</a> means replacing hosting, search, issues, pull requests, CI, releases, and social discovery</li>
<li>how Git-on-Nostr, agents, and mobile-first workflows point away from old repository interfaces</li>
<li>why voice, text, and agent interfaces are starting to blur</li>
<li>how <a href="https://fips.network/">FIPS</a> changes the address and transport conversation by routing through Nostr identities</li>
<li>why a FIPS route for Bitcoin Core peers would be worth testing</li>
<li>why Julien sees <a href="https://nixos.org/">Nix</a> as sovereign infrastructure, not just a package manager</li>
<li>how reproducible builds, dependency graphs, hashes, and declarative systems connect Nix back to Bitcoin instincts</li>
<li>why <a href="https://github.com/fort-nix/nix-bitcoin/">nix-bitcoin</a> is the obvious reference point for packaging Nostr infrastructure</li>
<li>what <a href="https://github.com/jurraca/nostrpkgs">nostrpkgs</a> is trying to do for Nostr tools, binary caches, and deployment recipes</li>
<li>why Nix is unusually friendly to agents because the desired machine state is written down as text</li>
<li>how demo day, Napplets, FIPS, Archipelago, and Sovereign Engineering changed Julien&#39;s first-week view of what can be built</li>
<li>why the right way to reach younger users is to build tools they love before explaining why the architecture matters</li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">#21: hashtree, nostr-vpn, and iris w/ Martti Malmi</a></li>
<li><a href="https://sovereignengineering.io/podcast/30-napplets-w-sandwich">#30: Napplets w/ Sandwich</a></li>
<li><a href="https://sovereignengineering.io/podcast/31-buzz-mosaico-and-other-stuff-w-pablo">#31: Buzz, Mosaico, and Other Stuff w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/32-nostrology-w-whisperhash">#32: Nostrology w/ WhisperHash</a></li>
<li><a href="https://sovereignengineering.io/podcast/20-archipelago-meshtadels-w-shadrach">#20: Archipelago Meshtadels w/ Shadrach</a></li>
<li><a href="https://sovereignengineering.io/podcast/23-shipping-violently-w-justin-moon">#23: Shipping Violently w/ Justin Moon</a></li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://github.com/fjahr">Fabian Jahr</a></li>
<li><a href="https://github.com/naumenkogs">Gleb Naumenko</a></li>
<li><a href="https://github.com/sipa">Pieter Wuille</a></li>
<li><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/23-shipping-violently-w-justin-moon">Justin Moon</a></li>
<li><a href="https://njump.to/npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m">Jack Dorsey</a></li>
<li><a href="https://njump.to/npub1uac67zc9er54ln0kl6e4qp2y6ta3enfcg7ywnayshvlw9r5w6ehsqq99rx">Sandwich</a></li>
<li><a href="https://sovereignengineering.io/podcast/17-organic-tech-w-arjen">Arjen</a></li>
<li><a href="https://b10c.me/">oxb10c</a></li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://asmap.org/">ASMap</a></li>
<li><a href="https://github.com/asmap/kartograf">Kartograf</a></li>
<li><a href="https://github.com/bitcoin-core/asmap-data">asmap-data</a></li>
<li><a href="https://github.com/bitcoin/bitcoin/tree/master/contrib/asmap">Bitcoin Core ASMap docs</a></li>
<li><a href="https://bitcoincore.org/">Bitcoin Core</a></li>
<li><a href="https://bitcoinops.org/en/topics/eclipse-attacks/">Eclipse attacks</a></li>
<li><a href="https://www.cloudflare.com/learning/security/glossary/what-is-bgp/">BGP</a></li>
<li><a href="https://rpki.readthedocs.io/">RPKI</a></li>
<li><a href="https://ris.ripe.net/">RIPE RIS</a></li>
<li><a href="https://nixos.org/">Nix</a></li>
<li><a href="https://github.com/fort-nix/nix-bitcoin/">nix-bitcoin</a></li>
<li><a href="https://github.com/jurraca/nostrpkgs">nostrpkgs</a></li>
<li><a href="https://nostr.com/">Nostr</a></li>
<li><a href="https://fips.network/">FIPS</a></li>
<li><a href="https://zapstore.dev/">Zapstore</a></li>
<li><a href="https://github.com/vitorpamplona/amethyst">Amethyst</a></li>
<li><a href="https://nips.nostr.com/17">NIP-17</a></li>
<li><a href="https://nips.nostr.com/29">NIP-29</a></li>
<li><a href="https://github.com/block/buzz">Buzz</a></li>
<li><a href="https://github.com/hzrd149/blossom">Blossom</a></li>
<li><a href="https://cashu.space/">Cashu</a></li>
<li><a href="https://napplet.run/">Napplets</a></li>
<li><a href="https://guix.gnu.org/">Guix</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/959604">959,604</a>.</p>
]]></itunes:summary>
    </item>
    <item>
      <title>32: Nostrology w/ WhisperHash</title>
      <description><![CDATA[<p>&quot;No Solutions, do the homework.&quot;</p>
<p><a href="https://njump.to/npub1t6m495kynns7xjmgz8yt6krrw4r8tac0mvr3f25f9r35ke72ap3su4qycp">WhisperHash</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk.</p>
<p><a href="https://sovereignengineering.io/podcast/32-nostrology-w-whisperhash">Listen on sovereignengineering.io</a></p>
<p>WhisperHash came to <a href="https://sovereignengineering.io/">Sovereign Engineering</a> by following breadcrumbs: <a href="https://bitcoin.org/">Bitcoin</a> first, then small solo miners, then <a href="https://nostr.com/">Nostr</a>, then No Solutions, then the strange realization that the protocol was not just another social network. After losing a valuable Instagram handle to platform control, the idea of cryptographic identity stopped being abstract. If you do not hold the keys, you do not own the thing.</p>
<p>The mining part of the walk starts with <a href="https://github.com/BitMaker-hub/NerdMiner_v2">NerdMiner</a> and <a href="https://www.espressif.com/en/products/socs/esp32">ESP32</a> tinkering, moves into <a href="https://www.bitaxe.org/">BitAxe</a> and open-source ASICs, and lands on the dream of a quiet fanless home miner that can coexist with humans. The Nostr part starts with a data question: how many people are actually here, how many sats are moving, and which numbers should anyone trust?</p>
<p>That question became <a href="https://nostrolo.gy/">Nostrology</a>, an ecosystem observatory for Nostr data. But making data visible is not neutral. DAU, MAU, relay lists, zaps, <a href="https://nips.nostr.com/61">Nutzaps</a>, and follow history all exist somewhere in the event graph, but packaging them into convenient datasets changes the trade-off. Some data wants to be useful. Some data probably wants to rot.</p>
<p>The deeper thread is about primitives. <a href="https://github.com/hzrd149/blossom">Blossom</a>, <a href="https://github.com/jmcorgan/fips">FIPS</a>, <a href="https://zapstore.dev/">Zapstore</a>, Nostr identities, <a href="https://parquet.apache.org/">Parquet</a> files, and <a href="https://contextvm.org/">ContextVM</a> all show up as ways to compose small pieces into larger systems without pretending there is one global application. If the abstractions are right, things stack. If the abstractions leak, you get a different kind of centralization with better branding.</p>
<p>In this dialogue:</p>
<ul>
<li>how WhisperHash found <a href="https://bitcoin.org/">Bitcoin</a>, dismissed <a href="https://nostr.com/">Nostr</a> as &quot;decentralized social,&quot; and then got pulled back in by ownership, identity, and curiosity</li>
<li>why losing a valuable Instagram handle made platform ownership feel concrete</li>
<li>how a data-science background turned into a search for something useful to build in Bitcoin</li>
<li>why <a href="https://github.com/BitMaker-hub/NerdMiner_v2">NerdMiner</a>, <a href="https://www.espressif.com/en/products/socs/esp32">ESP32</a> boards, <a href="https://www.bitaxe.org/">BitAxe</a>, <a href="https://osmu.wiki/">OSMU</a>, and solo mining made mining tangible again</li>
<li>what changes when a miner is something you live with, tune, cool, and hear</li>
<li>why fanless home mining is partly a hardware problem and partly a co-living problem</li>
<li>how Nostr became interesting once WhisperHash started asking basic measurement questions</li>
<li>why active-user counts on Nostr are harder, messier, and more political than they look</li>
<li>how <a href="https://sovereignengineering.io/podcast">No Solutions</a> served as a strange curriculum for catching up on <a href="https://sovereignengineering.io/">Sovereign Engineering</a> and Nostr culture</li>
<li>why demo day failure is acceptable, but opting out and showing slides are not</li>
<li>how <a href="https://github.com/hzrd149/blossom">Blossom</a>, <a href="https://github.com/jmcorgan/fips">FIPS</a>, <a href="https://zapstore.dev/">Zapstore</a>, and Nostr identities feel like primitives that are finally starting to compose</li>
<li>why <a href="https://zapstore.dev/">Zapstore</a> is a natural fit for Nostr and a glimpse of a different Android distribution model</li>
<li>how app stores, agents, <a href="https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases">GitHub releases</a>, signatures, and social trust start to blur together</li>
<li>why durable formats matter if you want software and data to survive beyond the current wave</li>
<li>how Silicon Valley, London, Hong Kong, and SEC-08 all shaped WhisperHash&#39;s sense of software culture</li>
<li>what <a href="https://nostrolo.gy/">Nostrology</a> is trying to observe across relays, lightning, Zapstore, and <a href="https://nips.nostr.com/61">Nutzaps</a></li>
<li>why publishing small numbers can help builders, hurt momentum, or do both at once</li>
<li>why <a href="https://parquet.apache.org/">Parquet</a> is a practical format for large Nostr datasets even if the events themselves remain the source</li>
<li>how <a href="https://github.com/hzrd149/blossom">Blossom</a>, storage providers, and <a href="https://contextvm.org/">ContextVM</a> point toward Nostr-native access without replicating terabytes everywhere</li>
<li>where data ethics, bit rot, public events, and easy aggregation start to collide</li>
<li>why the right next step is not a grand platform, but a tracer bullet that proves someone can consume the data end to end</li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/23-shipping-violently-w-justin-moon">#23: Shipping Violently w/ Justin Moon</a></li>
<li><a href="https://sovereignengineering.io/podcast/26-zapstore-w-franzap">#26: Zapstore w/ Franzap</a></li>
<li><a href="https://sovereignengineering.io/podcast/30-napplets-w-sandwich">#30: Napplets w/ Sandwich</a></li>
<li><a href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">#21: hashtree, nostr-vpn, and iris w/ Martti Malmi</a></li>
<li><a href="https://sovereignengineering.io/podcast/15-make-localhost-great-again-w-sec-05">#15: Make Localhost Great Again w/ SEC-05</a></li>
<li><a href="https://sovereignengineering.io/podcast/31-buzz-mosaico-and-other-stuff-w-pablo">#31: Buzz, Mosaico, and Other Stuff w/ Pablo</a></li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/23-shipping-violently-w-justin-moon">Justin Moon</a></li>
<li><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a></li>
<li><a href="https://njump.to/npub1wf4pufsucer5va8g9p0rj5dnhvfeh6d8w0g6eayaep5dhps6rsgs43dgh9">Franzap</a></li>
<li><a href="https://njump.to/npub1g53mukxnjkcmr94fhryzkqutdz2ukq4ks0gvy5af25rgmwsl4ngq43drvk">Martti Malmi</a></li>
<li><a href="https://sovereignengineering.io/podcast/10-walking-with-jesus-w-gzuuus">Jesus</a></li>
<li><a href="https://njump.to/npub1jss47s4fvv6usl7tn6yp5zamv2u60923ncgfea0e6thkza5p7c3q0afmzy">Pete</a></li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://nostrolo.gy/">Nostrology</a></li>
<li><a href="https://nostr.com/">Nostr</a></li>
<li><a href="https://bitcoin.org/">Bitcoin</a></li>
<li><a href="https://github.com/BitMaker-hub/NerdMiner_v2">NerdMiner</a></li>
<li><a href="https://www.bitaxe.org/">BitAxe</a></li>
<li><a href="https://osmu.wiki/">Open Source Miners United</a></li>
<li><a href="https://www.espressif.com/en/products/socs/esp32">ESP32</a></li>
<li><a href="https://zapstore.dev/">Zapstore</a></li>
<li><a href="https://github.com/hzrd149/blossom">Blossom</a></li>
<li><a href="https://github.com/jmcorgan/fips">FIPS</a></li>
<li><a href="https://nips.nostr.com/65">NIP-65</a></li>
<li><a href="https://nips.nostr.com/61">Nutzaps</a></li>
<li><a href="https://parquet.apache.org/">Parquet</a></li>
<li><a href="https://contextvm.org/">ContextVM</a></li>
<li><a href="https://github.com/">GitHub</a></li>
<li><a href="https://www.tftc.io/">TFTC</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/959604">959,604</a>.</p>
]]></description>
      <link>https://njump.to/nevent1qqsvlv2tej52rw6cmgvw8mdhsam73fdldej2rjwt6vyzglmwzu3ycuspzamhxue69uhksctkv4hzuer9wfnkjemf9e3k7mgpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgqgdwaehxw309ahx7uewd3hkcq3qn00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s6ceu0d</link>
      <enclosure url="https://haven.dergigi.com/e72cbaf72d18a82548744ae93ec01af5f1666a0c9b691a4ede0f266431046452.m4a" length="43582626" type="audio/mp4"/>
      <guid isPermaLink="false">6c8619aa-ec65-456a-a827-6aa1dfbf06c4</guid>
      <pubDate>Sat, 25 Jul 2026 23:28:45 +0000</pubDate>
      <itunes:duration>5267</itunes:duration>
      <itunes:image href="https://haven.dergigi.com/65e4bc6f96c95b7beb7fa7a46b8a3527457eda39419e2fc3f0deb5651f783f81.jpg"/>
      <podcast:person href="https://njump.to/npub1t6m495kynns7xjmgz8yt6krrw4r8tac0mvr3f25f9r35ke72ap3su4qycp" img="https://blossom.primal.net/3c3da6f8ebba08dbdcdfd354090a9eafc9526d8f9df55cb0360431407b793353.jpg" group="cast" role="guest">WhisperHash</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/9de6fcd824e09a46e2403c4ee009437c648bf42a4ef2719a155bf7f581cf477a.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/32-nostrology-w-whisperhash.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="WhisperHash" type="lnaddress" address="whisperhash@coinos.io" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqdnxv3ddehhxarjdakx7eme94mj6amgd9ehqetjdpshx6qpzamhxue69uhksctkv4hzuer9wfnkjemf9e3k7mgpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgqgdwaehxw309ahx7uewd3hkcq3qn00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54sxpqqqp65wv9wlgv">Show Notes</podcast:contentLink>
      <itunes:subtitle>32: Nostrology w/ WhisperHash</itunes:subtitle>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>Yes</itunes:explicit>
      <itunes:keywords>nostrology, whisperhash, nostr, bitcoin mining, bitaxe, nerdminer, zapstore, blossom, fips, contextvm, parquet, nutzaps</itunes:keywords>
      <itunes:summary><![CDATA[<p>&quot;No Solutions, do the homework.&quot;</p>
<p><a href="https://njump.to/npub1t6m495kynns7xjmgz8yt6krrw4r8tac0mvr3f25f9r35ke72ap3su4qycp">WhisperHash</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk.</p>
<p><a href="https://sovereignengineering.io/podcast/32-nostrology-w-whisperhash">Listen on sovereignengineering.io</a></p>
<p>WhisperHash came to <a href="https://sovereignengineering.io/">Sovereign Engineering</a> by following breadcrumbs: <a href="https://bitcoin.org/">Bitcoin</a> first, then small solo miners, then <a href="https://nostr.com/">Nostr</a>, then No Solutions, then the strange realization that the protocol was not just another social network. After losing a valuable Instagram handle to platform control, the idea of cryptographic identity stopped being abstract. If you do not hold the keys, you do not own the thing.</p>
<p>The mining part of the walk starts with <a href="https://github.com/BitMaker-hub/NerdMiner_v2">NerdMiner</a> and <a href="https://www.espressif.com/en/products/socs/esp32">ESP32</a> tinkering, moves into <a href="https://www.bitaxe.org/">BitAxe</a> and open-source ASICs, and lands on the dream of a quiet fanless home miner that can coexist with humans. The Nostr part starts with a data question: how many people are actually here, how many sats are moving, and which numbers should anyone trust?</p>
<p>That question became <a href="https://nostrolo.gy/">Nostrology</a>, an ecosystem observatory for Nostr data. But making data visible is not neutral. DAU, MAU, relay lists, zaps, <a href="https://nips.nostr.com/61">Nutzaps</a>, and follow history all exist somewhere in the event graph, but packaging them into convenient datasets changes the trade-off. Some data wants to be useful. Some data probably wants to rot.</p>
<p>The deeper thread is about primitives. <a href="https://github.com/hzrd149/blossom">Blossom</a>, <a href="https://github.com/jmcorgan/fips">FIPS</a>, <a href="https://zapstore.dev/">Zapstore</a>, Nostr identities, <a href="https://parquet.apache.org/">Parquet</a> files, and <a href="https://contextvm.org/">ContextVM</a> all show up as ways to compose small pieces into larger systems without pretending there is one global application. If the abstractions are right, things stack. If the abstractions leak, you get a different kind of centralization with better branding.</p>
<p>In this dialogue:</p>
<ul>
<li>how WhisperHash found <a href="https://bitcoin.org/">Bitcoin</a>, dismissed <a href="https://nostr.com/">Nostr</a> as &quot;decentralized social,&quot; and then got pulled back in by ownership, identity, and curiosity</li>
<li>why losing a valuable Instagram handle made platform ownership feel concrete</li>
<li>how a data-science background turned into a search for something useful to build in Bitcoin</li>
<li>why <a href="https://github.com/BitMaker-hub/NerdMiner_v2">NerdMiner</a>, <a href="https://www.espressif.com/en/products/socs/esp32">ESP32</a> boards, <a href="https://www.bitaxe.org/">BitAxe</a>, <a href="https://osmu.wiki/">OSMU</a>, and solo mining made mining tangible again</li>
<li>what changes when a miner is something you live with, tune, cool, and hear</li>
<li>why fanless home mining is partly a hardware problem and partly a co-living problem</li>
<li>how Nostr became interesting once WhisperHash started asking basic measurement questions</li>
<li>why active-user counts on Nostr are harder, messier, and more political than they look</li>
<li>how <a href="https://sovereignengineering.io/podcast">No Solutions</a> served as a strange curriculum for catching up on <a href="https://sovereignengineering.io/">Sovereign Engineering</a> and Nostr culture</li>
<li>why demo day failure is acceptable, but opting out and showing slides are not</li>
<li>how <a href="https://github.com/hzrd149/blossom">Blossom</a>, <a href="https://github.com/jmcorgan/fips">FIPS</a>, <a href="https://zapstore.dev/">Zapstore</a>, and Nostr identities feel like primitives that are finally starting to compose</li>
<li>why <a href="https://zapstore.dev/">Zapstore</a> is a natural fit for Nostr and a glimpse of a different Android distribution model</li>
<li>how app stores, agents, <a href="https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases">GitHub releases</a>, signatures, and social trust start to blur together</li>
<li>why durable formats matter if you want software and data to survive beyond the current wave</li>
<li>how Silicon Valley, London, Hong Kong, and SEC-08 all shaped WhisperHash&#39;s sense of software culture</li>
<li>what <a href="https://nostrolo.gy/">Nostrology</a> is trying to observe across relays, lightning, Zapstore, and <a href="https://nips.nostr.com/61">Nutzaps</a></li>
<li>why publishing small numbers can help builders, hurt momentum, or do both at once</li>
<li>why <a href="https://parquet.apache.org/">Parquet</a> is a practical format for large Nostr datasets even if the events themselves remain the source</li>
<li>how <a href="https://github.com/hzrd149/blossom">Blossom</a>, storage providers, and <a href="https://contextvm.org/">ContextVM</a> point toward Nostr-native access without replicating terabytes everywhere</li>
<li>where data ethics, bit rot, public events, and easy aggregation start to collide</li>
<li>why the right next step is not a grand platform, but a tracer bullet that proves someone can consume the data end to end</li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/23-shipping-violently-w-justin-moon">#23: Shipping Violently w/ Justin Moon</a></li>
<li><a href="https://sovereignengineering.io/podcast/26-zapstore-w-franzap">#26: Zapstore w/ Franzap</a></li>
<li><a href="https://sovereignengineering.io/podcast/30-napplets-w-sandwich">#30: Napplets w/ Sandwich</a></li>
<li><a href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">#21: hashtree, nostr-vpn, and iris w/ Martti Malmi</a></li>
<li><a href="https://sovereignengineering.io/podcast/15-make-localhost-great-again-w-sec-05">#15: Make Localhost Great Again w/ SEC-05</a></li>
<li><a href="https://sovereignengineering.io/podcast/31-buzz-mosaico-and-other-stuff-w-pablo">#31: Buzz, Mosaico, and Other Stuff w/ Pablo</a></li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/23-shipping-violently-w-justin-moon">Justin Moon</a></li>
<li><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a></li>
<li><a href="https://njump.to/npub1wf4pufsucer5va8g9p0rj5dnhvfeh6d8w0g6eayaep5dhps6rsgs43dgh9">Franzap</a></li>
<li><a href="https://njump.to/npub1g53mukxnjkcmr94fhryzkqutdz2ukq4ks0gvy5af25rgmwsl4ngq43drvk">Martti Malmi</a></li>
<li><a href="https://sovereignengineering.io/podcast/10-walking-with-jesus-w-gzuuus">Jesus</a></li>
<li><a href="https://njump.to/npub1jss47s4fvv6usl7tn6yp5zamv2u60923ncgfea0e6thkza5p7c3q0afmzy">Pete</a></li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://nostrolo.gy/">Nostrology</a></li>
<li><a href="https://nostr.com/">Nostr</a></li>
<li><a href="https://bitcoin.org/">Bitcoin</a></li>
<li><a href="https://github.com/BitMaker-hub/NerdMiner_v2">NerdMiner</a></li>
<li><a href="https://www.bitaxe.org/">BitAxe</a></li>
<li><a href="https://osmu.wiki/">Open Source Miners United</a></li>
<li><a href="https://www.espressif.com/en/products/socs/esp32">ESP32</a></li>
<li><a href="https://zapstore.dev/">Zapstore</a></li>
<li><a href="https://github.com/hzrd149/blossom">Blossom</a></li>
<li><a href="https://github.com/jmcorgan/fips">FIPS</a></li>
<li><a href="https://nips.nostr.com/65">NIP-65</a></li>
<li><a href="https://nips.nostr.com/61">Nutzaps</a></li>
<li><a href="https://parquet.apache.org/">Parquet</a></li>
<li><a href="https://contextvm.org/">ContextVM</a></li>
<li><a href="https://github.com/">GitHub</a></li>
<li><a href="https://www.tftc.io/">TFTC</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/959604">959,604</a>.</p>
]]></itunes:summary>
    </item>
    <item>
      <title>31: Buzz, Mosaico, and Other Stuff w/ Pablo</title>
      <description><![CDATA[      <p>&quot;You can always buy more tokens, not more time.&quot;</p>
      <p><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk.</p>
      <p><a href="https://sovereignengineering.io/podcast/31-buzz-mosaico-and-other-stuff-w-pablo">Listen on sovereignengineering.io</a></p>
      <p>Pablo and Gigi start with the FIPS map: the strange pleasure of seeing a protocol become a place, with nodes scattered across the world, Archipelago getting faster through a FIPS connection, and Nostr VPN quietly pulling more people into the mesh. From there the conversation turns into a familiar No Solutions pattern: if you try to make one global thing, you usually fight the design. FIPS works better as locality. Nostr works better as locality. There is no global.</p>
      <p>The second half becomes an agent-swarm walk through Buzz, NIP-29, <a href="https://github.com/pablof7z/mosaico">Mosaico</a>, <a href="https://github.com/pablof7z/proactive-context">proactive context</a>, and the difference between coordination and awareness. Buzz packages a lot of things together: rooms, agents, Git-like collaboration, ACP harnesses, and Nostr identities. Mosaico tries to stay much smaller: a shared-awareness fabric where agents see enough of the other work happening around them to find relevance by themselves.</p>
      <p>The trade-off underneath both projects is the same one that keeps showing up everywhere now: more instructions can make agents obedient but brittle, while too little structure leaves them blind. Somewhere between micromanagement and chaos is the place where local intelligence starts to coordinate.</p>
      <p>In this dialogue:</p>
      <ul>
      <li>why seeing the live <a href="https://github.com/jmcorgan/fips">FIPS</a> map was more inspiring than expected</li>
      <li>how <a href="https://github.com/mmalmi/nostr-vpn">nostr-vpn</a> and FIPS turn network participation into something more tangible</li>
      <li>why FIPS and Nostr both make more sense as local-first systems than as one giant global state machine</li>
      <li>why freedom-tech projects do not need Silicon Valley scale metrics to matter</li>
      <li>how <a href="https://github.com/block/buzz">Buzz</a> packages a Nostr relay, NIP-29 rooms, agent harnesses, Git-style workflows, and human-agent collaboration into one workspace</li>
      <li>what changes when agents have pubkeys, signed actions, and a cryptographic paper trail instead of pretending to be whichever human launched them</li>
      <li>why <a href="https://github.com/nostr-protocol/nips/blob/master/29.md">NIP-29</a> is an acceptable trade-off for some team and agent channels even though it is not encrypted</li>
      <li>how trust boundaries, hosted relays, local deployment, and organizational context shape the security model</li>
      <li>why &quot;more autonomous agents&quot; really means agents that can make better local calls without burning human time</li>
      <li>how Pablo thinks about persistent agent identity, throwaway workers, higher-level roles, and the &quot;Pablo replica&quot; pattern</li>
      <li>why too many explicit instructions can remove agency and recreate a brittle workflow engine</li>
      <li>how <a href="https://github.com/pablof7z/mosaico">Mosaico</a> gives agents awareness without becoming an orchestrator</li>
      <li>why workspaces, one-line status, subchannels, mentions, and narrow context hints can be enough for agents to find each other</li>
      <li>how <a href="https://github.com/pablof7z/proactive-context">proactive context</a> tries to keep the actual user input as the source of truth instead of letting a memory layer hallucinate intent</li>
      <li>why &quot;no context&quot; is better than bad context</li>
      <li>how Napplets, Amethyst, Blossom, Outbox, and composable clients rhyme with the same move away from one cathedral-sized application</li>
      </ul>
      <p>Related dialogues:</p>
      <ul>
      <li><a href="https://sovereignengineering.io/podcast/18-rewriting-tenex-w-pablo">#18: Rewriting TENEX w/ Pablo</a></li>
      <li><a href="https://sovereignengineering.io/podcast/19-romantically-shitting-on-paywalls-w-pablo">#19: Romantically Shitting on Paywalls w/ Pablo</a></li>
      <li><a href="https://sovereignengineering.io/podcast/11-10x-less-productive-w-pablo">#11: 10x Less Productive w/ Pablo</a></li>
      <li><a href="https://sovereignengineering.io/podcast/20-archipelago-meshtadels-w-shadrach">#20: Archipelago Meshtadels w/ Shadrach</a></li>
      <li><a href="https://sovereignengineering.io/podcast/25-white-noise-mls-and-marmot-w-jeff-g">#25: White Noise, MLS, and marmot w/ Jeff G</a></li>
      <li><a href="https://sovereignengineering.io/podcast/30-napplets-w-sandwich">#30: Napplets w/ Sandwich</a></li>
      </ul>
      <p>People mentioned:</p>
      <ul>
      <li><a href="https://njump.to/npub1g53mukxnjkcmr94fhryzkqutdz2ukq4ks0gvy5af25rgmwsl4ngq43drvk">Martti Malmi</a></li>
      <li><a href="https://njump.to/npub1uac67zc9er54ln0kl6e4qp2y6ta3enfcg7ywnayshvlw9r5w6ehsqq99rx">Sandwich</a></li>
      <li><a href="https://njump.to/npub1ye5ptcxfyyxl5vjvdjar2ua3f0hynkjzpx552mu5snj3qmx5pzjscpknpr">hzrd149</a></li>
      <li><a href="https://njump.to/npub10wzfa7jkqj6c65xyr93hhxrns37ml9tss82jvymv8fymwdtu6cts3h6pvr">Zaza</a></li>
      <li><a href="https://njump.to/npub1c03rad0r6q833vh57kyd3ndu2jry30nkr0wepqfpsm05vq7he25slryrnw">Cobrador</a></li>
      <li><a href="https://njump.to/npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m">Jack Dorsey</a></li>
      <li><a href="https://njump.to/npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424">Derek Ross</a></li>
      <li><a href="https://njump.to/npub1zuuajd7u3sx8xu92yav9jwxpr839cs0kc3q6t56vd5u9q033xmhsk6c2uc">Jeff G</a></li>
      <li><a href="https://njump.to/npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z">Vitor Pamplona</a></li>
      </ul>
      <p>Projects &amp; tech mentioned:</p>
      <ul>
      <li><a href="https://github.com/jmcorgan/fips">FIPS</a></li>
      <li><a href="https://github.com/mmalmi/nostr-vpn">nostr-vpn</a></li>
      <li><a href="https://archipelago.indeehub.studio/">Archipelago</a></li>
      <li><a href="https://github.com/block/buzz">Buzz</a></li>
      <li><a href="https://engineering.block.xyz/blog/buzz">Block Engineering: Buzz</a></li>
      <li><a href="https://github.com/pablof7z/mosaico">Mosaico</a></li>
      <li><a href="https://github.com/pablof7z/proactive-context">proactive context</a></li>
      <li><a href="https://nostr.com/">Nostr</a></li>
      <li><a href="https://github.com/nostr-protocol/nips/blob/master/29.md">NIP-29</a></li>
      <li><a href="https://nips.nostr.com/17">NIP-17</a></li>
      <li><a href="https://agentclientprotocol.com/">ACP</a></li>
      <li><a href="https://github.com/block/goose">Goose</a></li>
      <li><a href="https://www.anthropic.com/claude-code">Claude Code</a></li>
      <li><a href="https://openai.com/codex/">Codex</a></li>
      <li><a href="https://opencode.ai/">OpenCode</a></li>
      <li><a href="https://hermes-agent.nousresearch.com/">Hermes</a></li>
      <li><a href="https://chatgpt.com/">ChatGPT</a></li>
      <li><a href="https://modelcontextprotocol.io/">MCP</a></li>
      <li><a href="https://sovereignengineering.io/podcast/11-10x-less-productive-w-pablo">10x</a></li>
      <li><a href="https://github.com/pablof7z/tenex-edge">Tenex</a></li>
      <li><a href="https://napplet.run/">Napplets</a></li>
      <li><a href="https://github.com/vitorpamplona/amethyst">Amethyst</a></li>
      <li><a href="https://github.com/hzrd149/blossom">Blossom</a></li>
      <li><a href="https://nips.nostr.com/65">Outbox</a></li>
      <li><a href="https://github.com/pablof7z/nmp">NMP</a></li>
      </ul>
      <p>Recorded at <a href="https://mempool.space/block/959531">959,531</a>.</p>
]]></description>
      <link>https://njump.to/nevent1qqsqjsqwq6yq97m9k7nulpp5lm9ut6ellgjy34ftfufs4mh6r2fqsgqpzamhxue69uhksctkv4hzuer9wfnkjemf9e3k7mgpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgqgdwaehxw309ahx7uewd3hkcq3qn00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54sf5punn</link>
      <enclosure url="https://haven.dergigi.com/1327f32aba917db41bc8f5687bbf77571649d5af4b30bab7b6a0ed648b4693ad.m4a" length="64472924" type="audio/mp4"/>
      <guid isPermaLink="false">103fab80-4002-42b5-9440-ef0e856c3c77</guid>
      <pubDate>Sat, 25 Jul 2026 15:51:07 +0000</pubDate>
      <itunes:duration>7241</itunes:duration>
      <itunes:image href="https://haven.dergigi.com/84a5009b53868306cd398f3ef6c37a6c325754955e7071da40e6e1974f924704.jpg"/>
      <podcast:person href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft" img="" group="cast" role="guest">Pablo</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/14b01bd7e174f233cc7f3ee2c006167d470f792c7aa22ca3ac6b3df749a190b8.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/31-buzz-mosaico-and-other-stuff-w-pablo.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Pablo" type="lnaddress" address="pablof7z@primal.net" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqnnxvfdvf6h573dd4hhxctfvdhj6ctwvskk7argv4ez6um5w4nxvtth94cxzcnvduq3wamnwvaz7tmgv9mx2m3wv3jhyemfva5jucm0d5q3vamnwvaz7tmjv4kxz7fwwpexjmtpdshxuet5qyxhwumn8ghj7mn0wvhxcmmvqgsfhhjzzjgl86k34ssm68gpvea2h9rlfswy4mv8vfx0yfemqm9q22crqsqqqa283z9lsj">Show Notes</podcast:contentLink>
      <itunes:subtitle>31: Buzz, Mosaico, and Other Stuff w/ Pablo</itunes:subtitle>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>Yes</itunes:explicit>
      <itunes:keywords>buzz, mosaico, fips, nostr, nip-29, agents, ai, acp, codex, claude code, goose, napplets</itunes:keywords>
      <itunes:summary><![CDATA[      <p>&quot;You can always buy more tokens, not more time.&quot;</p>
      <p><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk.</p>
      <p><a href="https://sovereignengineering.io/podcast/31-buzz-mosaico-and-other-stuff-w-pablo">Listen on sovereignengineering.io</a></p>
      <p>Pablo and Gigi start with the FIPS map: the strange pleasure of seeing a protocol become a place, with nodes scattered across the world, Archipelago getting faster through a FIPS connection, and Nostr VPN quietly pulling more people into the mesh. From there the conversation turns into a familiar No Solutions pattern: if you try to make one global thing, you usually fight the design. FIPS works better as locality. Nostr works better as locality. There is no global.</p>
      <p>The second half becomes an agent-swarm walk through Buzz, NIP-29, <a href="https://github.com/pablof7z/mosaico">Mosaico</a>, <a href="https://github.com/pablof7z/proactive-context">proactive context</a>, and the difference between coordination and awareness. Buzz packages a lot of things together: rooms, agents, Git-like collaboration, ACP harnesses, and Nostr identities. Mosaico tries to stay much smaller: a shared-awareness fabric where agents see enough of the other work happening around them to find relevance by themselves.</p>
      <p>The trade-off underneath both projects is the same one that keeps showing up everywhere now: more instructions can make agents obedient but brittle, while too little structure leaves them blind. Somewhere between micromanagement and chaos is the place where local intelligence starts to coordinate.</p>
      <p>In this dialogue:</p>
      <ul>
      <li>why seeing the live <a href="https://github.com/jmcorgan/fips">FIPS</a> map was more inspiring than expected</li>
      <li>how <a href="https://github.com/mmalmi/nostr-vpn">nostr-vpn</a> and FIPS turn network participation into something more tangible</li>
      <li>why FIPS and Nostr both make more sense as local-first systems than as one giant global state machine</li>
      <li>why freedom-tech projects do not need Silicon Valley scale metrics to matter</li>
      <li>how <a href="https://github.com/block/buzz">Buzz</a> packages a Nostr relay, NIP-29 rooms, agent harnesses, Git-style workflows, and human-agent collaboration into one workspace</li>
      <li>what changes when agents have pubkeys, signed actions, and a cryptographic paper trail instead of pretending to be whichever human launched them</li>
      <li>why <a href="https://github.com/nostr-protocol/nips/blob/master/29.md">NIP-29</a> is an acceptable trade-off for some team and agent channels even though it is not encrypted</li>
      <li>how trust boundaries, hosted relays, local deployment, and organizational context shape the security model</li>
      <li>why &quot;more autonomous agents&quot; really means agents that can make better local calls without burning human time</li>
      <li>how Pablo thinks about persistent agent identity, throwaway workers, higher-level roles, and the &quot;Pablo replica&quot; pattern</li>
      <li>why too many explicit instructions can remove agency and recreate a brittle workflow engine</li>
      <li>how <a href="https://github.com/pablof7z/mosaico">Mosaico</a> gives agents awareness without becoming an orchestrator</li>
      <li>why workspaces, one-line status, subchannels, mentions, and narrow context hints can be enough for agents to find each other</li>
      <li>how <a href="https://github.com/pablof7z/proactive-context">proactive context</a> tries to keep the actual user input as the source of truth instead of letting a memory layer hallucinate intent</li>
      <li>why &quot;no context&quot; is better than bad context</li>
      <li>how Napplets, Amethyst, Blossom, Outbox, and composable clients rhyme with the same move away from one cathedral-sized application</li>
      </ul>
      <p>Related dialogues:</p>
      <ul>
      <li><a href="https://sovereignengineering.io/podcast/18-rewriting-tenex-w-pablo">#18: Rewriting TENEX w/ Pablo</a></li>
      <li><a href="https://sovereignengineering.io/podcast/19-romantically-shitting-on-paywalls-w-pablo">#19: Romantically Shitting on Paywalls w/ Pablo</a></li>
      <li><a href="https://sovereignengineering.io/podcast/11-10x-less-productive-w-pablo">#11: 10x Less Productive w/ Pablo</a></li>
      <li><a href="https://sovereignengineering.io/podcast/20-archipelago-meshtadels-w-shadrach">#20: Archipelago Meshtadels w/ Shadrach</a></li>
      <li><a href="https://sovereignengineering.io/podcast/25-white-noise-mls-and-marmot-w-jeff-g">#25: White Noise, MLS, and marmot w/ Jeff G</a></li>
      <li><a href="https://sovereignengineering.io/podcast/30-napplets-w-sandwich">#30: Napplets w/ Sandwich</a></li>
      </ul>
      <p>People mentioned:</p>
      <ul>
      <li><a href="https://njump.to/npub1g53mukxnjkcmr94fhryzkqutdz2ukq4ks0gvy5af25rgmwsl4ngq43drvk">Martti Malmi</a></li>
      <li><a href="https://njump.to/npub1uac67zc9er54ln0kl6e4qp2y6ta3enfcg7ywnayshvlw9r5w6ehsqq99rx">Sandwich</a></li>
      <li><a href="https://njump.to/npub1ye5ptcxfyyxl5vjvdjar2ua3f0hynkjzpx552mu5snj3qmx5pzjscpknpr">hzrd149</a></li>
      <li><a href="https://njump.to/npub10wzfa7jkqj6c65xyr93hhxrns37ml9tss82jvymv8fymwdtu6cts3h6pvr">Zaza</a></li>
      <li><a href="https://njump.to/npub1c03rad0r6q833vh57kyd3ndu2jry30nkr0wepqfpsm05vq7he25slryrnw">Cobrador</a></li>
      <li><a href="https://njump.to/npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m">Jack Dorsey</a></li>
      <li><a href="https://njump.to/npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424">Derek Ross</a></li>
      <li><a href="https://njump.to/npub1zuuajd7u3sx8xu92yav9jwxpr839cs0kc3q6t56vd5u9q033xmhsk6c2uc">Jeff G</a></li>
      <li><a href="https://njump.to/npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z">Vitor Pamplona</a></li>
      </ul>
      <p>Projects &amp; tech mentioned:</p>
      <ul>
      <li><a href="https://github.com/jmcorgan/fips">FIPS</a></li>
      <li><a href="https://github.com/mmalmi/nostr-vpn">nostr-vpn</a></li>
      <li><a href="https://archipelago.indeehub.studio/">Archipelago</a></li>
      <li><a href="https://github.com/block/buzz">Buzz</a></li>
      <li><a href="https://engineering.block.xyz/blog/buzz">Block Engineering: Buzz</a></li>
      <li><a href="https://github.com/pablof7z/mosaico">Mosaico</a></li>
      <li><a href="https://github.com/pablof7z/proactive-context">proactive context</a></li>
      <li><a href="https://nostr.com/">Nostr</a></li>
      <li><a href="https://github.com/nostr-protocol/nips/blob/master/29.md">NIP-29</a></li>
      <li><a href="https://nips.nostr.com/17">NIP-17</a></li>
      <li><a href="https://agentclientprotocol.com/">ACP</a></li>
      <li><a href="https://github.com/block/goose">Goose</a></li>
      <li><a href="https://www.anthropic.com/claude-code">Claude Code</a></li>
      <li><a href="https://openai.com/codex/">Codex</a></li>
      <li><a href="https://opencode.ai/">OpenCode</a></li>
      <li><a href="https://hermes-agent.nousresearch.com/">Hermes</a></li>
      <li><a href="https://chatgpt.com/">ChatGPT</a></li>
      <li><a href="https://modelcontextprotocol.io/">MCP</a></li>
      <li><a href="https://sovereignengineering.io/podcast/11-10x-less-productive-w-pablo">10x</a></li>
      <li><a href="https://github.com/pablof7z/tenex-edge">Tenex</a></li>
      <li><a href="https://napplet.run/">Napplets</a></li>
      <li><a href="https://github.com/vitorpamplona/amethyst">Amethyst</a></li>
      <li><a href="https://github.com/hzrd149/blossom">Blossom</a></li>
      <li><a href="https://nips.nostr.com/65">Outbox</a></li>
      <li><a href="https://github.com/pablof7z/nmp">NMP</a></li>
      </ul>
      <p>Recorded at <a href="https://mempool.space/block/959531">959,531</a>.</p>
]]></itunes:summary>
    </item>
    <item>
      <title>30: Napplets w/ Sandwich</title>
      <description><![CDATA[<p>&quot;You should be able to compose your clients.&quot;</p>
<p><a href="https://njump.to/npub1uac67zc9er54ln0kl6e4qp2y6ta3enfcg7ywnayshvlw9r5w6ehsqq99rx">Sandwich</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk.</p>
<p><a href="https://sovereignengineering.io/podcast/30-napplets-w-sandwich">Listen on sovereignengineering.io</a></p>
<p>Sandwich and Gigi spend the first 45 minutes or so talking through napplets: composable, sandboxed Nostr apps that can run inside a host shell while the host mediates signing, storage, relay access, uploads, permissions, and user trust. What starts as a conversation about applets quickly becomes an operating-system conversation: if Nostr is flexible enough to carry many kinds of software, clients probably need to become composable runtimes instead of monolithic apps.</p>
<p>Along the way they get into browser sandboxes, iframes, postMessage, malicious applets, Blossom uploads, NIP-5D, nsites, specialized relays, agent workflows, slop scanning, and why the AI subsidy era will not last forever.</p>
<p>In this dialogue:</p>
<ul>
<li>why a normal Nostr client can feel too restrictive for a protocol built around maximum flexibility</li>
<li>how napplets grew out of earlier experiments with Naps, Nap.run, nsites, <a href="https://hypr.land/">Hyprland</a>-inspired desktops, <a href="https://v2.tauri.app/">Tauri</a>, <a href="https://thorium.rocks/">Thorium</a>, and iframe hardening</li>
<li>why the host runtime handles keys, signing, encryption, relays, resource loading, storage, uploads, and user prompts</li>
<li>why napplets should get high-level helper APIs plus low-level escape hatches instead of direct access to everything</li>
<li>how a napplet can upload through Blossom without knowing which Blossom server the user prefers</li>
<li>why the shell should see plaintext over the message bus, and how that helps defend users from malicious applets</li>
<li>how applet-to-app communication starts to look like Android intents, MIME types, archetypes, and operating-system resource APIs</li>
<li>why the browser is a practical deployment target even if the napplet protocol itself is not browser-bound</li>
<li>what Kehto, Paja, the napplet dev tooling, and the no-dependencies approach are trying to protect</li>
<li>how a workshop produced a dozen napplets, including live stream views, paste-to-upload flows, and even a rough multiplayer chess app</li>
<li>why nsites, nsyte, Blossom, Hashtree, and specialized relays all rhyme with the same broader Nostr publishing model</li>
<li>why relay specialization and relay discovery might matter more than one giant general-purpose relay model</li>
<li>how agent workflows are starting to rebuild older software-development structures: specs, milestones, issues, review teams, and CI</li>
<li>why slop scanning, naming discipline, and opponent processing matter once code becomes the context future agents learn from</li>
<li>why local model hardware is tempting, but only if you think about it like mining: power, refresh cycles, subsidy cliffs, and cost per watt</li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/02-there-is-no-global-w-pablo">#02: There is No Global w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/09-no-strudelutions-w-hzrd149">#09: No Strudelutions w/ hzrd149</a></li>
<li><a href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">#21: Hashtree, Nostr VPN, and Iris w/ Martti Malmi</a></li>
<li><a href="https://sovereignengineering.io/podcast/26-zapstore-w-franzap">#26: Zapstore w/ Franzap</a></li>
<li><a href="https://sovereignengineering.io/podcast/31-buzz-mosaico-and-other-stuff-w-pablo">#31: Buzz, Mosaico, and Other Stuff w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/33-asmap-nix-and-nix-nostr-w-julien">#33: ASMap, nix, and nix-nostr w/ Julien</a></li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://njump.to/npub1ye5ptcxfyyxl5vjvdjar2ua3f0hynkjzpx552mu5snj3qmx5pzjscpknpr">hzrd149</a></li>
<li><a href="https://njump.to/npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6">fiatjaf</a></li>
<li><a href="https://sovereignengineering.io/podcast/01-start-ugly-w-pablo">Pablo</a></li>
<li>Austin</li>
<li><a href="https://njump.to/npub1wf4pufsucer5va8g9p0rj5dnhvfeh6d8w0g6eayaep5dhps6rsgs43dgh9">Franzap</a></li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://napplet.run/">napplet.run</a></li>
<li><a href="https://github.com/dergigi/napplet-workshop">Napplet Workshop</a></li>
<li><a href="https://github.com/nostr-protocol/nips/pull/2303">NIP-5D</a></li>
<li><a href="https://github.com/kehto/web">Kehto</a></li>
<li><a href="https://nsite.run/">nsite.run</a></li>
<li><a href="https://github.com/sandwichfarm/nsyte">nsyte</a></li>
<li><a href="https://nsyte.run/">nsyte.run</a></li>
<li><a href="https://github.com/hzrd149/blossom">Blossom</a></li>
<li><a href="https://github.com/nostr-protocol/nips/pull/1566">Hashtree</a></li>
<li><a href="https://nostr.com/">Nostr</a></li>
<li><a href="https://github.com/nostr-dev-kit/ndk">NDK</a></li>
<li><a href="https://github.com/hzrd149/applesauce">Applesauce</a></li>
<li><a href="https://github.com/greenart7c3/Amber">Amber</a></li>
<li><a href="https://zap.stream/">zap.stream</a></li>
<li><a href="https://nostr.watch/">Nostr Watch</a></li>
<li><a href="https://github.com/nostr-protocol/nips/blob/master/66.md">NIP-66</a></li>
<li><a href="https://github.com/nostr-protocol/nips/blob/master/78.md">NIP-78</a></li>
<li>NIP-91</li>
<li><a href="https://github.com/sandwichfarm/notemine">notemine</a></li>
<li><a href="https://github.com/pablof7z/purplepag.es">Purple Pages</a></li>
<li><a href="https://github.com/open-gsd/gsd-core">GSD (Get Shit Done)</a></li>
<li><a href="https://docs.opengsd.net/">GSD docs</a></li>
<li><a href="https://openspec.dev/">OpenSpec</a></li>
<li><a href="https://gist.github.com/dskvr/e2b100e6addee34e47358116563103d7">GSD and LLM Slop Scan notes</a></li>
<li><a href="https://github.com/scanaislop/aislop">aislop</a></li>
<li><a href="https://github.com/sandwichfarm/aislop-badge">aislop-badge</a></li>
<li><a href="https://docs.rs/antislop/latest/antislop/">antislop</a></li>
<li><a href="https://slopscan.dev/">slopscan.dev</a></li>
<li><a href="https://github.com/flamehaven01/ai-slop-detector">ai-slop-detector</a></li>
<li><a href="https://chatgpt.com/">ChatGPT</a></li>
<li><a href="https://www.nvidia.com/en-us/products/workstations/professional-desktop-gpus/rtx-pro-6000/">RTX PRO 6000 Blackwell</a></li>
<li><a href="https://github.com/keylase/nvidia-patch">NVIDIA patch</a></li>
<li><a href="https://bitcoin.org/">Bitcoin</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/959164">959,164</a>.</p>]]></description>
      <link>https://njump.to/nevent1qqs00erj743c3ylnkuaplkjjygv83872vryhepepaeldekjd3e30kvqpzamhxue69uhksctkv4hzuer9wfnkjemf9e3k7mgpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgqgdwaehxw309ahx7uewd3hkcyt0pjv</link>
      <enclosure url="https://haven.dergigi.com/e2261870d0eb338d6c4907b82d3cf7a51cb420a3907198124cbb368015de0b19.m4a" length="52202314" type="audio/mp4"/>
      <guid isPermaLink="false">e96b7b7b-ab98-4dd3-b970-8ba1b76c36e7</guid>
      <pubDate>Wed, 22 Jul 2026 22:58:58 +0000</pubDate>
      <itunes:duration>5865</itunes:duration>
      <itunes:image href="https://haven.dergigi.com/9f4787ed48fab24f6d5b5e5cc44bbf875d49b64e8132f6610b83a446b7592c3e.jpg"/>
      <podcast:person href="https://njump.to/npub1uac67zc9er54ln0kl6e4qp2y6ta3enfcg7ywnayshvlw9r5w6ehsqq99rx" img="https://image.nostr.build/8bb39c413276b2d8509bc34aa926b05f46b968913f2a15236d50e6579314b1ae.jpg" group="cast" role="guest">sandwich</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/d6a00467deb8e9230aa52c2db251f86313036b0d4f26858f548e2e4c94e6cefb.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/30-napplets-w-sandwich.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqtrxvpddeshqurvv468xtth94ekzmnywa5kx6qpzamhxue69uhksctkv4hzuer9wfnkjemf9e3k7mgpz4mhxue69uhhwmm59ejx2un8d9nkjtnrdaksz9nhwden5te0wfjkccte9ec8y6tdv9kzumn9wsqs6amnwvaz7tmwdaejumr0dspzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqvzqqqr4guvvgpa3">Show Notes</podcast:contentLink>
      <itunes:subtitle>30: Napplets w/ Sandwich</itunes:subtitle>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>Yes</itunes:explicit>
      <itunes:keywords>napplets, nostr, nsite, blossom, relays, agents, ai, local models, applets, nip-5d</itunes:keywords>
      <itunes:summary><![CDATA[      <p>&quot;You should be able to compose your clients.&quot;</p>
      <p><a href="https://njump.to/npub1uac67zc9er54ln0kl6e4qp2y6ta3enfcg7ywnayshvlw9r5w6ehsqq99rx">Sandwich</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk.</p>
      <p><a href="https://sovereignengineering.io/podcast/30-napplets-w-sandwich">Listen on sovereignengineering.io</a></p>
      <p>Sandwich and Gigi spend the first 45 minutes or so talking through napplets: composable, sandboxed Nostr apps that can run inside a host shell while the host mediates signing, storage, relay access, uploads, permissions, and user trust. What starts as a conversation about applets quickly becomes an operating-system conversation: if Nostr is flexible enough to carry many kinds of software, clients probably need to become composable runtimes instead of monolithic apps.</p>
      <p>Along the way they get into browser sandboxes, iframes, postMessage, malicious applets, Blossom uploads, NIP-5D, nsites, specialized relays, agent workflows, slop scanning, and why the AI subsidy era will not last forever.</p>
      <p>In this dialogue:</p>
      <ul>
      <li>why a normal Nostr client can feel too restrictive for a protocol built around maximum flexibility</li>
      <li>how napplets grew out of earlier experiments with Naps, Nap.run, nsites, <a href="https://hypr.land/">Hyprland</a>-inspired desktops, <a href="https://v2.tauri.app/">Tauri</a>, <a href="https://thorium.rocks/">Thorium</a>, and iframe hardening</li>
      <li>why the host runtime handles keys, signing, encryption, relays, resource loading, storage, uploads, and user prompts</li>
      <li>why napplets should get high-level helper APIs plus low-level escape hatches instead of direct access to everything</li>
      <li>how a napplet can upload through Blossom without knowing which Blossom server the user prefers</li>
      <li>why the shell should see plaintext over the message bus, and how that helps defend users from malicious applets</li>
      <li>how applet-to-app communication starts to look like Android intents, MIME types, archetypes, and operating-system resource APIs</li>
      <li>why the browser is a practical deployment target even if the napplet protocol itself is not browser-bound</li>
      <li>what Kehto, Paja, the napplet dev tooling, and the no-dependencies approach are trying to protect</li>
      <li>how a workshop produced a dozen napplets, including live stream views, paste-to-upload flows, and even a rough multiplayer chess app</li>
      <li>why nsites, nsyte, Blossom, Hashtree, and specialized relays all rhyme with the same broader Nostr publishing model</li>
      <li>why relay specialization and relay discovery might matter more than one giant general-purpose relay model</li>
      <li>how agent workflows are starting to rebuild older software-development structures: specs, milestones, issues, review teams, and CI</li>
      <li>why slop scanning, naming discipline, and opponent processing matter once code becomes the context future agents learn from</li>
      <li>why local model hardware is tempting, but only if you think about it like mining: power, refresh cycles, subsidy cliffs, and cost per watt</li>
      </ul>
      <p>People mentioned:</p>
      <ul>
      <li><a href="https://njump.to/npub1ye5ptcxfyyxl5vjvdjar2ua3f0hynkjzpx552mu5snj3qmx5pzjscpknpr">hzrd149</a></li>
      <li><a href="https://njump.to/npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6">fiatjaf</a></li>
      <li><a href="https://sovereignengineering.io/podcast/01-start-ugly-w-pablo">Pablo</a></li>
      <li>Austin</li>
      <li><a href="https://njump.to/npub1wf4pufsucer5va8g9p0rj5dnhvfeh6d8w0g6eayaep5dhps6rsgs43dgh9">Franzap</a></li>
      </ul>
      <p>Projects &amp; tech mentioned:</p>
      <ul>
      <li><a href="https://napplet.run/">napplet.run</a></li>
      <li><a href="https://github.com/dergigi/napplet-workshop">Napplet Workshop</a></li>
      <li><a href="https://github.com/nostr-protocol/nips/pull/2303">NIP-5D</a></li>
      <li><a href="https://github.com/kehto/web">Kehto</a></li>
      <li><a href="https://nsite.run/">nsite.run</a></li>
      <li><a href="https://github.com/sandwichfarm/nsyte">nsyte</a></li>
      <li><a href="https://nsyte.run/">nsyte.run</a></li>
      <li><a href="https://github.com/hzrd149/blossom">Blossom</a></li>
      <li><a href="https://github.com/nostr-protocol/nips/pull/1566">Hashtree</a></li>
      <li><a href="https://nostr.com/">Nostr</a></li>
      <li><a href="https://github.com/nostr-dev-kit/ndk">NDK</a></li>
      <li><a href="https://github.com/hzrd149/applesauce">Applesauce</a></li>
      <li><a href="https://github.com/greenart7c3/Amber">Amber</a></li>
      <li><a href="https://zap.stream/">zap.stream</a></li>
      <li><a href="https://nostr.watch/">Nostr Watch</a></li>
      <li><a href="https://github.com/nostr-protocol/nips/blob/master/66.md">NIP-66</a></li>
      <li><a href="https://github.com/nostr-protocol/nips/blob/master/78.md">NIP-78</a></li>
      <li>NIP-91</li>
      <li><a href="https://github.com/sandwichfarm/notemine">notemine</a></li>
      <li><a href="https://github.com/pablof7z/purplepag.es">Purple Pages</a></li>
      <li><a href="https://github.com/open-gsd/gsd-core">GSD (Get Shit Done)</a></li>
      <li><a href="https://docs.opengsd.net/">GSD docs</a></li>
      <li><a href="https://openspec.dev/">OpenSpec</a></li>
      <li><a href="https://gist.github.com/dskvr/e2b100e6addee34e47358116563103d7">GSD and LLM Slop Scan notes</a></li>
      <li><a href="https://github.com/scanaislop/aislop">aislop</a></li>
      <li><a href="https://github.com/sandwichfarm/aislop-badge">aislop-badge</a></li>
      <li><a href="https://docs.rs/antislop/latest/antislop/">antislop</a></li>
      <li><a href="https://slopscan.dev/">slopscan.dev</a></li>
      <li><a href="https://github.com/flamehaven01/ai-slop-detector">ai-slop-detector</a></li>
      <li><a href="https://chatgpt.com/">ChatGPT</a></li>
      <li><a href="https://www.nvidia.com/en-us/products/workstations/professional-desktop-gpus/rtx-pro-6000/">RTX PRO 6000 Blackwell</a></li>
      <li><a href="https://github.com/keylase/nvidia-patch">NVIDIA patch</a></li>
      <li><a href="https://bitcoin.org/">Bitcoin</a></li>
      </ul>
      <p>Recorded at <a href="https://mempool.space/block/959164">959,164</a>.</p>
]]></itunes:summary>
    </item>
    <item>
      <title>29: State of the Mint and Mind w/ Calle</title>
      <description><![CDATA[<p>&quot;You cannot look at something without touching it.&quot;</p>
<p><a href="https://njump.to/npub12rv5lskctqxxs2c8rf2zlzc7xx3qpvzs3w4etgemauy9thegr43sf485vg">Calle</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk.</p>
<p><a href="https://sovereignengineering.io/podcast/29-state-of-the-mint-and-mind-w-calle">Listen on sovereignengineering.io</a></p>
<p>Calle and Gigi start with Cashu mint internals and end in embodied cognition. Along the way they unpack sparse Merkle trees, exclusion proofs, unilateral exit, trusted execution environments, recovery paths, the move to BLS signatures, agentic coding workflows, specialist versus generalist models, world models, and why Bitcoin, Nostr, and local AI still feel like reasons for optimism.</p>
<p>In this dialogue:</p>
<ul>
<li>how mint state can be compressed into a sparse Merkle tree and why exclusion proofs matter for ecash</li>
<li>how unilateral exit could reduce both the slow rug pull and the fast rug pull for <a href="https://cashu.space/">Cashu</a> mints</li>
<li>why trusted execution environments change the trust model, and why on-chain-first mint backing is the easiest place to start</li>
<li>how timelocks and third-party recovery paths might soften mint downtime</li>
<li>why <a href="https://cashu.space/">Cashu</a> is moving away from its current signature setup toward <a href="https://www.ietf.org/archive/id/draft-irtf-cfrg-bls-signature-05.html">BLS signatures</a> and what that unlocks</li>
<li>how Calle actually works with coding agents, from <a href="https://openrouter.ai/">OpenRouter</a> and <a href="https://opencode.ai/">OpenCode</a> to fresh contexts and ruthless resets</li>
<li>why context windows are scarce, token maxing is wasteful, and one agent per project beats one giant assistant</li>
<li>why cognitive science still matters when talking about specialists, generalists, and what frontier labs are betting on</li>
<li>why world models differ from next-token predictors and why <a href="https://www.youtube.com/watch?v=A-_RdKiDbz4">Vervaeke on AI and embodiment</a> keeps coming back</li>
<li>why <a href="https://en.wikipedia.org/wiki/Thomas_Nagel">Thomas Nagel</a> and <a href="https://mitpress.mit.edu/9780262553032/the-blind-spot/">The Blind Spot</a> show up once the conversation turns to observation, physics, and experience</li>
<li>why high-agency builders should feel more hopeful than scared right now</li>
<li>why <a href="https://bitcoin.org/">Bitcoin</a>, <a href="https://nostr.com/">Nostr</a>, and improving local models still look like the right ingredients for a freer future</li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/03-data-ownership-is-a-lie-w-pablo">#03: Data Ownership is a Lie w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/04-ecash-fixes-402-w-calle">#04: Ecash Fixes 402 w/ Calle</a></li>
<li><a href="https://sovereignengineering.io/podcast/12-the-windy-lawnmower-stuff-w-pete">#12: The Windy Lawnmower Stuff w/ Pete</a></li>
<li><a href="https://sovereignengineering.io/podcast/10-walking-with-jesus-w-gzuuus">#10: Walking with Jesus w/ gzuuus</a></li>
<li><a href="https://sovereignengineering.io/podcast/11-10x-less-productive-w-pablo">#11: 10x Less Productive w/ Pablo</a></li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://lu.ke/">Luke Childs</a></li>
<li><a href="https://njump.to/npub1vadcfln4ugt2h9ruwsuwu5vu5am4xaka7pw6m7axy79aqyhp6u5q9knuu7">Waxwing</a></li>
<li><a href="https://steipete.me/">Peter Steinberger</a></li>
<li><a href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">Martti Malmi</a></li>
<li><a href="https://njump.to/npub1mhcr4j594hsrnen594d7700n2t03n8gdx83zhxzculk6sh9nhwlq7uc226">Egge</a></li>
<li><a href="https://njump.to/npub1y24gz5gwucl79vtv4ctwpysl0r5m4xyzu2rgulnr44ks3t5mt92q4nz2ad">Kukks</a></li>
<li><a href="https://en.wikipedia.org/wiki/Yann_LeCun">Yann LeCun</a></li>
<li><a href="https://en.wikipedia.org/wiki/Thomas_Nagel">Thomas Nagel</a></li>
<li><a href="https://chaum.com/">David Chaum</a></li>
<li><a href="https://people.eecs.berkeley.edu/~daw/">David Wagner</a></li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://cashu.space/">Cashu</a></li>
<li><a href="https://opensats.org/projects/cdk">Cashu Dev Kit</a></li>
<li><a href="https://ark-protocol.org/">Ark Protocol</a></li>
<li><a href="https://openrouter.ai/">OpenRouter</a></li>
<li><a href="https://opencode.ai/">OpenCode</a></li>
<li><a href="https://github.com/openclaw/openclaw">OpenClaw</a></li>
<li><a href="https://github.com/fabianfabian/openclaw-nostr-nip17">Fabian’s NIP-17 plugin for OpenClaw</a></li>
<li><a href="https://bitcoin.org/">Bitcoin</a></li>
<li><a href="https://nostr.com/">Nostr</a></li>
<li><a href="https://www.ietf.org/archive/id/draft-irtf-cfrg-bls-signature-05.html">BLS signatures</a></li>
</ul>
<p>Readings mentioned:</p>
<ul>
<li><a href="https://ia800100.us.archive.org/5/items/thomas-nagel-what-is-it-like-to-be-a-bat/Thomas%20Nagel%2C%20What%20Is%20It%20Like%20to%20Be%20a%20Bat.pdf">Thomas Nagel, What Is It Like to Be a Bat?</a></li>
<li><a href="https://mitpress.mit.edu/9780262553032/the-blind-spot/">The Blind Spot</a></li>
<li><a href="https://mises.org/library/book/against-intellectual-property">Against Intellectual Property</a></li>
<li><a href="https://www.youtube.com/watch?v=NiktW1HE_AI">Calle&#39;s keynote</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/952654">952,654</a>.</p>]]></description>
      <link>https://njump.to/nevent1qqsr29xqdlxnuqdlahw4heth7nnlvq4hcva8wejnxspztn9ektd6lsqpzamhxue69uhksctkv4hzuer9wfnkjemf9e3k7mgpz4mhxue69uhhwmm59ejx2un8d9nkjtnrdaksz9nhwden5te0wfjkccte9ec8y6tdv9kzumn9wspzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pft8al0ga</link>
      <enclosure url="https://haven.dergigi.com/a7260cd900ceffaf6d7caa74d1b7d56b191f74d3fbbb772f989f3eb05fd36a3b.m4a" length="33442116" type="audio/mp4"/>
      <guid isPermaLink="false">529e5e40-356c-40a8-b53f-8b1675117bc5</guid>
      <pubDate>Sun, 07 Jun 2026 01:48:07 +0000</pubDate>
      <itunes:duration>3939</itunes:duration>
      <itunes:image href="https://haven.dergigi.com/080ae6cdc471cbd4af82fcf32aa409ffec80d11c798e046bc6f7e5041005393a.jpg"/>
      <podcast:person href="https://njump.to/npub12rv5lskctqxxs2c8rf2zlzc7xx3qpvzs3w4etgemauy9thegr43sf485vg" img="https://avatars.githubusercontent.com/u/93376500" group="cast" role="guest">calle 💯</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/fdbfe56830b0d9294d833b6e2cd41348a2774512e242525b3197f2a3966b5799.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/29-state-of-the-mint-and-mind-w-calle.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqjnywfdwd6xzar994hkvtt5dpjj6mtfde6z6ctwvskk66twvskhwttrv9kxcegpzamhxue69uhksctkv4hzuer9wfnkjemf9e3k7mgpz4mhxue69uhhwmm59ejx2un8d9nkjtnrdaksz9nhwden5te0wfjkccte9ec8y6tdv9kzumn9wspzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqvzqqqr4gut0lx8t">Show Notes</podcast:contentLink>
      <itunes:subtitle>29: State of the Mint and Mind w/ Calle</itunes:subtitle>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>Yes</itunes:explicit>
      <itunes:keywords>cashu, ecash, bitcoin, ai, world models, tee, ark, nostr, coding agents, cognitive science</itunes:keywords>
      <itunes:summary><![CDATA[      <p>"You cannot look at something without touching it."</p>
      <p><a
      href="https://njump.to/npub12rv5lskctqxxs2c8rf2zlzc7xx3qpvzs3w4etgemauy9thegr43sf485vg">Calle</a>
      &amp; <a
      href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a>
      take a walk.</p>
      <p><a
      href="https://sovereignengineering.io/podcast/29-state-of-the-mint-and-mind-w-calle">Listen
      on sovereignengineering.io</a></p>
      <p>Calle and Gigi start with Cashu mint internals and end in embodied
      cognition. Along the way they unpack sparse Merkle trees, exclusion
      proofs, unilateral exit, trusted execution environments, recovery paths,
      the move to BLS signatures, agentic coding workflows, specialist versus
      generalist models, world models, and why Bitcoin, Nostr, and local AI
      still feel like reasons for optimism.</p>
      <p>In this dialogue:</p>
      <ul>
      <li>how mint state can be compressed into a sparse Merkle tree and why
      exclusion proofs matter for ecash</li>
      <li>how unilateral exit could reduce both the slow rug pull and the fast
      rug pull for <a href="https://cashu.space/">Cashu</a> mints</li>
      <li>why trusted execution environments change the trust model, and why
      on-chain-first mint backing is the easiest place to start</li>
      <li>how timelocks and third-party recovery paths might soften mint
      downtime</li>
      <li>why <a href="https://cashu.space/">Cashu</a> is moving away from its
      current signature setup toward <a
      href="https://www.ietf.org/archive/id/draft-irtf-cfrg-bls-signature-05.html">BLS
      signatures</a> and what that unlocks</li>
      <li>how Calle actually works with coding agents, from <a
      href="https://openrouter.ai/">OpenRouter</a> and <a
      href="https://opencode.ai/">OpenCode</a> to fresh contexts and ruthless
      resets</li>
      <li>why context windows are scarce, token maxing is wasteful, and one
      agent per project beats one giant assistant</li>
      <li>why cognitive science still matters when talking about specialists,
      generalists, and what frontier labs are betting on</li>
      <li>why world models differ from next-token predictors and why <a
      href="https://www.youtube.com/watch?v=A-_RdKiDbz4">Vervaeke on AI and
      embodiment</a> keeps coming back</li>
      <li>why <a href="https://en.wikipedia.org/wiki/Thomas_Nagel">Thomas
      Nagel</a> and <a href="https://mitpress.mit.edu/9780262553032/the-blind-spot/">The
      Blind Spot</a> show up once the conversation turns to observation,
      physics, and experience</li>
      <li>why high-agency builders should feel more hopeful than scared right
      now</li>
      <li>why <a href="https://bitcoin.org/">Bitcoin</a>, <a
      href="https://nostr.com/">Nostr</a>, and improving local models still
      look like the right ingredients for a freer future</li>
      </ul>
      <p>People mentioned:</p>
      <ul>
      <li><a href="https://lu.ke/">Luke Childs</a></li>
      <li><a href="https://njump.to/npub1vadcfln4ugt2h9ruwsuwu5vu5am4xaka7pw6m7axy79aqyhp6u5q9knuu7">Waxwing</a></li>
      <li><a href="https://steipete.me/">Peter Steinberger</a></li>
      <li><a
      href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">Martti
      Malmi</a></li>
      <li><a href="https://njump.to/npub1mhcr4j594hsrnen594d7700n2t03n8gdx83zhxzculk6sh9nhwlq7uc226">Egge</a></li>
      <li><a href="https://njump.to/npub1y24gz5gwucl79vtv4ctwpysl0r5m4xyzu2rgulnr44ks3t5mt92q4nz2ad">Kukks</a></li>
      <li><a href="https://en.wikipedia.org/wiki/Yann_LeCun">Yann
      LeCun</a></li>
      <li><a href="https://en.wikipedia.org/wiki/Thomas_Nagel">Thomas
      Nagel</a></li>
      <li><a href="https://chaum.com/">David Chaum</a></li>
      <li><a href="https://people.eecs.berkeley.edu/~daw/">David
      Wagner</a></li>
      </ul>
      <p>Projects &amp; tech mentioned:</p>
      <ul>
      <li><a href="https://cashu.space/">Cashu</a></li>
      <li><a href="https://opensats.org/projects/cdk">Cashu Dev Kit</a></li>
      <li><a href="https://ark-protocol.org/">Ark Protocol</a></li>
      <li><a href="https://openrouter.ai/">OpenRouter</a></li>
      <li><a href="https://opencode.ai/">OpenCode</a></li>
      <li><a href="https://github.com/openclaw/openclaw">OpenClaw</a></li>
      <li><a href="https://github.com/fabianfabian/openclaw-nostr-nip17">Fabian’s NIP-17 plugin for OpenClaw</a></li>
      <li><a href="https://bitcoin.org/">Bitcoin</a></li>
      <li><a href="https://nostr.com/">Nostr</a></li>
      <li><a
      href="https://www.ietf.org/archive/id/draft-irtf-cfrg-bls-signature-05.html">BLS
      signatures</a></li>
      </ul>
      <p>Readings mentioned:</p>
      <ul>
      <li><a
      href="https://ia800100.us.archive.org/5/items/thomas-nagel-what-is-it-like-to-be-a-bat/Thomas%20Nagel%2C%20What%20Is%20It%20Like%20to%20Be%20a%20Bat.pdf">Thomas
      Nagel, What Is It Like to Be a Bat?</a></li>
      <li><a href="https://mitpress.mit.edu/9780262553032/the-blind-spot/">The
      Blind Spot</a></li>
      <li><a href="https://mises.org/library/book/against-intellectual-property">Against
      Intellectual Property</a></li>
      <li><a href="https://www.youtube.com/watch?v=NiktW1HE_AI">Calle's
      keynote</a></li>
      </ul>
      <p>Recorded at <a
      href="https://mempool.space/block/952654">952,654</a>.</p>
]]></itunes:summary>
    </item>
    <item>
      <title>28: Speak Human w/ MouxDesign</title>
      <description><![CDATA[<p>&quot;We just need to speak human.&quot;</p>
<p><a href="https://njump.to/npub1urhnkns9rt4c9mk6t9xctjkzmlkawxkdpzjnxdxhx82mqm7hfpuq0j7ueh">MouxDesign</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk.</p>
<p><a href="https://sovereignengineering.io/podcast/28-speak-human-w-mouxdesign">Listen on sovereignengineering.io</a></p>
<p>Recorded in June 2026.</p>
<p>Mo and Gigi keep circling one question: how do you build products for people who speak plain language instead of protocol jargon? From there they get into wallet copy, fee panic, backup rituals, agentic design workflows, broken Nostr onboarding, fun-first software, and the old Bitcoin fight over purity versus adoption.</p>
<p>In this dialogue:</p>
<ul>
<li>why design starts before the interface, at the app store screenshot, the first sentence, and the story a user tells a friend</li>
<li>Mo&#39;s current workflow: screenshots, <a href="https://mobbin.com/">Mobbin</a>, a skill file, <a href="https://n8n.io/">n8n</a>, sleep, then a sober morning review</li>
<li>why wallet UX still stumbles on backup rituals, fee displays, and error messages that dump the cognitive load on the user</li>
<li>why &quot;copy is design&quot; and why everyday users need plain language instead of protocol vocabulary</li>
<li>how Nostr key loss turns people into read-only ghosts and leaves account recovery in an awkward place</li>
<li>why apps on Nostr still feel early, and why fun matters if you want people to come back</li>
<li>why Martti&#39;s work keeps coming up, from <a href="https://iris.to/">Iris</a> to <a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a>, plus a callback to <a href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">#21: Hashtree, Nostr VPN, and Iris w/ Martti Malmi</a></li>
<li>why Jeff G&#39;s work on <a href="https://www.whitenoise.chat/">White Noise</a> still matters when the conversation turns to strange network conditions and real apps, plus a callback to <a href="https://sovereignengineering.io/podcast/25-white-noise-mls-and-marmot-w-jeff-g">#25: White Noise, MLS, and marmot w/ Jeff G</a></li>
<li>why Gigi still leans toward protocol purity when mass adoption asks for compromise</li>
<li>why walking and thinking out loud can still beat Slack threads, group chats, and solo brainstorming</li>
<li>how communities form when somebody plants a flag, names the thing, and keeps showing up, whether that is <a href="https://twentyone.world/">21 World</a>, <a href="https://einundzwanzig.space/">EINUNDZWANZIG</a>, or something else</li>
<li>why the simple test still matters: did you ship something that makes people happier?</li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/05-prompt-pray-w-paul">#05: Prompt &amp; Pray w/ Paul</a></li>
<li><a href="https://sovereignengineering.io/podcast/17-organic-tech-w-arjen">#17: Organic Tech w/ Arjen</a></li>
<li><a href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">#21: Hashtree, Nostr VPN, and Iris w/ Martti Malmi</a></li>
<li><a href="https://sovereignengineering.io/podcast/25-white-noise-mls-and-marmot-w-jeff-g">#25: White Noise, MLS, and marmot w/ Jeff G</a></li>
<li><a href="https://sovereignengineering.io/podcast/26-zapstore-w-franzap">#26: Zapstore w/ Franzap</a></li>
<li><a href="https://sovereignengineering.io/podcast/30-napplets-w-sandwich">#30: Napplets w/ Sandwich</a></li>
</ul>
<p>People mentioned:</p>
<ul>
<li>Jack Dorsey</li>
<li>Alex Gladstein</li>
<li>Martti Malmi (<a href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">#21: Hashtree, Nostr VPN, and Iris w/ Martti Malmi</a>)</li>
<li>Jeff G (<a href="https://sovereignengineering.io/podcast/25-white-noise-mls-and-marmot-w-jeff-g">#25: White Noise, MLS, and marmot w/ Jeff G</a>)</li>
<li>Rabble</li>
<li>Josh</li>
<li>Christoph</li>
<li>Arno</li>
<li>Marcus</li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://bitcoin.design/guide/">Bitcoin Design Guide</a></li>
<li><a href="https://bitcoin.org/">Bitcoin</a></li>
<li><a href="https://nostr.com/">Nostr</a></li>
<li><a href="https://block.xyz/">Block</a></li>
<li><a href="https://iris.to/">Iris</a></li>
<li><a href="https://www.whitenoise.chat/">White Noise</a></li>
<li><a href="https://mobbin.com/">Mobbin</a></li>
<li><a href="https://n8n.io/">n8n</a></li>
<li><a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a></li>
<li><a href="https://btcpayserver.org/">BTCPay Server</a></li>
<li><a href="https://twentyone.world/">21 World</a></li>
<li><a href="https://einundzwanzig.space/">EINUNDZWANZIG</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/952115">952,115</a>.</p>]]></description>
      <link>https://njump.to/nevent1qqsfdt7qf5pdc2mepphg6kkxhe3mzsajr38eky4qc6tren7hpv80a9gpzamhxue69uhksctkv4hzuer9wfnkjemf9e3k7mgpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgqgdwaehxw309ahx7uewd3hkcq3qn00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54sxyw0ax</link>
      <enclosure url="https://haven.dergigi.com/47bc8d4a4abe435eba57f6b411f54163afa266cedf49708a6d0cb073de015e1a.m4a" length="33786935" type="audio/mp4"/>
      <guid isPermaLink="false">c7cf42a2-60b7-43f8-be31-291c49bf12a5</guid>
      <pubDate>Tue, 02 Jun 2026 17:28:15 +0000</pubDate>
      <itunes:duration>3790</itunes:duration>
      <itunes:image href="https://haven.dergigi.com/78fea9d85657b83ce68bba11e0f2b8b92a3902fb43819163b3b329da9e8822b7.jpg"/>
      <podcast:person href="https://njump.to/npub1urhnkns9rt4c9mk6t9xctjkzmlkawxkdpzjnxdxhx82mqm7hfpuq0j7ueh" img="https://pbs.twimg.com/profile_images/1469200668544098309/_vaRvHr0_400x400.jpg" group="cast" role="guest">MouxDesign</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/05c10c759d1e77ad93108f515852503ab7086dfc70b0d4f246d6990ab194ff1e.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/28-speak-human-w-mouxdesign.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqdnywpdwdcx2ctt94582mtpdckhwttdda6hser9wd5kwmspzamhxue69uhksctkv4hzuer9wfnkjemf9e3k7mgpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgqgdwaehxw309ahx7uewd3hkcq3qn00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54sxpqqqp65wvnl34u">Show Notes</podcast:contentLink>
      <itunes:subtitle>28: Speak Human w/ MouxDesign</itunes:subtitle>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>Yes</itunes:explicit>
      <itunes:keywords>bitcoin, design, ux, nostr, ai, wallets, onboarding, copy, privacy, dialog</itunes:keywords>
      <itunes:summary><![CDATA[      <p>"We just need to speak human."</p>
      <p><a
      href="https://njump.to/npub1urhnkns9rt4c9mk6t9xctjkzmlkawxkdpzjnxdxhx82mqm7hfpuq0j7ueh">MouxDesign</a>
      &amp; <a
      href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a>
      take a walk.</p>
      <p><a
      href="https://sovereignengineering.io/podcast/28-speak-human-w-mouxdesign">Listen
      on sovereignengineering.io</a></p>
      <p>Recorded in June 2026.</p>
      <p>Mo and Gigi keep circling one question: how do you build products for
      people who speak plain language instead of protocol jargon? From there
      they get into wallet copy, fee panic, backup rituals, agentic design
      workflows, broken Nostr onboarding, fun-first software, and the old
      Bitcoin fight over purity versus adoption.</p>
      <p>In this dialogue:</p>
      <ul>
      <li>why design starts before the interface, at the app store screenshot,
      the first sentence, and the story a user tells a friend</li>
      <li>Mo's current workflow: screenshots, <a
      href="https://mobbin.com/">Mobbin</a>, a skill file, <a
      href="https://n8n.io/">n8n</a>, sleep, then a sober morning review</li>
      <li>why wallet UX still stumbles on backup rituals, fee displays, and
      error messages that dump the cognitive load on the user</li>
      <li>why "copy is design" and why everyday users need plain language
      instead of protocol vocabulary</li>
      <li>how Nostr key loss turns people into read-only ghosts and leaves
      account recovery in an awkward place</li>
      <li>why apps on Nostr still feel early, and why fun matters if you want
      people to come back</li>
      <li>why Martti's work keeps coming up, from <a
      href="https://iris.to/">Iris</a> to <a
      href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a>, plus a
      callback to <a
      href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">#21:
      Hashtree, Nostr VPN, and Iris w/ Martti Malmi</a></li>
      <li>why Jeff G's work on <a href="https://www.whitenoise.chat/">White
      Noise</a> still matters when the conversation turns to strange network
      conditions and real apps, plus a callback to <a
      href="https://sovereignengineering.io/podcast/25-white-noise-mls-and-marmot-w-jeff-g">#25:
      White Noise, MLS, and marmot w/ Jeff G</a></li>
      <li>why Gigi still leans toward protocol purity when mass adoption asks
      for compromise</li>
      <li>why walking and thinking out loud can still beat Slack threads,
      group chats, and solo brainstorming</li>
      <li>how communities form when somebody plants a flag, names the thing,
      and keeps showing up, whether that is <a
      href="https://twentyone.world/">21 World</a> or something else</li>
      <li>why the simple test still matters: did you ship something that makes
      people happier?</li>
      </ul>
      <p>People mentioned:</p>
      <ul>
      <li>Jack Dorsey</li>
      <li>Alex Gladstein</li>
      <li>Martti Malmi (<a
      href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">#21:
      Hashtree, Nostr VPN, and Iris w/ Martti Malmi</a>)</li>
      <li>Jeff G (<a
      href="https://sovereignengineering.io/podcast/25-white-noise-mls-and-marmot-w-jeff-g">#25:
      White Noise, MLS, and marmot w/ Jeff G</a>)</li>
      <li>Rabble</li>
      <li>Josh</li>
      <li>Christoph</li>
      <li>Arno</li>
      <li>Marcus</li>
      </ul>
      <p>Projects &amp; tech mentioned:</p>
      <ul>
      <li><a href="https://bitcoin.design/guide/">Bitcoin Design
      Guide</a></li>
      <li><a href="https://bitcoin.org/">Bitcoin</a></li>
      <li><a href="https://nostr.com/">Nostr</a></li>
      <li><a href="https://block.xyz/">Block</a></li>
      <li><a href="https://iris.to/">Iris</a></li>
      <li><a href="https://www.whitenoise.chat/">White Noise</a></li>
      <li><a href="https://mobbin.com/">Mobbin</a></li>
      <li><a href="https://n8n.io/">n8n</a></li>
      <li><a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a></li>
      <li><a href="https://btcpayserver.org/">BTCPay Server</a></li>
      <li><a href="https://twentyone.world/">21 World</a></li>
      </ul>
      <p>Recorded at <a
      href="https://mempool.space/block/952115">952,115</a>.</p>
]]></itunes:summary>
    </item>
    <item>
      <title>27: Separation of Business from State w/ gsovereignty</title>
      <description><![CDATA[<p>"It’s the people who receive Bitcoin as payment for something who
decide what Bitcoin is."</p>
<p><a
href="https://njump.to/npub1mygerccwqpzyh9pvp6pv44rskv40zutkfs38t0hqhkvnwlhagp6s3psn5p">gsovereignty</a>
&amp; <a
href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a>
take a walk.</p>
<p><a
href="https://sovereignengineering.io/podcast/27-separation-of-business-from-state-w-gsovereignty">Listen
on sovereignengineering.io</a></p>
<p>Recorded in May 2026.</p>
<p>They explore what it would take to separate business from the state,
why a Bitcoin economy still depends on fiat imports, and how Nostrocket
might route human energy into Bitcoin-native production. Along the way
they get into circular economies, merchant adoption, stablecoins,
organizational design, application-specific agent harnesses, and the
trade-offs behind merit-based equity, minimal governance, and forkable
ventures.</p>
<p>In this dialogue:</p>
<ul>
<li>why merchant adoption alone does not create a sovereign Bitcoin
economy</li>
<li>why registered businesses remain exposed to state control</li>
<li>how Nostrocket reframes proof of work as human coordination around
useful production</li>
<li>what minimal governance, merit issuance, and forkability might look
like in a Bitcoin-native venture</li>
<li>why open source projects, DAOs, and Bitcoin itself keep surfacing
the same authority trade-offs</li>
<li>why application-specific agent harnesses, formal specs, and peer
review may be the right proving ground for these ideas</li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://saifedean.com/">Saifedean Ammous</a></li>
<li><a href="https://saylor.org/">Michael Saylor</a></li>
<li><a href="https://www.reinventingorganizations.com/">Frederic
Laloux</a></li>
<li><a href="https://github.com/vitorpamplona">Vitor Pamplona</a></li>
<li><a
href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a></li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://bitcoin.org/">Bitcoin</a></li>
<li><a href="https://nostr.com/">Nostr</a></li>
<li><a href="https://github.com/nostrocket">Nostrocket</a></li>
<li><a href="https://www.bitcoinjungle.app/">Bitcoin Jungle</a></li>
<li><a href="https://soapminer.com/">Soap Miner</a></li>
<li><a
href="https://njump.to/npub17nd4yu9anyd3004pumgrtazaacujjxwzj36thtqsxskjy0r5urgqf6950x">isolabellart</a></li>
<li><a href="https://theleathermint.com/">The Leathermint</a></li>
<li><a href="https://www.reinventingorganizations.com/">Reinventing
Organizations</a></li>
<li><a href="https://www.holacracy.org/">Holacracy</a></li>
<li><a
href="https://github.com/vitorpamplona/amethyst">Amethyst</a></li>
<li><a href="https://bitcoincore.org/">Bitcoin Core</a></li>
<li><a href="https://www.anthropic.com/claude">Claude</a></li>
<li>stablecoins</li>
<li>BlackRock</li>
</ul>
<p>Recorded at <a
href="https://mempool.space/block/951874">951,874</a>.</p>
]]></description>
      <link>https://njump.to/nevent1qqsqv3f3jv4r7f39usrzugt2x3z6ma26zcdf0jkdak90zkwrsnc6lccpzamhxue69uhksctkv4hzuer9wfnkjemf9e3k7mgpz4mhxue69uhhwmm59ejx2un8d9nkjtnrdaksz9nhwden5te0wfjkccte9ec8y6tdv9kzumn9wsqs6amnwvaz7tmwdaejumr0dspzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pft80g7rz</link>
      <enclosure url="https://haven.dergigi.com/974fed8b88a2bc7117c7ddd924f098cf479b9ab1d0e06b1f6c1d056e73cb8d15.m4a" length="35668779" type="audio/mp4"/>
      <guid isPermaLink="false">2ee54c2b-dbd5-4777-b383-9dce2d1134ca</guid>
      <pubDate>Mon, 01 Jun 2026 05:59:59 +0000</pubDate>
      <itunes:duration>3952</itunes:duration>
      <itunes:image href="https://haven.dergigi.com/2e9cd25d190ca205784e2576e24973746d36179539aa3d3c1a74dcb6755cc51a.jpg"/>
      <podcast:person href="https://njump.to/npub1mygerccwqpzyh9pvp6pv44rskv40zutkfs38t0hqhkvnwlhagp6s3psn5p" img="https://nostr.build/i/nostr.build_029831470fc213b50dca90bd35ae0fea4e2a2540388bb1d459ab73d1c1a51f5c.jpg" group="cast" role="guest">gsovereignty</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/8228d6f50ce4386f26872c47a0089856dfe53ad481db676c08684a546bed0457.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/27-separation-of-business-from-state-w-gsovereignty.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqenydedwdjhqctjv96xjmmw94hkvttzw4ekjmn9wdej6enjdakj6um5v96x2tth94nhxmmkv4ex26t8de68jqghwaehxw309a5xzan9dchxgetjva5kw6fwvdhk6qg4waehxw309amk7apwv3jhyemfva5jucm0d5q3vamnwvaz7tmjv4kxz7fwwpexjmtpdshxuet5qyxhwumn8ghj7mn0wvhxcmmvqgsfhhjzzjgl86k34ssm68gpvea2h9rlfswy4mv8vfx0yfemqm9q22crqsqqqa28mex05l">Show Notes</podcast:contentLink>
      <itunes:subtitle>27: Separation of Business from State w/ gsovereignty</itunes:subtitle>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>Yes</itunes:explicit>
      <itunes:keywords>bitcoin, nostrocket, nostr, business, governance, stablecoins, open source, agents, sovereignty, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p>"It’s the people who receive Bitcoin as payment for something who
decide what Bitcoin is."</p>
<p><a
href="https://njump.to/npub1mygerccwqpzyh9pvp6pv44rskv40zutkfs38t0hqhkvnwlhagp6s3psn5p">gsovereignty</a>
&amp; <a
href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a>
take a walk.</p>
<p><a
href="https://sovereignengineering.io/podcast/27-separation-of-business-from-state-w-gsovereignty">Listen
on sovereignengineering.io</a></p>
<p>Recorded in May 2026.</p>
<p>They explore what it would take to separate business from the state,
why a Bitcoin economy still depends on fiat imports, and how Nostrocket
might route human energy into Bitcoin-native production. Along the way
they get into circular economies, merchant adoption, stablecoins,
organizational design, application-specific agent harnesses, and the
trade-offs behind merit-based equity, minimal governance, and forkable
ventures.</p>
<p>In this dialogue:</p>
<ul>
<li>why merchant adoption alone does not create a sovereign Bitcoin
economy</li>
<li>why registered businesses remain exposed to state control</li>
<li>how Nostrocket reframes proof of work as human coordination around
useful production</li>
<li>what minimal governance, merit issuance, and forkability might look
like in a Bitcoin-native venture</li>
<li>why open source projects, DAOs, and Bitcoin itself keep surfacing
the same authority trade-offs</li>
<li>why application-specific agent harnesses, formal specs, and peer
review may be the right proving ground for these ideas</li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://saifedean.com/">Saifedean Ammous</a></li>
<li><a href="https://saylor.org/">Michael Saylor</a></li>
<li><a href="https://www.reinventingorganizations.com/">Frederic
Laloux</a></li>
<li><a href="https://github.com/vitorpamplona">Vitor Pamplona</a></li>
<li><a
href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a></li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://bitcoin.org/">Bitcoin</a></li>
<li><a href="https://nostr.com/">Nostr</a></li>
<li><a href="https://github.com/nostrocket">Nostrocket</a></li>
<li><a href="https://www.bitcoinjungle.app/">Bitcoin Jungle</a></li>
<li><a href="https://soapminer.com/">Soap Miner</a></li>
<li><a
href="https://njump.to/npub17nd4yu9anyd3004pumgrtazaacujjxwzj36thtqsxskjy0r5urgqf6950x">isolabellart</a></li>
<li><a href="https://theleathermint.com/">The Leathermint</a></li>
<li><a href="https://www.reinventingorganizations.com/">Reinventing
Organizations</a></li>
<li><a href="https://www.holacracy.org/">Holacracy</a></li>
<li><a
href="https://github.com/vitorpamplona/amethyst">Amethyst</a></li>
<li><a href="https://bitcoincore.org/">Bitcoin Core</a></li>
<li><a href="https://www.anthropic.com/claude">Claude</a></li>
<li>stablecoins</li>
<li>BlackRock</li>
</ul>
<p>Recorded at <a
href="https://mempool.space/block/951874">951,874</a>.</p>
]]></itunes:summary>
    </item>
    <item>
      <title>26: Zapstore w/ Franzap</title>
      <description><![CDATA[<p>&quot;The user joins the community, and the community does a lot of the heavy lifting.&quot;</p>
<p><a href="https://njump.to/npub1wf4pufsucer5va8g9p0rj5dnhvfeh6d8w0g6eayaep5dhps6rsgs43dgh9">Franzap</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk in Oslo.</p>
<p><a href="https://sovereignengineering.io/podcast/26-zapstore-w-franzap">Listen on sovereignengineering.io</a></p>
<p>In this dialogue:</p>
<ul>
<li>How Zapstore grew out of the first Sovereign Engineering cohort in Madeira, earlier experiments like <a href="https://github.com/franzaps/zapthreads">ZapThreads</a>, and Franzap&#39;s frustration with closed mobile app stores</li>
<li>Why <a href="https://ninite.com/">Ninite</a>, app stacks, and curated discovery mattered as much as the raw &quot;permissionless app store&quot; idea</li>
<li>What it means to run Zapstore as a real marketplace: breaking the chicken-and-egg problem by pre-populating supply, signing apps under the Zapstore key, and gradually moving developers toward self-publishing</li>
<li>Web-of-trust computation, trust providers, and why app distribution raises the stakes far beyond regular social posting</li>
<li>Franzap&#39;s &quot;credible exit&quot; framing: sometimes you dial down decentralization to improve UX, as long as users can still verify, leave, and choose another community</li>
<li><a href="https://github.com/zapstore/zsp">ZSP</a>, the Zapstore publisher CLI, and how agents can already build and publish Android apps without the developer even owning an Android phone</li>
<li>Device keys, encrypted preferences, onboarding trade-offs, and why social features, comments, and zaps are a different problem from simply installing an app</li>
<li>Why app lists are a privacy leak, how update infrastructure can turn into a honeypot, and what it means to distribute software without building a profiling machine</li>
<li>The operational pain behind a living app catalog: pre-releases, key rotations, migrations, certificate mismatches, and endless edge cases</li>
<li>Google&#39;s tightening sideloading and KYC rules, Apple&#39;s developer-account maze, and why every new permissioned hurdle makes the permissionless route more compelling</li>
<li>Why Zapstore may matter most for people at the edges: controversial apps, developers outside the usual payment rails, and users who cannot or will not pass through the official gates</li>
<li>What&#39;s next: default communities, reviews, malware checks, privacy analysis, reproducibility, and smoother handoffs from indexed apps to self-published releases</li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/08-navigating-the-vibe-w-pablo">#08: Navigating the Vibe w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/23-shipping-violently-w-justin-moon">#23: Shipping Violently w/ Justin Moon</a></li>
<li><a href="https://sovereignengineering.io/podcast/30-napplets-w-sandwich">#30: Napplets w/ Sandwich</a></li>
<li><a href="https://sovereignengineering.io/podcast/32-nostrology-w-whisperhash">#32: Nostrology w/ WhisperHash</a></li>
<li><a href="https://sovereignengineering.io/podcast/33-asmap-nix-and-nix-nostr-w-julien">#33: ASMap, nix, and nix-nostr w/ Julien</a></li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://njump.to/npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6">fiatjaf</a> (built an earlier Nostr-native commenting system that influenced ZapThreads)</li>
<li>American HODL / Viper (example of agent-built, agent-published Android apps)</li>
<li>DHH and PewDiePie (part of the closing Linux detour)</li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://zapstore.dev/">Zapstore</a></li>
<li><a href="https://github.com/franzaps/zapthreads">ZapThreads</a></li>
<li><a href="https://github.com/zapstore/zsp">ZSP</a> (Zapstore publisher CLI)</li>
<li><a href="https://nostr.com/">Nostr</a></li>
<li><a href="https://grapheneos.org/">GrapheneOS</a></li>
<li><a href="https://opensats.org/">OpenSats</a></li>
<li><a href="https://ninite.com/">Ninite</a></li>
<li><a href="https://zapstore.dev/apps/org.fossify.voicerecorder">Fossify Voice Recorder</a></li>
<li><a href="https://phoenix.acinq.co/">Phoenix Wallet</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/951851">951,851</a>.</p>]]></description>
      <link>https://njump.to/nevent1qqsfzk4yjd9rx05g847defca3mnmewjzek4p67wckddp9pwmmea9eggpzamhxue69uhksctkv4hzuer9wfnkjemf9e3k7mgpz4mhxue69uhhwmm59ejx2un8d9nkjtnrdaksz9nhwden5te0wfjkccte9ec8y6tdv9kzumn9wsqs6amnwvaz7tmwdaejumr0dspzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftnuc954</link>
      <enclosure url="https://haven.dergigi.com/3043e0ed2f45d5fa1351676096dfe1c8b3897fd6a0db95e296f1e18893a55ed9.m4a" length="36768421" type="audio/mp4"/>
      <guid isPermaLink="false">83e8ee0c-5cf1-4503-baef-4b89aec05d3a</guid>
      <pubDate>Sun, 31 May 2026 18:52:34 +0000</pubDate>
      <itunes:duration>4068</itunes:duration>
      <itunes:image href="https://haven.dergigi.com/91b01febab61316a01d3f12615d1e04eac313ef88391f33a14e0ee8e6f068e39.jpg"/>
      <podcast:person href="https://njump.to/npub1wf4pufsucer5va8g9p0rj5dnhvfeh6d8w0g6eayaep5dhps6rsgs43dgh9" img="https://nostr.build/i/nostr.build_1732d9a6cd9614c6c4ac3b8f0ee4a8242e9da448e2aacb82e7681d9d0bc36568.jpg" group="cast" role="guest">Franzap</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/c9bf2351fdf6a8d3d607ce5d8a8264a65faded2726a5f550275fec00f74c2508.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/26-zapstore-w-franzap.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qq2nyd3d0fshqum5daex2tth94n8yctw0fshqqghwaehxw309a5xzan9dchxgetjva5kw6fwvdhk6qg4waehxw309amk7apwv3jhyemfva5jucm0d5q3vamnwvaz7tmjv4kxz7fwwpexjmtpdshxuet5qyxhwumn8ghj7mn0wvhxcmmvqgsfhhjzzjgl86k34ssm68gpvea2h9rlfswy4mv8vfx0yfemqm9q22crqsqqqa28spgh2g">Show Notes</podcast:contentLink>
      <itunes:subtitle>26: Zapstore w/ Franzap</itunes:subtitle>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>Yes</itunes:explicit>
      <itunes:keywords>zapstore, android, nostr, app store, graphene, kyc, marketplace, discovery, sovereign engineering, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p>"The user joins the community, and the community does a lot of the
heavy lifting."</p>
<p><a
href="https://njump.to/npub1wf4pufsucer5va8g9p0rj5dnhvfeh6d8w0g6eayaep5dhps6rsgs43dgh9">Franzap</a>
&amp; <a
href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a>
take a walk in Oslo.</p>
<p><a
href="https://sovereignengineering.io/podcast/26-zapstore-w-franzap">Listen
on sovereignengineering.io</a></p>
<p>In this dialogue:</p>
<ul>
<li>How Zapstore grew out of the first Sovereign Engineering cohort in
Madeira, earlier experiments like <a
href="https://github.com/franzaps/zapthreads">ZapThreads</a>, and
Franzap's frustration with closed mobile app stores</li>
<li>Why <a href="https://ninite.com/">Ninite</a>, app stacks, and
curated discovery mattered as much as the raw "permissionless app store"
idea</li>
<li>What it means to run Zapstore as a real marketplace: breaking the
chicken-and-egg problem by pre-populating supply, signing apps under the
Zapstore key, and gradually moving developers toward
self-publishing</li>
<li>Web-of-trust computation, trust providers, and why app distribution
raises the stakes far beyond regular social posting</li>
<li>Franzap's "credible exit" framing: sometimes you dial down
decentralization to improve UX, as long as users can still verify,
leave, and choose another community</li>
<li><a href="https://github.com/zapstore/zsp">ZSP</a>, the Zapstore
publisher CLI, and how agents can already build and publish Android apps
without the developer even owning an Android phone</li>
<li>Device keys, encrypted preferences, onboarding trade-offs, and why
social features, comments, and zaps are a different problem from simply
installing an app</li>
<li>Why app lists are a privacy leak, how update infrastructure can turn
into a honeypot, and what it means to distribute software without
building a profiling machine</li>
<li>The operational pain behind a living app catalog: pre-releases, key
rotations, migrations, certificate mismatches, and endless edge
cases</li>
<li>Google's tightening sideloading and KYC rules, Apple's
developer-account maze, and why every new permissioned hurdle makes the
permissionless route more compelling</li>
<li>Why Zapstore may matter most for people at the edges: controversial
apps, developers outside the usual payment rails, and users who cannot
or will not pass through the official gates</li>
<li>What's next: default communities, reviews, malware checks, privacy
analysis, reproducibility, and smoother handoffs from indexed apps to
self-published releases</li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a
href="https://njump.to/npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6">fiatjaf</a>
(built an earlier Nostr-native commenting system that influenced
ZapThreads)</li>
<li>American HODL / Viper (example of agent-built, agent-published
Android apps)</li>
<li>DHH and PewDiePie (part of the closing Linux detour)</li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://zapstore.dev/">Zapstore</a></li>
<li><a href="https://github.com/franzaps/zapthreads">ZapThreads</a></li>
<li><a href="https://github.com/zapstore/zsp">ZSP</a> (Zapstore
publisher CLI)</li>
<li><a href="https://nostr.com/">Nostr</a></li>
<li><a href="https://grapheneos.org/">GrapheneOS</a></li>
<li><a href="https://opensats.org/">OpenSats</a></li>
<li><a href="https://ninite.com/">Ninite</a></li>
<li><a
href="https://zapstore.dev/apps/org.fossify.voicerecorder">Fossify Voice
Recorder</a></li>
<li><a href="https://phoenix.acinq.co/">Phoenix Wallet</a></li>
</ul>
<p>Recorded at <a
href="https://mempool.space/block/951851">951,851</a>.</p>]]></itunes:summary>
    </item>
    <item>
      <title>25: White Noise, MLS, and marmot w/ Jeff G</title>
      <description><![CDATA[<p>&quot;What we&#39;re actually building is an unstoppable messenger.&quot;</p>
<p><a href="https://njump.to/npub1zuuajd7u3sx8xu92yav9jwxpr839cs0kc3q6t56vd5u9q033xmhsk6c2uc">Jeff G</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk in Oslo.</p>
<p><a href="https://sovereignengineering.io/podcast/25-white-noise-mls-and-marmot-w-jeff-g">Listen on sovereignengineering.io</a></p>
<p>In this dialogue:</p>
<ul>
<li>Jeff G explains how <a href="https://www.whitenoise.chat/">White Noise</a> started as an attempt to build the most private messenger possible, then slowly mutated into something else: an unstoppable messenger that can survive ugly network conditions and hostile environments</li>
<li>Why <a href="https://www.rfc-editor.org/rfc/rfc9420.html">MLS</a> on <a href="https://nostr.com/">Nostr</a> is mostly an ordering problem: identity and delivery are the easy parts, group-state evolution is where everything breaks</li>
<li>Forked histories, missing commits, and the nightmare scenario where a group silently splits into incompatible realities without anybody noticing</li>
<li>The temptation of coordinators, sequencers, and Pablo&#39;s hilariously named <a href="https://github.com/pablof7z/serial-killer">Serial Killer Relay</a>, plus the deeper question of when a relay stops being a relay and quietly becomes a server</li>
<li>Calle&#39;s <a href="https://cashu.space/">Cashu</a> headaches, <a href="https://sovereignengineering.io/projects/SEC-02#nip-60">NIP-60</a> and NIP-61 edge cases, and the &quot;pocket with a hole&quot; problem where balances seem to disappear, reappear, and generally behave like loose change under a couch</li>
<li>Jeff G&#39;s current bet for <a href="https://github.com/marmot-protocol/marmot">Marmot</a>: a deterministic state machine, tunable convergence rules, and automatic re-init flows that make occasional desync tolerable</li>
<li>Why large-group privacy degrades fast, and why &quot;perfect privacy&quot; stops meaning much once a chat has hundreds or thousands of people in it</li>
<li>Why <a href="https://git.pikachat.org/git">Pika</a> felt more reliable than NIP-17 for one-to-one chats, and where simple tools still beat more ambitious systems</li>
<li>The White Noise v2 direction: replaceable key packages, smaller app components, and decoupling Nostr identity from the transport layer so relays become just one option among many</li>
<li>How <a href="https://fips.network/">FIPS</a> pushed the design forward by making transport agility feel real: relays, Wi-Fi, Bluetooth Direct, and whatever else can move packets when the normal internet is gone</li>
<li><a href="https://bitchat.free/">BitChat</a> as a useful proof that narrow, situational tools matter, especially when the internet is overloaded, absent, or simply the wrong abstraction for the problem</li>
<li>Other experiments blooming around the edges: <a href="https://www.tubestr.app/">Tubestr</a> as a weirdly great MLS-backed permission system, plus gaming demos, new clients, and other signs that the building blocks are escaping the original chat use case</li>
<li><a href="https://openclaw.ai/">OpenClaw</a>, Fabian&#39;s <a href="https://github.com/fabianfabian/openclaw-nostr-nip17">OpenClaw NIP-17 plugin</a>, and why cryptographic identities make one-agent-per-project workflows feel native</li>
<li>Jeff G&#39;s current AI workflow: multiple agents, multiple boxes, very little hand-written code, and a strong belief that the implementation middle is collapsing while architecture, <a href="https://ants.sh/?q=taste+by%3Adergigi.com">taste</a>, and judgment matter more than ever</li>
<li>Why &quot;build it right&quot; is getting harder to teach and more important to teach, because now you can vibe a terrible idea into existence in an afternoon just as easily as a good one</li>
<li>Apprenticeship, elders, and why people like Johnathan Corgan matter: some engineering instincts only show up after you have lived through brittle systems, bad assumptions, and real adversaries</li>
<li>Notification servers that should know almost nothing, the coming KYC of the internet, and the broader goal of building systems with less data to seize and fewer chokepoints to attack</li>
<li>The argument over easy abstractions at the edge of Nostr, from &quot;Coinbase for Nostr&quot; worries to the closing detour on onchain zaps and second-order effects. For more on that last part, see Gigi&#39;s rebuttal, <a href="https://dergigi.com/2026/05/20/careful-icarus/">Careful, Icarus</a></li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/09-no-strudelutions-w-hzrd149">#09: No Strudelutions w/ hzrd149</a></li>
<li><a href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">#21: Hashtree, Nostr VPN, and Iris w/ Martti Malmi</a></li>
<li><a href="https://sovereignengineering.io/podcast/24-building-fips-w-johnathan-corgan">#24: Building FIPS w/ Johnathan Corgan</a></li>
<li><a href="https://sovereignengineering.io/podcast/28-speak-human-w-mouxdesign">#28: Speak Human w/ MouxDesign</a></li>
<li><a href="https://sovereignengineering.io/podcast/31-buzz-mosaico-and-other-stuff-w-pablo">#31: Buzz, Mosaico, and Other Stuff w/ Pablo</a></li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://njump.to/npub1zxu639qym0esxnn7rzrt48wycmfhdu3e5yvzwx7ja3t84zyc2r8qz8cx2y">Justin Moon</a> (<a href="https://git.pikachat.org/git">Pika</a>, small-group messaging trade-offs, and prior White Noise conversations)</li>
<li><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a> (<a href="https://github.com/pablof7z/serial-killer">Serial Killer Relay</a>, naming crimes, and forcing the hard coordination question)</li>
<li><a href="https://njump.to/npub12rv5lskctqxxs2c8rf2zlzc7xx3qpvzs3w4etgemauy9thegr43sf485vg">Calle</a> (<a href="https://cashu.space/">Cashu</a>, event-ordering pain, <a href="https://sovereignengineering.io/projects/SEC-02#nip-60">NIP-60</a>, and NIP-61)</li>
<li><a href="https://njump.to/npub19wavu4f7l6l43h24jyskn7fvzy37kcfp67aqjtmv2qgy4lp34nhsda8p6k">Johnathan Corgan</a> (<a href="https://fips.network/">FIPS</a>, transport-agnostic networking, and wise-old-builder energy)</li>
<li><a href="https://njump.to/npub1taycl7qfuqk9dp0rhkse8lxhz3az9eanjug8j4ympwehvslnetxqkujg5y">Lee</a> from Bitcoin Jungle (<a href="https://www.tubestr.app/">Tubestr</a>, MLS as permission system)</li>
<li><a href="https://njump.to/npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m">Jack</a> (<a href="https://bitchat.free/">BitChat</a>, Bluetooth-first messaging)</li>
<li><a href="https://njump.to/npub1n0sturny6w9zn2wwexju3m6asu7zh7jnv2jt2kx6tlmfhs7thq0qnflahe">Fabian</a> (built the <a href="https://github.com/fabianfabian/openclaw-nostr-nip17">OpenClaw NIP-17 plugin</a>)</li>
<li><a href="https://njump.to/npub1ye5ptcxfyyxl5vjvdjar2ua3f0hynkjzpx552mu5snj3qmx5pzjscpknpr">hzrd149</a>, author of <a href="https://nostrudel.ninja/">noStrudel</a> &amp; <a href="https://sovereignengineering.io/projects/SEC-01#blossom">Blossom</a></li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://www.whitenoise.chat/">White Noise</a> (Jeff G&#39;s unstoppable messenger project)</li>
<li><a href="https://github.com/marmot-protocol/marmot">Marmot</a> (MLS-based group messaging on Nostr)</li>
<li><a href="https://www.rfc-editor.org/rfc/rfc9420.html">MLS</a> (Messaging Layer Security)</li>
<li><a href="https://nostr.com/">Nostr</a> (permissionless identity and event substrate)</li>
<li><a href="https://git.pikachat.org/git">Pika</a> (lean encrypted messaging)</li>
<li><a href="https://bitchat.free/">BitChat</a> (ephemeral Bluetooth mesh messaging)</li>
<li><a href="https://fips.network/">FIPS</a> (Free Internetworking Peering System)</li>
<li><a href="https://www.tubestr.app/">Tubestr</a> (MLS-backed access control for family video sharing)</li>
<li><a href="https://cashu.space/">Cashu</a> (ecash protocols with familiar ordering pain)</li>
<li><a href="https://github.com/pablof7z/serial-killer">Serial Killer Relay</a> (relay-enforced sequencing experiment)</li>
<li><a href="https://openclaw.ai/">OpenClaw</a> (agentic tooling, memory, and project-scoped identities)</li>
<li><a href="https://github.com/fabianfabian/openclaw-nostr-nip17">OpenClaw NIP-17 plugin</a> (Nostr messaging integration for OpenClaw)</li>
<li><a href="https://sovereignengineering.io/projects/SEC-02#nip-60">NIP-60</a> (wallet state and event-ordering pain in the Nostr ecosystem)</li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/951696">951,696</a>.</p>]]></description>
      <link>https://njump.to/nevent1qqstzwt8nymqtepqxznskx39mm6f0xr7qzgl4uvfr3ea9y5hp3n7pcqpzamhxue69uhksctkv4hzuer9wfnkjemf9e3k7mgpz4mhxue69uhhwmm59ejx2un8d9nkjtnrdaksz9nhwden5te0wfjkccte9ec8y6tdv9kzumn9wsqs6amnwvaz7tmwdaejumr0dspzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pft7f7vsf</link>
      <enclosure url="https://haven.dergigi.com/46b0315fdbb941184acccda6ba7dca2eeea0310905b62def72c0df93ce98ef18.m4a" length="39904266" type="audio/mp4"/>
      <guid isPermaLink="false">50500ecc-0fc2-442d-9b61-9eb2819843d3</guid>
      <pubDate>Sat, 30 May 2026 20:03:46 +0000</pubDate>
      <itunes:duration>4484</itunes:duration>
      <itunes:image href="https://haven.dergigi.com/b368c67b0187a4ca751da5d44a0c73cb53ac60588f4b33eecd197fde7be92d28.jpg"/>
      <podcast:person href="https://njump.to/npub1zuuajd7u3sx8xu92yav9jwxpr839cs0kc3q6t56vd5u9q033xmhsk6c2uc" img="" group="cast" role="guest">Jeff G</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/0b61adb6c90c4256ffa1f0af87ffd8d916ac4163a1b3ff7710bc67e3f2339c77.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/25-white-noise-mls-and-marmot-w-jeff-g.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqjnydfdwa5xjar994hx76tnv5kk6mrn94skuepdd4shymt0wskhwtt2v4nxvecpzamhxue69uhksctkv4hzuer9wfnkjemf9e3k7mgpz4mhxue69uhhwmm59ejx2un8d9nkjtnrdaksz9nhwden5te0wfjkccte9ec8y6tdv9kzumn9wsqs6amnwvaz7tmwdaejumr0dspzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqvzqqqr4gujf25s2">Show Notes</podcast:contentLink>
      <itunes:subtitle>25: White Noise, MLS, and marmot w/ Jeff G</itunes:subtitle>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>Yes</itunes:explicit>
      <itunes:keywords>white noise, marmot, mls, nostr, messaging, privacy, agents, ai, sovereign engineering, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p>"What we're actually building is an unstoppable messenger."</p>
<p><a
href="https://njump.to/npub1zuuajd7u3sx8xu92yav9jwxpr839cs0kc3q6t56vd5u9q033xmhsk6c2uc">Jeff
G</a> &amp; <a
href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a>
take a walk in Oslo.</p>
<p><a
href="https://sovereignengineering.io/podcast/25-white-noise-mls-and-marmot-w-jeff-g">Listen
on sovereignengineering.io</a></p>
<p>In this dialogue:</p>
<ul>
<li>Jeff G explains how <a href="https://www.whitenoise.chat/">White
Noise</a> started as an attempt to build the most private messenger
possible, then slowly mutated into something else: an unstoppable
messenger that can survive ugly network conditions and hostile
environments</li>
<li>Why <a href="https://www.rfc-editor.org/rfc/rfc9420.html">MLS</a> on
<a href="https://nostr.com/">Nostr</a> is mostly an ordering problem:
identity and delivery are the easy parts, group-state evolution is where
everything breaks</li>
<li>Forked histories, missing commits, and the nightmare scenario where
a group silently splits into incompatible realities without anybody
noticing</li>
<li>The temptation of coordinators, sequencers, and Pablo's hilariously
named <a href="https://github.com/pablof7z/serial-killer">Serial Killer
Relay</a>, plus the deeper question of when a relay stops being a relay
and quietly becomes a server</li>
<li>Calle's <a href="https://cashu.space/">Cashu</a> headaches, <a
href="https://sovereignengineering.io/projects/SEC-02#nip-60">NIP-60</a>
and NIP-61 edge cases, and the "pocket with a hole" problem where
balances seem to disappear, reappear, and generally behave like loose
change under a couch</li>
<li>Jeff G's current bet for <a
href="https://github.com/marmot-protocol/marmot">Marmot</a>: a
deterministic state machine, tunable convergence rules, and automatic
re-init flows that make occasional desync tolerable</li>
<li>Why large-group privacy degrades fast, and why "perfect privacy"
stops meaning much once a chat has hundreds or thousands of people in
it</li>
<li>Why <a href="https://git.pikachat.org/git">Pika</a> felt more
reliable than NIP-17 for one-to-one chats, and where simple tools still
beat more ambitious systems</li>
<li>The White Noise v2 direction: replaceable key packages, smaller app
components, and decoupling Nostr identity from the transport layer so
relays become just one option among many</li>
<li>How <a href="https://fips.network/">FIPS</a> pushed the design
forward by making transport agility feel real: relays, Wi-Fi, Bluetooth
Direct, and whatever else can move packets when the normal internet is
gone</li>
<li><a href="https://bitchat.free/">BitChat</a> as a useful proof that
narrow, situational tools matter, especially when the internet is
overloaded, absent, or simply the wrong abstraction for the problem</li>
<li>Other experiments blooming around the edges: <a
href="https://www.tubestr.app/">Tubestr</a> as a weirdly great
MLS-backed permission system, plus gaming demos, new clients, and other
signs that the building blocks are escaping the original chat use
case</li>
<li><a href="https://openclaw.ai/">OpenClaw</a>, Fabian's <a
href="https://github.com/fabianfabian/openclaw-nostr-nip17">OpenClaw
NIP-17 plugin</a>, and why cryptographic identities make
one-agent-per-project workflows feel native</li>
<li>Jeff G's current AI workflow: multiple agents, multiple boxes, very
little hand-written code, and a strong belief that the implementation
middle is collapsing while architecture, <a
href="https://ants.sh/?q=taste+by%3Adergigi.com">taste</a>, and judgment
matter more than ever</li>
<li>Why "build it right" is getting harder to teach and more important
to teach, because now you can vibe a terrible idea into existence in an
afternoon just as easily as a good one</li>
<li>Apprenticeship, elders, and why people like Johnathan Corgan matter:
some engineering instincts only show up after you have lived through
brittle systems, bad assumptions, and real adversaries</li>
<li>Notification servers that should know almost nothing, the coming KYC
of the internet, and the broader goal of building systems with less data
to seize and fewer chokepoints to attack</li>
<li>The argument over easy abstractions at the edge of Nostr, from
"Coinbase for Nostr" worries to the closing detour on onchain zaps and
second-order effects. For more on that last part, see Gigi's rebuttal,
<a href="https://dergigi.com/2026/05/20/careful-icarus/">Careful,
Icarus</a></li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a
href="https://njump.to/npub1zxu639qym0esxnn7rzrt48wycmfhdu3e5yvzwx7ja3t84zyc2r8qz8cx2y">Justin
Moon</a> (<a href="https://git.pikachat.org/git">Pika</a>, small-group
messaging trade-offs, and prior White Noise conversations)</li>
<li><a
href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a>
(<a href="https://github.com/pablof7z/serial-killer">Serial Killer
Relay</a>, naming crimes, and forcing the hard coordination
question)</li>
<li><a
href="https://njump.to/npub12rv5lskctqxxs2c8rf2zlzc7xx3qpvzs3w4etgemauy9thegr43sf485vg">Calle</a>
(<a href="https://cashu.space/">Cashu</a>, event-ordering pain, <a
href="https://sovereignengineering.io/projects/SEC-02#nip-60">NIP-60</a>,
and NIP-61)</li>
<li><a
href="https://njump.to/npub19wavu4f7l6l43h24jyskn7fvzy37kcfp67aqjtmv2qgy4lp34nhsda8p6k">Johnathan
Corgan</a> (<a href="https://fips.network/">FIPS</a>, transport-agnostic
networking, and wise-old-builder energy)</li>
<li><a
href="https://njump.to/npub1taycl7qfuqk9dp0rhkse8lxhz3az9eanjug8j4ympwehvslnetxqkujg5y">Lee</a>
from Bitcoin Jungle (<a href="https://www.tubestr.app/">Tubestr</a>, MLS
as permission system)</li>
<li><a
href="https://njump.to/npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m">Jack</a>
(<a href="https://bitchat.free/">BitChat</a>, Bluetooth-first
messaging)</li>
<li><a
href="https://njump.to/npub1n0sturny6w9zn2wwexju3m6asu7zh7jnv2jt2kx6tlmfhs7thq0qnflahe">Fabian</a>
(built the <a
href="https://github.com/fabianfabian/openclaw-nostr-nip17">OpenClaw
NIP-17 plugin</a>)</li>
<li><a
href="https://njump.to/npub1ye5ptcxfyyxl5vjvdjar2ua3f0hynkjzpx552mu5snj3qmx5pzjscpknpr">hzrd149</a>,
author of <a href="https://nostrudel.ninja/">noStrudel</a> &amp; <a
href="https://sovereignengineering.io/projects/SEC-01#blossom">Blossom</a></li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://www.whitenoise.chat/">White Noise</a> (Jeff G's
unstoppable messenger project)</li>
<li><a href="https://github.com/marmot-protocol/marmot">Marmot</a>
(MLS-based group messaging on Nostr)</li>
<li><a href="https://www.rfc-editor.org/rfc/rfc9420.html">MLS</a>
(Messaging Layer Security)</li>
<li><a href="https://nostr.com/">Nostr</a> (permissionless identity and
event substrate)</li>
<li><a href="https://git.pikachat.org/git">Pika</a> (lean encrypted
messaging)</li>
<li><a href="https://bitchat.free/">BitChat</a> (ephemeral Bluetooth
mesh messaging)</li>
<li><a href="https://fips.network/">FIPS</a> (Free Internetworking
Peering System)</li>
<li><a href="https://www.tubestr.app/">Tubestr</a> (MLS-backed access
control for family video sharing)</li>
<li><a href="https://cashu.space/">Cashu</a> (ecash protocols with
familiar ordering pain)</li>
<li><a href="https://github.com/pablof7z/serial-killer">Serial Killer
Relay</a> (relay-enforced sequencing experiment)</li>
<li><a href="https://openclaw.ai/">OpenClaw</a> (agentic tooling,
memory, and project-scoped identities)</li>
<li><a
href="https://github.com/fabianfabian/openclaw-nostr-nip17">OpenClaw
NIP-17 plugin</a> (Nostr messaging integration for OpenClaw)</li>
<li><a
href="https://sovereignengineering.io/projects/SEC-02#nip-60">NIP-60</a>
(wallet state and event-ordering pain in the Nostr ecosystem)</li>
</ul>
<p>Recorded at <a
href="https://mempool.space/block/951696">951,696</a>.</p>]]></itunes:summary>
    </item>
    <item>
      <title>24: Building FIPS w/ Johnathan Corgan</title>
      <description><![CDATA[<p>&quot;Don&#39;t be afraid of going your own way.&quot;</p>
<p><a href="https://njump.to/npub19wavu4f7l6l43h24jyskn7fvzy37kcfp67aqjtmv2qgy4lp34nhsda8p6k">Johnathan Corgan</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk in Madeira. Recorded during <a href="https://sovereignengineering.io/projects#SEC-07">SEC-07</a>.</p>
<p><a href="https://sovereignengineering.io/podcast/24-building-fips-w-johnathan-corgan">Listen on sovereignengineering.io</a></p>
<p>In this dialogue:</p>
<ul>
<li>Why <a href="https://fips.network/">FIPS</a> started with Arjen asking for networking that does not depend on registrars, central authorities, or yankable domain names</li>
<li>Johnathan disappearing for a month after Costa Rica, then returning with a protocol design that scratched the itch</li>
<li>FIPS as a self-organizing peer mesh: no privileged coordinator, only what each node can enforce locally</li>
<li>Transport-agnostic networking: Ethernet, Bluetooth, UDP overlays, Tor, serial links, and whatever else can move packets</li>
<li>A hilariously impractical but very useful test: tunneling FIPS over Nostr relays, with ping times measured in seconds, and it still worked</li>
<li>Why robustness under ugly conditions matters more than looking elegant on the happy path</li>
<li>150 nodes already on the FIPS testnet, and what has to change to get from 150 to 1,500 to 15,000</li>
<li><a href="https://sovereignengineering.io/loop#friday-demo-day">Friday Demo Day</a> as the forcing function: build it, show it, let other people poke holes in it</li>
<li>The next FIPS release: fewer unnecessary pieces, stronger protocol negotiation, harder internals, more battle testing</li>
<li>&quot;Try to break it&quot; so friends can fix it before hostile actors do</li>
<li>Costa Rica and SEC-07 as a return to the early <a href="https://en.wikipedia.org/wiki/Cypherpunk">Cypherpunk</a> and early Bitcoin energy: do not reform the old system, route around it</li>
<li>Why Nostr feels miraculous if you remember the world before it, even if normies still see it as half-baked</li>
<li>&quot;Rough consensus and running code&quot;: academic rigor, design review, and why code still has to survive contact with reality</li>
<li>Johnathan&#39;s critique of &quot;shower thought to <a href="https://zapstore.dev/">ZapStore</a> in six hours&quot; culture: speed helps, but engineering still matters</li>
<li><a href="https://www.anthropic.com/claude-code">Claude Code</a> wrote most of FIPS only after two months of protocol iteration and roughly 30,000 words of design docs</li>
<li>Johnathan read every file and every line of code his agents produced, which is probably the only sane way to use them</li>
<li>Agentic coding as a force multiplier, not a substitute for thought: bad programmers get worse, good programmers get faster, non-programmers can finally build</li>
<li>Drive-by AI pull requests, effort-matching reviews, and why maintainers should not do all the thinking for you</li>
<li>Advice to younger builders: dissent, trust your own judgment, stop scrolling, and start doing stuff</li>
<li>&quot;You can just do things&quot;</li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/20-archipelago-meshtadels-w-shadrach">#20: Archipelago Meshtadels w/ Shadrach</a></li>
<li><a href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">#21: Hashtree, Nostr VPN, and Iris w/ Martti Malmi</a></li>
<li><a href="https://sovereignengineering.io/podcast/25-white-noise-mls-and-marmot-w-jeff-g">#25: White Noise, MLS, and marmot w/ Jeff G</a></li>
<li><a href="https://sovereignengineering.io/podcast/31-buzz-mosaico-and-other-stuff-w-pablo">#31: Buzz, Mosaico, and Other Stuff w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/32-nostrology-w-whisperhash">#32: Nostrology w/ WhisperHash</a></li>
<li><a href="https://sovereignengineering.io/podcast/33-asmap-nix-and-nix-nostr-w-julien">#33: ASMap, nix, and nix-nostr w/ Julien</a></li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://njump.to/npub1hw6amg8p24ne08c9gdq8hhpqx0t0pwanpae9z25crn7m9uy7yarse465gr">Arjen</a> (brought the original itch from Costa Rica, noDNS instincts, freedom-tech networking)</li>
<li><a href="https://njump.to/npub1c03rad0r6q833vh57kyd3ndu2jry30nkr0wepqfpsm05vq7he25slryrnw">Cobrador</a> (<a href="https://tollgate.me/">TollGate</a>, weird deployment constraints, &quot;I didn&#39;t think this would exist for 10 more years&quot;)</li>
<li><a href="https://npub.world/npub1zthq85gksjsjthv8h6rec2qeqs2mu0emrm9xknkhgw7hfl7csrnq6wxm56">SatsAndSports</a></li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://fips.network/">FIPS</a> (Free Internetworking Peering System, a transport-agnostic encrypted mesh)</li>
<li><a href="https://nostr.com/">Nostr</a></li>
<li><a href="https://tollgate.me/">TollGate</a> (connectivity sold by the packet in hostile or weird environments)</li>
<li><a href="https://www.torproject.org/">Tor</a></li>
<li><a href="https://zapstore.dev/">ZapStore</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/945297">945,297</a>.</p>]]></description>
      <link>https://njump.to/nevent1qqs8rqtvclt6cd3gnxfm75jh9laeszrtpyju9gklclf4jz7xc5rurvgpzamhxue69uhksctkv4hzuer9wfnkjemf9e3k7mgpz4mhxue69uhhwmm59ejx2un8d9nkjtnrdaksz9nhwden5te0wfjkccte9ec8y6tdv9kzumn9wsqs6amnwvaz7tmwdaejumr0dspzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftuvlj5f</link>
      <enclosure url="https://haven.dergigi.com/30666a178bbf95e04642d889fa7defabd5d0f97704015f60ee33e975d9f48880.m4a" length="19051765" type="audio/mp4"/>
      <guid isPermaLink="false">3b02a30d-0ad1-444a-aaf1-61da8b58ebf9</guid>
      <pubDate>Thu, 16 Apr 2026 14:24:22 +0000</pubDate>
      <itunes:duration>2146</itunes:duration>
      <itunes:image href="https://haven.dergigi.com/43a84a4d016086ec605cf0f77579cacf758ff5388d553ffed853b739d7e23243.jpg"/>
      <podcast:person href="https://njump.to/npub19wavu4f7l6l43h24jyskn7fvzy37kcfp67aqjtmv2qgy4lp34nhsda8p6k" img="" group="cast" role="guest">Johnathan Corgan</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/69f783d5a36a8780ac1f1fc4e4d279fd908a424cf6129e3d4ec80c97d3f9ec35.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/24-building-fips-w-johnathan-corgan.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qq3nydpdvf6kjmryd9hxwttxd9c8xtth944x76rwv96xsctw943k7un8v9hqz9mhwden5te0dpshvetw9ejx2un8d9nkjtnrdaksz9thwden5te0wahhgtnyv4exw6t8dyhxxmmdqyt8wumn8ghj7un9d3shjtnswf5k6ctv9ehx2aqpp4mhxue69uhkummn9ekx7mqzyzdauss5j8e745dvyx736qtx024egl6vr39wmpmzfnezwwcxegzjkqcyqqq823c2mk2jv">Show Notes</podcast:contentLink>
      <itunes:subtitle>24: Building FIPS w/ Johnathan Corgan</itunes:subtitle>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>Yes</itunes:explicit>
      <itunes:keywords>fips, mesh networking, nostr, cypherpunk, freedom tech, sovereign engineering, networking, agents, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p>“Don’t be afraid of going your own way.”</p>
<p><a href="https://njump.to/npub19wavu4f7l6l43h24jyskn7fvzy37kcfp67aqjtmv2qgy4lp34nhsda8p6k">Johnathan Corgan</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk in Madeira. Recorded during <a href="https://sovereignengineering.io/projects#SEC-07">SEC-07</a>.</p>
<p><a href="https://sovereignengineering.io/podcast/24-building-fips-w-johnathan-corgan">Listen on sovereignengineering.io</a></p>
<p>In this dialogue:</p>
<ul>
<li>Why <a href="https://fips.network/">FIPS</a> started with Arjen asking for networking that does not depend on registrars, central authorities, or yankable domain names</li>
<li>Johnathan disappearing for a month after Costa Rica, then returning with a protocol design that scratched the itch</li>
<li>FIPS as a self-organizing peer mesh: no privileged coordinator, only what each node can enforce locally</li>
<li>Transport-agnostic networking: Ethernet, Bluetooth, UDP overlays, Tor, serial links, and whatever else can move packets</li>
<li>A hilariously impractical but very useful test: tunneling FIPS over Nostr relays, with ping times measured in seconds, and it still worked</li>
<li>Why robustness under ugly conditions matters more than looking elegant on the happy path</li>
<li>150 nodes already on the FIPS testnet, and what has to change to get from 150 to 1,500 to 15,000</li>
<li><a href="https://sovereignengineering.io/loop#friday-demo-day">Friday Demo Day</a> as the forcing function: build it, show it, let other people poke holes in it</li>
<li>The next FIPS release: fewer unnecessary pieces, stronger protocol negotiation, harder internals, more battle testing</li>
<li>“Try to break it” so friends can fix it before hostile actors do</li>
<li>Costa Rica and SEC-07 as a return to the early <a href="https://en.wikipedia.org/wiki/Cypherpunk">Cypherpunk</a> and early Bitcoin energy: do not reform the old system, route around it</li>
<li>Why Nostr feels miraculous if you remember the world before it, even if normies still see it as half-baked</li>
<li>“Rough consensus and running code”: academic rigor, design review, and why code still has to survive contact with reality</li>
<li>Johnathan’s critique of “shower thought to <a href="https://zapstore.dev/">ZapStore</a> in six hours” culture: speed helps, but engineering still matters</li>
<li><a href="https://www.anthropic.com/claude-code">Claude Code</a> wrote most of FIPS only after two months of protocol iteration and roughly 30,000 words of design docs</li>
<li>Johnathan read every file and every line of code his agents produced, which is probably the only sane way to use them</li>
<li>Agentic coding as a force multiplier, not a substitute for thought: bad programmers get worse, good programmers get faster, non-programmers can finally build</li>
<li>Drive-by AI pull requests, effort-matching reviews, and why maintainers should not do all the thinking for you</li>
<li>Advice to younger builders: dissent, trust your own judgment, stop scrolling, and start doing stuff</li>
<li>“You can just do things”</li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://njump.to/npub1hw6amg8p24ne08c9gdq8hhpqx0t0pwanpae9z25crn7m9uy7yarse465gr">Arjen</a> (brought the original itch from Costa Rica, noDNS instincts, freedom-tech networking)</li>
<li><a href="https://njump.to/npub1c03rad0r6q833vh57kyd3ndu2jry30nkr0wepqfpsm05vq7he25slryrnw">Cobrador</a> (<a href="https://tollgate.me/">TollGate</a>, weird deployment constraints, “I didn’t think this would exist for 10 more years”)</li>
<li><a href="https://npub.world/npub1zthq85gksjsjthv8h6rec2qeqs2mu0emrm9xknkhgw7hfl7csrnq6wxm56">SatsAndSports</a></li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://fips.network/">FIPS</a> (Free Internetworking Peering System, a transport-agnostic encrypted mesh)</li>
<li><a href="https://nostr.com/">Nostr</a></li>
<li><a href="https://tollgate.me/">TollGate</a> (connectivity sold by the packet in hostile or weird environments)</li>
<li><a href="https://www.torproject.org/">Tor</a></li>
<li><a href="https://zapstore.dev/">ZapStore</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/945297">945,297</a>.</p>]]></itunes:summary>
    </item>
    <item>
      <title>23: Shipping Violently w/ Justin Moon</title>
      <description><![CDATA[<p>&quot;I want to optimize for hackability and customization.&quot;</p>
<p><a href="https://njump.to/npub1zxu639qym0esxnn7rzrt48wycmfhdu3e5yvzwx7ja3t84zyc2r8qz8cx2y">Justin Moon</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk in Madeira. Recorded during <a href="https://sovereignengineering.io/projects#SEC-07">SEC-07</a>.</p>
<p><a href="https://sovereignengineering.io/podcast/23-shipping-violently-w-justin-moon">Listen on sovereignengineering.io</a></p>
<p>In this dialogue:</p>
<ul>
<li>Justin&#39;s new obsession: building Shadow, a hackable mobile operating system for people who want full control over the stack</li>
<li>Why Android is interesting again: not because it&#39;s clean, but because it is at least open enough to fight with</li>
<li>Android file chaos, and the immortal <a href="https://njump.to/nevent1qvzqqqqqqypzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqy2hwumn8ghj7mn0wd68ytn00p68ytnyv4mz7qfqwaehxw309ahx7um5wghx26tww4hxg7nhv9h856t89eehqctrv5hsqgysz8fc8xhpk7sndptrn9mq43em26sgsexclqfyu3ugt4mmz8z53uzp3k6p">&quot;file saved successfully&quot; meme</a></li>
<li>One wallet, one relay connection, one shared set of primitives at the OS level, instead of every app reinventing the same mess</li>
<li>The &quot;UNIX tools of Nostr&quot; idea, revisited from <a href="https://sovereignengineering.io/podcast/07-zig-multiplatform-w-justin">#07: Zig Multiplatform w/ Justin</a></li>
<li>Booting a phone with less Android, then turning Android off piece by piece once the system is running</li>
<li>Early signs of life for Shadow: Kosti successfully compiled and ran it</li>
<li>From 13-second button clicks to instant GPU rendering, and why that counts as real progress</li>
<li>Ricing phones like Linux desktops, with the usual <a href="https://cms.typecraft.dev/community/linux_ricing/">Typecraft explainer</a> and <a href="https://github.com/fosslife/awesome-ricing">awesome-ricing</a> rabbit hole</li>
<li>Why Justin chose TypeScript apps on top of a Rust core: make the parts you should not vibe-code solid, and let users vibe-code the rest</li>
<li>Apps as source code, almost like DMs, instead of a permissioned app store pipeline</li>
<li>How maps, notebooks, and everything else dematerialized into the computer, via this <a href="https://youtu.be/uGI00HV7Cfw">video of stuff disappearing into software</a></li>
<li>The app store tax, DUNS numbers, LLC theater, and why Justin would rather build a parallel thing than beg Apple and Google for approval</li>
<li>Permissionless alternatives at every layer: phone OS, payments, relays, networking, app distribution, and compute</li>
<li><a href="https://grapheneos.org/">GrapheneOS</a> as the security-maximalist trade-off, versus Shadow as the hackability-maximalist trade-off</li>
<li>&quot;I want a 3D printed gun of phones&quot; as Justin&#39;s deliberately unhinged way of describing maximum user freedom and minimum guardrails</li>
<li>&quot;I want to optimize for shooting yourself in the foot&quot; as the sharper version of the same trade-off: less safety theater, more user agency</li>
<li>Why many Linux phones failed: server people building for phone users, without a real vision for what a phone should become</li>
<li>The Nostr opportunity: a community weird enough to flash devices, test strange tools, and actually use them</li>
<li>&quot;Where do your ideas come from?&quot; and the obligatory <a href="https://youtu.be/PF59yAwaELE">Norm clip</a></li>
<li>Why the future may look like one agent per project, each with its own identity, memory, and full machine to operate</li>
<li>Personal clouds, bare-metal boxes, ephemeral VMs, and feeding your agents compute instead of feeding SaaS subscriptions</li>
<li>Why local-first and self-hosted agent setups matter if you want real sovereignty, durable memory, and no surprise bans</li>
<li><a href="https://fips.network/">FIPS</a> as a path toward permissionless networking, cryptographic addressing, and small resilient parallel internets</li>
<li><a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a>, tailscale-like overlays, and why overlay networks beat waiting for the whole world to rewire itself</li>
<li>Messaging trade-offs: <a href="https://github.com/marmot-protocol/marmot">Marmot</a>, <a href="https://simplex.chat/">SimpleX Chat</a>, MLS coordination pain, chat relays, double ratchets, and what actually works for small groups</li>
<li><a href="https://github.com/sledtools/pika">Pika</a>, identity, signaling, and why Justin wants to stop theory-crafting and start shipping</li>
<li>Sovereign Engineering as a high-bandwidth filter for crazy ideas, where most things die, a few things bloom, and that is the point</li>
<li>Why Bitcoin, Nostr, and projects like FIPS feel Amish-compatible: the goal is not rejecting technology, it is rejecting dependence</li>
<li>Justin&#39;s closing promise: less talking, more shipping, and yes, shipping violently</li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/01-start-ugly-w-pablo">#01: Start Ugly w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/14-building-browsers-w-justin">#14: Building Browsers w/ Justin</a></li>
<li><a href="https://sovereignengineering.io/podcast/18-rewriting-tenex-w-pablo">#18: Rewriting TENEX w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/26-zapstore-w-franzap">#26: Zapstore w/ Franzap</a></li>
<li><a href="https://sovereignengineering.io/podcast/30-napplets-w-sandwich">#30: Napplets w/ Sandwich</a></li>
<li><a href="https://sovereignengineering.io/podcast/32-nostrology-w-whisperhash">#32: Nostrology w/ WhisperHash</a></li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://github.com/moneyball">Steve Lee</a> (early sounding board for Lightning-at-the-OS-level ideas)</li>
<li><a href="https://njump.to/npub19wavu4f7l6l43h24jyskn7fvzy37kcfp67aqjtmv2qgy4lp34nhsda8p6k">Johnathan Corgan</a> (creator of <a href="https://fips.network/">FIPS</a>, pulled out of retirement by the right kind of weird)</li>
<li><a href="https://njump.to/npub1g53mukxnjkcmr94fhryzkqutdz2ukq4ks0gvy5af25rgmwsl4ngq43drvk">Martti Malmi</a> (<a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a>, offline-friendly networking, also on <a href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">#21: Hashtree, Nostr VPN, and Iris</a>)</li>
<li><a href="https://njump.to/npub1utx00neqgqln72j22kej3ux7803c2k986henvvha4thuwfkper4s7r50e8">UTXO the webmaster</a> (building <a href="https://wisp.mobile/">Wisp</a>, see also <a href="https://serve.podhome.fm/episodepage/CitadelDispatch/cd200-utxo--wisp--better-nostr">Citadel Dispatch #200 with UTXO</a>)</li>
<li><a href="https://njump.to/npub1zc6ts76lel22d38l9uk7zazsen8yd7dtuzcz5uv8d3vkast9hlks4725sl">Kosti</a> (successfully compiled and ran Shadow OS)</li>
<li><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a> (app-as-chat-box idea, <a href="https://github.com/sledtools/pika">Pika</a>, general agentic mischief)</li>
<li><a href="https://njump.to/npub1hw6amg8p24ne08c9gdq8hhpqx0t0pwanpae9z25crn7m9uy7yarse465gr">Arjen</a> (mesh instincts, noDNS lineage, helping make the weird legible, also on <a href="https://sovereignengineering.io/podcast/17-organic-tech-w-arjen">#17: Organic Tech</a>)</li>
<li><a href="https://njump.to/npub1r7psmkr4zv93xnal8un6d8hvmpsn5jvhfzn3kk38rfcel6awznks7znspg">Dimi</a> (running VPS and simple cloud infrastructure alongside bitcoin mining facilities)</li>
<li><a href="https://njump.to/npub1c03rad0r6q833vh57kyd3ndu2jry30nkr0wepqfpsm05vq7he25slryrnw">Cobrador</a> (<a href="https://tollgate.me/">TollGate</a>, rural and off-grid deployment instincts)</li>
<li><a href="https://njump.to/npub15ymzglvv4alrp06q85eqqmawegxf688v0gtqwhjpgtp0a4k2mesqshkwwx">Shadrach</a> (parallel systems, Amish country, and practical off-grid thinking, also on <a href="https://sovereignengineering.io/podcast/20-archipelago-meshtadels-w-shadrach">#20: Archipelago Meshtadels</a>)</li>
<li><a href="https://njump.to/npub1j4u5gjzjyggr3h96x3gjy4akdgwxuk7mgvumv72gym2qyje7fn5s47d6x9">Bitstein</a> (orange-pilling the Amish remains a live meme)</li>
<li><a href="https://njump.to/npub1hk0tv47ztd8kekngsuwwycje68umccjzqjr7xgjfqkm8ffcs53dqvv20pf">Erik Cason</a> (mind-blowing people without realizing it)</li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://github.com/justinmoon/shadow">Shadow</a> (Justin&#39;s experimental mobile OS)</li>
<li><a href="https://grapheneos.org/">GrapheneOS</a> (security-focused Android fork)</li>
<li><a href="https://fips.network/">FIPS</a> (Free Internetworking Peering System)</li>
<li><a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a> (overlay networking over Nostr)</li>
<li><a href="https://github.com/sledtools/pika">Pika</a> (encrypted messaging experiments for OpenClaw)</li>
<li><a href="https://github.com/marmot-protocol/marmot">Marmot</a> (MLS-based chat on Nostr)</li>
<li><a href="https://simplex.chat/">SimpleX Chat</a> (private messaging reference point mentioned in the conversation, see also <a href="https://serve.podhome.fm/episodepage/CitadelDispatch/cd196-evgeny-poberezkin--simplex-private-chat">Citadel Dispatch #196 with Evgeny Poberezkin</a>)</li>
<li><a href="https://openclaw.ai">OpenClaw</a> (one agent per project, memory, and task execution)</li>
<li><a href="https://zapstore.dev/">ZapStore</a> (permission-minimized Android app distribution)</li>
<li><a href="https://wisp.mobile/">Wisp</a> (mobile Nostr client being built by UTXO, see also <a href="https://serve.podhome.fm/episodepage/CitadelDispatch/cd200-utxo--wisp--better-nostr">Citadel Dispatch #200 with UTXO</a>)</li>
<li><a href="https://github.com/KoalaSat/pokey">Pokey</a> (Nostr notification aggregation for power users)</li>
<li><a href="https://deno.com/">Deno</a> (runtime for TypeScript apps on the phone)</li>
<li><a href="https://nixos.org/">Nix</a> (reproducible builds, environments, and OS packaging)</li>
<li><a href="https://github.com/topjohnwu/Magisk">Magisk</a> (rooting and system modification on Android)</li>
<li><a href="https://github.com/jackjackbits/bitchat">BitChat</a> (UX-first mesh messaging reference point)</li>
<li><a href="https://tollgate.me/">TollGate</a> (connectivity and payments at the edge)</li>
<li><a href="https://hrf.org/">HRF</a> (trainings, activists, and the account-creation pain of the permissioned web)</li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/944875">944,875</a>.</p>]]></description>
      <link>https://njump.to/nevent1qqs2xwlnrgw7q0ptx5czxzljv9mfcx3mery2w95py73xt89pfmxdd6qpp4mhxue69uhkummn9ekx7mqzyzdauss5j8e745dvyx736qtx024egl6vr39wmpmzfnezwwcxegzjklher3y</link>
      <enclosure url="https://haven.dergigi.com/dfa15dfd1d65bb0a48aa91fa8f19a6ff905a18c4daecb913c61ae34b6952b7bf.m4a" length="100475449" type="audio/mp4"/>
      <guid isPermaLink="false">a03cbea0-d983-42dc-a3e5-b015eb1dbe7c</guid>
      <pubDate>Mon, 13 Apr 2026 18:29:09 +0000</pubDate>
      <itunes:duration>6013</itunes:duration>
      <itunes:image href="https://haven.dergigi.com/334aeb4454a06ec0696ccc31595bf200e1e35850b6c7a4d8237452f7a187e1d4.jpg"/>
      <podcast:person href="https://njump.to/npub1zxu639qym0esxnn7rzrt48wycmfhdu3e5yvzwx7ja3t84zyc2r8qz8cx2y" img="" group="cast" role="guest">Justin Moon</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/e57310cd99b1f2caab3462dcf57cc80a4ee7667bcef9bbc06add3ca6b50af991.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/23-shipping-violently-w-justin-moon.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Justin Moon" type="lnaddress" address="justinmoon@primal.net" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qq3nyvedwd5xjursd9hxwttkd9hkcetww3k8jtth94482um5d9hz6mt0dahqzrthwden5te0dehhxtnvdakqygymmeppfy0natg6cgdar5qkv74tj3l5c8z2akrkyn8jyuasdjs99vpsgqqqw4rss4gpq2">Show Notes</podcast:contentLink>
      <itunes:subtitle>23: Shipping Violently w/ Justin Moon</itunes:subtitle>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>Yes</itunes:explicit>
      <itunes:keywords>nostr, android, sovereign engineering, shipping, mobile os, hackability, freedom tech, agents, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p>“I want to optimize for hackability and customization.”</p>
<p><a
href="https://njump.to/npub1zxu639qym0esxnn7rzrt48wycmfhdu3e5yvzwx7ja3t84zyc2r8qz8cx2y">Justin
Moon</a> &amp; <a
href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a>
take a walk in Madeira. Recorded during <a
href="https://sovereignengineering.io/projects#SEC-07">SEC-07</a>.</p>
<p><a
href="https://sovereignengineering.io/podcast/23-shipping-violently-w-justin-moon">Listen
on sovereignengineering.io</a></p>
<p>In this dialogue:</p>
<ul>
<li>Justin’s new obsession: building Shadow, a hackable mobile operating
system for people who want full control over the stack</li>
<li>Why Android is interesting again: not because it’s clean, but
because it is at least open enough to fight with</li>
<li>Android file chaos, and the immortal <a
href="https://njump.to/nevent1qvzqqqqqqypzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqy2hwumn8ghj7mn0wd68ytn00p68ytnyv4mz7qfqwaehxw309ahx7um5wghx26tww4hxg7nhv9h856t89eehqctrv5hsqgysz8fc8xhpk7sndptrn9mq43em26sgsexclqfyu3ugt4mmz8z53uzp3k6p">“file
saved successfully” meme</a></li>
<li>One wallet, one relay connection, one shared set of primitives at
the OS level, instead of every app reinventing the same mess</li>
<li>The “UNIX tools of Nostr” idea, revisited from <a
href="https://sovereignengineering.io/podcast/07-zig-multiplatform-w-justin">#07:
Zig Multiplatform w/ Justin</a></li>
<li>Booting a phone with less Android, then turning Android off piece by
piece once the system is running</li>
<li>Early signs of life for Shadow: Kosti successfully compiled and ran
it</li>
<li>From 13-second button clicks to instant GPU rendering, and why that
counts as real progress</li>
<li>Ricing phones like Linux desktops, with the usual <a
href="https://cms.typecraft.dev/community/linux_ricing/">Typecraft
explainer</a> and <a
href="https://github.com/fosslife/awesome-ricing">awesome-ricing</a>
rabbit hole</li>
<li>Why Justin chose TypeScript apps on top of a Rust core: make the
parts you should not vibe-code solid, and let users vibe-code the
rest</li>
<li>Apps as source code, almost like DMs, instead of a permissioned app
store pipeline</li>
<li>How maps, notebooks, and everything else dematerialized into the
computer, via this <a href="https://youtu.be/uGI00HV7Cfw">video of stuff
disappearing into software</a></li>
<li>The app store tax, DUNS numbers, LLC theater, and why Justin would
rather build a parallel thing than beg Apple and Google for
approval</li>
<li>Permissionless alternatives at every layer: phone OS, payments,
relays, networking, app distribution, and compute</li>
<li><a href="https://grapheneos.org/">GrapheneOS</a> as the
security-maximalist trade-off, versus Shadow as the
hackability-maximalist trade-off</li>
<li>“I want a 3D printed gun of phones” as Justin’s deliberately
unhinged way of describing maximum user freedom and minimum
guardrails</li>
<li>“I want to optimize for shooting yourself in the foot” as the
sharper version of the same trade-off: less safety theater, more user
agency</li>
<li>Why many Linux phones failed: server people building for phone
users, without a real vision for what a phone should become</li>
<li>The Nostr opportunity: a community weird enough to flash devices,
test strange tools, and actually use them</li>
<li>“Where do your ideas come from?” and the obligatory <a
href="https://youtu.be/PF59yAwaELE">Norm clip</a></li>
<li>Why the future may look like one agent per project, each with its
own identity, memory, and full machine to operate</li>
<li>Personal clouds, bare-metal boxes, ephemeral VMs, and feeding your
agents compute instead of feeding SaaS subscriptions</li>
<li>Why local-first and self-hosted agent setups matter if you want real
sovereignty, durable memory, and no surprise bans</li>
<li><a href="https://fips.network/">FIPS</a> as a path toward
permissionless networking, cryptographic addressing, and small resilient
parallel internets</li>
<li><a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a>,
tailscale-like overlays, and why overlay networks beat waiting for the
whole world to rewire itself</li>
<li>Messaging trade-offs: <a
href="https://github.com/marmot-protocol/marmot">Marmot</a>, <a
href="https://simplex.chat/">SimpleX Chat</a>, MLS coordination pain,
chat relays, double ratchets, and what actually works for small
groups</li>
<li><a href="https://github.com/sledtools/pika">Pika</a>, identity,
signaling, and why Justin wants to stop theory-crafting and start
shipping</li>
<li>Sovereign Engineering as a high-bandwidth filter for crazy ideas,
where most things die, a few things bloom, and that is the point</li>
<li>Why Bitcoin, Nostr, and projects like FIPS feel Amish-compatible:
the goal is not rejecting technology, it is rejecting dependence</li>
<li>Justin’s closing promise: less talking, more shipping, and yes,
shipping violently</li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://github.com/moneyball">Steve Lee</a> (early sounding
board for Lightning-at-the-OS-level ideas)</li>
<li><a
href="https://njump.to/npub19wavu4f7l6l43h24jyskn7fvzy37kcfp67aqjtmv2qgy4lp34nhsda8p6k">Johnathan
Corgan</a> (creator of <a href="https://fips.network/">FIPS</a>, pulled
out of retirement by the right kind of weird)</li>
<li><a
href="https://njump.to/npub1g53mukxnjkcmr94fhryzkqutdz2ukq4ks0gvy5af25rgmwsl4ngq43drvk">Martti
Malmi</a> (<a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a>,
offline-friendly networking, also on <a
href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">#21:
Hashtree, Nostr VPN, and Iris</a>)</li>
<li><a
href="https://njump.to/npub1utx00neqgqln72j22kej3ux7803c2k986henvvha4thuwfkper4s7r50e8">UTXO
the webmaster</a> (building <a href="https://wisp.mobile/">Wisp</a>, see
also <a
href="https://serve.podhome.fm/episodepage/CitadelDispatch/cd200-utxo--wisp--better-nostr">Citadel
Dispatch #200 with UTXO</a>)</li>
<li><a
href="https://njump.to/npub1zc6ts76lel22d38l9uk7zazsen8yd7dtuzcz5uv8d3vkast9hlks4725sl">Kosti</a>
(successfully compiled and ran Shadow OS)</li>
<li><a
href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a>
(app-as-chat-box idea, <a
href="https://github.com/sledtools/pika">Pika</a>, general agentic
mischief)</li>
<li><a
href="https://njump.to/npub1hw6amg8p24ne08c9gdq8hhpqx0t0pwanpae9z25crn7m9uy7yarse465gr">Arjen</a>
(mesh instincts, noDNS lineage, helping make the weird legible, also on
<a
href="https://sovereignengineering.io/podcast/17-organic-tech-w-arjen">#17:
Organic Tech</a>)</li>
<li><a
href="https://njump.to/npub1r7psmkr4zv93xnal8un6d8hvmpsn5jvhfzn3kk38rfcel6awznks7znspg">Dimi</a>
(running VPS and simple cloud infrastructure alongside bitcoin mining
facilities)</li>
<li><a
href="https://njump.to/npub1c03rad0r6q833vh57kyd3ndu2jry30nkr0wepqfpsm05vq7he25slryrnw">Cobrador</a>
(<a href="https://tollgate.me/">TollGate</a>, rural and off-grid
deployment instincts)</li>
<li><a
href="https://njump.to/npub15ymzglvv4alrp06q85eqqmawegxf688v0gtqwhjpgtp0a4k2mesqshkwwx">Shadrach</a>
(parallel systems, Amish country, and practical off-grid thinking, also
on <a
href="https://sovereignengineering.io/podcast/20-archipelago-meshtadels-w-shadrach">#20:
Archipelago Meshtadels</a>)</li>
<li><a
href="https://njump.to/npub1j4u5gjzjyggr3h96x3gjy4akdgwxuk7mgvumv72gym2qyje7fn5s47d6x9">Bitstein</a>
(orange-pilling the Amish remains a live meme)</li>
<li><a
href="https://njump.to/npub1hk0tv47ztd8kekngsuwwycje68umccjzqjr7xgjfqkm8ffcs53dqvv20pf">Erik
Cason</a> (mind-blowing people without realizing it)</li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://github.com/justinmoon/shadow">Shadow</a> (Justin’s
experimental mobile OS)</li>
<li><a href="https://grapheneos.org/">GrapheneOS</a> (security-focused
Android fork)</li>
<li><a href="https://fips.network/">FIPS</a> (Free Internetworking
Peering System)</li>
<li><a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a> (overlay
networking over Nostr)</li>
<li><a href="https://github.com/sledtools/pika">Pika</a> (encrypted
messaging experiments for OpenClaw)</li>
<li><a href="https://github.com/marmot-protocol/marmot">Marmot</a>
(MLS-based chat on Nostr)</li>
<li><a href="https://simplex.chat/">SimpleX Chat</a> (private messaging
reference point mentioned in the conversation, see also <a
href="https://serve.podhome.fm/episodepage/CitadelDispatch/cd196-evgeny-poberezkin--simplex-private-chat">Citadel
Dispatch #196 with Evgeny Poberezkin</a>)</li>
<li><a href="https://openclaw.ai">OpenClaw</a> (one agent per project,
memory, and task execution)</li>
<li><a href="https://zapstore.dev/">ZapStore</a> (permission-minimized
Android app distribution)</li>
<li><a href="https://wisp.mobile/">Wisp</a> (mobile Nostr client being
built by UTXO, see also <a
href="https://serve.podhome.fm/episodepage/CitadelDispatch/cd200-utxo--wisp--better-nostr">Citadel
Dispatch #200 with UTXO</a>)</li>
<li><a href="https://github.com/KoalaSat/pokey">Pokey</a> (Nostr
notification aggregation for power users)</li>
<li><a href="https://deno.com/">Deno</a> (runtime for TypeScript apps on
the phone)</li>
<li><a href="https://nixos.org/">Nix</a> (reproducible builds,
environments, and OS packaging)</li>
<li><a href="https://github.com/topjohnwu/Magisk">Magisk</a> (rooting
and system modification on Android)</li>
<li><a href="https://github.com/jackjackbits/bitchat">BitChat</a>
(UX-first mesh messaging reference point)</li>
<li><a href="https://tollgate.me/">TollGate</a> (connectivity and
payments at the edge)</li>
<li><a href="https://hrf.org/">HRF</a> (trainings, activists, and the
account-creation pain of the permissioned web)</li>
</ul>
<p>Recorded at <a
href="https://mempool.space/block/944875">944,875</a>.</p>]]></itunes:summary>
    </item>
    <item>
      <title>22: Sovereign Engineering w/ Yo</title>
      <description><![CDATA[<p>“Permissionless, permissionless, permissionless.”</p> <p><a href="https://njump.to/npub16c9a45p5dr6l3jzmrvgdh9m7xy994tatxd6sm7kmxaygkq4lertsfnacfm">Yo</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk in Madeira. Recorded during <a href="https://sovereignengineering.io/projects#SEC-07">SEC-07</a>.</p> <p><a href="https://sovereignengineering.io/podcast/22-sovereign-engineering-w-yo">Listen on sovereignengineering.io</a></p> <p>In this dialogue:</p> <ul> <li>Gigi’s AI setup: voice prompts via <a href="https://github.com/dergigi/vibeline">vibeline</a> to brainstorm, brainstorm to implementation plan, cron job that tackles one to-do every 20 minutes, builds overnight</li> <li>One agent per project: dergigi.com/projects, each agent spins up with an nsec and gets to work</li> <li><a href="https://clawhub.ai/dergigi/nihao">Nihao</a>: Gigi’s skill for spinning up Nostr identities from the terminal</li> <li><a href="https://youtu.be/GdgRpiQRsis">Claude Code “Mythos” codewords leaked</a> – swearing at your models actually helps</li> <li>Planner vs developer vs tester: three distinct personas, separation of powers for AI-assisted development</li> <li>Separate sessions for questions vs implementation, like separation of powers</li> <li>“Are you human?” vs “Are you useful?” – the only question that matters</li> <li>PoW + WoT = useful. “Sats are just difficulty-adjusted PoW.”</li> <li><a href="https://youtu.be/BjpDk_iegfc">Dialogical development</a> – Vervaeke on why dialogue, not monologue, is how you actually think</li> <li><a href="https://youtu.be/tfx-mFO3v48">Opponent processing</a> – Vervaeke: competing forces sharpen each other</li> <li><a href="https://youtu.be/bILiVpljIxw">DiaLogos and the importance of walking dialogue</a></li> <li>Opus maximalism ended yesterday: <a href="https://haven.dergigi.com/80561657372afb9d9d479cc7c7a36ca1afc09a0ba50d18668aca50402985eade.htm">Anthropic cutting off OpenClaw</a>, now broke, looking at cheaper models and local hardware</li> <li>Routing models: <a href="https://openrouter.ai/">OpenRouter</a> and <a href="https://routstr.com/">Routstr</a> now route between thinking and simple models automatically</li> <li>Yo’s <a href="https://sovereignengineering.io/">Sovereign Engineering</a> journey: showed up to SEC-04 with no programming experience, three weeks’ notice, on a climbing trip visa</li> <li>SEC-04 was the vibe coding big bang: Paul showed the way, Calle tried to build a <a href="https://cashu.space/">Cashu</a> client live, Paul beat him to it</li> <li>Got offered to join the team because “you are the one who would actually be crazy enough to move to Madeira”</li> <li>“Safe return doubtful”: the <a href="https://en.wikipedia.org/wiki/Imperial_Trans-Antarctic_Expedition">Shackleton</a> ad as a model for SovEng recruitment. No pay, no wages, but glory. Read <a href="https://www.goodreads.com/book/show/139069.Endurance">Endurance</a> by Alfred Lansing.</li> <li>High barrier to entry, no option to leave, “in it for the right reasons” – the SovEng filter</li> <li>“Make the internet a better place.” The actual mission statement.</li> <li><a href="https://sovereignengineering.io/loop#friday-demo-day">Demoing on Demo Day is not optional</a></li> <li><a href="https://sovereignengineering.io/loop">The Weekly Loop</a>: Monday Movement, Tuesday Talks, Wednesday Workshops, Thursday build day, Friday Demo Day</li> <li><a href="https://en.wikipedia.org/wiki/Curral_das_Freiras">Nuns Valley</a> – where the walks happen</li> <li>SEC-06 was about identity and signers. Agentic identity: spin up an nsec, now you can talk. The problem of identity in the age of OpenClaw.</li> <li><a href="https://github.com/fabianfabian/openclaw-nostr-nip17">Fabian’s NIP-17 plugin for OpenClaw</a>: Nostr DMs as a transport layer for agents</li> <li>Yo’s Zig NIP-17 plugin: building the same from scratch in Zig</li> <li><a href="https://github.com/sledtools/pika">MLS, Pika, and pika for OpenClaw</a>: encrypted group messaging for agent fleets</li> <li>The “social media intern” problem: you gave the keys to someone who doesn’t know what they’re doing</li> <li>Social attestation vs cryptographic proof: Yo’s combined approach where clients only display migration events and users decide out-of-band</li> <li>Gzuuus’s identity continuation proposal: simpler, no key management, just OTS timestamps and preimage commitments. Don’t migrate old notes, just continue</li> <li>Pip’s <a href="https://vertexlab.io/">Vertex</a> demo: purely social web-of-trust metrics already handle identity migration in practice</li> <li>“Identity is a social thing” – Vitor was right about that part</li> <li>PortalSDK &amp; the portal team joining SEC-06: hardware signers meeting agentic identity</li> <li>Nostr, <a href="https://github.com/hzrd149/blossom">Blossom</a>, <a href="https://github.com/nicola/nsites">nsites</a>, <a href="https://cashu.space/">Cashu</a> – everything you need without permission</li> <li>“Permissionless, permissionless, permissionless” – we need a new Steve Ballmer</li> <li>SEC-06 was three weeks only. Learned that three weeks is not enough, just a warm-up. Minimum four, six is the sweet spot.</li> <li>But SEC-06’s energy spilled into SEC-07: first week was one of the most energetic ever, hit the ground running</li> <li>“The gray beards and the big brains actually came!”</li> <li>From Tollgate to NoDNS to fuckips to <a href="https://fips.network/">FIPS</a>: the naming history of the Free Internetworking Peering System</li> <li><a href="https://fips.network/">FIPS</a> parties, not LAN parties: running on ESP32 radios, TCP, UDP, VPNs, Tor</li> <li>Jonathan came out of retirement, built <a href="https://fips.network/">FIPS</a> from November to February, and now everyone’s building on top of it</li> <li>“DNS is a shitcoin” – direct quote from Jonathan</li> <li>Martti migrating <a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a> onto FIPS, Thomas showed a collaborative drawing board running on FIPS + Tor</li> <li><a href="https://njump.to/nevent1qqsr02uspjehttlljz9rncfzvftkvr6c0c9xyzkqlpv4549wvcr5l7sc43s0a">Quake III server running on FIPS</a></li> <li><a href="https://github.com/nicola/nsites">nsites</a> becoming the default deployment target for demos</li> <li><a href="https://github.com/hzrd149/blossom">Blossom</a>, nsites, <a href="https://nips.nostr.com/60">NIP-60</a>/<a href="https://nips.nostr.com/61">61</a> – all came out of SovEng cohorts and are now in the wild</li> <li><a href="https://btcplusplus.dev/">BTC++</a> coming to Madeira after the summer cohort, first public demo day since SEC-01</li> <li><a href="https://tollgate.me/">Tollgate</a> on balloons: a gorilla Starlink, “we are all choked by the fiber optic cables”</li> <li>Rob’s silent payments over Nostr getting picked up by <a href="https://sparrowwallet.com/">Sparrow</a>: <a href="https://gist.github.com/BoltTouring/5376f9cf02b6949252cd17c2f41b453f">prototype gist</a></li> <li>L402 + nginx: <a href="https://github.com/DhananjayPurohit/paygress">Paygress</a> – pay-per-request HTTP monetization</li> <li>“The most awesome thing is everyone has this project in the back of their head they always wanted to build. Once you’re at Sovereign Engineering, there’s no excuse.”</li> <li><a href="http://npub1ntpqxd0t8pmg6gzjhcwmhs7g7ctcgp693eg7dd9dytcaj96c39dswlwwu5.zignosis.org/">Doom deployed on an nsite</a></li> <li>“After not shitcoining for so long, now I’m addicted to tokens.”</li> <li>“No Solutions, only trade-offs.”</li> </ul> <p>People mentioned:</p> <ul> <li><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a> (TENEX, Highlighter, SEC co-founder)</li> <li><a href="https://njump.to/npub1g53mukxnjkcmr94fhryzkqutdz2ukq4ks0gvy5af25rgmwsl4ngq43drvk">Martti Malmi</a> (Nostr VPN, migrating to FIPS)</li> <li><a href="https://njump.to/npub1p4kg8zxukpym3h20erfa3samj00rm2gt4q5wfuyu3tg0x3jg3gesvncxf8">Paul</a> (showed the vibe coding way at SEC-04)</li> <li><a href="https://njump.to/npub12rv5lskctqxxs2c8rf2zlzc7xx3qpvzs3w4etgemauy9thegr43sf485vg">Calle</a> (Cashu, live coding at SEC-04)</li> <li><a href="https://njump.to/npub1zxu639qym0esxnn7rzrt48wycmfhdu3e5yvzwx7ja3t84zyc2r8qz8cx2y">Justin</a> (browser, separate sessions for questions)</li> <li><a href="https://njump.to/npub19wavu4f7l6l43h24jyskn7fvzy37kcfp67aqjtmv2qgy4lp34nhsda8p6k">Jonathan Corgan</a> (FIPS creator, came out of retirement)</li> <li><a href="https://njump.to/npub1gzuushllat7pet0ccv9yuhygvc8ldeyhrgxuwg744dn5khnpk3gs3ea5ds">Gzuuus</a> (identity continuation proposal)</li> <li><a href="https://njump.to/npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z">Vitor Pamplona</a> (social-only identity migration)</li> <li><a href="https://njump.to/npub176p7sup477k5738qhxx0hk2n0cty2k5je5uvalzvkvwmw4tltmeqw7vgup">Pip</a> (<a href="https://vertexlab.io/">Vertex</a>, web-of-trust identity demo)</li> <li><a href="https://njump.to/npub1hw6amg8p24ne08c9gdq8hhpqx0t0pwanpae9z25crn7m9uy7yarse465gr">Arjen</a> (Tollgate, noDNS origins)</li> <li><a href="https://njump.to/npub1jss47s4fvv6usl7tn6yp5zamv2u60923ncgfea0e6thkza5p7c3q0afmzy">Pete</a> (Pete’s kid doing games on Nostr)</li> <li><a href="https://njump.to/npub1c03rad0r6q833vh57kyd3ndu2jry30nkr0wepqfpsm05vq7he25slryrnw">Cobrador</a> (TollGate on balloons)</li> <li><a href="https://njump.to/npub1jk9h2jsa8hjmtm9qlcca942473gnyhuynz5rmgve0dlu6hpeazxqc3lqz7">Sir Sleepy</a> (multiple npub power user)</li> <li><a href="https://njump.to/npub1uac67zc9er54ln0kl6e4qp2y6ta3enfcg7ywnayshvlw9r5w6ehsqq99rx">Sandwich</a> (nsites resurgence)</li> <li><a href="https://njump.to/npub175aemydge5thld9peuyp5xmdtp6e5wq77ys203dp3s88pjhgpxpsvgkemm">Thomas</a> (collaborative drawing board on FIPS + Tor)</li> <li><a href="https://njump.to/npub1n3w4uts2r4srq3adqu9trp953dflcnw7ppn72tad4htkpsckwcmqjef6um">Rob</a> (silent payments over Nostr, picked up by Sparrow)</li> <li><a href="https://njump.to/npub1jlrs53pkdfjnts29kveljul2sm0actt6n8dxrrzqcersttvcuv3qdjynqn">hodlbod</a> (key rotation proposal)</li> <li><a href="https://njump.to/npub1c878wu04lfqcl5avfy3p5x83ndpvedaxv0dg7pxthakq3jqdyzcs2n8avm">Ben</a> from <a href="https://lnbits.com/">LNbits</a> (hardware Nostr signer)</li> <li><a href="https://njump.to/npub1n0sturny6w9zn2wwexju3m6asu7zh7jnv2jt2kx6tlmfhs7thq0qnflahe">Fabian</a> (NIP-17 plugin for OpenClaw)</li> </ul> <p>Projects &amp; tech mentioned:</p> <ul> <li><a href="https://fips.network/">FIPS</a> (Free Internetworking Peering System)</li> <li><a href="https://sovereignengineering.io/">Sovereign Engineering</a> (the program itself)</li> <li><a href="https://openclaw.ai">OpenClaw</a> / ZeroClaw (agent harnesses, rapid prototyping vs security trade-off)</li> <li><a href="https://openai.com/index/codex/">Codex</a> (OpenAI’s coding agent)</li> <li><a href="https://routstr.com/">Routstr</a> (model routing with Cashu payments)</li> <li><a href="https://tollgate.me/">Tollgate</a> (mesh network toll gates, now on balloons)</li> <li><a href="https://vertexlab.io/">Vertex</a> (web-of-trust tools, identity migration demo)</li> <li><a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a> (migrating to FIPS)</li> <li><a href="https://github.com/nicola/nsites">nsites</a> (Nostr-based web hosting, default demo deployment)</li> <li><a href="https://github.com/hzrd149/blossom">Blossom</a> (content-addressed blob storage)</li> <li><a href="https://cashu.space/">Cashu</a> (eCash on Bitcoin)</li> <li><a href="https://clawhub.ai/dergigi/nihao">Nihao</a> (skill for spinning up Nostr identities)</li> <li><a href="https://github.com/sledtools/pika">Pika</a> (MLS-based encrypted messaging for OpenClaw)</li> <li><a href="https://github.com/DhananjayPurohit/paygress">Paygress</a> (L402 nginx, pay-per-request HTTP monetization)</li> <li><a href="https://github.com/fabianfabian/openclaw-nostr-nip17">Fabian’s NIP-17 plugin for OpenClaw</a></li> <li><a href="https://github.com/nullclaw/nullclaw/pull/164">NIP-17 plugin PR for nullclaw</a></li> <li><a href="https://nips.nostr.com/17">NIP-17</a> (encrypted DMs)</li> <li><a href="https://nips.nostr.com/29">NIP-29</a> (relay-based groups)</li> <li><a href="https://nips.nostr.com/60">NIP-60</a> / <a href="https://nips.nostr.com/61">NIP-61</a> (Cashu wallets on Nostr)</li> <li><a href="https://github.com/greenart7c3/Amber">Amber</a> (Android Nostr signer)</li> <li><a href="https://portal.nostrsigner.com/">Portal</a> (hardware Nostr signer cards)</li> <li><a href="https://primal.net/">Primal</a> (signing abilities release)</li> <li><a href="https://sparrowwallet.com/">Sparrow</a> (silent payments integration from Rob’s work)</li> <li><a href="https://github.com/nicola/bpd5">BPD5</a> (key management proposal)</li> <li><a href="https://www.goodreads.com/book/show/139069.Endurance">Endurance</a> (Shackleton’s expedition, Alfred Lansing)</li> <li><a href="https://btcplusplus.dev/">BTC++</a> (coming to Madeira after summer cohort)</li> </ul> <p>Recorded at <a href="https://mempool.space/block/943743">943,743</a>.</p>]]></description>
      <itunes:image href="https://haven.dergigi.com/f331687d9f69dbce56d93252fd25ae2c14f96a67455293ee1d0b6d58a6cbeb1c.jpg"/>
      <enclosure url="https://haven.dergigi.com/15400b0ee1467bfd2ba928c122971a88e5dad464246f15bdad42cb0c043bcf88.m4a" length="66928872" type="audio/mp4"/>
      <podcast:person href="https://njump.to/npub16c9a45p5dr6l3jzmrvgdh9m7xy994tatxd6sm7kmxaygkq4lertsfnacfm" img="" group="cast" role="guest">Yo</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/0a0884a6eab6a84657c6e433f580f35a187bb00965113dca15a738541f1a1e7c.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/22-sovereign-engineering-w-yo.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Yo" type="lnaddress" address="fancysnail10@primal.net" split="100"/>
      </podcast:value>
      <guid isPermaLink="false">2aa85495-ac25-4ac3-87d5-c02f14c2a598</guid>
      <itunes:subtitle>22: Sovereign Engineering w/ Yo</itunes:subtitle>
      <itunes:duration>4028</itunes:duration>
      <link>https://njump.to/nevent1qqs0mn0f07vmnpxve8zj9yktjv6jawgy27vx5ajafsn3gdst9s5hllqx506uf</link>
      <pubDate>Sat, 05 Apr 2026 16:00:00 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>Yes</itunes:explicit>
      <itunes:keywords>nostr, sovereign engineering, identity, FIPS, mesh networking, vibe coding, bitcoin, freedom tech</itunes:keywords>
      <itunes:summary><![CDATA[<p>“Permissionless, permissionless, permissionless.”</p> <p><a href="https://njump.to/npub16c9a45p5dr6l3jzmrvgdh9m7xy994tatxd6sm7kmxaygkq4lertsfnacfm">Yo</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk in Madeira. Recorded during <a href="https://sovereignengineering.io/projects#SEC-07">SEC-07</a>.</p> <p><a href="https://sovereignengineering.io/podcast/22-sovereign-engineering-w-yo">Listen on sovereignengineering.io</a></p> <p>In this dialogue:</p> <ul> <li>Gigi’s AI setup: voice prompts via <a href="https://github.com/dergigi/vibeline">vibeline</a> to brainstorm, brainstorm to implementation plan, cron job that tackles one to-do every 20 minutes, builds overnight</li> <li>One agent per project: dergigi.com/projects, each agent spins up with an nsec and gets to work</li> <li><a href="https://clawhub.ai/dergigi/nihao">Nihao</a>: Gigi’s skill for spinning up Nostr identities from the terminal</li> <li><a href="https://youtu.be/GdgRpiQRsis">Claude Code “Mythos” codewords leaked</a> – swearing at your models actually helps</li> <li>Planner vs developer vs tester: three distinct personas, separation of powers for AI-assisted development</li> <li>Separate sessions for questions vs implementation, like separation of powers</li> <li>“Are you human?” vs “Are you useful?” – the only question that matters</li> <li>PoW + WoT = useful. “Sats are just difficulty-adjusted PoW.”</li> <li><a href="https://youtu.be/BjpDk_iegfc">Dialogical development</a> – Vervaeke on why dialogue, not monologue, is how you actually think</li> <li><a href="https://youtu.be/tfx-mFO3v48">Opponent processing</a> – Vervaeke: competing forces sharpen each other</li> <li><a href="https://youtu.be/bILiVpljIxw">DiaLogos and the importance of walking dialogue</a></li> <li>Opus maximalism ended yesterday: <a href="https://haven.dergigi.com/80561657372afb9d9d479cc7c7a36ca1afc09a0ba50d18668aca50402985eade.htm">Anthropic cutting off OpenClaw</a>, now broke, looking at cheaper models and local hardware</li> <li>Routing models: <a href="https://openrouter.ai/">OpenRouter</a> and <a href="https://routstr.com/">Routstr</a> now route between thinking and simple models automatically</li> <li>Yo’s <a href="https://sovereignengineering.io/">Sovereign Engineering</a> journey: showed up to SEC-04 with no programming experience, three weeks’ notice, on a climbing trip visa</li> <li>SEC-04 was the vibe coding big bang: Paul showed the way, Calle tried to build a <a href="https://cashu.space/">Cashu</a> client live, Paul beat him to it</li> <li>Got offered to join the team because “you are the one who would actually be crazy enough to move to Madeira”</li> <li>“Safe return doubtful”: the <a href="https://en.wikipedia.org/wiki/Imperial_Trans-Antarctic_Expedition">Shackleton</a> ad as a model for SovEng recruitment. No pay, no wages, but glory. Read <a href="https://www.goodreads.com/book/show/139069.Endurance">Endurance</a> by Alfred Lansing.</li> <li>High barrier to entry, no option to leave, “in it for the right reasons” – the SovEng filter</li> <li>“Make the internet a better place.” The actual mission statement.</li> <li><a href="https://sovereignengineering.io/loop#friday-demo-day">Demoing on Demo Day is not optional</a></li> <li><a href="https://sovereignengineering.io/loop">The Weekly Loop</a>: Monday Movement, Tuesday Talks, Wednesday Workshops, Thursday build day, Friday Demo Day</li> <li><a href="https://en.wikipedia.org/wiki/Curral_das_Freiras">Nuns Valley</a> – where the walks happen</li> <li>SEC-06 was about identity and signers. Agentic identity: spin up an nsec, now you can talk. The problem of identity in the age of OpenClaw.</li> <li><a href="https://github.com/fabianfabian/openclaw-nostr-nip17">Fabian’s NIP-17 plugin for OpenClaw</a>: Nostr DMs as a transport layer for agents</li> <li>Yo’s Zig NIP-17 plugin: building the same from scratch in Zig</li> <li><a href="https://github.com/sledtools/pika">MLS, Pika, and pika for OpenClaw</a>: encrypted group messaging for agent fleets</li> <li>The “social media intern” problem: you gave the keys to someone who doesn’t know what they’re doing</li> <li>Social attestation vs cryptographic proof: Yo’s combined approach where clients only display migration events and users decide out-of-band</li> <li>Gzuuus’s identity continuation proposal: simpler, no key management, just OTS timestamps and preimage commitments. Don’t migrate old notes, just continue</li> <li>Pip’s <a href="https://vertexlab.io/">Vertex</a> demo: purely social web-of-trust metrics already handle identity migration in practice</li> <li>“Identity is a social thing” – Vitor was right about that part</li> <li>PortalSDK &amp; the portal team joining SEC-06: hardware signers meeting agentic identity</li> <li>Nostr, <a href="https://github.com/hzrd149/blossom">Blossom</a>, <a href="https://github.com/nicola/nsites">nsites</a>, <a href="https://cashu.space/">Cashu</a> – everything you need without permission</li> <li>“Permissionless, permissionless, permissionless” – we need a new Steve Ballmer</li> <li>SEC-06 was three weeks only. Learned that three weeks is not enough, just a warm-up. Minimum four, six is the sweet spot.</li> <li>But SEC-06’s energy spilled into SEC-07: first week was one of the most energetic ever, hit the ground running</li> <li>“The gray beards and the big brains actually came!”</li> <li>From Tollgate to NoDNS to fuckips to <a href="https://fips.network/">FIPS</a>: the naming history of the Free Internetworking Peering System</li> <li><a href="https://fips.network/">FIPS</a> parties, not LAN parties: running on ESP32 radios, TCP, UDP, VPNs, Tor</li> <li>Jonathan came out of retirement, built <a href="https://fips.network/">FIPS</a> from November to February, and now everyone’s building on top of it</li> <li>“DNS is a shitcoin” – direct quote from Jonathan</li> <li>Martti migrating <a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a> onto FIPS, Thomas showed a collaborative drawing board running on FIPS + Tor</li> <li><a href="https://njump.to/nevent1qqsr02uspjehttlljz9rncfzvftkvr6c0c9xyzkqlpv4549wvcr5l7sc43s0a">Quake III server running on FIPS</a></li> <li><a href="https://github.com/nicola/nsites">nsites</a> becoming the default deployment target for demos</li> <li><a href="https://github.com/hzrd149/blossom">Blossom</a>, nsites, <a href="https://nips.nostr.com/60">NIP-60</a>/<a href="https://nips.nostr.com/61">61</a> – all came out of SovEng cohorts and are now in the wild</li> <li><a href="https://btcplusplus.dev/">BTC++</a> coming to Madeira after the summer cohort, first public demo day since SEC-01</li> <li><a href="https://tollgate.me/">Tollgate</a> on balloons: a gorilla Starlink, “we are all choked by the fiber optic cables”</li> <li>Rob’s silent payments over Nostr getting picked up by <a href="https://sparrowwallet.com/">Sparrow</a>: <a href="https://gist.github.com/BoltTouring/5376f9cf02b6949252cd17c2f41b453f">prototype gist</a></li> <li>L402 + nginx: <a href="https://github.com/DhananjayPurohit/paygress">Paygress</a> – pay-per-request HTTP monetization</li> <li>“The most awesome thing is everyone has this project in the back of their head they always wanted to build. Once you’re at Sovereign Engineering, there’s no excuse.”</li> <li><a href="http://npub1ntpqxd0t8pmg6gzjhcwmhs7g7ctcgp693eg7dd9dytcaj96c39dswlwwu5.zignosis.org/">Doom deployed on an nsite</a></li> <li>“After not shitcoining for so long, now I’m addicted to tokens.”</li> <li>“No Solutions, only trade-offs.”</li> </ul> <p>People mentioned:</p> <ul> <li><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a> (TENEX, Highlighter, SEC co-founder)</li> <li><a href="https://njump.to/npub1g53mukxnjkcmr94fhryzkqutdz2ukq4ks0gvy5af25rgmwsl4ngq43drvk">Martti Malmi</a> (Nostr VPN, migrating to FIPS)</li> <li><a href="https://njump.to/npub1p4kg8zxukpym3h20erfa3samj00rm2gt4q5wfuyu3tg0x3jg3gesvncxf8">Paul</a> (showed the vibe coding way at SEC-04)</li> <li><a href="https://njump.to/npub12rv5lskctqxxs2c8rf2zlzc7xx3qpvzs3w4etgemauy9thegr43sf485vg">Calle</a> (Cashu, live coding at SEC-04)</li> <li><a href="https://njump.to/npub1zxu639qym0esxnn7rzrt48wycmfhdu3e5yvzwx7ja3t84zyc2r8qz8cx2y">Justin</a> (browser, separate sessions for questions)</li> <li><a href="https://njump.to/npub19wavu4f7l6l43h24jyskn7fvzy37kcfp67aqjtmv2qgy4lp34nhsda8p6k">Jonathan Corgan</a> (FIPS creator, came out of retirement)</li> <li><a href="https://njump.to/npub1gzuushllat7pet0ccv9yuhygvc8ldeyhrgxuwg744dn5khnpk3gs3ea5ds">Gzuuus</a> (identity continuation proposal)</li> <li><a href="https://njump.to/npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z">Vitor Pamplona</a> (social-only identity migration)</li> <li><a href="https://njump.to/npub176p7sup477k5738qhxx0hk2n0cty2k5je5uvalzvkvwmw4tltmeqw7vgup">Pip</a> (<a href="https://vertexlab.io/">Vertex</a>, web-of-trust identity demo)</li> <li><a href="https://njump.to/npub1hw6amg8p24ne08c9gdq8hhpqx0t0pwanpae9z25crn7m9uy7yarse465gr">Arjen</a> (Tollgate, noDNS origins)</li> <li><a href="https://njump.to/npub1jss47s4fvv6usl7tn6yp5zamv2u60923ncgfea0e6thkza5p7c3q0afmzy">Pete</a> (Pete’s kid doing games on Nostr)</li> <li><a href="https://njump.to/npub1c03rad0r6q833vh57kyd3ndu2jry30nkr0wepqfpsm05vq7he25slryrnw">Cobrador</a> (TollGate on balloons)</li> <li><a href="https://njump.to/npub1jk9h2jsa8hjmtm9qlcca942473gnyhuynz5rmgve0dlu6hpeazxqc3lqz7">Sir Sleepy</a> (multiple npub power user)</li> <li><a href="https://njump.to/npub1uac67zc9er54ln0kl6e4qp2y6ta3enfcg7ywnayshvlw9r5w6ehsqq99rx">Sandwich</a> (nsites resurgence)</li> <li><a href="https://njump.to/npub175aemydge5thld9peuyp5xmdtp6e5wq77ys203dp3s88pjhgpxpsvgkemm">Thomas</a> (collaborative drawing board on FIPS + Tor)</li> <li><a href="https://njump.to/npub1n3w4uts2r4srq3adqu9trp953dflcnw7ppn72tad4htkpsckwcmqjef6um">Rob</a> (silent payments over Nostr, picked up by Sparrow)</li> <li><a href="https://njump.to/npub1jlrs53pkdfjnts29kveljul2sm0actt6n8dxrrzqcersttvcuv3qdjynqn">hodlbod</a> (key rotation proposal)</li> <li><a href="https://njump.to/npub1c878wu04lfqcl5avfy3p5x83ndpvedaxv0dg7pxthakq3jqdyzcs2n8avm">Ben</a> from <a href="https://lnbits.com/">LNbits</a> (hardware Nostr signer)</li> <li><a href="https://njump.to/npub1n0sturny6w9zn2wwexju3m6asu7zh7jnv2jt2kx6tlmfhs7thq0qnflahe">Fabian</a> (NIP-17 plugin for OpenClaw)</li> </ul> <p>Projects &amp; tech mentioned:</p> <ul> <li><a href="https://fips.network/">FIPS</a> (Free Internetworking Peering System)</li> <li><a href="https://sovereignengineering.io/">Sovereign Engineering</a> (the program itself)</li> <li><a href="https://openclaw.ai">OpenClaw</a> / ZeroClaw (agent harnesses, rapid prototyping vs security trade-off)</li> <li><a href="https://openai.com/index/codex/">Codex</a> (OpenAI’s coding agent)</li> <li><a href="https://routstr.com/">Routstr</a> (model routing with Cashu payments)</li> <li><a href="https://tollgate.me/">Tollgate</a> (mesh network toll gates, now on balloons)</li> <li><a href="https://vertexlab.io/">Vertex</a> (web-of-trust tools, identity migration demo)</li> <li><a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a> (migrating to FIPS)</li> <li><a href="https://github.com/nicola/nsites">nsites</a> (Nostr-based web hosting, default demo deployment)</li> <li><a href="https://github.com/hzrd149/blossom">Blossom</a> (content-addressed blob storage)</li> <li><a href="https://cashu.space/">Cashu</a> (eCash on Bitcoin)</li> <li><a href="https://clawhub.ai/dergigi/nihao">Nihao</a> (skill for spinning up Nostr identities)</li> <li><a href="https://github.com/sledtools/pika">Pika</a> (MLS-based encrypted messaging for OpenClaw)</li> <li><a href="https://github.com/DhananjayPurohit/paygress">Paygress</a> (L402 nginx, pay-per-request HTTP monetization)</li> <li><a href="https://github.com/fabianfabian/openclaw-nostr-nip17">Fabian’s NIP-17 plugin for OpenClaw</a></li> <li><a href="https://github.com/nullclaw/nullclaw/pull/164">NIP-17 plugin PR for nullclaw</a></li> <li><a href="https://nips.nostr.com/17">NIP-17</a> (encrypted DMs)</li> <li><a href="https://nips.nostr.com/29">NIP-29</a> (relay-based groups)</li> <li><a href="https://nips.nostr.com/60">NIP-60</a> / <a href="https://nips.nostr.com/61">NIP-61</a> (Cashu wallets on Nostr)</li> <li><a href="https://github.com/greenart7c3/Amber">Amber</a> (Android Nostr signer)</li> <li><a href="https://portal.nostrsigner.com/">Portal</a> (hardware Nostr signer cards)</li> <li><a href="https://primal.net/">Primal</a> (signing abilities release)</li> <li><a href="https://sparrowwallet.com/">Sparrow</a> (silent payments integration from Rob’s work)</li> <li><a href="https://github.com/nicola/bpd5">BPD5</a> (key management proposal)</li> <li><a href="https://www.goodreads.com/book/show/139069.Endurance">Endurance</a> (Shackleton’s expedition, Alfred Lansing)</li> <li><a href="https://btcplusplus.dev/">BTC++</a> (coming to Madeira after summer cohort)</li> </ul> <p>Recorded at <a href="https://mempool.space/block/943743">943,743</a>.</p>]]></itunes:summary>
      <podcast:contentLink href="https://njump.to/naddr1qqwnyv3dwdhhvetjv45kwm3dv4hxw6twv4jhy6twvukhwttedupzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqvzqqqr4gu7lk89n">Show Notes</podcast:contentLink>
    </item>
    <item>
      <title>21: Hashtree, Nostr VPN, and Iris w/ Martti Malmi</title>
      <description><![CDATA[<p>&quot;We have this window of opportunity to steer the LLMs and the future of technology into a freedom-tech direction.&quot;</p>
<p><a href="https://njump.to/npub1g53mukxnjkcmr94fhryzkqutdz2ukq4ks0gvy5af25rgmwsl4ngq43drvk">Martti Malmi</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk in Madeira. Recorded during <a href="https://sovereignengineering.io/projects#SEC-07">SEC-07</a>.</p>
<p><a href="https://sovereignengineering.io/podcast/21-hashtree-nostr-vpn-and-iris-w-martti-malmi">Listen on sovereignengineering.io</a></p>
<p>In this dialogue:</p>
<ul>
<li>Martti&#39;s GitHub annoyance spawned <a href="https://hashtree.cc">Hashtree</a>: a content-addressed file system on top of <a href="https://github.com/hzrd149/blossom">Blossom</a> that adds directories, file chunking, and encryption. Everything encrypted by default using content hash key encryption (inspired by <a href="https://en.wikipedia.org/wiki/Freenet">Freenet</a>), so Blossom server operators have cryptographic deniability about what they host.</li>
<li><a href="https://hashtree.cc/#/dev/git-without-github">git remote hashtree</a>: set up a hashtree remote for any Git repo, push to your Blossom server. Martti uses it for all <a href="https://iris.to">Iris</a> development, with GitHub only as a backup mirror. The web interface at <a href="https://git.iris.to">git.iris.to</a> supports NIP-34 issues and pull requests.</li>
<li>The <a href="https://github.com/mmalmi/hashtree/tree/master/ts/packages/hashtree-nostr/src/webrtc">WebRTC mesh</a> layer complements Blossom: peers find each other via Nostr relays for the initial handshake, then communicate directly. Requests route through peers with hops-to-live (starts around 15, probabilistically varied for privacy). No domain names, TLS certs, or IP addresses needed.</li>
<li><a href="https://github.com/mmalmi/iris-browser">Iris Browser</a> loads apps from Hashtree URLs, bypassing web hosting entirely. Same idea as the old Freenet concept: content addressing means links don&#39;t break when servers go down.</li>
<li><a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a> was born from Martti&#39;s refusal to use <a href="https://tailscale.com/">Tailscale</a>&#39;s Google/GitHub login. Built in two days. WireGuard underneath, Nostr relays for peer discovery and IP negotiation. Every device gets an npub. Exit node functionality coming, with a future <a href="https://cashu.space/">Cashu</a>-incentivized exit node marketplace.</li>
<li><a href="https://github.com/mmalmi/nostr-double-ratchet">Double Ratchet</a> messaging on Nostr: works well for two-party sessions, complexity grows with multi-device per user and group chats. Tested at SEC-07 via <a href="https://chat.iris.to">chat.iris.to</a> with QR code invites. Martti prefers Double Ratchet over <a href="https://www.whitenoise.chat/">MLS</a> for Nostr because MLS has stricter consensus requirements that conflict with decentralized relay sets.</li>
<li>&quot;Coding is going to be done by AI agents pretty soon.&quot; Martti writes basically zero code by hand now, vibecoding over tradcoding. Claude Opus (late 2025) was the inflection point that enabled Hashtree. He expects fully capable local models within a year.</li>
<li>The window of opportunity: if freedom tech developers stop building now, Stripe, Cloudflare, and GitHub win by default because that&#39;s all the LLMs know. Getting freedom tech into the training data matters while models are still being shaped. Gwern wrote about this dynamic years ago in <a href="https://gwern.net/bitcoin-is-worse-is-better">Bitcoin is Worse is Better</a>, and his <a href="https://gwern.net/scaling-hypothesis">Scaling Hypothesis</a> hints at where the AI side is headed.</li>
<li>AI agents will eat network effects: your agent queries ten platforms, posts to all of them. The bundled interface becomes irrelevant. Big tech&#39;s moat dissolves. &quot;An ouroboros effect, the snake of big tech eating its own tail.&quot; As <a href="https://njump.to/nevent1qqswn8nres9nute8w3h460gexpe2qqf44cvccqhgazt4ljrjsu7vafcpr9mhxue69uhhqun9d45h2mfwwpexjmtpdshxuet59upzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nqvzqqqqqqyg22l70">Jack Dorsey recently put it</a>, the killer feature of Bitcoin and Nostr is that they&#39;re permissionless.</li>
<li>Pre-Nostr, Martti built Iris on <a href="https://gun.eco/">Gun.js</a> as a public-key-based social network. No traction after two or three years. When Jack Dorsey joined Nostr and it gained community, Martti ported Iris over quickly.</li>
<li>The Ethereum confession: social nouns NFTs, Ethereum login in early Iris. &quot;Every saint has a past, every sinner a future.&quot; The Bitcoin community&#39;s cultural friction was an interesting experience, but Martti found the maximalists more admirable than other groups.</li>
<li>Early Bitcoin: first commit around early 2010, ran bitcoin.org, built the first exchange (bitcoinmarket.com), sold over 30,000 bitcoins through it. Life happened, moved on, came back through Nostr. <a href="https://njump.to/nevent1qqswawr4cz68sjswhtdkat8qgnpfsc6wygx4xmq2d5gd5fg9extvl4gauwx77">&quot;Bitcoin is singularity insurance&quot;</a> -- the one thing machines can&#39;t make more of.</li>
<li><a href="https://njump.to/nevent1qqsvm0q969h2h7jxp5wd0zslgpmsz5rm2q04w2ruxmur6newcflpj6czncutv">Web of trust vs. proof of work</a> for fighting spam: PoW won&#39;t stop spammers more than it stops normal users. Social graph is the only proper solution for most interactions. A combination of both has its place, but WoT does the heavy lifting.</li>
<li>Identity is prismatic: as moot argued in his <a href="https://youtu.be/e3Zs74IH0mc">SXSW talk</a>, you&#39;re not the same person at church, the nightclub, or work. Nostr enables multiple npubs for different contexts. But spam is the trade-off with free identity creation, and social graph is the only proper solution. Web of trust filtering in Iris means no NSFW spam, at the cost of possibly missing new users.</li>
<li>Content addressing as the foundation: files live in multiple places, links don&#39;t break, peers cache data from their social graph. DNS-like caching but without the hierarchical trust. <a href="https://sovereignengineering.io/podcast/02-there-is-no-global-w-pablo">&quot;No global&quot;</a> is a feature.</li>
<li>Local agents as a privacy layer: if your AI agent is your interface, platforms can&#39;t fingerprint your typing patterns. Even traffic analysis becomes harder with noise-based bandwidth usage.</li>
<li><a href="https://fips.network/">FIPS</a> is Martti&#39;s most exciting Nostr project outside his own work: public key-based network routing that replaces IP addresses. Low-level infrastructure that could underpin everything else.</li>
<li><a href="https://iris.to/search/%23SovEng">SovEng</a> experience: &quot;awesome&quot;, intense from morning to evening, a teenage dream of hacking with people on a beautiful island. Came on short notice after Jonathan reached out following the <a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a> release.</li>
<li>Martti&#39;s ask: use <a href="https://hashtree.cc">Hashtree</a>, default your repos to hashtree remotes, solve real problems. &quot;Nostr VPN actually solved a real problem. Scratch your own itch.&quot;</li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/02-there-is-no-global-w-pablo">#02: There is No Global w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/09-no-strudelutions-w-hzrd149">#09: No Strudelutions w/ hzrd149</a></li>
<li><a href="https://sovereignengineering.io/podcast/20-archipelago-meshtadels-w-shadrach">#20: Archipelago Meshtadels w/ Shadrach</a></li>
<li><a href="https://sovereignengineering.io/podcast/24-building-fips-w-johnathan-corgan">#24: Building FIPS w/ Johnathan Corgan</a></li>
<li><a href="https://sovereignengineering.io/podcast/28-speak-human-w-mouxdesign">#28: Speak Human w/ MouxDesign</a></li>
<li><a href="https://sovereignengineering.io/podcast/30-napplets-w-sandwich">#30: Napplets w/ Sandwich</a></li>
<li><a href="https://sovereignengineering.io/podcast/33-asmap-nix-and-nix-nostr-w-julien">#33: ASMap, nix, and nix-nostr w/ Julien</a></li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://njump.to/npub1zxu639qym0esxnn7rzrt48wycmfhdu3e5yvzwx7ja3t84zyc2r8qz8cx2y">Justin Moon</a> (browser discussion, GitHub stars feature request)</li>
<li><a href="https://njump.to/npub19wavu4f7l6l43h24jyskn7fvzy37kcfp67aqjtmv2qgy4lp34nhsda8p6k">Jonathan Corgan</a> (FIPS creator, invited Martti to Madeira)</li>
<li><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a> (Nostr Signer / Nsec Bunker)</li>
<li><a href="https://njump.to/npub1v0lxxxxutpvrelsksy8cdhgfux9l6a42hsj2qzquu2zk7vc9qnkszrqj49">Kieran</a> (social graph library usage in Snort/ZapStream)</li>
<li><a href="https://njump.to/npub1jt97tpsul3fp8hvf7zn0vzzysmu9umcrel4hpgflg4vnsytyxwuqt8la9y">Knut Svanholm</a> (<a href="https://youtu.be/mZ8vA8vj5Cw">early Bitcoin history conversation with Martti</a>)</li>
<li><a href="https://gwern.net/">Gwern</a> (<a href="https://www.dwarkesh.com/p/gwern-branwen">Dwarkesh interview</a>)</li>
<li><a href="https://njump.to/npub1utx00neqgqln72j22kej3ux7803c2k986henvvha4thuwfkper4s7r50e8">utxo the webmaster</a> (Wisp creator)</li>
<li><a href="https://njump.to/npub1xtscya34g58tk0z605fvr788k263gsu6cy9x0mhnm87echrgufzsevkk5s">jb55</a> (Damus / Notedeck)</li>
<li><a href="https://en.wikipedia.org/wiki/Christopher_Poole">Christopher Poole / moot</a> (4chan founder)</li>
<li><a href="https://njump.to/npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z">Vitor Pamplona</a> (Amethyst)</li>
<li><a href="https://njump.to/npub17nd4yu9anyd3004pumgrtazaacujjxwzj36thtqsxskjy0r5urgqf6950x">isolabellart</a> (Nostr-native artist, <a href="https://isolabellart.it.com/">isolabellart.it.com</a>)</li>
<li><a href="https://njump.to/npub1jk9h2jsa8hjmtm9qlcca942473gnyhuynz5rmgve0dlu6hpeazxqc3lqz7">Sir Sleepy</a> (traffic analysis demo)</li>
<li><a href="https://njump.to/npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m">Jack Dorsey</a></li>
</ul>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://hashtree.cc">Hashtree</a> (content-addressed file system on top of Blossom: directories, file chunking, encryption by default)</li>
<li><a href="https://hashtree.cc/#/dev/git-without-github">git remote hashtree</a> (decentralized Git using Hashtree storage, replacing GitHub remotes)</li>
<li><a href="https://git.iris.to">git.iris.to</a> (web-based Git interface with NIP-34 support: issues, pull requests, likes)</li>
<li><a href="https://iris.to">Iris</a> (Nostr social client with built-in social graph filtering)</li>
<li><a href="https://github.com/mmalmi/iris-browser">Iris Browser</a> (loads websites and apps from Hashtree URLs in a content-addressed way)</li>
<li><a href="https://github.com/mmalmi/nostr-vpn">Nostr VPN</a> (WireGuard tunnels using Nostr relays for peer discovery and signaling, no accounts needed)</li>
<li><a href="https://github.com/mmalmi/nostr-double-ratchet">Nostr Double Ratchet</a> (Signal-style encrypted messaging on Nostr with group chat support, demo at <a href="https://chat.iris.to">chat.iris.to</a>)</li>
<li><a href="https://github.com/hzrd149/blossom">Blossom</a> (content-addressed blob storage)</li>
<li><a href="https://github.com/mmalmi/hashtree/tree/master/ts/packages/hashtree-nostr/src/webrtc">WebRTC mesh</a> (peer-to-peer data transfer, works in browsers and servers, probabilistic routing with hops-to-live)</li>
<li><a href="https://fips.network/">FIPS</a> (Nostr public key-based network routing, by Jonathan Corgan)</li>
<li><a href="https://reticulum.network/">Reticulum</a> (low-bandwidth mesh networking stack)</li>
<li><a href="https://en.wikipedia.org/wiki/LoRa">LoRa</a> (long-range, low-power radio for mesh networking)</li>
<li><a href="https://www.whitenoise.chat/">MLS / White Noise</a> (encrypted group messaging on Nostr)</li>
<li><a href="https://github.com/marmot-protocol/marmot">Marmot Protocol</a> (encrypted messaging protocol for Nostr)</li>
<li><a href="https://en.wikipedia.org/wiki/Freenet">Freenet</a> (early content-addressed peer-to-peer network, inspiration for Hashtree&#39;s encryption)</li>
<li><a href="https://ladybird.org/">Ladybird</a> (independent browser implementation)</li>
<li><a href="https://openclaw.ai">OpenClaw</a> (open-source AI agent harness)</li>
<li><a href="https://cashu.space/">Cashu</a> (eCash on Bitcoin, future incentivized exit node payments)</li>
<li><a href="https://trymaple.ai/">Maple</a> (privacy-preserving AI inference)</li>
<li><a href="https://21lessons.com/16/">Trusting Trust</a> (the problem of trust in computing)</li>
<li><a href="https://routstr.com/">Routstr</a> (Nostr-based AI routing)</li>
<li><a href="https://ppq.ai/">PPQ</a> (decentralized AI inference)</li>
<li><a href="https://github.com/greenart7c3/Amber">Amber</a> (Nostr signer for Android)</li>
<li><a href="https://github.com/ZharlieW/Aegis">Aegis</a> (Nostr signer for iOS)</li>
<li><a href="https://plebeian.market/">Plebeian Market</a> (Nostr marketplace)</li>
<li><a href="https://shopstr.store/">Shopstr</a> (Nostr marketplace)</li>
<li><a href="https://amethyst.social/">Amethyst</a> (Nostr client for Android)</li>
<li><a href="https://wisp.mobile/">Wisp</a> (Nostr micro-client)</li>
<li><a href="https://damus.io/notedeck/">Damus Notedeck</a> (Nostr client with app shell, built on <a href="https://github.com/damus-io/nostrdb">nostrdb</a>)</li>
<li><a href="https://docs.contextvm.org/">ContextVM</a> (execution environment for Nostr)</li>
<li><a href="https://vertexlab.io/">Vertex</a> (web of trust tools)</li>
<li><a href="https://github.com/ContextVM/relatr">Relatr</a> (relay-side WoT filtering on ContextVM)</li>
<li><a href="https://en.wikipedia.org/wiki/Eternal_September">Eternal September</a> (what happens when a subculture scales)</li>
<li><a href="https://en.wikipedia.org/wiki/Zooko%27s_triangle">Zooko&#39;s Triangle</a> (the naming trilemma: human-meaningful, secure, decentralized)</li>
<li><a href="https://nsite.run/">nsite</a> (Nostr-based web hosting)</li>
<li><a href="https://en.wikipedia.org/wiki/Commander_Keen">Commander Keen</a> (DOS-era classic)</li>
<li><a href="https://en.wikipedia.org/wiki/IPX/SPX">IPX/SPX</a> (LAN party networking protocol)</li>
<li><a href="https://thepiratebay.org/">Pirate Bay</a> (decentralized resilience patterns that Nostr echoes, <a href="https://www.vice.com/en/article/pirate-bay-founder-peter-sunde-i-have-given-up/">Peter Sunde: &quot;I Have Given Up&quot;</a>, <a href="https://youtu.be/MVlsOLvBdw4">keynote</a>)</li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/943634">943,634</a>.</p>]]></description>
      <link>https://njump.to/nevent1qqspgr0k3zc9vmqj6gl09hvf4xcyy26m738l3vupak0f6rvxpn8etzs09spxn</link>
      <enclosure url="https://haven.dergigi.com/cb217a5cdc6d5eb9d50525eaa4b332eca914857bf750b9c29c2d259887b41011.m4a" length="78818861" type="audio/mp4"/>
      <guid isPermaLink="false">77f35c76-55a1-46c3-b35c-9e501a5080a7</guid>
      <pubDate>Fri, 04 Apr 2026 20:00:00 +0000</pubDate>
      <itunes:duration>4679</itunes:duration>
      <itunes:image href="https://haven.dergigi.com/7ba994b11ea5b7a7413c4feeed1e214db56ea150a009020d360988e7adff2727.jpg"/>
      <podcast:person href="https://njump.to/npub1g53mukxnjkcmr94fhryzkqutdz2ukq4ks0gvy5af25rgmwsl4ngq43drvk" img="" group="cast" role="guest">Martti Malmi</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/cd8cce4d4cd2e327788a79e221e8437da24a297b707f1f8a0b0ef835846202c4.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/21-hashtree-nostr-vpn-and-iris-w-martti-malmi.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Martti Malmi" type="lnaddress" address="npub1g53mukxnjkcmr94fhryzkqutdz2ukq4ks0gvy5af25rgmwsl4ngq43drvk@npub.cash" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qq0ryvfddpshx6r5wfjk2ttwdaehgu3dwecxuttpdejz66tjd9esygymmeppfy0natg6cgdar5qkv74tj3l5c8z2akrkyn8jyuasdjs99vpsgqqqw4rs6uxmn9">Show Notes</podcast:contentLink>
    </item>
    <item>
      <title>20: Archipelago Meshtadels w/ Shadrach</title>
      <description><![CDATA[<p>&quot;Bitcoin doesn&#39;t need more believers. Bitcoin needs more understanders.&quot;</p>
<p><a href="https://njump.to/npub15ymzglvv4alrp06q85eqqmawegxf688v0gtqwhjpgtp0a4k2mesqshkwwx">Shadrach</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk in Madeira. Recorded during <a href="https://sovereignengineering.io/projects#SEC-07">SEC-07</a>.</p>
<p><a href="https://sovereignengineering.io/podcast/20-archipelago-meshtadels-w-shadrach">Listen on sovereignengineering.io</a></p>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://archipelago.indeehub.studio/">Archipelago</a> (sovereign home node and mesh network platform)</li>
<li><a href="https://archipelago-foundation.org/">Archipelago Foundation</a></li>
<li><a href="https://www.lancobitco.in/archi.mp4">Archipelago promo video</a></li>
<li><a href="https://www.atobitcoin.io/">AtoB</a> (interoperable service protocol, co-authored with Jesus)</li>
<li><a href="https://angor.io/">Angor</a> (Bitcoin-native crowdfunding; Archipelago placed 2nd in the <a href="https://njump.to/nevent1qqs0e9ejwnkwvkv00d68pvvx0dasftt0u9rwnz0tscgvl9n7mffljqqck75vg">Angor pitch contest</a>)</li>
<li><a href="https://podcastindex.org/">Podcasting 2.0</a> (open podcast ecosystem)</li>
<li><a href="https://nostrudel.ninja/t/demu">#DeMu</a> (decentralized music on Nostr)</li>
<li><a href="https://fountain.fm/">Fountain</a> (podcasting app with value-for-value)</li>
<li><a href="https://castr.me">castr.me</a> (Nostr-to-RSS podcast feed)</li>
<li><a href="https://archipelago.indeehub.studio/">Indie Hub</a> (independent film distribution on Archipelago)</li>
<li><a href="https://plebeian.market/">Plebeian Market</a> / <a href="https://shopstr.store/">Shopstr</a> / <a href="https://conduit.market/">Conduit</a> (Nostr marketplaces)</li>
<li><a href="https://zapstore.dev/">Zap Store</a> (Nostr-based app store)</li>
<li><a href="https://github.com/nicola/whitenoise">White Noise</a> / MLS / PICA (encrypted messaging on Nostr)</li>
<li><a href="https://fedimint.org/">Fedimint</a> (federated eCash)</li>
<li><a href="https://cashu.space/">Cashu</a> (eCash on Bitcoin)</li>
<li><a href="https://frame.work/">Framework</a> (modular laptop hardware)</li>
<li><a href="https://meshtastic.org/">Meshtastic</a> / Meshcore (mesh networking)</li>
<li><a href="https://start9.com/">Start9</a> / <a href="https://umbrel.com/">Umbrel</a> (existing node platforms)</li>
<li><a href="https://syncthing.net/">SyncThing</a> (decentralized file sync)</li>
<li><a href="https://grapheneos.org/">GrapheneOS</a> (privacy-focused Android)</li>
<li><a href="https://github.com/EFForg/rayhunter">Rayhunter</a> (EFF&#39;s cell-based surveillance detection)</li>
<li><a href="http://tollgate.me/">Tollgate</a> (mesh network toll gates)</li>
<li><a href="https://github.com/permissionlesstech/bitchat">Bitchat</a> (mesh chat, <a href="http://bitchat.free/">bitchat.free</a>)</li>
<li><a href="https://stacker.news/items/1273305">Spilman channels</a> (unidirectional payment channels for nano-sat streaming)</li>
<li><a href="https://johnvervaeke.com/series/the-philosophical-silk-road/">John Vervaeke</a> (the universe is dialogical)</li>
</ul>
<p>People mentioned:</p>
<ul>
<li><a href="https://njump.to/npub1yvscx9vrmpcmwcmydrm8lauqdpngum4ne8xmkgc2d4rcaxrx7tkswdwzdu">Sir Spencer</a> (venue npubs, live streaming)</li>
<li><a href="https://njump.to/npub19ha7tju4teqp3dmwv4p28wrcy9zd6h6hxkg5mwvjrlfycweazpkse2q0fa">Duh Laurien</a> (#DeMu)</li>
<li><a href="https://njump.to/npub1unmftuzmkpdjxyj4en8r63cm34uuvjn9hnxqz3nz6fls7l5jzzfqtvd0j2">Oscar Merry</a> (Fountain)</li>
<li><a href="https://njump.to/npub1v5ufyh4lkeslgxxcclg8f0hzazhaw7rsrhvfquxzm2fk64c72hps45n0v5">Fountain</a></li>
<li><a href="https://njump.to/npub13ql75nq8rldygpkjke47y893akh5tglqtqzs6cspancaxktthsusvfqcg7">Adam Curry</a> (Podcasting 2.0 godfather)</li>
<li><a href="https://njump.to/npub19r9qrxmckj2vyk5a5ttyt966s5qu06vmzyczuh97wj8wtyluktxqymeukr">Joe Martin</a> (value-for-value musician)</li>
<li><a href="https://njump.to/npub10wzfa7jkqj6c65xyr93hhxrns37ml9tss82jvymv8fymwdtu6cts3h6pvr">Zaza</a> (Archipelago builder)</li>
<li><a href="https://njump.to/npub1g53mukxnjkcmr94fhryzkqutdz2ukq4ks0gvy5af25rgmwsl4ngq43drvk">Martti Malmi</a> (Nostr VPN demo)</li>
<li><a href="https://njump.to/npub1gzuushllat7pet0ccv9yuhygvc8ldeyhrgxuwg744dn5khnpk3gs3ea5ds">Gzuuus</a> (encrypted state machines, AtoB protocol)</li>
<li><a href="https://njump.to/npub1c03rad0r6q833vh57kyd3ndu2jry30nkr0wepqfpsm05vq7he25slryrnw">Cobrador</a> (balloons)</li>
<li><a href="https://njump.to/npub1zzt0d0s2f4lsanpd7nkjep5r79p7ljq7aw37eek64hf0ef6v0mxqgwljrv">Tollgate</a> (mesh network toll gates)</li>
<li><a href="https://njump.to/npub1563z6kxmvuy7s8zhzan8m0hzmkavyfzg2aw6h7f0fvcvdms398csaxc9n6">Bugle</a></li>
</ul>
<p>In this dialogue:</p>
<ul>
<li>The episode opens discussing the podcasting 2.0 publishing workflow: AI models can now generate the XML spec, value splits and all, from a simple instruction</li>
<li>Spencer&#39;s idea: every venue gets an npub, the venue starts the live stream rather than the artist, creating a proper mapping from real-world locations to cryptographic identities</li>
<li>Shadrach&#39;s #DeMu journey: tried to orange pill Austin musicians, but they were too disillusioned to believe music could be monetized directly. Pay-to-play venues, Spotify killing label revenue. No traction at all.</li>
<li>Value for value as social signaling: free-to-play games make millions from cosmetic skins. We still don&#39;t do anything like that on Nostr. Adam Curry gets it -- his listeners aren&#39;t listeners, they&#39;re producers.</li>
<li>Shadrach&#39;s path: punk rock DIY ethos to sysadmin, industrial Bitcoin mining in Texas (2017-18), briefly a crypto hedge fund (&quot;That sounds terrible. That&#39;s two words.&quot;), S9 miners sold for scrap metal</li>
<li>The Meshtadel: a network of citadels meshed together. Any node can be taken out and the system routes around the failure. The name means both literal mesh networks and communities connecting in a mesh topology.</li>
<li>&quot;I&#39;m here to orange pill the Amish&quot;: Shadrach moved to Lancaster, PA for food security, rented a farmer&#39;s market stall just to talk about Bitcoin. The Amish save in dollars, didn&#39;t raise prices through COVID, are partly a gift economy. The most insulting thing you can do is give exactly the same gift back.</li>
<li>Printed Cashu certificates: Shadrach&#39;s dream is physical eCash notes the Amish can trade at the market, then drive their horse and buggy to a Bitcoin bank drive-through to redeem them. Fedimint stability pools make this more feasible now.</li>
<li>&quot;Bitcoin doesn&#39;t need more believers. Bitcoin needs more understanders.&quot;</li>
<li>Archipelago: a sovereign home node built on Framework laptop hardware. Plugs into your TV, runs a dashboard, companion app, modular and upgradeable. Scalable from a simple home node all the way to a community server.</li>
<li>Indie Hub partnership: watch independent films on day one. Directors upload movies, set their own pricing schedule, everything distributed via paid torrents. &quot;Make torrents great again&quot; is a recurring theme at every SovEng cohort.</li>
<li>The reversed marketplace: instead of broadcasting what you sell (which leaks privacy and enables enforcement), broadcast what you want to buy as an encrypted blob on Nostr. Agents match buyers and sellers. Your daughter looks for a lamp, gets three offers, never buys a rug she didn&#39;t need.</li>
<li>&quot;Salespeople will hate it.&quot; -- &quot;I know.&quot;</li>
<li>AtoB protocol: Shadrach co-authored it with Gzuuus to make ride-sharing apps (Ridester, Drivester, Trotter) interoperable. Two devs refactored their entire packages in a day using AI.</li>
<li>Gzuuus&#39;s encrypted state machines for commerce: requests, responses, agreements, work done. Wraps up ride sharing, package delivery, online sales into one framework.</li>
<li>Web of trust is Nostr&#39;s killer feature: people wrote about it in the seventies, PGP signing parties never caught on, but Nostr makes it natural because the social graph is the web of trust</li>
<li>Nostr VPN: every device gets an npub, devices find each other the same way people find each other on Nostr</li>
<li>Nostr clicked for Shadrach immediately after growing up with PGP. In his last job in international finance, they still used PGP for sharing sensitive information.</li>
<li>SovEng experience: &quot;the most incredible experience I&#39;ve ever had in my life&quot; and also &quot;some of the most exhausting mentally, physically, socially&quot;</li>
<li>On retirement: moved to Lancaster thinking he&#39;d chill out, immediately started driving to meetups and flying to check on a beef ranch in Oklahoma. &quot;I give up.&quot;</li>
<li>The universe is dialogical: podcasts as time capsules, searching for truth by speaking it out loud. Karl Popper, David Deutsch, the longest chain wins.</li>
<li>&quot;We are back again in the early days. And we just have to make it work.&quot;</li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/02-there-is-no-global-w-pablo">#02: There is No Global w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/04-ecash-fixes-402-w-calle">#04: Ecash Fixes 402 w/ Calle</a></li>
<li><a href="https://sovereignengineering.io/podcast/12-the-windy-lawnmower-stuff-w-pete">#12: The Windy Lawnmower Stuff w/ Pete</a></li>
<li><a href="https://sovereignengineering.io/podcast/22-sovereign-engineering-w-yo">#22: Sovereign Engineering w/ Yo</a></li>
<li><a href="https://sovereignengineering.io/podcast/24-building-fips-w-johnathan-corgan">#24: Building FIPS w/ Johnathan Corgan</a></li>
<li><a href="https://sovereignengineering.io/podcast/31-buzz-mosaico-and-other-stuff-w-pablo">#31: Buzz, Mosaico, and Other Stuff w/ Pablo</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/943357">943,357</a>.</p>]]></description>
      <link>https://njump.to/nevent1qqsg9vz65hh6jmhnsw3jdjeqk0fa2qls8dsljs0qjh7q8ntfxlnm4gcremmhp</link>
      <enclosure url="https://haven.dergigi.com/0b9d8cbbbdd7fcd9dcb9ed84a2046d1e52dadd5c8b65bc79d3ebe050149a1f3d.m4a" length="102774553" type="audio/mp4"/>
      <guid isPermaLink="false">21e99e6d-9467-49ac-a118-86dd898b125c</guid>
      <pubDate>Wed, 02 Apr 2026 16:00:00 +0000</pubDate>
      <itunes:duration>6220</itunes:duration>
      <itunes:image href="https://haven.dergigi.com/9f6f0d2a6880016b258182008d2013b3c2abcb6f44beb2f3e0e0deb07ec1af24.jpg"/>
      <podcast:person href="https://njump.to/npub15ymzglvv4alrp06q85eqqmawegxf688v0gtqwhjpgtp0a4k2mesqshkwwx" img="" group="cast" role="guest">Shadrach</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/4736e08d3ac3f3e75195990f11c9ecaa213ae5a7e0d3b07508f418ffd238e9b3.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/20-archipelago-meshtadels-w-shadrach.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Shadrach" type="lnaddress" address="shadrach@cluborange.org" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqjryvpdv9exx6rfwpjkcct8dukk6etndp6xzer9d3ej6aedwd5xzerjv93ksq3qn00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54sxpqqqp65w0gel2h">Show Notes</podcast:contentLink>
    </item>
    <item>
      <title>19: Romantically Shitting on Paywalls w/ Pablo</title>
      <description><![CDATA[<p>&quot;I need to build something to test the thing.&quot;</p>
<p><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a walk. Recorded December 2025.</p>
<p><a href="https://sovereignengineering.io/podcast/19-romantically-shitting-on-paywalls-w-pablo">Listen on sovereignengineering.io</a></p>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://github.com/pablof7z/tenex">TENEX</a> (multi-agent coordination on Nostr)</li>
<li><a href="https://agorawlc.com/">Agora</a> (Nostr client for local communities, by Pablo &amp; Leopoldo Lopez)</li>
<li><a href="https://github.com/nostr-dev-kit/ndk">NDK Swift &amp; NDK Kotlin</a> (native ports of NDK)</li>
<li><a href="https://github.com/damus-io/nostrdb">nostrdb</a> (embedded Nostr database)</li>
<li><a href="https://nips.nostr.com/60">NIP-60</a> (Cashu wallets on Nostr)</li>
<li><a href="https://podcastindex.org/">Podcasting 2.0</a> (open podcast ecosystem)</li>
<li><a href="https://nostrudel.ninja/t/demu">#DeMu</a> (decentralized music on Nostr)</li>
<li><a href="https://olas.app/">Olas</a> (rebuilt with TENEX agents)</li>
<li><a href="https://castr.me">castr.me</a> (Nostr-to-RSS podcast feed)</li>
<li><a href="https://ants.sh/">ants</a> (Nostr search)</li>
<li><a href="https://readwithboris.com/">Boris</a> (reading and highlighting)</li>
<li><a href="https://github.com/fiatjaf/pyramid">Pyramid</a> (fiatjaf&#39;s invite-tree relay)</li>
<li><a href="https://kk.org/thetechnium/1000-true-fans/">Kevin Kelly&#39;s 1,000 True Fans</a></li>
</ul>
<p>In this dialogue:</p>
<ul>
<li>Agents tried to fix world hunger: made a Google Doc and a React app, nothing worked, world hunger still not fixed</li>
<li>&quot;We&#39;re behaving like LLM agents: never learn&quot;</li>
<li>Everything Pablo builds is a way to test TENEX: &quot;I need to build something to test the thing&quot;</li>
<li>Agora: a Nostr client starting from the premise that you only care about your immediate surroundings</li>
<li>Invitation-based trust networks: cryptographic proof of who invited whom into a relay, similar to fiatjaf&#39;s <a href="https://github.com/fiatjaf/pyramid">Pyramid</a></li>
<li>Citizen journalism use case: pseudonymous publishing where a known figure vouches for a source without revealing identity</li>
<li>NIP-60 wallet baked into Agora: your key is no longer just identity, it&#39;s also money</li>
<li>Social key recovery via Shamir secret sharing: select people you can reach (not necessarily trust), hidden behind follow events</li>
<li>Identity migration for stolen keys vs. key loss recovery: two different problems, solvable with similar tools</li>
<li>&quot;Fiatjaf had the right ideas around community-based backup and recovery&quot;</li>
<li>Romantically shitting on paywalls: you cannot box content in, no matter how hard you try</li>
<li>What you can monetize is not the content itself but the relationship, the access, the live interaction</li>
<li>Twitch figured it out: everything is free, everywhere, always. People pay for something else entirely.</li>
<li>Substack&#39;s unfixable problem: it&#39;s a function of size, always Pareto, 20 people making a killing out of millions</li>
<li>&quot;You&#39;re prostituting yourself for nothing because you&#39;re playing in a winner-takes-most market where there is already a winner&quot;</li>
<li>The Matthew principle: to those who have everything, more will be given</li>
<li>All content types competing under the same lens: why every platform turns into TikTok</li>
<li>&quot;Scaling Nostr is hard, so it will always fragment&quot; -- and that&#39;s the feature</li>
<li>Nostr&#39;s promise: many small markets strictly superior to one big centrally planned instance</li>
<li>Digital fast food: platforms serve maximally engaging slop, like lucid dreams generated on the fly</li>
<li>The health food analogy: McDonald&#39;s still exists, but a whole industry grew around health-conscious people. Digital health is next.</li>
<li>Young people craving real connections over influencer slop, drawn to vinyl and gramophones for the same reason</li>
<li>Walking the Roman path: 3,000-year-old cart tracks still visible, &quot;look at the UX of that thing&quot;</li>
<li>&quot;I switched my whole online identity to Nostr because this thing has legs and will still work 30 years from now&quot;</li>
<li>Email marketers already know: own the list, everything else is a funnel</li>
<li>Relays as magazines: you don&#39;t quit magazines because one magazine is bad</li>
<li>Most people perceive Nostr as &quot;the crypto app&quot; -- we&#39;re not at the &quot;email is a protocol&quot; stage yet</li>
<li>Special-purpose clients: a posting-only client with an empty text field, ants for search, Boris for highlights</li>
<li>&quot;I&#39;m amazed at how well things work. Blossom every day without thinking about it.&quot;</li>
<li>&quot;We&#39;ve been on this professionalizing mode for the past six to nine months. Technically, we&#39;re in very good shape.&quot;</li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/18-rewriting-tenex-w-pablo">#18: Rewriting TENEX w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/11-10x-less-productive-w-pablo">#11: 10x Less Productive w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/23-shipping-violently-w-justin-moon">#23: Shipping Violently w/ Justin Moon</a></li>
<li><a href="https://sovereignengineering.io/podcast/30-napplets-w-sandwich">#30: Napplets w/ Sandwich</a></li>
<li><a href="https://sovereignengineering.io/podcast/31-buzz-mosaico-and-other-stuff-w-pablo">#31: Buzz, Mosaico, and Other Stuff w/ Pablo</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/929730">929,730</a>.</p>]]></description>
      <link>https://njump.to/nevent1qqszwskhme0ez2vqhd94dmcc872y3r6ukalj87xxvul4wdcrysd8ptqqfmet4</link>
      <enclosure url="https://haven.dergigi.com/a173d38bd86aadffac3cc00afd90eca8d97d3ff7d1861fb00b41f71a1f51103b.m4a" length="70324499" type="audio/mp4"/>
      <guid isPermaLink="false">407f1bea-29c7-4039-8c15-295a0b0beb92</guid>
      <pubDate>Tue, 01 Apr 2026 19:52:00 +0000</pubDate>
      <itunes:duration>4235</itunes:duration>
      <itunes:image href="https://haven.dergigi.com/1bb6d77f7465203df0edb2004b6f4bb1bb2f60dc55eb7a92b2174e2ad25b6ceb.jpg"/>
      <podcast:person href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft" img="" group="cast" role="guest">Pablo</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/5909b76ff9685e3c5234cc8844b9ac51a5b6331a1c682e7168675e4d236b3805.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/19-romantically-shitting-on-paywalls-w-pablo.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Pablo" type="lnaddress" address="pablof7z@primal.net" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqjrzwfdwfhk6ctww35kxctvd3uj6umgd968g6twvukk7m3dwpshjampd3k8xq3qn00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54sxpqqqp65wavn6wq">Show Notes</podcast:contentLink>
    </item>
    <item>
      <title>18: Rewriting TENEX w/ Pablo</title>
      <description><![CDATA[<p>&quot;You&#39;re yelling at someone who is lying to you.&quot;</p>
<p><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a> &amp; <a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> take a drive. Recorded December 2025.</p>
<p><a href="https://sovereignengineering.io/podcast/18-rewriting-tenex-w-pablo">Listen on sovereignengineering.io</a></p>
<p>Projects &amp; tech mentioned:</p>
<ul>
<li><a href="https://github.com/pablof7z/tenex">TENEX</a> (multi-agent coordination on Nostr)</li>
<li><a href="https://github.com/nostr-dev-kit/ndk">NDK</a> (Nostr Development Kit)</li>
<li>NDK Swift &amp; NDK Kotlin (native ports of NDK, vibe-coded)</li>
<li><a href="https://github.com/damus-io/nostrdb">nostrdb</a> (embedded Nostr database)</li>
<li><a href="https://github.com/hoytech/negentropy">Negentropy / NIP-77</a> (efficient event sync)</li>
<li><a href="https://nips.nostr.com/60">NIP-60</a> (Cashu wallets on Nostr)</li>
<li><a href="https://ai-sdk.dev/">Vercel AI SDK</a> (multi-provider LLM abstraction)</li>
<li><a href="https://damus.io/notedeck/">Notedeck</a> &amp; <a href="https://nostur.com/">Nostur</a></li>
<li><a href="https://olas.app/">Olas</a> (rebuilt with TENEX agents)</li>
</ul>
<p>In this dialogue:</p>
<ul>
<li>Bitcoiners in cars getting coffee: recording from the sun visor, Seinfeld style</li>
<li>TENEX rewritten &quot;about a hundred times,&quot; now in TypeScript on Vercel AI SDK</li>
<li>The pain of supporting every LLM provider: Gemini returns encrypted reasoning tokens, every API has different subtleties</li>
<li>Removing structure to improve performance: deleting 80% of agent code makes agents work better</li>
<li>Agents defining their own workflow phases instead of having phases imposed on them</li>
<li>Composable workflows: the CEO agent doesn&#39;t need to know what the engineering director&#39;s workflow looks like</li>
<li>The parallel to human organizations: you can&#39;t hold all the information in your own mind</li>
<li><a href="https://www.listennotes.com/podcasts/dr-john-vervaeke/what-ai-can-never-be-john-FuAWO49i3_h/">John Vervaeke</a> and the idea that dialogue is how you solve the really hard problems</li>
<li>Participatory knowing: you don&#39;t understand Bitcoin until you actually use it</li>
<li>Agent wallets removed because &quot;there was nothing for them to actually buy&quot; -- a commune with no walls</li>
<li>$700/month running Opus for everything, replacing &quot;like fucking 30 people&quot;</li>
<li>Context windows are a non-issue when the hierarchy is deep enough: each atomic agent finishes fast</li>
<li>Henry Ford&#39;s insight applied to agents: each worker does an incredibly stupid task that takes five minutes</li>
<li>Agents are bad at self-correction, so they delegate competing implementations in disposable work trees, then compare notes</li>
<li>Confidence scores: the delegating agent monitors every 5-10 messages, checks if the sub-agent is going off the rails</li>
<li>&quot;Once they are convinced that humans have seven legs, they will make up scientific papers to prove it to you&quot;</li>
<li>NDK ported to Swift and Kotlin without looking at a single line of code: outbox compilation, negentropy syncing, offline publishing, NIP-60 support</li>
<li>Cross-platform frameworks are dead: &quot;if you&#39;re just programming in English, React Native makes no sense&quot;</li>
<li>The developer experience right now is &quot;as bad as it&#39;s been, at least in our lifetimes&quot;</li>
<li>&quot;You&#39;re basically yelling at someone that is lying to you, that will take all the shortcuts&quot;</li>
<li>Vibe coding flow state: sculpting code like marble, micro-adjustments every five seconds</li>
<li>&quot;What if all I know of development is actually problematic? What if I just let go?&quot;</li>
<li>Non-developers building real apps on Nostr thanks to vibe coding</li>
<li>The naming podcast: &quot;Claude Opus, make up a name. Just put a U.&quot;</li>
<li>&quot;I&#39;m on vacation. The agents have been running the entire time. They&#39;ve done amazing work.&quot;</li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/19-romantically-shitting-on-paywalls-w-pablo">#19: Romantically Shitting on Paywalls w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/11-10x-less-productive-w-pablo">#11: 10x Less Productive w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/23-shipping-violently-w-justin-moon">#23: Shipping Violently w/ Justin Moon</a></li>
<li><a href="https://sovereignengineering.io/podcast/30-napplets-w-sandwich">#30: Napplets w/ Sandwich</a></li>
<li><a href="https://sovereignengineering.io/podcast/31-buzz-mosaico-and-other-stuff-w-pablo">#31: Buzz, Mosaico, and Other Stuff w/ Pablo</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/929726">929,726</a>.</p>]]></description>
      <link>https://njump.to/nevent1qqsgqwk69z7lqxzcvv395t7x35nr36n30ky9mm8szhjy2vu8ap63d0cj4c8ah</link>
      <enclosure url="https://haven.dergigi.com/84427041ddf2052feb6427555f8eee7d3a3619c10bd426e490b1e87e30d8594c.m4a" length="45739907" type="audio/mp4"/>
      <guid isPermaLink="false">69ecfbb3-d028-4db2-ab99-eeeb4bbe93a5</guid>
      <pubDate>Tue, 01 Apr 2026 16:22:00 +0000</pubDate>
      <itunes:duration>2769</itunes:duration>
      <itunes:image href="https://haven.dergigi.com/a9e141e553980b3b93ed3e4b2489c7bdb784eb702ae6adaad08883cd0504dfc2.jpg"/>
      <podcast:person href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft" img="" group="cast" role="guest">Pablo</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/e145f449565c20e8a55459252bcd5bc58b8bc4814f95afbacc0fda2be5e45fc7.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/18-rewriting-tenex-w-pablo.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Pablo" type="lnaddress" address="pablof7z@primal.net" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqfrzwpdwfjhwunfw35kueedw3jkuetcqgsfhhjzzjgl86k34ssm68gpvea2h9rlfswy4mv8vfx0yfemqm9q22crqsqqqa28m0htzf">Show Notes</podcast:contentLink>
    </item>
    <item>
      <title>#17: Organic Tech w/ Arjen</title>
      <description><![CDATA[<p><span style="font-weight: 400;">"Nostr is organic tech. Data will flow more naturally instead of going out and fetch, going out and coming back, going out and coming back."</span></p>
<p><a href="https://njump.to/npub1hw6amg8p24ne08c9gdq8hhpqx0t0pwanpae9z25crn7m9uy7yarse465gr"><span style="font-weight: 400;">Arjen</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> take a long walk. Recorded October 2025.</span></p>
<p><span style="font-weight: 400;">Projects &amp; tech mentioned:</span></p>
<ul>
<li><a href="https://github.com/hzrd149/blossom"><span style="font-weight: 400;">Blossom</span></a><span style="font-weight: 400;"> (self-healing links)</span></li>
<li><a href="https://njump.to/nevent1qqspc3kxtdk8kh6f7auamcwl6ykfkq2dnjxrgtgqnpdm5hvrj00yu4cmuzx4c"><span style="font-weight: 400;">noDNS</span></a></li>
<li><a href="https://tollgate.me/"><span style="font-weight: 400;">Tollgate</span></a><span style="font-weight: 400;"> (router-to-router payments)</span></li>
<li><a href="https://github.com/Origami74/wally"><span style="font-weight: 400;">Wally</span></a><span style="font-weight: 400;"> (Cashu wallet connect)</span></li>
<li><a href="https://github.com/futurepaul/innpub"><span style="font-weight: 400;">innpub</span></a><span style="font-weight: 400;"> (positional audio, </span><a href="https://innpub.dergigi.com/"><span style="font-weight: 400;">innpub.dergigi.com</span></a><span style="font-weight: 400;">)</span></li>
<li><a href="https://github.com/greenart7c3/Citrine"><span style="font-weight: 400;">Citrine</span></a><span style="font-weight: 400;"> (Android local relay)</span></li>
<li><a href="https://github.com/greenart7c3/Amber"><span style="font-weight: 400;">Amber</span></a><span style="font-weight: 400;"> (Android signer)</span></li>
<li><a href="https://github.com/CodyTseng/nostr-relay-tray"><span style="font-weight: 400;">nostr-relay-tray</span></a></li>
<li><a href="https://github.com/hzrd149/applesauce"><span style="font-weight: 400;">Applesauce</span></a><span style="font-weight: 400;"> (code snippets)</span></li>
<li><a href="https://github.com/humansinstitute/wingman"><span style="font-weight: 400;">Wingman</span></a><span style="font-weight: 400;"> (remote dev assistant)</span></li>
<li><a href="https://github.com/cashubtc/cdk"><span style="font-weight: 400;">CDK</span></a><span style="font-weight: 400;"> (Cashu dev kit)</span></li>
<li><a href="https://nips.nostr.com/3"><span style="font-weight: 400;">NIP-03</span></a><span style="font-weight: 400;"> (OpenTimestamps)</span></li>
<li><a href="https://ants.sh/"><span style="font-weight: 400;">ants</span></a><span style="font-weight: 400;"> (Nostr search)</span></li>
<li><a href="https://github.com/orgs/Routstr"><span style="font-weight: 400;">OTRTA / Routstr</span></a><span style="font-weight: 400;"> (pay for LLM compute with Cashu)</span></li>
<li><a href="https://damus.io/notedeck/"><span style="font-weight: 400;">Notedeck</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://github.com/damus-io/nostrdb"><span style="font-weight: 400;">nostrdb</span></a></li>
<li><a href="https://gitworkshop.dev/"><span style="font-weight: 400;">gitworkshop.dev</span></a><span style="font-weight: 400;"> (Nostr-native git collaboration)</span></li>
<li><a href="https://readwithboris.com/"><span style="font-weight: 400;">Boris</span></a><span style="font-weight: 400;"> (reading and highlighting)</span></li>
<li><a href="https://github.com/k0sti/spotstr"><span style="font-weight: 400;">Spotstr</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://earthly.city/"><span style="font-weight: 400;">Earthly.city</span></a><span style="font-weight: 400;"> (maps on Nostr)</span></li>
</ul>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">Convincing hzrd to make Blossom more of a protocol</span></li>
<li><span style="font-weight: 400;">Self-healing links: content addressing like Nostr but for blobs</span></li>
<li><span style="font-weight: 400;">Blossom pacemaker: a tool that monitors your notes and blobs, rebroadcasts and re-uploads as needed</span></li>
<li><span style="font-weight: 400;">Local first: local relays, local blossom, local cash, local signers</span></li>
<li><span style="font-weight: 400;">"I still get shit for the audio quality"</span></li>
<li><span style="font-weight: 400;">Verschlimmbesserung: the German word for making something worse by trying to improve it</span></li>
<li><span style="font-weight: 400;">"We should reclaim localhost"</span></li>
<li><span style="font-weight: 400;">Every Nostr app should work in airplane mode</span></li>
<li><span style="font-weight: 400;">Citrine roadmap: auto-rebroadcast local events once you're online again</span></li>
<li><span style="font-weight: 400;">Tollgate v0.2.0: router-to-router payments, released at btc++</span></li>
<li><span style="font-weight: 400;">"Some people just hate e-cash" -- "Those people can't be helped"</span></li>
<li><span style="font-weight: 400;">Cashu and CDK: making it easy for devs to use e-cash without managing wallets</span></li>
<li><span style="font-weight: 400;">Wally: Cashu wallet connect, like NWC but for e-cash, runs local</span></li>
<li><span style="font-weight: 400;">Install Wally and you're good to go with everything Nostr</span></li>
<li><span style="font-weight: 400;">Special-purpose components that do one thing well</span></li>
<li><span style="font-weight: 400;">Zero configuration: if there's a local relay, use it; if there's a local signer, use it</span></li>
<li><span style="font-weight: 400;">innpub jukebox: zap the jukebox 200 sats to play a song with positional audio</span></li>
<li><span style="font-weight: 400;">Moving away from subscription hell: attach e-cash to your requests</span></li>
<li><span style="font-weight: 400;">noDNS deep dive: traditional DNS records published on Nostr instead of Cloudflare</span></li>
<li><span style="font-weight: 400;">Self-signed TLS certs verified through Nostr identity</span></li>
<li><span style="font-weight: 400;">The human approach: ask around your group of friends vs the authoritarian approach: one central authority</span></li>
<li><span style="font-weight: 400;">Pi-hole would be perfectly fine running noDNS</span></li>
<li><span style="font-weight: 400;">NIP-03 / OpenTimestamps: indisputable proof of profile existence over time</span></li>
<li><span style="font-weight: 400;">"We went back to basically having mainframes and thin clients"</span></li>
<li><span style="font-weight: 400;">The vision: everything is a relay, offline or online shouldn't matter</span></li>
<li><span style="font-weight: 400;">Damus relay wiped multiple times, nobody cared -- that's resilience</span></li>
<li><span style="font-weight: 400;">Data should accumulate in the right places by your pattern of usage</span></li>
<li><span style="font-weight: 400;">The Nosterverse: every client is a different lens, there is no global</span></li>
<li><span style="font-weight: 400;">"Nostr is organic tech"</span></li>
<li><span style="font-weight: 400;">Vibe coding setup: Roo Code, Claude, code snippets from hzrd and Pablo</span></li>
<li><span style="font-weight: 400;">"Claude 4.5 is very agreeable -- I could rile it up and start a revolution together"</span></li>
<li><span style="font-weight: 400;">The dream flow: just speak voice memos into your phone, code updates 20 minutes later</span></li>
<li><span style="font-weight: 400;">Screenless coding: the underutilized interface</span></li>
<li><span style="font-weight: 400;">ants search: took npub.world plus nostr.band, crossbred them</span></li>
<li><span style="font-weight: 400;">"Software evolution is crossbreeding, not merging back into the original repo"</span></li>
<li><span style="font-weight: 400;">Maps on Nostr: the social part is what makes Google Maps useful, Nostr can provide it</span></li>
<li><span style="font-weight: 400;">Sovereign Engineering cohort 5: "we really know what we're doing now"</span></li>
<li><span style="font-weight: 400;">"The future is already here, we just have a lot of building to do"</span></li>
<li><span style="font-weight: 400;">"If you want to build something, the easiest way right now is Nostr"</span></li>
<li><span style="font-weight: 400;">We're gonna make torrents great again</span></li>
</ul>
<p>&nbsp;</p><p>Recorded at <a href="https://mempool.space/block/918425">918,425</a>.</p>]]></description>
      <itunes:image href="https://haven.dergigi.com/1dfcf3d679b384e913326b2aecd416ba83f6951245722eea7f7b331d8ae922da.jpg"/>
      <enclosure url="https://haven.dergigi.com/7e26d75964d18459d8aebd61532c2119bbf9eff687bceb0477bb0fc93b98c6fa.m4a" length="39328626" type="audio/mp4"/>
      <podcast:person href="https://njump.to/npub1hw6amg8p24ne08c9gdq8hhpqx0t0pwanpae9z25crn7m9uy7yarse465gr" img="" group="cast" role="guest">Arjen</podcast:person>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:transcript url="https://haven.dergigi.com/9c8afb1c899ac1473ac5bb95aba651b0e67326f9e01aec5922f3c9f41d3a4c0d.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/17-organic-tech-w-arjen.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Arjen" type="lnaddress" address="iwillnot@getalby.com" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qq8nzdeddaexwctwd93j6ar9vd5qygymmeppfy0natg6cgdar5qkv74tj3l5c8z2akrkyn8jyuasdjs99vpsgqqqw4rsqhrp4p">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">40b68fa9-0d3b-430b-b8c2-20d098a40ca1</guid>
      <itunes:subtitle>#17: Organic Tech w/ Arjen</itunes:subtitle>
      <itunes:duration>4392</itunes:duration>
      <link>https://njump.to/nevent1qqs9cjjgptr4ugx85mh3l22jk74f9ref3uxcty8pakcg9m4l5hpu8xgezpme0</link>
      <pubDate>Mon, 31 Mar 2026 15:55:00 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, local-first, dns, internet, conversation, dialog</itunes:keywords>
    </item>
    <item>
      <title>#16: One Click and Run w/ SEC-05</title>
      <description><![CDATA[<p><span style="font-weight: 400;">"You have a roaming army of servers."</span></p>
<p><span style="font-weight: 400;">The crew continues on the pirate boat. Recorded October 2025.</span></p>
<p><span style="font-weight: 400;">Projects &amp; tech mentioned:</span></p>
<ul>
<li><a href="https://sovereignengineering.io/projects"><span style="font-weight: 400;">Paygress</span></a><span style="font-weight: 400;"> (VM provisioning over Nostr)</span></li>
<li><a href="https://err402.com/"><span style="font-weight: 400;">Error 402</span></a><span style="font-weight: 400;"> (HTTP payment required)</span></li>
<li><a href="https://github.com/CodyTseng/nostr-relay-tray"><span style="font-weight: 400;">nostr-relay-tray</span></a></li>
<li><a href="https://pyramid.fiatjaf.com/"><span style="font-weight: 400;">Pyramid Relay</span></a></li>
<li><a href="https://castr.me"><span style="font-weight: 400;">castr.me</span></a></li>
<li><span style="font-weight: 400;">PM Tiles (offline maps)</span></li>
</ul>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">The dream: press record, press save, everything auto-publishes to Nostr</span></li>
<li><span style="font-weight: 400;">Zero post-processing, zero editing</span></li>
<li><span style="font-weight: 400;">Error 402: endpoints that can be paid over the protocol level</span></li>
<li><span style="font-weight: 400;">nginx 402 module: it takes lightning, it takes e-cash</span></li>
<li><span style="font-weight: 400;">Paygress: buy a VPS just knowing an npub</span></li>
<li><span style="font-weight: 400;">Get an IP address, a Docker container, SSH access, and a VPN</span></li>
<li><span style="font-weight: 400;">"You have a roaming army of servers"</span></li>
<li><span style="font-weight: 400;">Self-healing infrastructure: move your servers around like Blossom relays</span></li>
<li><span style="font-weight: 400;">"Who will run the mints?" -- hide them behind Paygress, move them around</span></li>
<li><span style="font-weight: 400;">We're still underutilizing payment required</span></li>
<li><span style="font-weight: 400;">Paid relays, but also: attach e-cash when you want reliability</span></li>
<li><span style="font-weight: 400;">Free but unreliable vs paid and reliable</span></li>
<li><span style="font-weight: 400;">First Bitcoin client was an executable on Windows because Satoshi wanted it easy to start</span></li>
<li><a href="https://github.com/CodyTseng/nostr-relay-tray"><span style="font-weight: 400;">nostr-relay-tray</span></a><span style="font-weight: 400;">: one of the easiest ways to run a local relay</span></li>
<li><span style="font-weight: 400;">"We need to dockerize everything and make it really easy to run"</span></li>
<li><span style="font-weight: 400;">Sane defaults, one click and run</span></li>
<li><span style="font-weight: 400;">uTorrent: you just clicked it and it worked</span></li>
<li><span style="font-weight: 400;">Enough weird people on Nostr willing to run mints, blossom servers, relays</span></li>
<li><span style="font-weight: 400;">"It's still too hard to set up"</span></li>
<li><span style="font-weight: 400;">The bar is higher now: demos improved thanks to vibe coding</span></li>
<li><span style="font-weight: 400;">Vibe coding is more art than science</span></li>
<li><span style="font-weight: 400;">"The more you do it, the more you learn"</span></li>
<li><span style="font-weight: 400;">Maps and location data on Nostr</span></li>
<li><span style="font-weight: 400;">Almost every data has some kind of location</span></li>
<li><span style="font-weight: 400;">PM Tiles: offline maps you can download and use</span></li>
<li><span style="font-weight: 400;">Local relay as the universal cache: don't build your own, just use a relay</span></li>
<li><span style="font-weight: 400;">48 hours left in the cohort, more demos to come</span></li>
</ul>
<p>&nbsp;</p><p>Recorded at <a href="https://mempool.space/block/918200">918,200</a>.</p>]]></description>
      <itunes:image href="https://haven.dergigi.com/1925ab25ade145a818fba8fe3b92268c2795e00fdffe545f65cc1aa391b0d33b.jpg"/>
      <enclosure url="https://haven.dergigi.com/90cc86cea9b5d00eced2c171ca5c405c34bb5e4e0a22eba2486b036c06ca8b66.m4a" length="5156804" type="audio/mp4"/>
      <podcast:person href="https://njump.to/npub1s0veng2gvfwr62acrxhnqexq76sj6ldg3a5t935jy8e6w3shr5vsnwrmq5" img="" group="cast" role="guest">Sovereign Engineering</podcast:person>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:transcript url="https://haven.dergigi.com/dd6bef5b9fefeb3a3c5530115860ea0f3e406077050f1c6aff1975b619095e71.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/16-one-click-and-run-w-sec-05.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Sovereign Engineering" type="lnaddress" address="soveng@coinos.io" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qq2rzd3ddahx2ttrd35kx6edv9hxgttjw4hqygymmeppfy0natg6cgdar5qkv74tj3l5c8z2akrkyn8jyuasdjs99vpsgqqqw4rskn4cew">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">70586a3f-6aa2-4d0a-a64f-82b51305c571</guid>
      <itunes:subtitle>#16: One Click and Run w/ SEC-05</itunes:subtitle>
      <itunes:duration>575</itunes:duration>
      <link>https://njump.to/nevent1qqsqmwa4ap25jfhfp34hmql6nf8pg20zf0kddrayqmsh9xu5wn62ufcgl5sfx</link>
      <pubDate>Mon, 31 Mar 2026 13:37:00 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, servers, payments, internet, conversation, dialog</itunes:keywords>
    </item>
    <item>
      <title>#15: Make Localhost Great Again w/ SEC-05</title>
      <description><![CDATA[<p><span style="font-weight: 400;">"127.0.0.1 -- that's the only IP address we're gonna need."</span></p>
<p><span style="font-weight: 400;">The crew passes the mic around on a pirate boat. Recorded October 2025.</span></p>
<p><span style="font-weight: 400;">Projects &amp; tech mentioned:</span></p>
<ul>
<li><a href="https://njump.to/nevent1qqsv7fuzd6u78cflu5hprvhq3f3pnw6dd8ejwmt2lkwumw4kqv0kqrq6gkpzl"><span style="font-weight: 400;">Beacon</span></a></li>
<li><a href="https://njump.to/nevent1qqspc3kxtdk8kh6f7auamcwl6ykfkq2dnjxrgtgqnpdm5hvrj00yu4cmuzx4c"><span style="font-weight: 400;">noDNS</span></a></li>
<li><a href="https://innpub.dergigi.com/"><span style="font-weight: 400;">innpub</span></a></li>
<li><a href="https://datatracker.ietf.org/wg/moq/about/"><span style="font-weight: 400;">MOQ</span></a><span style="font-weight: 400;"> (Media Over QUIC)</span></li>
<li><a href="https://www.contextvm.org/"><span style="font-weight: 400;">ContextVM</span></a></li>
<li><a href="https://sovereignengineering.io/projects"><span style="font-weight: 400;">Chrysalis</span></a><span style="font-weight: 400;"> (self-replicating Cashu mint)</span></li>
<li><a href="https://sovereignengineering.io/projects"><span style="font-weight: 400;">Paygress</span></a><span style="font-weight: 400;"> (VM provisioning over Nostr)</span></li>
<li><a href="https://sovereignengineering.io/projects"><span style="font-weight: 400;">BloVM</span></a><span style="font-weight: 400;"> (blossom server monitor)</span></li>
<li><a href="https://github.com/futurepaul/hypernote/"><span style="font-weight: 400;">HyperNote</span></a></li>
</ul>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">"How was Sovereign Engineering for you?" -- "Inspiring. Stressful."</span></li>
<li><span style="font-weight: 400;">Most exciting demo? Beacon has been trending</span></li>
<li><span style="font-weight: 400;">noDNS mentioned by basically everyone</span></li>
<li><span style="font-weight: 400;">Mapping projects: putting OpenStreetMap tiles on Nostr/Blossom</span></li>
<li><span style="font-weight: 400;">MOQ working live in innpub, eight people hanging out yesterday</span></li>
<li><span style="font-weight: 400;">Pete's demo day race condition: a literal race to claim e-cash</span></li>
<li><span style="font-weight: 400;">"There is no global, but there's also kind of a global"</span></li>
<li><span style="font-weight: 400;">Chrysalis: a self-replicating Cashu mint that pays for itself and moves</span></li>
<li><span style="font-weight: 400;">"Who's gonna run the mints?" -- "Nobody. They're gonna run themselves."</span></li>
<li><span style="font-weight: 400;">Andreas Antonopoulos talked about self-sustaining Bitcoin services eight years ago</span></li>
<li><span style="font-weight: 400;">noDNS explained like I'm five and drunk: "Websites and you don't have to ask daddy"</span></li>
<li><span style="font-weight: 400;">Instead of buying domain names, you claim yours via your npub</span></li>
<li><span style="font-weight: 400;">Conflicts resolved with web of trust and proof of work</span></li>
<li><span style="font-weight: 400;">Self-signed TLS certs trusted through Nostr identity</span></li>
<li><span style="font-weight: 400;">HTTPS websites with zero certificate authority involved</span></li>
<li><span style="font-weight: 400;">"That's also what triggered Justin into writing his own browser"</span></li>
<li><span style="font-weight: 400;">"Most browsers like to babysit their users quite a bit"</span></li>
<li><span style="font-weight: 400;">Dolphin sounds</span></li>
<li><span style="font-weight: 400;">ContextVM: MCP over Nostr as a transport layer</span></li>
<li><span style="font-weight: 400;">"MCP is not just for LLMs, it's a protocol for anything"</span></li>
<li><span style="font-weight: 400;">"Make localhost great again" -- 127.0.0.1 is the only IP we need</span></li>
<li><span style="font-weight: 400;">Interrupting chicken (the joke didn't land)</span></li>
<li><span style="font-weight: 400;">"Europe who?" (Australian humor)</span></li>
<li><span style="font-weight: 400;">Ending on a hug, as always</span></li>
</ul>
<p>&nbsp;</p><p>Recorded at <a href="https://mempool.space/block/918196">918,196</a>.</p>]]></description>
      <itunes:image href="https://haven.dergigi.com/1925ab25ade145a818fba8fe3b92268c2795e00fdffe545f65cc1aa391b0d33b.jpg"/>
      <enclosure url="https://haven.dergigi.com/693116528a4819fcfbfa7082030aff90d02dafa6f18fc00a745ea72eab8dbbf8.m4a" length="8063784" type="audio/mp4"/>
      <podcast:person href="https://njump.to/npub1s0veng2gvfwr62acrxhnqexq76sj6ldg3a5t935jy8e6w3shr5vsnwrmq5" img="" group="cast" role="guest">Sovereign Engineering</podcast:person>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:transcript url="https://haven.dergigi.com/33a73e498a7041893f398087fa8dd2ad4cf9266c25aa9368baca26989c4e0916.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/15-make-localhost-great-again-w-sec-05.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Sovereign Engineering" type="lnaddress" address="soveng@coinos.io" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqwnzdfdd4skkefdd3hkxctvdphhxapdvaex2ct594skwctfdcpzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqvzqqqr4gu56ljaw">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">8d5e0f83-e204-489f-808b-ae33531c4b29</guid>
      <itunes:subtitle>#15: Make Localhost Great Again w/ SEC-05</itunes:subtitle>
      <itunes:duration>900</itunes:duration>
      <link>https://njump.to/nevent1qqs0n4a25x8yn4068hw27f4zy2yedf2xlqgtr9q5sa0t05qzth37r7c8sdwtp</link>
      <pubDate>Mon, 31 Mar 2026 11:52:00 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, dns, localhost, internet, conversation, dialog</itunes:keywords>
    </item>
    <item>
      <title>#14: Building Browsers w/ Justin</title>
      <description><![CDATA[<p><span style="font-weight: 400;">"I want Nostr to be the perfect thing just for me."</span></p>
<p><a href="https://njump.to/npub1zxu639qym0esxnn7rzrt48wycmfhdu3e5yvzwx7ja3t84zyc2r8qz8cx2y"><span style="font-weight: 400;">Justin</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> drive to the airport. Recorded October 2025.</span></p>
<p><span style="font-weight: 400;">Projects &amp; tech mentioned:</span></p>
<ul>
<li><a href="https://github.com/DioxusLabs/blitz"><span style="font-weight: 400;">Blitz</span></a><span style="font-weight: 400;"> (Rust HTML/CSS renderer)</span></li>
<li><a href="https://bellard.org/quickjs/"><span style="font-weight: 400;">QuickJS</span></a><span style="font-weight: 400;"> (lightweight JavaScript engine)</span></li>
<li><a href="https://dioxuslabs.com/"><span style="font-weight: 400;">Dioxus</span></a><span style="font-weight: 400;"> (Rust UI framework)</span></li>
<li><a href="https://github.com/n0-computer/iroh"><span style="font-weight: 400;">Iroh</span></a><span style="font-weight: 400;"> (peer-to-peer networking)</span></li>
<li><a href="https://datatracker.ietf.org/wg/moq/about/"><span style="font-weight: 400;">MOQ</span></a><span style="font-weight: 400;"> (Media Over QUIC)</span></li>
<li><a href="https://www.whitenoise.chat/"><span style="font-weight: 400;">White Noise</span></a><span style="font-weight: 400;"> (MLS-based private messaging on Nostr)</span></li>
<li><a href="https://ladybird.org/"><span style="font-weight: 400;">Ladybird</span></a><span style="font-weight: 400;"> (independent browser by Andreas Kling)</span></li>
<li><a href="https://hello.vrchat.com/"><span style="font-weight: 400;">VRChat</span></a></li>
</ul>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">Driving to the airport</span></li>
<li><span style="font-weight: 400;">"Don't say anything that could be used against you"</span></li>
<li><span style="font-weight: 400;">The low quality of this podcast focuses the mind of the listener</span></li>
<li><span style="font-weight: 400;">You need proper headphones</span></li>
<li><span style="font-weight: 400;">Walking focuses you, and stops you after 90 minutes</span></li>
<li><span style="font-weight: 400;">Justin's adoption curve: hater first, builder later</span></li>
<li><span style="font-weight: 400;">"I'm the ascending left curve"</span></li>
<li><span style="font-weight: 400;">Bitcoin hating, Lightning hating, Nostr hating</span></li>
<li><span style="font-weight: 400;">Audio calling with npubs: Nostr as signaling &amp; identity layer</span></li>
<li><span style="font-weight: 400;">First version: </span><a href="https://github.com/n0-computer/iroh"><span style="font-weight: 400;">Iroh</span></a><span style="font-weight: 400;"> for peer-to-peer, Nostr for lookup</span></li>
<li><span style="font-weight: 400;">Calling Paul Miller's npub from a CLI</span></li>
<li><a href="https://innpub.dergigi.com/"><span style="font-weight: 400;">innpub</span></a><span style="font-weight: 400;">: a 2D pixel art level with rooms you can hang out in</span></li>
<li><span style="font-weight: 400;">The killer feature of positional audio</span></li>
<li><a href="https://hello.vrchat.com/"><span style="font-weight: 400;">VRChat</span></a><span style="font-weight: 400;"> Bitcoin meetups during COVID, thanks to Udi</span></li>
<li><span style="font-weight: 400;">Twitter Spaces, Clubhouse, and why one big room encourages attention seeking</span></li>
<li><span style="font-weight: 400;">Positional audio lets you hide in a corner</span></li>
<li><a href="https://webrtc.org/"><span style="font-weight: 400;">WebRTC</span></a><span style="font-weight: 400;"> is Google Meet shipped as a "web standard"</span></li>
<li><span style="font-weight: 400;">Safari and Firefox just shipped Google's code</span></li>
<li><a href="https://datatracker.ietf.org/wg/moq/about/"><span style="font-weight: 400;">MOQ</span></a><span style="font-weight: 400;"> (Media Over QUIC) as the simple alternative</span></li>
<li><span style="font-weight: 400;">CDN-style mesh relays for binary data</span></li>
<li><span style="font-weight: 400;">What if MOQ relays were Nostr-style, and you'd pay to relay?</span></li>
<li><span style="font-weight: 400;">E2E encrypted group audio in the browser using </span><a href="https://www.whitenoise.chat/"><span style="font-weight: 400;">White Noise</span></a><span style="font-weight: 400;"> / MLS compiled to WASM</span></li>
<li><span style="font-weight: 400;">"Let's make Nostr fast"</span></li>
<li><span style="font-weight: 400;">The web is dying: Chrome blocked ad blockers and Justin just stopped visiting websites</span></li>
<li><span style="font-weight: 400;">No SQLite in the browser, no TypeScript in the browser</span></li>
<li><span style="font-weight: 400;">Why do I need a domain name? Why certificate authorities?</span></li>
<li><span style="font-weight: 400;">Building a browser in 3 days</span></li>
<li><a href="https://github.com/DioxusLabs/blitz"><span style="font-weight: 400;">Blitz</span></a><span style="font-weight: 400;"> + </span><a href="https://bellard.org/quickjs/"><span style="font-weight: 400;">QuickJS</span></a><span style="font-weight: 400;"> = a browser that runs a React counter app</span></li>
<li><span style="font-weight: 400;">"This would have taken me months"</span></li>
<li><a href="https://www.youtube.com/@awesomekling"><span style="font-weight: 400;">Andreas Kling</span></a><span style="font-weight: 400;">: built a browser as part of a 12-step program</span></li>
<li><a href="https://ladybird.org/"><span style="font-weight: 400;">Ladybird</span></a><span style="font-weight: 400;"> proving that you can build a browser from scratch</span></li>
<li><span style="font-weight: 400;">Vibe coding: 20-30 projects in six weeks</span></li>
<li><span style="font-weight: 400;">Nerd-sniped into implementing Mosaic in Zig, then dropping it in two days</span></li>
<li><span style="font-weight: 400;">What Nostr got right: "good enough"</span></li>
<li><span style="font-weight: 400;">Binary transport for Nostr relays</span></li>
<li><span style="font-weight: 400;">Getting rid of DNS: a theme every week at SovEng (</span><a href="https://njump.to/nevent1qqspc3kxtdk8kh6f7auamcwl6ykfkq2dnjxrgtgqnpdm5hvrj00yu4cmuzx4c"><span style="font-weight: 400;">noDNS</span></a><span style="font-weight: 400;">)</span></li>
<li><span style="font-weight: 400;">Claiming names via Nostr events, no .com needed</span></li>
<li><span style="font-weight: 400;">Web of trust for conflict resolution</span></li>
<li><span style="font-weight: 400;">Self-signed TLS certs trusted through Nostr identity</span></li>
<li><span style="font-weight: 400;">Social handles already replaced URLs in practice</span></li>
<li><span style="font-weight: 400;">"Build for the nerds, not the mass market"</span></li>
<li><span style="font-weight: 400;">"I want Nostr to be the perfect thing just for me"</span></li>
<li><span style="font-weight: 400;">Building blocks crystallizing: mesh networking, noDNS, better relays, search</span></li>
<li><span style="font-weight: 400;">Relays in the browser</span></li>
<li><span style="font-weight: 400;">The synergistic ecosystem</span></li>
<li><span style="font-weight: 400;">"You're gonna miss your flight"</span></li>
</ul>
<p>&nbsp;</p><p>Recorded at <a href="https://mempool.space/block/917999">917,999</a>.</p>]]></description>
      <itunes:image href="https://haven.dergigi.com/32a7a7734748536ceafdbeb143e497b368014b9813df05ebb3e487599d89ac0d.jpg"/>
      <enclosure url="https://haven.dergigi.com/4ab19ca3d197abfe6fa5bb870f0a730ea054ef6c5b9bdbe6fa27e12b6dc52e40.m4a" length="22154846" type="audio/mp4"/>
      <podcast:person href="https://github.com/justinmoon" img="https://image.nostr.build/5ff6b14087a7041e96ba44147dd134e423624c2658bb06bed2573d78babd94d6.jpg" group="cast" role="guest">Justin</podcast:person>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:transcript url="https://haven.dergigi.com/e5c2b3d3429d87b3cd86652b10470ce17f80f4f667acf2733688f7287b977694.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/14-building-browsers-w-justin.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Justin" type="lnaddress" address="justinmoon@primal.net" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qq2rzdpdvf6kjmryd9hxwttzwfhhwum9wfesygymmeppfy0natg6cgdar5qkv74tj3l5c8z2akrkyn8jyuasdjs99vpsgqqqw4rsknn40s">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">fd60490d-4dc8-4b88-8dac-86d1eb88333a</guid>
      <itunes:subtitle>#14: Building Browsers w/ Justin</itunes:subtitle>
      <itunes:duration>1347</itunes:duration>
      <link>https://njump.to/nevent1qqsywrx2z0qgz7z07rzuw6ppdxgnwgrlp5aaxn45drhykkcm5cye0pqvcl4ys</link>
      <pubDate>Mon, 31 Mar 2026 08:10:00 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, browsers, web, internet, conversation, dialog</itunes:keywords>
    </item>
    <item>
      <title>#13: The Linux of Social Media w/ hzrd149</title>
      <description><![CDATA[<p><span style="font-weight: 400;">"The identity should be outside of the computer."</span></p>
<p><a href="https://njump.to/npub1ye5ptcxfyyxl5vjvdjar2ua3f0hynkjzpx552mu5snj3qmx5pzjscpknpr"><span style="font-weight: 400;">hzrd149</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> contemplate local relays.</span></p>
<p><span style="font-weight: 400;">Libraries &amp; apps mentioned:</span></p>
<ul>
<li><a href="https://github.com/hzrd149/applesauce"><span style="font-weight: 400;">Applesauce</span></a></li>
<li><a href="https://www.readwithboris.com/"><span style="font-weight: 400;">Boris</span></a></li>
<li><a href="https://github.com/greenart7c3/Citrine"><span style="font-weight: 400;">Citrine</span></a></li>
<li><a href="https://github.com/CodyTseng/nostr-relay-tray"><span style="font-weight: 400;">nostr-relay-tray</span></a></li>
</ul>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">Automation &amp; robot armies</span></li>
<li><span style="font-weight: 400;">If this than that (</span><a href="https://ifttt.com/"><span style="font-weight: 400;">IFTTT</span></a><span style="font-weight: 400;">)</span></li>
<li><span style="font-weight: 400;">Permissioned vs permissionless automation</span></li>
<li><span style="font-weight: 400;">Self-hosting and the </span><a href="https://www.localfirstconf.com/"><span style="font-weight: 400;">local-first</span></a><span style="font-weight: 400;"> people</span></li>
<li><span style="font-weight: 400;">"The identity should be outside of the computer"</span></li>
<li><span style="font-weight: 400;">Private vs public, local vs remote</span></li>
<li><a href="https://www.gnu.org/philosophy/opposing-drm.html"><span style="font-weight: 400;">DRM</span></a><span style="font-weight: 400;"> and other nonsense</span></li>
<li><span style="font-weight: 400;">Private means encrypted with my key</span></li>
<li><span style="font-weight: 400;">Nostr apps should be local-first, thanks to local relays</span></li>
<li><span style="font-weight: 400;">All nostr apps should work in flight mode, somewhat</span></li>
<li><span style="font-weight: 400;">Outbox model, writing, and reading&nbsp;</span></li>
<li><span style="font-weight: 400;">Search &amp; </span><a href="https://github.com/nostr-protocol/nips/blob/master/50.md"><span style="font-weight: 400;">NIP-50</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Ants &amp; </span><a href="http://thisishowyougetants.com"><span style="font-weight: 400;">thisishowyougetants.com&nbsp;</span></a></li>
<li><a href="https://en.wikipedia.org/wiki/Six_degrees_of_separation"><span style="font-weight: 400;">6 degrees</span></a><span style="font-weight: 400;"> of separation &amp; </span><a href="https://en.wikipedia.org/wiki/Friend_of_a_friend"><span style="font-weight: 400;">FoaF</span></a></li>
<li><a href="https://ants.sh/?q=by%3Adergigi+WoT"><span style="font-weight: 400;">WoT</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Friend list curation &amp; "</span><a href="https://google.fandom.com/wiki/Google%2B_Circles"><span style="font-weight: 400;">circles</span></a><span style="font-weight: 400;">"&nbsp;</span></li>
<li><span style="font-weight: 400;">"Don't touch my follow list"</span></li>
<li><span style="font-weight: 400;">Bootstrapping a network by </span><a href="https://ants.sh/?q=by%3Adergigi+GM"><span style="font-weight: 400;">saying GM</span></a><span style="font-weight: 400;"> a lot</span></li>
<li><span style="font-weight: 400;">Recommendations usually suck</span></li>
<li><span style="font-weight: 400;">Nostr can shine</span></li>
<li><a href="https://vertexlab.io/"><span style="font-weight: 400;">Vertex</span></a><span style="font-weight: 400;"> &amp; figuring out who </span><a href="https://ants.sh/?q=p%3Ajohn"><span style="font-weight: 400;">John</span></a><span style="font-weight: 400;"> is</span></li>
<li><span style="font-weight: 400;">NIP-05 &amp; realness</span></li>
<li><span style="font-weight: 400;">Root-level domains &amp; realness (e.g. </span><a href="https://ants.sh/?q=%40dergigi.com"><span style="font-weight: 400;">@dergigi.com</span></a><span style="font-weight: 400;">)</span></li>
<li><span style="font-weight: 400;">Zaps &amp; realness</span></li>
<li><span style="font-weight: 400;">Nutzaps &amp; realness&nbsp;</span></li>
<li><span style="font-weight: 400;">Local-first &amp; local algorithms&nbsp;</span></li>
<li><a href="https://github.com/damus-io/nostrdb"><span style="font-weight: 400;">nostrdb</span></a><span style="font-weight: 400;"> VS local relays&nbsp;</span></li>
<li><span style="font-weight: 400;">Local data &amp; relevancy&nbsp;</span></li>
<li><a href="https://ants.sh/?q=noDNS+by%3Aarjen"><span style="font-weight: 400;">noDNS</span></a><span style="font-weight: 400;">, locality, local preference, and "good enough"&nbsp;</span></li>
<li><span style="font-weight: 400;">Mostly online vs mostly offline&nbsp;</span></li>
<li><span style="font-weight: 400;">"Servers aren't bad. Getting rugpulled is bad."</span></li>
<li><span style="font-weight: 400;">"Information is easy to spread but hard to stifle"&nbsp;</span></li>
<li><span style="font-weight: 400;">Local hubs, community hubs, global hubs</span></li>
<li><span style="font-weight: 400;">"nostr was built for broadcasting"&nbsp;</span></li>
<li><span style="font-weight: 400;">Building stuff badly &amp; nerd-sniping people</span></li>
<li><span style="font-weight: 400;">Gigi's </span><a href="https://ants.sh/e/nevent1qqstgekdlmaeu3n6gf3ss7nnlq4f0hfx3nm3nmy0pf84xs7e98wyt2ssw5p34"><span style="font-weight: 400;">ants video</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Walking in circles&nbsp;</span></li>
<li><span style="font-weight: 400;">DM metadata leakage&nbsp;</span></li>
<li><a href="https://read.withboris.com/a/naddr1qvzqqqr4gupzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nqqxnzd3cxqmrzv3exgmr2wfesgsmew"><span style="font-weight: 400;">"It shouldn't matter where the data comes from"</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">"Deleting data is a lie"&nbsp;</span></li>
<li><span style="font-weight: 400;">The impossibility of proving deletion&nbsp;</span></li>
<li><span style="font-weight: 400;">Bitrot &amp; data loss</span></li>
<li><span style="font-weight: 400;">Fighting bitrot with duplication &amp; rebroadcasting&nbsp;</span></li>
<li><a href="https://bouquet.slidestr.net/"><span style="font-weight: 400;">Bouquet</span></a><span style="font-weight: 400;">, </span><a href="https://github.com/hzrd149/blossom"><span style="font-weight: 400;">blossom</span></a><span style="font-weight: 400;">, and self-healing links</span></li>
<li><span style="font-weight: 400;">Local-first vs local-also&nbsp;</span></li>
<li><span style="font-weight: 400;">Left-side of the bellcurve CDN&nbsp;</span></li>
<li><span style="font-weight: 400;">The one </span><a href="https://topic.relays.land/whales"><span style="font-weight: 400;">whale relay</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Topic-based relays&nbsp;</span></li>
<li><a href="https://pyramid.fiatjaf.com/"><span style="font-weight: 400;">fiatjaf's pyramid relay</span></a></li>
<li><span style="font-weight: 400;">Torrents, early video content, game installers&nbsp;</span></li>
<li><a href="https://fiatjaf.com/d5031e5b.html"><span style="font-weight: 400;">fiatjaf&rsquo;s take on IPFS</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Why not rebuild Cloudflare?&nbsp;</span></li>
<li><span style="font-weight: 400;">Censorship-resistance = 100% uptime = no rugpulls&nbsp;</span></li>
<li><span style="font-weight: 400;">Getting offered weed on the streets&nbsp;</span></li>
<li><span style="font-weight: 400;">Every app works in flight mode</span></li>
<li><span style="font-weight: 400;">No developer needs an API key&nbsp;</span></li>
<li><span style="font-weight: 400;">"The data accumulates where it needs to accumulate"&nbsp;</span></li>
<li><span style="font-weight: 400;">Browser history as an example of local data &amp; user interests&nbsp;</span></li>
<li><span style="font-weight: 400;">WoT is kinda local&nbsp;</span></li>
<li><a href="http://wot.dergigi.com"><span style="font-weight: 400;">wot.dergigi.com</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Blossom is different; blobs are heavy&nbsp;</span></li>
<li><span style="font-weight: 400;">American HODL's vlogs&nbsp;</span></li>
<li><span style="font-weight: 400;">"Step 1 is to build a shitty version"&nbsp;</span></li>
<li><a href="https://github.com/bitvora/haven"><span style="font-weight: 400;">HAVEN</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr Repair Kit (Nostr pacemaker)&nbsp;</span></li>
<li><span style="font-weight: 400;">Shout-out to Pablo's highlighter (fucking hell)&nbsp;</span></li>
<li><span style="font-weight: 400;">Open-source &amp; scratching your own itch&nbsp;</span></li>
<li><a href="https://read.withboris.com/a/naddr1qvzqqqr4gupzqfngzhsvjggdlgeycm96x4emzjlwf8dyyzdfg4hefp89zpkdgz99qqxkzursd3jhxct4vdjj6a35zywsv8"><span style="font-weight: 400;">Applesauce v4</span></a></li>
<li><span style="font-weight: 400;">"It's almost done" - famous last words!&nbsp;</span></li>
<li><span style="font-weight: 400;">Outbox in applesauce, and how it makes everything more difficult&nbsp;</span></li>
<li><span style="font-weight: 400;">Waves, </span><a href="https://routstr.com/"><span style="font-weight: 400;">routstr</span></a><span style="font-weight: 400;">, </span><a href="https://podcastindex.org/podcast/7206062?episode=44231922884"><span style="font-weight: 400;">Pete</span></a><span style="font-weight: 400;">, </span><a href="https://podcastindex.org/podcast/7206062?episode=35419852277"><span style="font-weight: 400;">Justin</span></a><span style="font-weight: 400;">, </span><a href="https://podcastindex.org/podcast/7206062?episode=35009806060"><span style="font-weight: 400;">Paul</span></a><span style="font-weight: 400;">, </span><a href="https://podcastindex.org/podcast/7206062?episode=36418346296"><span style="font-weight: 400;">Gzuuus</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Hzrd's </span><a href="https://primal.net/soveng/sec-05-yolo-mode-report"><span style="font-weight: 400;">SEC-05 highlights</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><a href="https://ants.sh/?q=noDNS+by%3Aarjen"><span style="font-weight: 400;">noDNS</span></a></li>
<li><a href="https://github.com/Origami74/wally"><span style="font-weight: 400;">Wally</span></a><span style="font-weight: 400;"> &amp; Cashu Wallet Connect&nbsp;</span></li>
<li><span style="font-weight: 400;">Crazy idea =&gt; Consensus =&gt; Implementation&nbsp;</span></li>
<li><span style="font-weight: 400;">Difference between idea &amp; implementation</span></li>
<li><span style="font-weight: 400;">"Domains are shitcoins"&nbsp;</span></li>
<li><span style="font-weight: 400;">We've been living in a post-domain world for a while&nbsp;</span></li>
<li><span style="font-weight: 400;">Independent browsers &amp; project </span><a href="https://ladybird.org/"><span style="font-weight: 400;">Ladybird</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr-native browser - who will build it?&nbsp;</span></li>
<li><span style="font-weight: 400;">"A different way of doing internet infrastructure"&nbsp;</span></li>
<li><span style="font-weight: 400;">Is a world without APIs possible?&nbsp;</span></li>
<li><span style="font-weight: 400;">Mainframe =&gt; Personal Computer =&gt; Smartphones&nbsp;</span></li>
<li><span style="font-weight: 400;">Online sometimes =&gt; Offline sometimes&nbsp;</span></li>
<li><span style="font-weight: 400;">Local LLMs</span></li>
<li><span style="font-weight: 400;">Nostr allows you to build less</span></li>
<li><span style="font-weight: 400;">Thin layers &amp; special-purpose apps&nbsp;</span></li>
<li><a href="https://github.com/nostr-protocol/nips/blob/master/60.md"><span style="font-weight: 400;">NIP-60</span></a><span style="font-weight: 400;"> and finding spare change under the couch&nbsp;</span></li>
<li><span style="font-weight: 400;">Does </span><a href="https://github.com/nostr-protocol/nips/blob/master/77.md"><span style="font-weight: 400;">negentropy</span></a><span style="font-weight: 400;"> fix NIP-60 synchronization?&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr is synergistic&nbsp;</span></li>
<li><span style="font-weight: 400;">The beauty of </span><a href="https://github.com/CodyTseng/nostr-relay-tray"><span style="font-weight: 400;">nostr-relay-tray</span></a></li>
<li><span style="font-weight: 400;">Nostr works. We've come far!</span></li>
<li><span style="font-weight: 400;">It's all coming together</span></li>
<li><a href="https://www.readwithboris.com/"><span style="font-weight: 400;">Boris</span></a></li>
<li><span style="font-weight: 400;">"You can always go back and build it right"</span></li>
<li><span style="font-weight: 400;">Just begin again.</span></li>
<li><span style="font-weight: 400;">Just begin again.</span></li>
<li><span style="font-weight: 400;">Just begin again.</span></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/917886">917,886</a>.</p>]]></description>
      <itunes:image href="https://haven.sovereignengineering.io/e888e7f64b8cedc553a44ac5e3ed05e5de81abb3c033b6d620cf798211718dcf.jpg"/>
      <enclosure url="https://haven.sovereignengineering.io/e256db47fb840f116395e36ddb9dee41b17ac884602b2fdb028d056db00d1956.m4a" length="63024184" type="audio/mp4"/>
      <podcast:person href="https://hzrd149.com/" img="https://cdn.hzrd149.com/5ed3fe5df09a74e8c126831eac999364f9eb7624e2b86d521521b8021de20bdc.png" group="cast" role="guest">hzrd149</podcast:person>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:transcript url="https://haven.dergigi.com/45251a336512a568f13f98909ab04aab44259340e6b2a07920af5a8b14ae1743.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/13-the-linux-of-social-media-w-hzrd149.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Hzrd" type="lnaddress" address="hzrd1499@minibits.cash" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qq3nzvedw35x2ttvd9h827pddanz6um0vd5kzmpdd4jkg6tp94mj66r6wfjqygymmeppfy0natg6cgdar5qkv74tj3l5c8z2akrkyn8jyuasdjs99vpsgqqqw4rsldfq74">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">06082b2d-58ce-4100-a363-af79c5109871</guid>
      <itunes:subtitle>#13: The Linux of Social Media w/ hzrd149</itunes:subtitle>
      <itunes:duration>5150</itunes:duration>
      <link>https://njump.to/nevent1qvzqqqqqqypzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqqsqavtcdas03svjy60tfwquanz8xd6lh7p0257y46tdrcjcunndr2qgunjfe</link>
      <pubDate>Fri, 24 Oct 2025 21:14:39 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, relays, web, internet, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p><span style="font-weight: 400;">"The identity should be outside of the computer."</span></p>
<p><a href="https://njump.to/npub1ye5ptcxfyyxl5vjvdjar2ua3f0hynkjzpx552mu5snj3qmx5pzjscpknpr"><span style="font-weight: 400;">hzrd149</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> contemplate local relays.</span></p>
<p><span style="font-weight: 400;">Libraries &amp; apps mentioned:</span></p>
<ul>
<li><a href="https://github.com/hzrd149/applesauce"><span style="font-weight: 400;">Applesauce</span></a></li>
<li><a href="https://www.readwithboris.com/"><span style="font-weight: 400;">Boris</span></a></li>
<li><a href="https://github.com/greenart7c3/Citrine"><span style="font-weight: 400;">Citrine</span></a></li>
<li><a href="https://github.com/CodyTseng/nostr-relay-tray"><span style="font-weight: 400;">nostr-relay-tray</span></a></li>
</ul>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">Automation &amp; robot armies</span></li>
<li><span style="font-weight: 400;">If this than that (</span><a href="https://ifttt.com/"><span style="font-weight: 400;">IFTTT</span></a><span style="font-weight: 400;">)</span></li>
<li><span style="font-weight: 400;">Permissioned vs permissionless automation</span></li>
<li><span style="font-weight: 400;">Self-hosting and the </span><a href="https://www.localfirstconf.com/"><span style="font-weight: 400;">local-first</span></a><span style="font-weight: 400;"> people</span></li>
<li><span style="font-weight: 400;">"The identity should be outside of the computer"</span></li>
<li><span style="font-weight: 400;">Private vs public, local vs remote</span></li>
<li><a href="https://www.gnu.org/philosophy/opposing-drm.html"><span style="font-weight: 400;">DRM</span></a><span style="font-weight: 400;"> and other nonsense</span></li>
<li><span style="font-weight: 400;">Private means encrypted with my key</span></li>
<li><span style="font-weight: 400;">Nostr apps should be local-first, thanks to local relays</span></li>
<li><span style="font-weight: 400;">All nostr apps should work in flight mode, somewhat</span></li>
<li><span style="font-weight: 400;">Outbox model, writing, and reading&nbsp;</span></li>
<li><span style="font-weight: 400;">Search &amp; </span><a href="https://github.com/nostr-protocol/nips/blob/master/50.md"><span style="font-weight: 400;">NIP-50</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Ants &amp; </span><a href="http://thisishowyougetants.com"><span style="font-weight: 400;">thisishowyougetants.com&nbsp;</span></a></li>
<li><a href="https://en.wikipedia.org/wiki/Six_degrees_of_separation"><span style="font-weight: 400;">6 degrees</span></a><span style="font-weight: 400;"> of separation &amp; </span><a href="https://en.wikipedia.org/wiki/Friend_of_a_friend"><span style="font-weight: 400;">FoaF</span></a></li>
<li><a href="https://ants.sh/?q=by%3Adergigi+WoT"><span style="font-weight: 400;">WoT</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Friend list curation &amp; "</span><a href="https://google.fandom.com/wiki/Google%2B_Circles"><span style="font-weight: 400;">circles</span></a><span style="font-weight: 400;">"&nbsp;</span></li>
<li><span style="font-weight: 400;">"Don't touch my follow list"</span></li>
<li><span style="font-weight: 400;">Bootstrapping a network by </span><a href="https://ants.sh/?q=by%3Adergigi+GM"><span style="font-weight: 400;">saying GM</span></a><span style="font-weight: 400;"> a lot</span></li>
<li><span style="font-weight: 400;">Recommendations usually suck</span></li>
<li><span style="font-weight: 400;">Nostr can shine</span></li>
<li><a href="https://vertexlab.io/"><span style="font-weight: 400;">Vertex</span></a><span style="font-weight: 400;"> &amp; figuring out who </span><a href="https://ants.sh/?q=p%3Ajohn"><span style="font-weight: 400;">John</span></a><span style="font-weight: 400;"> is</span></li>
<li><span style="font-weight: 400;">NIP-05 &amp; realness</span></li>
<li><span style="font-weight: 400;">Root-level domains &amp; realness (e.g. </span><a href="https://ants.sh/?q=%40dergigi.com"><span style="font-weight: 400;">@dergigi.com</span></a><span style="font-weight: 400;">)</span></li>
<li><span style="font-weight: 400;">Zaps &amp; realness</span></li>
<li><span style="font-weight: 400;">Nutzaps &amp; realness&nbsp;</span></li>
<li><span style="font-weight: 400;">Local-first &amp; local algorithms&nbsp;</span></li>
<li><a href="https://github.com/damus-io/nostrdb"><span style="font-weight: 400;">nostrdb</span></a><span style="font-weight: 400;"> VS local relays&nbsp;</span></li>
<li><span style="font-weight: 400;">Local data &amp; relevancy&nbsp;</span></li>
<li><a href="https://ants.sh/?q=noDNS+by%3Aarjen"><span style="font-weight: 400;">noDNS</span></a><span style="font-weight: 400;">, locality, local preference, and "good enough"&nbsp;</span></li>
<li><span style="font-weight: 400;">Mostly online vs mostly offline&nbsp;</span></li>
<li><span style="font-weight: 400;">"Servers aren't bad. Getting rugpulled is bad."</span></li>
<li><span style="font-weight: 400;">"Information is easy to spread but hard to stifle"&nbsp;</span></li>
<li><span style="font-weight: 400;">Local hubs, community hubs, global hubs</span></li>
<li><span style="font-weight: 400;">"nostr was built for broadcasting"&nbsp;</span></li>
<li><span style="font-weight: 400;">Building stuff badly &amp; nerd-sniping people</span></li>
<li><span style="font-weight: 400;">Gigi's </span><a href="https://ants.sh/e/nevent1qqstgekdlmaeu3n6gf3ss7nnlq4f0hfx3nm3nmy0pf84xs7e98wyt2ssw5p34"><span style="font-weight: 400;">ants video</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Walking in circles&nbsp;</span></li>
<li><span style="font-weight: 400;">DM metadata leakage&nbsp;</span></li>
<li><a href="https://read.withboris.com/a/naddr1qvzqqqr4gupzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nqqxnzd3cxqmrzv3exgmr2wfesgsmew"><span style="font-weight: 400;">"It shouldn't matter where the data comes from"</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">"Deleting data is a lie"&nbsp;</span></li>
<li><span style="font-weight: 400;">The impossibility of proving deletion&nbsp;</span></li>
<li><span style="font-weight: 400;">Bitrot &amp; data loss</span></li>
<li><span style="font-weight: 400;">Fighting bitrot with duplication &amp; rebroadcasting&nbsp;</span></li>
<li><a href="https://bouquet.slidestr.net/"><span style="font-weight: 400;">Bouquet</span></a><span style="font-weight: 400;">, </span><a href="https://github.com/hzrd149/blossom"><span style="font-weight: 400;">blossom</span></a><span style="font-weight: 400;">, and self-healing links</span></li>
<li><span style="font-weight: 400;">Local-first vs local-also&nbsp;</span></li>
<li><span style="font-weight: 400;">Left-side of the bellcurve CDN&nbsp;</span></li>
<li><span style="font-weight: 400;">The one </span><a href="https://topic.relays.land/whales"><span style="font-weight: 400;">whale relay</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Topic-based relays&nbsp;</span></li>
<li><a href="https://pyramid.fiatjaf.com/"><span style="font-weight: 400;">fiatjaf's pyramid relay</span></a></li>
<li><span style="font-weight: 400;">Torrents, early video content, game installers&nbsp;</span></li>
<li><a href="https://fiatjaf.com/d5031e5b.html"><span style="font-weight: 400;">fiatjaf&rsquo;s take on IPFS</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Why not rebuild Cloudflare?&nbsp;</span></li>
<li><span style="font-weight: 400;">Censorship-resistance = 100% uptime = no rugpulls&nbsp;</span></li>
<li><span style="font-weight: 400;">Getting offered weed on the streets&nbsp;</span></li>
<li><span style="font-weight: 400;">Every app works in flight mode</span></li>
<li><span style="font-weight: 400;">No developer needs an API key&nbsp;</span></li>
<li><span style="font-weight: 400;">"The data accumulates where it needs to accumulate"&nbsp;</span></li>
<li><span style="font-weight: 400;">Browser history as an example of local data &amp; user interests&nbsp;</span></li>
<li><span style="font-weight: 400;">WoT is kinda local&nbsp;</span></li>
<li><a href="http://wot.dergigi.com"><span style="font-weight: 400;">wot.dergigi.com</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Blossom is different; blobs are heavy&nbsp;</span></li>
<li><span style="font-weight: 400;">American HODL's vlogs&nbsp;</span></li>
<li><span style="font-weight: 400;">"Step 1 is to build a shitty version"&nbsp;</span></li>
<li><a href="https://github.com/bitvora/haven"><span style="font-weight: 400;">HAVEN</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr Repair Kit (Nostr pacemaker)&nbsp;</span></li>
<li><span style="font-weight: 400;">Shout-out to Pablo's highlighter (fucking hell)&nbsp;</span></li>
<li><span style="font-weight: 400;">Open-source &amp; scratching your own itch&nbsp;</span></li>
<li><a href="https://read.withboris.com/a/naddr1qvzqqqr4gupzqfngzhsvjggdlgeycm96x4emzjlwf8dyyzdfg4hefp89zpkdgz99qqxkzursd3jhxct4vdjj6a35zywsv8"><span style="font-weight: 400;">Applesauce v4</span></a></li>
<li><span style="font-weight: 400;">"It's almost done" - famous last words!&nbsp;</span></li>
<li><span style="font-weight: 400;">Outbox in applesauce, and how it makes everything more difficult&nbsp;</span></li>
<li><span style="font-weight: 400;">Waves, </span><a href="https://routstr.com/"><span style="font-weight: 400;">routstr</span></a><span style="font-weight: 400;">, </span><a href="https://podcastindex.org/podcast/7206062?episode=44231922884"><span style="font-weight: 400;">Pete</span></a><span style="font-weight: 400;">, </span><a href="https://podcastindex.org/podcast/7206062?episode=35419852277"><span style="font-weight: 400;">Justin</span></a><span style="font-weight: 400;">, </span><a href="https://podcastindex.org/podcast/7206062?episode=35009806060"><span style="font-weight: 400;">Paul</span></a><span style="font-weight: 400;">, </span><a href="https://podcastindex.org/podcast/7206062?episode=36418346296"><span style="font-weight: 400;">Gzuuus</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Hzrd's </span><a href="https://primal.net/soveng/sec-05-yolo-mode-report"><span style="font-weight: 400;">SEC-05 highlights</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><a href="https://ants.sh/?q=noDNS+by%3Aarjen"><span style="font-weight: 400;">noDNS</span></a></li>
<li><a href="https://github.com/Origami74/wally"><span style="font-weight: 400;">Wally</span></a><span style="font-weight: 400;"> &amp; Cashu Wallet Connect&nbsp;</span></li>
<li><span style="font-weight: 400;">Crazy idea =&gt; Consensus =&gt; Implementation&nbsp;</span></li>
<li><span style="font-weight: 400;">Difference between idea &amp; implementation</span></li>
<li><span style="font-weight: 400;">"Domains are shitcoins"&nbsp;</span></li>
<li><span style="font-weight: 400;">We've been living in a post-domain world for a while&nbsp;</span></li>
<li><span style="font-weight: 400;">Independent browsers &amp; project </span><a href="https://ladybird.org/"><span style="font-weight: 400;">Ladybird</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr-native browser - who will build it?&nbsp;</span></li>
<li><span style="font-weight: 400;">"A different way of doing internet infrastructure"&nbsp;</span></li>
<li><span style="font-weight: 400;">Is a world without APIs possible?&nbsp;</span></li>
<li><span style="font-weight: 400;">Mainframe =&gt; Personal Computer =&gt; Smartphones&nbsp;</span></li>
<li><span style="font-weight: 400;">Online sometimes =&gt; Offline sometimes&nbsp;</span></li>
<li><span style="font-weight: 400;">Local LLMs</span></li>
<li><span style="font-weight: 400;">Nostr allows you to build less</span></li>
<li><span style="font-weight: 400;">Thin layers &amp; special-purpose apps&nbsp;</span></li>
<li><a href="https://github.com/nostr-protocol/nips/blob/master/60.md"><span style="font-weight: 400;">NIP-60</span></a><span style="font-weight: 400;"> and finding spare change under the couch&nbsp;</span></li>
<li><span style="font-weight: 400;">Does </span><a href="https://github.com/nostr-protocol/nips/blob/master/77.md"><span style="font-weight: 400;">negentropy</span></a><span style="font-weight: 400;"> fix NIP-60 synchronization?&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr is synergistic&nbsp;</span></li>
<li><span style="font-weight: 400;">The beauty of </span><a href="https://github.com/CodyTseng/nostr-relay-tray"><span style="font-weight: 400;">nostr-relay-tray</span></a></li>
<li><span style="font-weight: 400;">Nostr works. We've come far!</span></li>
<li><span style="font-weight: 400;">It's all coming together</span></li>
<li><a href="https://www.readwithboris.com/"><span style="font-weight: 400;">Boris</span></a></li>
<li><span style="font-weight: 400;">"You can always go back and build it right"</span></li>
<li><span style="font-weight: 400;">Just begin again.</span></li>
<li><span style="font-weight: 400;">Just begin again.</span></li>
<li><span style="font-weight: 400;">Just begin again.</span></li>
</ul>
<p>&nbsp;</p>]]></itunes:summary>
    </item>
    <item>
      <title>#12: The Windy Lawnmower Stuff w/ Pete</title>
      <description><![CDATA[<p>“Nostr is what the internet could’ve been.”</p>
<p><a href="https://npub.world/npub1jss47s4fvv6usl7tn6yp5zamv2u60923ncgfea0e6thkza5p7c3q0afmzy">Pete</a> &amp; <a href="https://njump.me/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> try to talk to lawn mowers.</p>
<p>Websites &amp; other stuff mentioned:</p>
<ul>
<li><a href="https://sovereignengineering.io/">Sovereign Engineering</a>  </li>
<li><a href="https://www.otherstuff.studio/thegoodstuff">The Good Stuff</a></li>
</ul>
<p>In this dialogue:</p>
<ul>
<li><a href="https://read.withboris.com/a/naddr1qvzqqqr4gupzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqq2kc3pcd4hhwvjpvekxcs2cxd4kgen0f958qauav47">ECash fixes 402</a>  </li>
<li>Eucalyptus in Madeira  </li>
<li>Pete’s time at <a href="https://www.fedi.xyz/">Fedi</a>  </li>
<li>Lighting equals Swift, ecash equals payments  </li>
<li><a href="https://www.hit.bme.hu/~buttyan/courses/BMEVIHIM219/2009/Chaum.BlindSigForPayment.1982.PDF">Chaum’s paper</a>  </li>
<li>ECash for Localism, farmer’s markets  </li>
<li><a href="https://nostr.com/nevent1qqs8pgr245w2rtf07dnd9pdqtg7786ds5kyu4llvs2kxmaj4c4qrajspz4mhxue69uhhyetvv9ujumt0wd68ytnsw43qz9rhwden5te0wfjkccte9ejxzmt4wvhxjmcppamhxue69uhkumewwd68ytnrwgqs6amnwvaz7tmwdaejumr0dsq3vamnwvaz7tmjv4kxz7fwdehhxarj9e3xzmnyqyf8wumn8ghj7mmxve3ksctfdch8qatzqy8hwumn8ghj7mn0wd68ytnddaksz9nhwden5te0wfjkccte9ec8y6tdv9kzumn9wsq3qamnwvaz7tmwdaehgu3wd3skueqzyzwtx4zux62qmx3wlpk4p4w84ratjqcsejyccs6yhn7yeq3073au5vdpaj6">Square terminals accepting bitcoin</a>  </li>
<li>BTCMap and <a href="https://btcmap.org/community/free-madeira/merchants">merchants in Madeira</a>  </li>
<li><a href="https://njump.me/nevent1qqst8hfcelw70qpy5jkgjxkvzp9e8k3xtxupf20f9v0xmpxrfdu76vcpp4mhxue69uhkummn9ekx7mqpramhxue69uhkummnw3ezuetfde6kuer6wasku7nfvuh8xurpvdjszyrhwden5te0dehhxarj9ekxzmnyqyshwumn8ghj7mt4d36xjurvv4ux2u3wdp6hx7n0dejkw7fwwahhymryqxd8wumn8ghj7mn0wvhxcmmv9ujnyvrhwden5te0dehhxarj9ekxzmny9ujnyvp9xgcxzanpw3shyffjxpmhxue69uhkummnw3ezuamfdejj7ffjxqjnyvrpweshgctjy5erqamnwvaz7tmsw4e8qmr9wfjkccte9e3k7mf0y5erqamnwvaz7tmjv4kxz7fwv3sk6atn9e5k7te9xgc8wumn8ghj7un9d3shjtnndehhyapwwdhkx6tpdsq3samnwvaz7tmswfjk66t4d5h8qunfd4skctnwv46qz9rhwden5te0wfjkccte9ejxzmt4wvhxjmcpz4mhxue69uhhyetvv9ujumn0wd68ytnwv46qygrwg6zz9hahfftnsup23q3mnv5pdz46hpj4l2ktdpfu6rhpthhwjvtk2vzq">It’s normal to pay in bitcoin</a>  </li>
<li>Bitcoin for babysitters  </li>
<li>1st Lightning Conference in Berlin (<a href="https://www.alza.cz/the-lightning-conference-2019-reportaz">2019</a>)  </li>
<li>Australian <a href="https://www.bitcoinbushbash.info/">Bush Bashes</a>  </li>
<li><a href="https://www.forbes.com/sites/digital-assets/2024/04/12/btcpay-server-is-reshaping-the-bitcoin-conference-payment-experience/">BTCPay terminals</a> (with NFC and stuff)  </li>
<li>Costa Rica: <a href="https://www.bitcoinjungle.app/visit-us">Bitcoin Jungle</a>  </li>
<li>Super easy, super fast, green checkmarks everywhere  </li>
<li>Cash-only shops are incredibly based  </li>
<li>Credit card fees  </li>
<li>ECash to replace APIs  </li>
<li><a href="https://read.withboris.com/a/naddr1qqsxzttkd9ekjmmw94nx7u3dvykhvctvw4jj6etwv93xcety94mk2cszyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfxqcyqqq823c59stcz">Subscription Hell</a> aka the <a href="https://dergigi.com/assets/images/bitcoin/2021-12-30-the-freedom-of-value/piracy.webp">Netflix Problem</a>  </li>
<li><a href="https://openrouter.ai/">Open Router</a>, <a href="https://routstr.com/">Routstr</a>, <a href="https://ppq.ai/">ppq</a>  </li>
<li>LAWNMOWERS  </li>
<li>Dumb models vs smart models  </li>
<li>Economics of LLMs  </li>
<li>ECash fixes <a href="https://read.withboris.com/a/naddr1qqsxzttkd9ekjmmw94nx7u3dvykhvctvw4jj6etwv93xcety94mk2cszyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfxqcyqqq823c59stcz">subscription hell</a> &amp; sign-up barriers  </li>
<li><a href="https://github.com/nostr-protocol/nips/blob/master/60.md">NIP-60</a>/<a href="https://github.com/nostr-protocol/nips/blob/master/61.md">61</a> as pocket money  </li>
<li>Corner stores and consumers taking the risk  </li>
<li>Stripe excludes half the world  </li>
<li><a href="https://archive.org/details/TheInternetsOwnBoyTheStoryofAaronSwartzHD">Aaron Swartz</a> &amp; <a href="https://en.wikipedia.org/wiki/Aaron_Swartz">RSS</a>  </li>
<li><a href="https://levels.io/projects/">Pieter Levels</a> &amp; <a href="https://lexfridman.com/pieter-levels/">his dad’s credit card</a>  </li>
<li>“You can just charge for things”  </li>
<li>DHH vs Apple &amp; his <a href="https://youtu.be/gcwzWzC7gUA">Rails keynote</a>  </li>
<li>KYC payments = begging for permission  </li>
<li><a href="https://sovereignengineering.io/">Sovereign Engineering</a>: build something new every week  </li>
<li>Lemonade stands in cyberspace  </li>
<li>Relocalization  </li>
<li>Moving from AWS to bare metal  </li>
<li>MORE LAWNMOWERS  </li>
<li>Rent your excess compute &amp; earn ecash  </li>
<li>“<a href="https://njump.me/nevent1qqsqm2lz4ru6wlydzpulgs8m60ylp4vufwsg55whlqgua6a93vp2y4gpzamhxue69uhhyetvv9ujuer9wfnkjemf9e3k7mgzyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfxjc476g">The internet is fucked</a>” - do regular people actually agree with that?  </li>
<li>“<a href="https://dergigi.com/nostr/">nostr</a> is what the internet could’ve been”  </li>
<li>Old ladies cleaning up phones  </li>
<li>UK’s child protection law: scan passport to watch YouTube videos  </li>
<li>EVEN MORE LAWNMOWERS  </li>
<li>Ideological use vs necessity  </li>
<li>Sideloading apps &amp; <a href="https://zapstore.dev/">Zapstore</a>  </li>
<li>“Asking for permission is not a good pattern”  </li>
<li>Payment deplatforming in the US: <a href="https://www.polygon.com/visa-mastercard-steam-censorship-valve-itchio-gta/">gaming</a>, <a href="https://reason.com/2017/08/18/good-bye-and-good-riddence-to-operation/">porn</a>, gambling  </li>
<li>“Fix the money, fix the internet”  </li>
<li>We’ve come far!  </li>
<li>“If bitcoin wouldn’t work I would literally starve”  </li>
<li><a href="https://nostr.at/nevent1qqs8cu9cypmfl7mvazwt2v0m4jjxtaekwl7ppas2mzu26jf7sgyqh5qpz4mhxue69uhhyetvv9ujumt0wd68ytnsw43qygrwg6zz9hahfftnsup23q3mnv5pdz46hpj4l2ktdpfu6rhpthhwjva39wxz">The fact that nostr works is amazing</a>  </li>
<li>The norm in nostr is that <a href="https://read.withboris.com/a/naddr1qvzqqqr4gupzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqq25zujyf4vnyj66xaer2vnjvdcy5vtex9pkvjpk5vh">there’s no global</a> view  </li>
<li>Nostr came incredibly far, considering it was only 3 short years and had very little funding  </li>
<li>Funding: how could it be solved?  </li>
<li>“Funding implies the wrong thing”  </li>
<li>Benefit of AI: cost goes down, cheaper and easier to build useful stuff  </li>
<li>Cost of experimentation needs to be low  </li>
<li>If people are getting paid you don’t need to fund them so much  </li>
<li><a href="https://github.com/permissionlesstech/bitchat">BitChat</a> is a great example of a useful tool built on nostr  </li>
<li>“Zaps are bitcoin?” —Normies  </li>
<li>Compute is a scarce resource, as is storage  </li>
<li>Paid relays, <a href="https://blossomservers.com/">paid blossom servers</a>, paid video hosting  </li>
<li>Nostr is the largest bitcoin circular economy in the world  </li>
<li>Still too small for businesses to move in though, probably  </li>
<li>“There’s lots of ways to earn money and also be on nostr”  </li>
<li><a href="https://npub.world/npub1zzmxvr9sw49lhzfx236aweurt8h5tmzjw7x3gfsazlgd8j64ql0sexw5wy">SoapMiner</a>, <a href="https://npub.world/npub1v0tfjv5ahr3c260jtzdk5w48krerrnkg8fmcnc5lpguk0qda04eqzm3m3e">Leathermint</a>, <a href="https://npub.world/npub17nd4yu9anyd3004pumgrtazaacujjxwzj36thtqsxskjy0r5urgqf6950x">Isolabellart</a>, etc.  </li>
<li>WIND  </li>
<li>MORE WIND  </li>
<li>Arbitrage opportunities in businesses &amp; the <a href="https://www.otherstuff.studio/podcast-episodes/the-value-trap-in-ai">value trap</a>  </li>
<li>Agents doing paperwork vs agents doing coding work  </li>
<li>Using agents to create open-source mashups  </li>
<li>Allen Farrington’s take: <a href="https://read.withboris.com/a/naddr1qvzqqqr4gupzpqnwn7y4hqdtgxj9ygngkfy7drgze2qkpr002c4yj08wxhlut36eqqxnzde4x5erjv3e8y6nydpje5vnmy">Vibe Capital Accumulating</a>  </li>
<li>LLMs and atom bombs  </li>
<li><a href="https://johnvervaeke.com/">Vervaeke</a>, <a href="https://www.youtube.com/playlist?list=PLND1JCRq8Vuh3f0P5qjrSdb5eC1ZfZwWJ">Meaning</a>, Salience Landscape  </li>
<li>Abundance, Radical Life Extension, and Meaning  </li>
<li>The <a href="https://www.youtube.com/playlist?list=PLND1JCRq8Vuh3f0P5qjrSdb5eC1ZfZwWJ">Meaning Crisis</a> &amp; the <a href="https://www.cdc.gov/suicide/facts/data.html">Suicide Epidemic</a>  </li>
<li>The train meme  </li>
<li>Pessimism vs Optimism  </li>
<li>LLMs allow us to get away from the computer  </li>
<li>Strong local communities, shake your farmer’s hand  </li>
<li>Bitcoin is local &amp; global at the same time  </li>
<li><a href="https://ants.sh/t/SovEng">SovEng</a>: good vibes, good ideas, good people  </li>
<li>Shipping things, vibing, and getting the idea right  </li>
<li>“I’m not as married to nostr as a I am to bitcoin”  </li>
<li>No Solutions spawning <a href="https://www.otherstuff.studio/thegoodstuff">The Good Stuff</a></li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/03-data-ownership-is-a-lie-w-pablo">#03: Data Ownership is a Lie w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/04-ecash-fixes-402-w-calle">#04: Ecash Fixes 402 w/ Calle</a></li>
<li><a href="https://sovereignengineering.io/podcast/20-archipelago-meshtadels-w-shadrach">#20: Archipelago Meshtadels w/ Shadrach</a></li>
<li><a href="https://sovereignengineering.io/podcast/29-state-of-the-mint-and-mind-w-calle">#29: State of the Mint and Mind w/ Calle</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/914219">914,219</a>.</p>]]></description>
      <itunes:image href="https://haven.sovereignengineering.io/213e610e05523e77984284fdb851b6d7f29948a25b1550e0a35723d2e1d472c4.jpg"/>
      <enclosure url="https://haven.sovereignengineering.io/5b28e6fddd03815a3d3a1df1cbe3d80929e3384038daac6c20838721b8079073.m4a" length="142120278" type="audio/mp4"/>
      <podcast:person href="https://www.otherstuff.studio/thegoodstuff" img="https://pbs.twimg.com/profile_images/1655801903710871552/-_Loy9pw_400x400.jpg" group="cast" role="guest">Pete</podcast:person>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:transcript url="https://haven.dergigi.com/6229f6f36c99bf5c417cb2d0de2321b808001188ffff2b16a13241d0134048c0.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/12-the-windy-lawnmower-stuff-w-pete.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Pete" type="lnaddress" address="pw@primal.net" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qq3nzv3dw35x2tthd9hxg7fdd3shwmnddamk2u3dwd682enx94mj6ur9w3jsygymmeppfy0natg6cgdar5qkv74tj3l5c8z2akrkyn8jyuasdjs99vpsgqqqw4rslltv8k">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">f9b3fc29-a5c5-4c50-b0d0-2f18d6ab66d3</guid>
      <itunes:subtitle>#12: The Windy Lawnmower Stuff w/ Pete</itunes:subtitle>
      <itunes:duration>5798</itunes:duration>
      <link>https://njump.to/nevent1qqs2dh6025kja8y0l3rscjq3f4v8vcmw5e9w8va03rc696qn96jw4ngzyzdauss5j8e745dvyx736qtx024egl6vr39wmpmzfnezwwcxegzjkwes805</link>
      <pubDate>Fri, 24 Oct 2025 19:49:52 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, memes, web, internet, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p><span style="font-weight: 400;">What does it mean to build something "in the spirit of Bitcoin"?</span></p>
<p><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft"><span style="font-weight: 400;">Pablo</span></a><span style="font-weight: 400;"> and </span><a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> want to encourage you to </span><a href="https://sovereignengineering.io/"><span style="font-weight: 400;">apply for SEC-05</span></a><span style="font-weight: 400;">.</span></p>
<p><span style="font-weight: 400;">Books &amp; websites mentioned:</span></p>
<ul>
<li><a href="https://blog.pragmaticengineer.com/stack-overflow-is-almost-dead/"><span style="font-weight: 400;">Stackoverflow is dead</span></a><span style="font-weight: 400;"> by Gergely Orosz</span></li>
<li><a href="https://sovereignengineering.io/"><span style="font-weight: 400;">Sovereign Engineering</span></a><span style="font-weight: 400;"> by Gigi and Pablo</span></li>
</ul>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">Gigi's </span><a href="https://github.com/dergigi/vibeline"><span style="font-weight: 400;">vibeline</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://github.com/dergigi/vibeline-ui"><span style="font-weight: 400;">vibeline-ui</span></a></li>
<li><span style="font-weight: 400;">Pubcastr aka </span><a href="http://castr.me"><span style="font-weight: 400;">castr.me</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Pablo's </span><a href="https://coracle.social/notes/nevent1qqstycwc8qu8telckv9mw4fs7wc6d54v9gnpnqrx9hpllqz994mnz4ckzvrxq"><span style="font-weight: 400;">thread about TENEX</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Alex Gleason's </span><a href="https://soapbox.pub/tools/mkstack"><span style="font-weight: 400;">MKStack</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">What is the essence of nostr?&nbsp;</span></li>
<li><span style="font-weight: 400;">What are nostr's values, and can LLMs extract them?&nbsp;</span></li>
<li><span style="font-weight: 400;">Agents and workflows living on nostr&nbsp;</span></li>
<li><span style="font-weight: 400;">Agent specialization and Roo code&nbsp;</span></li>
<li><span style="font-weight: 400;">&ldquo;What would Jesus do?&rdquo;</span></li>
<li><span style="font-weight: 400;">What does it mean to build something "in the spirit of Bitcoin"?&nbsp;</span></li>
<li><span style="font-weight: 400;">Hierarchy of agents&nbsp;</span></li>
<li><span style="font-weight: 400;">Generalists vs specialists&nbsp;</span></li>
<li><span style="font-weight: 400;">Top-down constraints and bottom-up emergence&nbsp;</span></li>
<li><span style="font-weight: 400;">Wise architects VS efficient diff-merging LLMs&nbsp;</span></li>
<li><span style="font-weight: 400;">Where does the human fit in?&nbsp;</span></li>
<li><span style="font-weight: 400;">Distributed cognition: agents and humans</span></li>
<li><span style="font-weight: 400;">Hiring agents via nostr&nbsp;</span></li>
<li><span style="font-weight: 400;">"If the human has to intervene, something is catastrophically wrong."</span></li>
<li><span style="font-weight: 400;">Confidence levels of an agent's action&nbsp;</span></li>
<li><span style="font-weight: 400;">Giving agents money using </span><a href="https://njump.to/nevent1qqst6luj67g3exyd05zwevmpkynnws9v54vcsze5h3fm2d9yd6whmmqpz3mhxw309ucnydewxqhrqt338g6rsd3e9upzp75cf0tahv5z7plpdeaws7ex52nmnwgtwfr2g3m37r844evqrr6jqvzqqqqqqyyya64s"><span style="font-weight: 400;">mcp-money</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Offering bounties to solve problems&nbsp;</span></li>
<li><a href="https://blog.pragmaticengineer.com/stack-overflow-is-almost-dead/"><span style="font-weight: 400;">Stackoverflow is dead</span></a></li>
<li><span style="font-weight: 400;">Stock photography is dead&nbsp;</span></li>
<li><span style="font-weight: 400;">Real vs fake photography test</span></li>
<li><span style="font-weight: 400;">Vibe-coding vs regular coding, and how it relates to the switch from analog to digital photography&nbsp;</span></li>
<li><span style="font-weight: 400;">What is economical, and what isn't?&nbsp;</span></li>
<li><span style="font-weight: 400;">Dialogue and Dia-Logos with LLMs&nbsp;</span></li>
<li><span style="font-weight: 400;">Specialization in a multi-agent world&nbsp;</span></li>
<li><span style="font-weight: 400;">Adding a small vibe-coding widget to every app (allowing users to customize stuff)&nbsp;</span></li>
<li><span style="font-weight: 400;">Multiplicity VS canonical design&nbsp;</span></li>
<li><span style="font-weight: 400;">Money is singular, language is not&nbsp;</span></li>
<li><span style="font-weight: 400;">Jack's original sin: the twitter Bootstrap theme</span></li>
<li><span style="font-weight: 400;">The "</span><a href="https://andotherstuff.org/"><span style="font-weight: 400;">other stuff</span></a><span style="font-weight: 400;">" initiative</span></li>
<li><span style="font-weight: 400;">What's missing from </span><a href="https://github.com/pablof7z/tenex"><span style="font-weight: 400;">TENEX</span></a><span style="font-weight: 400;">? Why isn't it fully working just yet?&nbsp;</span></li>
<li><span style="font-weight: 400;">Rebuilding everything every 3 weeks</span></li>
<li><span style="font-weight: 400;">Voice vs text, sentiment analysis vs tone</span></li>
<li><span style="font-weight: 400;">The power and informational density of silence</span></li>
<li><span style="font-weight: 400;">In-person vs online communication</span></li>
<li><span style="font-weight: 400;">Letting agents learn lessons</span></li>
<li><a href="https://www.youtube.com/watch?v=nQ_g81a7a-E"><span style="font-weight: 400;">"Where do you get your ideas from?"</span></a></li>
<li><span style="font-weight: 400;">Anonymity vs pseudonyms vs government ID</span></li>
<li><span style="font-weight: 400;">Agents need identity, money, and reputation</span></li>
<li><span style="font-weight: 400;">"I own this dude." &mdash;Pablo</span></li>
<li><span style="font-weight: 400;">Owning agents</span></li>
<li><span style="font-weight: 400;">Vibe-coding lessons: don't look at the code, and in the best case don't even look at the IDE</span></li>
<li><span style="font-weight: 400;">Human-agent communication: typing vs speaking</span></li>
<li><span style="font-weight: 400;">Why some meetings couldn't have been an email</span></li>
<li><span style="font-weight: 400;">Clearly defined problems vs undefined problem spaces</span></li>
<li><span style="font-weight: 400;">Why TENEX will be in perpetual alpha</span></li>
<li><span style="font-weight: 400;">What is </span><a href="https://sovereignengineering.io/"><span style="font-weight: 400;">Sovereign Engineering</span></a><span style="font-weight: 400;">?</span></li>
<li><span style="font-weight: 400;">Why should you sign up for it?&nbsp;</span></li>
<li><span style="font-weight: 400;">How come so many awesome things came out of it? Blossom, nsite, Zapstore, etc.</span></li>
<li><span style="font-weight: 400;">Who should come, and who shouldn't?</span></li>
<li><span style="font-weight: 400;">How did it start?</span></li>
<li><span style="font-weight: 400;">What's the idea?&nbsp;</span></li>
<li><span style="font-weight: 400;">"Fix the money, fix the internet."</span></li>
<li><span style="font-weight: 400;">"Ship stuff that lasts."</span></li>
<li><span style="font-weight: 400;">Keep it pure. No monetization.&nbsp;</span></li>
<li><span style="font-weight: 400;">Focus on exploration and ideation&nbsp;</span></li>
<li><span style="font-weight: 400;">What's the structure?&nbsp;</span></li>
<li><span style="font-weight: 400;">6 weeks, 21 participants</span></li>
<li><span style="font-weight: 400;">Same structure every week</span></li>
<li><span style="font-weight: 400;">Monday Mornings: Orientation</span></li>
<li><span style="font-weight: 400;">Tuesday Talks</span></li>
<li><span style="font-weight: 400;">Wednesday Workshops</span></li>
<li><span style="font-weight: 400;">Thursday: No Agenda</span></li>
<li><span style="font-weight: 400;">Friday: Demo Day</span></li>
<li><span style="font-weight: 400;">Weekend: Hikes</span></li>
<li><a href="https://sovereignengineering.typeform.com/SEC-05"><span style="font-weight: 400;">SEC-05: YOLO Mode</span></a></li>
<li><span style="font-weight: 400;">Empower users</span></li>
<li><span style="font-weight: 400;">Optimize for self-sovereignty</span></li>
<li><span style="font-weight: 400;">Bitcoin works</span></li>
<li><span style="font-weight: 400;">Lightning works (Gigi's post)&nbsp;</span></li>
<li><span style="font-weight: 400;">Build the future you want to see&nbsp;</span></li>
<li><span style="font-weight: 400;">Madeira: you can pay in bitcoin almost everywhere&nbsp;</span></li>
<li><span style="font-weight: 400;">tl;dr: Listen to every single </span><a href="https://castr.me/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n"><span style="font-weight: 400;">No Solutions</span></a><span style="font-weight: 400;"> conversation to get an idea of what Sovereign Engineering is</span></li>
</ul>
<p>&nbsp;</p>]]></itunes:summary>
    </item>
    <item>
      <title>#11: 10x Less Productive w/ Pablo</title>
      <description><![CDATA[<p>What does it mean to build something &quot;in the spirit of Bitcoin&quot;?</p>
<p><a href="https://njump.me/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">Pablo</a> &amp; <a href="https://njump.me/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> want to encourage you to <a href="https://sovereignengineering.io/">apply for SEC-05</a>.</p>
<p>Books &amp; websites mentioned:</p>
<ul>
<li><a href="https://blog.pragmaticengineer.com/stack-overflow-is-almost-dead/">Stackoverflow is dead</a> by Gergely Orosz  </li>
<li><a href="https://sovereignengineering.io/">Sovereign Engineering</a> by Gigi and Pablo</li>
</ul>
<p>In this dialogue:</p>
<ul>
<li>Gigi&#39;s <a href="https://github.com/dergigi/vibeline">vibeline</a> &amp; <a href="https://github.com/dergigi/vibeline-ui">vibeline-ui</a>  </li>
<li>Pubcastr aka <a href="http://castr.me">castr.me</a>   </li>
<li>Pablo&#39;s <a href="https://coracle.social/notes/nevent1qqstycwc8qu8telckv9mw4fs7wc6d54v9gnpnqrx9hpllqz994mnz4ckzvrxq">thread about TENEX</a>   </li>
<li>Alex Gleason&#39;s <a href="https://soapbox.pub/tools/mkstack">MKStack</a>   </li>
<li>What is the essence of nostr?   </li>
<li>What are nostr&#39;s values, and can LLMs extract them?   </li>
<li>Agents and workflows living on nostr   </li>
<li>Agent specialization and Roo code   </li>
<li>“What would Jesus do?”  </li>
<li>What does it mean to build something &quot;in the spirit of Bitcoin&quot;?   </li>
<li>Hierarchy of agents   </li>
<li>Generalists vs specialists   </li>
<li>Top-down constraints and bottom-up emergence   </li>
<li>Wise architects VS efficient diff-merging LLMs   </li>
<li>Where does the human fit in?   </li>
<li>Distributed cognition: agents and humans  </li>
<li>Hiring agents via nostr   </li>
<li>&quot;If the human has to intervene, something is catastrophically wrong.&quot;  </li>
<li>Confidence levels of an agent&#39;s action   </li>
<li>Giving agents money using <a href="https://njump.me/nevent1qqst6luj67g3exyd05zwevmpkynnws9v54vcsze5h3fm2d9yd6whmmqpz3mhxw309ucnydewxqhrqt338g6rsd3e9upzp75cf0tahv5z7plpdeaws7ex52nmnwgtwfr2g3m37r844evqrr6jqvzqqqqqqyyya64s">mcp-money</a>   </li>
<li>Offering bounties to solve problems   </li>
<li><a href="https://blog.pragmaticengineer.com/stack-overflow-is-almost-dead/">Stackoverflow is dead</a>  </li>
<li>Stock photography is dead   </li>
<li>Real vs fake photography test  </li>
<li>Vibe-coding vs regular coding, and how it relates to the switch from analog to digital photography   </li>
<li>What is economical, and what isn&#39;t?   </li>
<li>Dialogue and Dia-Logos with LLMs   </li>
<li>Specialization in a multi-agent world   </li>
<li>Adding a small vibe-coding widget to every app (allowing users to customize stuff)   </li>
<li>Multiplicity VS canonical design   </li>
<li>Money is singular, language is not   </li>
<li>Jack&#39;s original sin: the twitter Bootstrap theme  </li>
<li>The &quot;<a href="https://andotherstuff.org/">other stuff</a>&quot; initiative  </li>
<li>What&#39;s missing from <a href="https://github.com/pablof7z/tenex">TENEX</a>? Why isn&#39;t it fully working just yet?   </li>
<li>Rebuilding everything every 3 weeks  </li>
<li>Voice vs text, sentiment analysis vs tone  </li>
<li>The power and informational density of silence  </li>
<li>In-person vs online communication  </li>
<li>Letting agents learn lessons  </li>
<li><a href="https://www.youtube.com/watch?v=nQ_g81a7a-E">&quot;Where do you get your ideas from?&quot;</a>  </li>
<li>Anonymity vs pseudonyms vs government ID  </li>
<li>Agents need identity, money, and reputation  </li>
<li>&quot;I own this dude.&quot; —Pablo  </li>
<li>Owning agents  </li>
<li>Vibe-coding lessons: don&#39;t look at the code, and in the best case don&#39;t even look at the IDE  </li>
<li>Human-agent communication: typing vs speaking  </li>
<li>Why some meetings couldn&#39;t have been an email  </li>
<li>Clearly defined problems vs undefined problem spaces  </li>
<li>Why TENEX will be in perpetual alpha  </li>
<li>What is <a href="https://sovereignengineering.io/">Sovereign Engineering</a>?  </li>
<li>Why should you sign up for it?   </li>
<li>How come so many awesome things came out of it? Blossom, nsite, Zapstore, etc.  </li>
<li>Who should come, and who shouldn&#39;t?  </li>
<li>How did it start?  </li>
<li>What&#39;s the idea?   </li>
<li>&quot;Fix the money, fix the internet.&quot;  </li>
<li>&quot;Ship stuff that lasts.&quot;  </li>
<li>Keep it pure. No monetization.   </li>
<li>Focus on exploration and ideation   </li>
<li>What&#39;s the structure?   </li>
<li>6 weeks, 21 participants  </li>
<li>Same structure every week  </li>
<li>Monday Mornings: Orientation  </li>
<li>Tuesday Talks  </li>
<li>Wednesday Workshops  </li>
<li>Thursday: No Agenda  </li>
<li>Friday: Demo Day  </li>
<li>Weekend: Hikes  </li>
<li><a href="https://sovereignengineering.typeform.com/SEC-05">SEC-05: YOLO Mode</a>  </li>
<li>Empower users  </li>
<li>Optimize for self-sovereignty  </li>
<li>Bitcoin works  </li>
<li>Lightning works (Gigi&#39;s post)   </li>
<li>Build the future you want to see   </li>
<li>Madeira: you can pay in bitcoin almost everywhere   </li>
<li>tl;dr: Listen to every single <a href="https://castr.me/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">No Solutions</a> conversation to get an idea of what Sovereign Engineering is</li>
</ul>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/18-rewriting-tenex-w-pablo">#18: Rewriting TENEX w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/19-romantically-shitting-on-paywalls-w-pablo">#19: Romantically Shitting on Paywalls w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/23-shipping-violently-w-justin-moon">#23: Shipping Violently w/ Justin Moon</a></li>
<li><a href="https://sovereignengineering.io/podcast/29-state-of-the-mint-and-mind-w-calle">#29: State of the Mint and Mind w/ Calle</a></li>
<li><a href="https://sovereignengineering.io/podcast/31-buzz-mosaico-and-other-stuff-w-pablo">#31: Buzz, Mosaico, and Other Stuff w/ Pablo</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/901069">901,069</a>.</p>]]></description>
      <itunes:image href="https://haven.sovereignengineering.io/54aa09044b01c04cd2e39e8845863fe6c8af70a1a70d2ffc979b5c5f92d6acc4.jpg"/>
      <enclosure url="https://haven.sovereignengineering.io/12176c5d069e539b4df09f6ab83b7dd49212f78a23d4e1efeb41a36ca9e02992.m4a" length="53256658" type="audio/mp4"/>
      <podcast:person href="https://njump.to/_@f7z.io" img="https://m.primal.net/KwlG.jpg" group="cast" role="guest">Pablo</podcast:person>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:transcript url="https://haven.dergigi.com/6946c79d6247791592b17097a9d63ccf67655640eebbbd4e19510bc4e889ea36.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/11-10x-less-productive-w-pablo.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qq0rzvfdxyc8sttvv4ehxttswfhkgatrw35hvefdwukhqctzd3hsygymmeppfy0natg6cgdar5qkv74tj3l5c8z2akrkyn8jyuasdjs99vpsgqqqw4rsw505nf">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">a88dafec-bab2-43e6-96f3-c5ac26c12822</guid>
      <itunes:subtitle>#11: 10x Less Productive w/ Pablo</itunes:subtitle>
      <itunes:duration>5953</itunes:duration>
      <link>https://njump.to/nevent1qvzqqqqqqypzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqys8wumn8ghj7mn0wd68ytn9d9h82mny0fmkzmn6d9njuumsv93k2tcppemhxue69uhkummn9ekx7mp0qqswyqle9fs9mg93p3kqg7uhz5kwsp8mnup7uch8r7kcnv9tjrdudagp50y35</link>
      <pubDate>Fri, 21 Jun 2025 19:42:06 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, memes, web, internet, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p><span style="font-weight: 400;">What does it mean to build something "in the spirit of Bitcoin"?</span></p>
<p><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft"><span style="font-weight: 400;">Pablo</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> want to encourage you to </span><a href="https://sovereignengineering.io/"><span style="font-weight: 400;">apply for SEC-05</span></a><span style="font-weight: 400;">.</span></p>
<p><span style="font-weight: 400;">Books &amp; websites mentioned:</span></p>
<ul>
<li><a href="https://blog.pragmaticengineer.com/stack-overflow-is-almost-dead/"><span style="font-weight: 400;">Stackoverflow is dead</span></a><span style="font-weight: 400;"> by Gergely Orosz</span></li>
<li><a href="https://sovereignengineering.io/"><span style="font-weight: 400;">Sovereign Engineering</span></a><span style="font-weight: 400;"> by Gigi and Pablo</span></li>
</ul>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">Gigi's </span><a href="https://github.com/dergigi/vibeline"><span style="font-weight: 400;">vibeline</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://github.com/dergigi/vibeline-ui"><span style="font-weight: 400;">vibeline-ui</span></a></li>
<li><span style="font-weight: 400;">Pubcastr aka </span><a href="http://castr.me"><span style="font-weight: 400;">castr.me</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Pablo's </span><a href="https://coracle.social/notes/nevent1qqstycwc8qu8telckv9mw4fs7wc6d54v9gnpnqrx9hpllqz994mnz4ckzvrxq"><span style="font-weight: 400;">thread about TENEX</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Alex Gleason's </span><a href="https://soapbox.pub/tools/mkstack"><span style="font-weight: 400;">MKStack</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">What is the essence of nostr?&nbsp;</span></li>
<li><span style="font-weight: 400;">What are nostr's values, and can LLMs extract them?&nbsp;</span></li>
<li><span style="font-weight: 400;">Agents and workflows living on nostr&nbsp;</span></li>
<li><span style="font-weight: 400;">Agent specialization and Roo code&nbsp;</span></li>
<li><span style="font-weight: 400;">&ldquo;What would Jesus do?&rdquo;</span></li>
<li><span style="font-weight: 400;">What does it mean to build something "in the spirit of Bitcoin"?&nbsp;</span></li>
<li><span style="font-weight: 400;">Hierarchy of agents&nbsp;</span></li>
<li><span style="font-weight: 400;">Generalists vs specialists&nbsp;</span></li>
<li><span style="font-weight: 400;">Top-down constraints and bottom-up emergence&nbsp;</span></li>
<li><span style="font-weight: 400;">Wise architects VS efficient diff-merging LLMs&nbsp;</span></li>
<li><span style="font-weight: 400;">Where does the human fit in?&nbsp;</span></li>
<li><span style="font-weight: 400;">Distributed cognition: agents and humans</span></li>
<li><span style="font-weight: 400;">Hiring agents via nostr&nbsp;</span></li>
<li><span style="font-weight: 400;">"If the human has to intervene, something is catastrophically wrong."</span></li>
<li><span style="font-weight: 400;">Confidence levels of an agent's action&nbsp;</span></li>
<li><span style="font-weight: 400;">Giving agents money using </span><a href="https://njump.to/nevent1qqst6luj67g3exyd05zwevmpkynnws9v54vcsze5h3fm2d9yd6whmmqpz3mhxw309ucnydewxqhrqt338g6rsd3e9upzp75cf0tahv5z7plpdeaws7ex52nmnwgtwfr2g3m37r844evqrr6jqvzqqqqqqyyya64s"><span style="font-weight: 400;">mcp-money</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Offering bounties to solve problems&nbsp;</span></li>
<li><a href="https://blog.pragmaticengineer.com/stack-overflow-is-almost-dead/"><span style="font-weight: 400;">Stackoverflow is dead</span></a></li>
<li><span style="font-weight: 400;">Stock photography is dead&nbsp;</span></li>
<li><span style="font-weight: 400;">Real vs fake photography test</span></li>
<li><span style="font-weight: 400;">Vibe-coding vs regular coding, and how it relates to the switch from analog to digital photography&nbsp;</span></li>
<li><span style="font-weight: 400;">What is economical, and what isn't?&nbsp;</span></li>
<li><span style="font-weight: 400;">Dialogue and Dia-Logos with LLMs&nbsp;</span></li>
<li><span style="font-weight: 400;">Specialization in a multi-agent world&nbsp;</span></li>
<li><span style="font-weight: 400;">Adding a small vibe-coding widget to every app (allowing users to customize stuff)&nbsp;</span></li>
<li><span style="font-weight: 400;">Multiplicity VS canonical design&nbsp;</span></li>
<li><span style="font-weight: 400;">Money is singular, language is not&nbsp;</span></li>
<li><span style="font-weight: 400;">Jack's original sin: the twitter Bootstrap theme</span></li>
<li><span style="font-weight: 400;">The "</span><a href="https://andotherstuff.org/"><span style="font-weight: 400;">other stuff</span></a><span style="font-weight: 400;">" initiative</span></li>
<li><span style="font-weight: 400;">What's missing from </span><a href="https://github.com/pablof7z/tenex"><span style="font-weight: 400;">TENEX</span></a><span style="font-weight: 400;">? Why isn't it fully working just yet?&nbsp;</span></li>
<li><span style="font-weight: 400;">Rebuilding everything every 3 weeks</span></li>
<li><span style="font-weight: 400;">Voice vs text, sentiment analysis vs tone</span></li>
<li><span style="font-weight: 400;">The power and informational density of silence</span></li>
<li><span style="font-weight: 400;">In-person vs online communication</span></li>
<li><span style="font-weight: 400;">Letting agents learn lessons</span></li>
<li><a href="https://www.youtube.com/watch?v=nQ_g81a7a-E"><span style="font-weight: 400;">"Where do you get your ideas from?"</span></a></li>
<li><span style="font-weight: 400;">Anonymity vs pseudonyms vs government ID</span></li>
<li><span style="font-weight: 400;">Agents need identity, money, and reputation</span></li>
<li><span style="font-weight: 400;">"I own this dude." &mdash;Pablo</span></li>
<li><span style="font-weight: 400;">Owning agents</span></li>
<li><span style="font-weight: 400;">Vibe-coding lessons: don't look at the code, and in the best case don't even look at the IDE</span></li>
<li><span style="font-weight: 400;">Human-agent communication: typing vs speaking</span></li>
<li><span style="font-weight: 400;">Why some meetings couldn't have been an email</span></li>
<li><span style="font-weight: 400;">Clearly defined problems vs undefined problem spaces</span></li>
<li><span style="font-weight: 400;">Why TENEX will be in perpetual alpha</span></li>
<li><span style="font-weight: 400;">What is </span><a href="https://sovereignengineering.io/"><span style="font-weight: 400;">Sovereign Engineering</span></a><span style="font-weight: 400;">?</span></li>
<li><span style="font-weight: 400;">Why should you sign up for it?&nbsp;</span></li>
<li><span style="font-weight: 400;">How come so many awesome things came out of it? Blossom, nsite, Zapstore, etc.</span></li>
<li><span style="font-weight: 400;">Who should come, and who shouldn't?</span></li>
<li><span style="font-weight: 400;">How did it start?</span></li>
<li><span style="font-weight: 400;">What's the idea?&nbsp;</span></li>
<li><span style="font-weight: 400;">"Fix the money, fix the internet."</span></li>
<li><span style="font-weight: 400;">"Ship stuff that lasts."</span></li>
<li><span style="font-weight: 400;">Keep it pure. No monetization.&nbsp;</span></li>
<li><span style="font-weight: 400;">Focus on exploration and ideation&nbsp;</span></li>
<li><span style="font-weight: 400;">What's the structure?&nbsp;</span></li>
<li><span style="font-weight: 400;">6 weeks, 21 participants</span></li>
<li><span style="font-weight: 400;">Same structure every week</span></li>
<li><span style="font-weight: 400;">Monday Mornings: Orientation</span></li>
<li><span style="font-weight: 400;">Tuesday Talks</span></li>
<li><span style="font-weight: 400;">Wednesday Workshops</span></li>
<li><span style="font-weight: 400;">Thursday: No Agenda</span></li>
<li><span style="font-weight: 400;">Friday: Demo Day</span></li>
<li><span style="font-weight: 400;">Weekend: Hikes</span></li>
<li><a href="https://sovereignengineering.typeform.com/SEC-05"><span style="font-weight: 400;">SEC-05: YOLO Mode</span></a></li>
<li><span style="font-weight: 400;">Empower users</span></li>
<li><span style="font-weight: 400;">Optimize for self-sovereignty</span></li>
<li><span style="font-weight: 400;">Bitcoin works</span></li>
<li><span style="font-weight: 400;">Lightning works (Gigi's post)&nbsp;</span></li>
<li><span style="font-weight: 400;">Build the future you want to see&nbsp;</span></li>
<li><span style="font-weight: 400;">Madeira: you can pay in bitcoin almost everywhere&nbsp;</span></li>
<li><span style="font-weight: 400;">tl;dr: Listen to every single </span><a href="https://castr.me/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n"><span style="font-weight: 400;">No Solutions</span></a><span style="font-weight: 400;"> conversation to get an idea of what Sovereign Engineering is</span></li>
</ul>
<p>&nbsp;</p>]]></itunes:summary>
    </item>
    <item>
      <title>#10: Walking with Jesus w/ gzuuus</title>
      <description><![CDATA[<p><span style="font-weight: 400;">"It's gonna be permissionless or hell."</span></p>
<p><a href="https://npub.world/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> and </span><a href="https://npub.world/npub1gzuushllat7pet0ccv9yuhygvc8ldeyhrgxuwg744dn5khnpk3gs3ea5ds"><span style="font-weight: 400;">gzuuus</span></a><span style="font-weight: 400;"> are vibing towards dystopia.</span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">Books &amp; articles mentioned:</span></p>
<ul>
<li><a href="https://ai-2027.com/"><span style="font-weight: 400;">AI 2027</span></a></li>
<li><a href="https://njump.to/naddr1qvzqqqr4gupzqfngzhsvjggdlgeycm96x4emzjlwf8dyyzdfg4hefp89zpkdgz99qqwkgandwvkhwetjv5kkzttdd9ehgcttv5kngte3xvhnyvpjx5m8uc7e"><span style="font-weight: 400;">DVMs were a mistake</span></a></li>
<li><a href="https://www.goodreads.com/book/show/223436601-careless-people"><span style="font-weight: 400;">Careless People</span></a><span style="font-weight: 400;"> by Sarah Wynn-Williams</span></li>
<li><a href="https://www.goodreads.com/book/show/201874194-takedown"><span style="font-weight: 400;">Takedown</span></a><span style="font-weight: 400;"> by Laila michelwait</span></li>
<li><a href="https://www.goodreads.com/book/show/1729898.The_Ultimate_Resource"><span style="font-weight: 400;">The Ultimate Resource</span></a><span style="font-weight: 400;"> by Julian L. Simon</span></li>
<li><a href="https://www.goodreads.com/series/45175-harry-potter"><span style="font-weight: 400;">Harry Potter</span></a><span style="font-weight: 400;"> by J.K. Rowling</span></li>
<li><a href="https://www.goodreads.com/book/show/68811.Momo"><span style="font-weight: 400;">Momo</span></a><span style="font-weight: 400;"> by Michael Ende</span></li>
</ul>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">Pablo's </span><a href="https://github.com/jodobear/sparcaroo"><span style="font-weight: 400;">Roo Setup</span></a></li>
<li><span style="font-weight: 400;">Tech </span><a href="https://en.wikipedia.org/wiki/Gartner_hype_cycle"><span style="font-weight: 400;">Hype Cycles</span></a></li>
<li><a href="https://ai-2027.com/"><span style="font-weight: 400;">AI 2027</span></a></li>
<li><span style="font-weight: 400;">Prompt injection and other attacks</span></li>
<li><a href="https://goose.ai/"><span style="font-weight: 400;">Goose</span></a><span style="font-weight: 400;"> and </span><a href="https://dvmcp.fun/"><span style="font-weight: 400;">DVMCP</span></a></li>
<li><a href="https://www.cursor.com/"><span style="font-weight: 400;">Cursor</span></a><span style="font-weight: 400;"> vs </span><a href="https://roocode.com/"><span style="font-weight: 400;">Roo Code</span></a></li>
<li><span style="font-weight: 400;">Staying in control thanks to </span><a href="https://github.com/greenart7c3/Amber"><span style="font-weight: 400;">Amber</span></a><span style="font-weight: 400;"> and signing delegation&nbsp;</span></li>
<li><span style="font-weight: 400;">Is YOLO mode here to stay?</span></li>
<li><span style="font-weight: 400;">What agents to trust?</span></li>
<li><span style="font-weight: 400;">What MCP tools to trust?</span></li>
<li><span style="font-weight: 400;">What </span><a href="https://snipsnip.dev/"><span style="font-weight: 400;">code snippets</span></a><span style="font-weight: 400;"> to trust?</span></li>
<li><span style="font-weight: 400;">Everyone will run into the issues of trust and micropayments&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr solves Web of Trust &amp; micropayments natively</span></li>
<li><span style="font-weight: 400;">Minimalistic &amp; open usually wins</span></li>
<li><a href="https://github.com/gzuuus/dvmcp"><span style="font-weight: 400;">DVMCP</span></a><span style="font-weight: 400;"> exists thanks to Totem</span></li>
<li><span style="font-weight: 400;">Relays as Tamagochis</span></li>
<li><span style="font-weight: 400;">Agents aren't nostr experts, at least not right now</span></li>
<li><span style="font-weight: 400;">Fix a mistake once &amp; it's fixed forever</span></li>
<li><span style="font-weight: 400;">Giving long-term memory to LLMs</span></li>
<li><span style="font-weight: 400;">RAG Databases signed by domain experts</span></li>
<li><span style="font-weight: 400;">Human-agent hybrids &amp; Chess</span></li>
<li><a href="https://github.com/gzuuus/beating-heart-nostr"><span style="font-weight: 400;">Nostr beating heart</span></a></li>
<li><span style="font-weight: 400;">Pluggable context &amp; experts</span></li>
<li><span style="font-weight: 400;">"You never need an API key for anything"</span></li>
<li><span style="font-weight: 400;">Sats and social signaling</span></li>
<li><span style="font-weight: 400;">Difficulty-adjusted PoW as a rare-limiting mechanism</span></li>
<li><span style="font-weight: 400;">Certificate authorities and centralization</span></li>
<li><span style="font-weight: 400;">No solutions to policing speech!</span></li>
<li><span style="font-weight: 400;">OAuth and how it centralized</span></li>
<li><span style="font-weight: 400;">Login with nostr</span></li>
<li><span style="font-weight: 400;">Closed vs open-source models</span></li>
<li><span style="font-weight: 400;">Tiny models vs large models</span></li>
<li><span style="font-weight: 400;">The </span><a href="https://hazyresearch.stanford.edu/blog/2025-02-24-minions"><span style="font-weight: 400;">minions protocol</span></a><span style="font-weight: 400;"> (Stanford </span><a href="https://arxiv.org/abs/2502.15964"><span style="font-weight: 400;">paper</span></a><span style="font-weight: 400;">)&nbsp;</span></li>
<li><span style="font-weight: 400;">Generalist models vs specialized models&nbsp;</span></li>
<li><span style="font-weight: 400;">Local compute &amp; encrypted queries&nbsp;</span></li>
<li><span style="font-weight: 400;">Blinded compute&nbsp;</span></li>
<li><span style="font-weight: 400;">"In the eyes of the state, agents aren't people"&nbsp;</span></li>
<li><span style="font-weight: 400;">Agents need identity and money; nostr provides both&nbsp;</span></li>
<li><span style="font-weight: 400;">"It's gonna be permissionless or hell"&nbsp;</span></li>
<li><span style="font-weight: 400;">We already have marketplaces for MCP stuff, code snippets, and other things</span></li>
<li><span style="font-weight: 400;">Most great stuff came from marketplaces (browsers, games, etc)&nbsp;</span></li>
<li><a href="https://zapstore.dev/"><span style="font-weight: 400;">Zapstore</span></a><span style="font-weight: 400;"> shows that this is already working&nbsp;</span></li>
<li><span style="font-weight: 400;">At scale, central control never works. There's plenty scams and viruses in the app stores.&nbsp;</span></li>
<li><span style="font-weight: 400;">Using nostr to archive your user-generated content&nbsp;</span></li>
<li><a href="https://github.com/bitvora/haven"><span style="font-weight: 400;">HAVEN</span></a><span style="font-weight: 400;">, </span><a href="https://github.com/hzrd149/blossom"><span style="font-weight: 400;">blossom</span></a><span style="font-weight: 400;">, </span><a href="https://github.com/teamnovia/novia"><span style="font-weight: 400;">novia&nbsp;</span></a></li>
<li><span style="font-weight: 400;">The switcharoo from advertisements to training data&nbsp;</span></li>
<li><span style="font-weight: 400;">What is Truth?&nbsp;</span></li>
<li><span style="font-weight: 400;">What is Real?&nbsp;</span></li>
<li><span style="font-weight: 400;">"We're vibing into dystopia"&nbsp;</span></li>
<li><span style="font-weight: 400;">Who should be the arbiter of Truth?&nbsp;</span></li>
<li><span style="font-weight: 400;">First Amendment &amp; why the Logos is sacred&nbsp;</span></li>
<li><span style="font-weight: 400;">Silicon Valley AI bros arrogantly dismiss wisdom and philosophy&nbsp;</span></li>
<li><span style="font-weight: 400;">Suicide rates &amp; the </span><a href="https://www.youtube.com/watch?v=iu9fa4TkWE0&amp;list=PLND1JCRq8Vuh3f0P5qjrSdb5eC1ZfZwWJ"><span style="font-weight: 400;">meaning crisis</span></a></li>
<li><span style="font-weight: 400;">Are LLMs symbiotic or parasitic?&nbsp;</span></li>
<li><span style="font-weight: 400;">The Amish got it right&nbsp;</span></li>
<li><span style="font-weight: 400;">Are we gonna make it?&nbsp;</span></li>
<li><a href="https://www.goodreads.com/book/show/223436601-careless-people"><span style="font-weight: 400;">Careless People</span></a><span style="font-weight: 400;"> by Sarah Wynn-Williams</span></li>
<li><a href="https://www.goodreads.com/book/show/201874194-takedown"><span style="font-weight: 400;">Takedown</span></a><span style="font-weight: 400;"> by Laila michelwait</span></li>
<li><span style="font-weight: 400;">Harry Potter dementors &amp; Momo's time thieves&nbsp;</span></li>
<li><span style="font-weight: 400;">Facebook &amp; Google as non-human (superhuman) agents&nbsp;</span></li>
<li><span style="font-weight: 400;">Zapping as a </span><a href="https://njump.to/nevent1qvzqqqqqqypzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nqqsqm2lz4ru6wlydzpulgs8m60ylp4vufwsg55whlqgua6a93vp2y4g3uu9lr"><span style="font-weight: 400;">conscious action</span></a></li>
<li><span style="font-weight: 400;">Privacy and the internet</span></li>
<li><span style="font-weight: 400;">Plausible deniability thanks to generative models</span></li>
<li><span style="font-weight: 400;">Google glasses, glassholes, and Meta's Ray Ben's</span></li>
<li><span style="font-weight: 400;">People crave realness</span></li>
<li><span style="font-weight: 400;">Bitcoin is </span><a href="https://dergigi.com/2022/12/02/bitcoin-is-the-rediscovery-of-money/"><span style="font-weight: 400;">the realest money we ever had</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr allows for real and honest expression&nbsp;</span></li>
<li><span style="font-weight: 400;">How do we find out what's real?&nbsp;</span></li>
<li><span style="font-weight: 400;">Constraints, policing, and chilling effects&nbsp;</span></li>
<li><span style="font-weight: 400;">Jesus' plans for DVMCP&nbsp;</span></li>
<li><span style="font-weight: 400;">Hzrd's article on how DVMs are broken (</span><a href="https://njump.to/naddr1qvzqqqr4gupzqfngzhsvjggdlgeycm96x4emzjlwf8dyyzdfg4hefp89zpkdgz99qqwkgandwvkhwetjv5kkzttdd9ehgcttv5kngte3xvhnyvpjx5m8uc7e"><span style="font-weight: 400;">DVMs were a mistake</span></a><span style="font-weight: 400;">)</span></li>
<li><a href="https://npub.world/npub1uc5emj0zpmsgur65ue5tys5q0g0qs6xljwrkq3nfd4j0wy5qxvlswkas8p"><span style="font-weight: 400;">Don't believe the hype</span></a></li>
<li><span style="font-weight: 400;">DVMs pre-date MCP tools</span></li>
<li><span style="font-weight: 400;">Data Vending Machines were supposed to be stupid: put coin in, get stuff out.</span></li>
<li><span style="font-weight: 400;">Self-healing vibe-coding</span></li>
<li><span style="font-weight: 400;">IP addresses as scarce assets</span></li>
<li><span style="font-weight: 400;">Atomic swaps and the </span><a href="https://github.com/vstabile/nips/blob/atomic-signature-swaps/XX.md"><span style="font-weight: 400;">ASS protocol</span></a></li>
<li><span style="font-weight: 400;">More marketplaces, less silos</span></li>
<li><span style="font-weight: 400;">The intensity of </span><a href="https://nostr.band/?q=%23SovEng"><span style="font-weight: 400;">#SovEng</span></a><span style="font-weight: 400;"> and the last 6 weeks</span></li>
<li><span style="font-weight: 400;">If you can vibe-code everything, why build anything?&nbsp;</span></li>
<li><span style="font-weight: 400;">Time, </span><a href="https://www.goodreads.com/book/show/1729898.The_Ultimate_Resource"><span style="font-weight: 400;">the ultimate resource</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">What are the LLMs allowed to think?&nbsp;</span></li>
<li><span style="font-weight: 400;">Natural language interfaces are inherently dialogical&nbsp;</span></li>
<li><a href="https://sovereignengineering.io/"><span style="font-weight: 400;">Sovereign Engineering</span></a><span style="font-weight: 400;"> is dialogical too&nbsp;</span></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/892372">892,372</a>.</p>]]></description>
      <itunes:image href="https://haven.sovereignengineering.io/ccdc616ea53f5084d93b95206269cda48c5b8bde3afb78a9a1e3adb4a0a9ed4d.jpeg"/>
      <enclosure url="https://haven.sovereignengineering.io/d54b55de3227f4d9d573ea8141a1e208ceef93283b699ad906ae306dffcaa2fc.m4a" length="51642440" type="audio/mp4"/>
      <podcast:person href="https://nostree.me/gzuuus" img="https://pfp.nostr.build/3e72dab77cfcb2339a30a832c891064e38d70ad652cb58306516e34e78e84325.png" group="cast" role="guest">Gzuuus</podcast:person>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:transcript url="https://haven.dergigi.com/40dcfcace21401f84692fa154a82ea41bce86b80b18ac4da988f700d39f5319b.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/10-walking-with-jesus-w-gzuuus.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Gzuuus" type="lnaddress" address="nostrkid@coinos.io" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qq0rzvpdwaskc6mfdenj6amfw35z66n9wd6hxtth94nh5at4w4esygymmeppfy0natg6cgdar5qkv74tj3l5c8z2akrkyn8jyuasdjs99vpsgqqqw4rsjydhsp">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">10e17f5a-826b-4892-803d-089012bd16f7</guid>
      <itunes:subtitle>#10: Walking with Jesus w/ gzuuus</itunes:subtitle>
      <itunes:duration>5772</itunes:duration>
      <link>https://njump.to/nevent1qqsw5epa7rac25et6t7vcnp3q0ht8cjccps4hkx3tnxhfrhp382lf5gpz3mhxue69uhhyetvv9ujuerpd46hxtnfduqs7amnwvaz7tmwdaehgu3wd4hk6q3qn00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54sp9s3vf</link>
      <pubDate>Tue, 22 Apr 2025 18:05:02 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, memes, web, internet, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p><span style="font-weight: 400;">"It's gonna be permissionless or hell."</span></p>
<p><a href="https://npub.world/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> and </span><a href="https://npub.world/npub1gzuushllat7pet0ccv9yuhygvc8ldeyhrgxuwg744dn5khnpk3gs3ea5ds"><span style="font-weight: 400;">gzuuus</span></a><span style="font-weight: 400;"> are vibing towards dystopia.</span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">Books &amp; articles mentioned:</span></p>
<ul>
<li><a href="https://ai-2027.com/"><span style="font-weight: 400;">AI 2027</span></a></li>
<li><a href="https://njump.to/naddr1qvzqqqr4gupzqfngzhsvjggdlgeycm96x4emzjlwf8dyyzdfg4hefp89zpkdgz99qqwkgandwvkhwetjv5kkzttdd9ehgcttv5kngte3xvhnyvpjx5m8uc7e"><span style="font-weight: 400;">DVMs were a mistake</span></a></li>
<li><a href="https://www.goodreads.com/book/show/223436601-careless-people"><span style="font-weight: 400;">Careless People</span></a><span style="font-weight: 400;"> by Sarah Wynn-Williams</span></li>
<li><a href="https://www.goodreads.com/book/show/201874194-takedown"><span style="font-weight: 400;">Takedown</span></a><span style="font-weight: 400;"> by Laila michelwait</span></li>
<li><a href="https://www.goodreads.com/book/show/1729898.The_Ultimate_Resource"><span style="font-weight: 400;">The Ultimate Resource</span></a><span style="font-weight: 400;"> by Julian L. Simon</span></li>
<li><a href="https://www.goodreads.com/series/45175-harry-potter"><span style="font-weight: 400;">Harry Potter</span></a><span style="font-weight: 400;"> by J.K. Rowling</span></li>
<li><a href="https://www.goodreads.com/book/show/68811.Momo"><span style="font-weight: 400;">Momo</span></a><span style="font-weight: 400;"> by Michael Ende</span></li>
</ul>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">Pablo's </span><a href="https://github.com/jodobear/sparcaroo"><span style="font-weight: 400;">Roo Setup</span></a></li>
<li><span style="font-weight: 400;">Tech </span><a href="https://en.wikipedia.org/wiki/Gartner_hype_cycle"><span style="font-weight: 400;">Hype Cycles</span></a></li>
<li><a href="https://ai-2027.com/"><span style="font-weight: 400;">AI 2027</span></a></li>
<li><span style="font-weight: 400;">Prompt injection and other attacks</span></li>
<li><a href="https://goose.ai/"><span style="font-weight: 400;">Goose</span></a><span style="font-weight: 400;"> and </span><a href="https://dvmcp.fun/"><span style="font-weight: 400;">DVMCP</span></a></li>
<li><a href="https://www.cursor.com/"><span style="font-weight: 400;">Cursor</span></a><span style="font-weight: 400;"> vs </span><a href="https://roocode.com/"><span style="font-weight: 400;">Roo Code</span></a></li>
<li><span style="font-weight: 400;">Staying in control thanks to </span><a href="https://github.com/greenart7c3/Amber"><span style="font-weight: 400;">Amber</span></a><span style="font-weight: 400;"> and signing delegation&nbsp;</span></li>
<li><span style="font-weight: 400;">Is YOLO mode here to stay?</span></li>
<li><span style="font-weight: 400;">What agents to trust?</span></li>
<li><span style="font-weight: 400;">What MCP tools to trust?</span></li>
<li><span style="font-weight: 400;">What </span><a href="https://snipsnip.dev/"><span style="font-weight: 400;">code snippets</span></a><span style="font-weight: 400;"> to trust?</span></li>
<li><span style="font-weight: 400;">Everyone will run into the issues of trust and micropayments&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr solves Web of Trust &amp; micropayments natively</span></li>
<li><span style="font-weight: 400;">Minimalistic &amp; open usually wins</span></li>
<li><a href="https://github.com/gzuuus/dvmcp"><span style="font-weight: 400;">DVMCP</span></a><span style="font-weight: 400;"> exists thanks to Totem</span></li>
<li><span style="font-weight: 400;">Relays as Tamagochis</span></li>
<li><span style="font-weight: 400;">Agents aren't nostr experts, at least not right now</span></li>
<li><span style="font-weight: 400;">Fix a mistake once &amp; it's fixed forever</span></li>
<li><span style="font-weight: 400;">Giving long-term memory to LLMs</span></li>
<li><span style="font-weight: 400;">RAG Databases signed by domain experts</span></li>
<li><span style="font-weight: 400;">Human-agent hybrids &amp; Chess</span></li>
<li><a href="https://github.com/gzuuus/beating-heart-nostr"><span style="font-weight: 400;">Nostr beating heart</span></a></li>
<li><span style="font-weight: 400;">Pluggable context &amp; experts</span></li>
<li><span style="font-weight: 400;">"You never need an API key for anything"</span></li>
<li><span style="font-weight: 400;">Sats and social signaling</span></li>
<li><span style="font-weight: 400;">Difficulty-adjusted PoW as a rare-limiting mechanism</span></li>
<li><span style="font-weight: 400;">Certificate authorities and centralization</span></li>
<li><span style="font-weight: 400;">No solutions to policing speech!</span></li>
<li><span style="font-weight: 400;">OAuth and how it centralized</span></li>
<li><span style="font-weight: 400;">Login with nostr</span></li>
<li><span style="font-weight: 400;">Closed vs open-source models</span></li>
<li><span style="font-weight: 400;">Tiny models vs large models</span></li>
<li><span style="font-weight: 400;">The </span><a href="https://hazyresearch.stanford.edu/blog/2025-02-24-minions"><span style="font-weight: 400;">minions protocol</span></a><span style="font-weight: 400;"> (Stanford </span><a href="https://arxiv.org/abs/2502.15964"><span style="font-weight: 400;">paper</span></a><span style="font-weight: 400;">)&nbsp;</span></li>
<li><span style="font-weight: 400;">Generalist models vs specialized models&nbsp;</span></li>
<li><span style="font-weight: 400;">Local compute &amp; encrypted queries&nbsp;</span></li>
<li><span style="font-weight: 400;">Blinded compute&nbsp;</span></li>
<li><span style="font-weight: 400;">"In the eyes of the state, agents aren't people"&nbsp;</span></li>
<li><span style="font-weight: 400;">Agents need identity and money; nostr provides both&nbsp;</span></li>
<li><span style="font-weight: 400;">"It's gonna be permissionless or hell"&nbsp;</span></li>
<li><span style="font-weight: 400;">We already have marketplaces for MCP stuff, code snippets, and other things</span></li>
<li><span style="font-weight: 400;">Most great stuff came from marketplaces (browsers, games, etc)&nbsp;</span></li>
<li><a href="https://zapstore.dev/"><span style="font-weight: 400;">Zapstore</span></a><span style="font-weight: 400;"> shows that this is already working&nbsp;</span></li>
<li><span style="font-weight: 400;">At scale, central control never works. There's plenty scams and viruses in the app stores.&nbsp;</span></li>
<li><span style="font-weight: 400;">Using nostr to archive your user-generated content&nbsp;</span></li>
<li><a href="https://github.com/bitvora/haven"><span style="font-weight: 400;">HAVEN</span></a><span style="font-weight: 400;">, </span><a href="https://github.com/hzrd149/blossom"><span style="font-weight: 400;">blossom</span></a><span style="font-weight: 400;">, </span><a href="https://github.com/teamnovia/novia"><span style="font-weight: 400;">novia&nbsp;</span></a></li>
<li><span style="font-weight: 400;">The switcharoo from advertisements to training data&nbsp;</span></li>
<li><span style="font-weight: 400;">What is Truth?&nbsp;</span></li>
<li><span style="font-weight: 400;">What is Real?&nbsp;</span></li>
<li><span style="font-weight: 400;">"We're vibing into dystopia"&nbsp;</span></li>
<li><span style="font-weight: 400;">Who should be the arbiter of Truth?&nbsp;</span></li>
<li><span style="font-weight: 400;">First Amendment &amp; why the Logos is sacred&nbsp;</span></li>
<li><span style="font-weight: 400;">Silicon Valley AI bros arrogantly dismiss wisdom and philosophy&nbsp;</span></li>
<li><span style="font-weight: 400;">Suicide rates &amp; the </span><a href="https://www.youtube.com/watch?v=iu9fa4TkWE0&amp;list=PLND1JCRq8Vuh3f0P5qjrSdb5eC1ZfZwWJ"><span style="font-weight: 400;">meaning crisis</span></a></li>
<li><span style="font-weight: 400;">Are LLMs symbiotic or parasitic?&nbsp;</span></li>
<li><span style="font-weight: 400;">The Amish got it right&nbsp;</span></li>
<li><span style="font-weight: 400;">Are we gonna make it?&nbsp;</span></li>
<li><a href="https://www.goodreads.com/book/show/223436601-careless-people"><span style="font-weight: 400;">Careless People</span></a><span style="font-weight: 400;"> by Sarah Wynn-Williams</span></li>
<li><a href="https://www.goodreads.com/book/show/201874194-takedown"><span style="font-weight: 400;">Takedown</span></a><span style="font-weight: 400;"> by Laila michelwait</span></li>
<li><span style="font-weight: 400;">Harry Potter dementors &amp; Momo's time thieves&nbsp;</span></li>
<li><span style="font-weight: 400;">Facebook &amp; Google as non-human (superhuman) agents&nbsp;</span></li>
<li><span style="font-weight: 400;">Zapping as a </span><a href="https://njump.to/nevent1qvzqqqqqqypzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nqqsqm2lz4ru6wlydzpulgs8m60ylp4vufwsg55whlqgua6a93vp2y4g3uu9lr"><span style="font-weight: 400;">conscious action</span></a></li>
<li><span style="font-weight: 400;">Privacy and the internet</span></li>
<li><span style="font-weight: 400;">Plausible deniability thanks to generative models</span></li>
<li><span style="font-weight: 400;">Google glasses, glassholes, and Meta's Ray Ben's</span></li>
<li><span style="font-weight: 400;">People crave realness</span></li>
<li><span style="font-weight: 400;">Bitcoin is </span><a href="https://dergigi.com/2022/12/02/bitcoin-is-the-rediscovery-of-money/"><span style="font-weight: 400;">the realest money we ever had</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr allows for real and honest expression&nbsp;</span></li>
<li><span style="font-weight: 400;">How do we find out what's real?&nbsp;</span></li>
<li><span style="font-weight: 400;">Constraints, policing, and chilling effects&nbsp;</span></li>
<li><span style="font-weight: 400;">Jesus' plans for DVMCP&nbsp;</span></li>
<li><span style="font-weight: 400;">Hzrd's article on how DVMs are broken (</span><a href="https://njump.to/naddr1qvzqqqr4gupzqfngzhsvjggdlgeycm96x4emzjlwf8dyyzdfg4hefp89zpkdgz99qqwkgandwvkhwetjv5kkzttdd9ehgcttv5kngte3xvhnyvpjx5m8uc7e"><span style="font-weight: 400;">DVMs were a mistake</span></a><span style="font-weight: 400;">)</span></li>
<li><a href="https://npub.world/npub1uc5emj0zpmsgur65ue5tys5q0g0qs6xljwrkq3nfd4j0wy5qxvlswkas8p"><span style="font-weight: 400;">Don't believe the hype</span></a></li>
<li><span style="font-weight: 400;">DVMs pre-date MCP tools</span></li>
<li><span style="font-weight: 400;">Data Vending Machines were supposed to be stupid: put coin in, get stuff out.</span></li>
<li><span style="font-weight: 400;">Self-healing vibe-coding</span></li>
<li><span style="font-weight: 400;">IP addresses as scarce assets</span></li>
<li><span style="font-weight: 400;">Atomic swaps and the </span><a href="https://github.com/vstabile/nips/blob/atomic-signature-swaps/XX.md"><span style="font-weight: 400;">ASS protocol</span></a></li>
<li><span style="font-weight: 400;">More marketplaces, less silos</span></li>
<li><span style="font-weight: 400;">The intensity of </span><a href="https://nostr.band/?q=%23SovEng"><span style="font-weight: 400;">#SovEng</span></a><span style="font-weight: 400;"> and the last 6 weeks</span></li>
<li><span style="font-weight: 400;">If you can vibe-code everything, why build anything?&nbsp;</span></li>
<li><span style="font-weight: 400;">Time, </span><a href="https://www.goodreads.com/book/show/1729898.The_Ultimate_Resource"><span style="font-weight: 400;">the ultimate resource</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">What are the LLMs allowed to think?&nbsp;</span></li>
<li><span style="font-weight: 400;">Natural language interfaces are inherently dialogical&nbsp;</span></li>
<li><a href="https://sovereignengineering.io/"><span style="font-weight: 400;">Sovereign Engineering</span></a><span style="font-weight: 400;"> is dialogical too&nbsp;</span></li>
</ul>
<p>&nbsp;</p>]]></itunes:summary>
    </item>
    <item>
      <title>#09: No Strudelutions w/ hzrd149</title>
      <description><![CDATA[<p><span style="font-weight: 400;">"It isn&rsquo;t obvious that the world had to work this way. But somehow the universe smiles on encryption."</span></p>
<p><a href="https://njump.to/npub1ye5ptcxfyyxl5vjvdjar2ua3f0hynkjzpx552mu5snj3qmx5pzjscpknpr"><span style="font-weight: 400;">hzrd149</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> take a stroll along the shore of cryptographic identities.</span></p>
<p><span style="font-weight: 400;">This dialogue explores how cryptographic signatures fundamentally shift power dynamics in social networks, moving control from servers to key holders. We discuss the concept of "setting data free" through cryptographic verification, the evolving role of relays in the ecosystem, and the challenges of building trust in decentralized systems. We examine the tension between convenience and decentralization, particularly around features like private data and data synchronization. What are the philosophical foundations of building truly decentralized social networks? And how can small architectural decisions have profound implications for user autonomy and data sovereignty?</span></p>
<p><span style="font-weight: 400;">Movies mentioned:</span></p>
<ul>
<li><a href="https://www.imdb.com/title/tt0062622"><span style="font-weight: 400;">2001: A Space Odyssey (1968)</span></a></li>
<li><a href="https://www.imdb.com/title/tt0070723/"><span style="font-weight: 400;">Soylent Green (1973)</span></a></li>
<li><a href="https://www.imdb.com/title/tt0075860/"><span style="font-weight: 400;">Close Encounters of the Third Kind (1977)</span></a></li>
<li><a href="https://www.imdb.com/title/tt0113481/"><span style="font-weight: 400;">Johnny Mnemonic (1995)</span></a></li>
<li><a href="https://www.imdb.com/title/tt0133093/"><span style="font-weight: 400;">The Matrix (1999)</span></a></li>
</ul>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">Hzrd's past conversations: Bowls With Buds </span><a href="https://fountain.fm/episode/E0p20TEm9KEc2oFd3kJR"><span style="font-weight: 400;">316</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://fountain.fm/episode/yDeWZc79tdAiIHHADWhK"><span style="font-weight: 400;">361</span></a></li>
<li><span style="font-weight: 400;">Running into a water hose</span></li>
<li><span style="font-weight: 400;">Little difference, big effect</span></li>
<li><span style="font-weight: 400;">Signing data moves the power to the key holders</span></li>
<li><span style="font-weight: 400;">Self-signing data sets the data free</span></li>
<li><span style="font-weight: 400;">Relay specialization</span></li>
<li><span style="font-weight: 400;">Victor's Amethyst relay guide</span></li>
<li><span style="font-weight: 400;">Encryption and decryption is expensive - is it worth it?&nbsp;</span></li>
<li><span style="font-weight: 400;">The magic of nostr is that stuff follows you around&nbsp;</span></li>
<li><span style="font-weight: 400;">What should be shown? What should be hidden?&nbsp;</span></li>
<li><span style="font-weight: 400;">Don't lie to users. Never show outdated data.&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr is raw and immediate&nbsp;</span></li>
<li><span style="font-weight: 400;">How quickly you get used to things working&nbsp;</span></li>
<li><span style="font-weight: 400;">Legacy web always tries to sell you something&nbsp;</span></li>
<li><span style="font-weight: 400;">Lying, lag, frustration&nbsp;</span></li>
<li><span style="font-weight: 400;">How </span><a href="https://nostrudel.ninja/"><span style="font-weight: 400;">NoStrudel</span></a><span style="font-weight: 400;"> grew&nbsp;</span></li>
<li><span style="font-weight: 400;">NoStrudel notifications</span></li>
<li><span style="font-weight: 400;">Data visualization and dashboards&nbsp;</span></li>
<li><span style="font-weight: 400;">Building in public and discussing in public&nbsp;</span></li>
<li><span style="font-weight: 400;">Should we remove DMs?&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr as a substrate for lookups&nbsp;</span></li>
<li><span style="font-weight: 400;">Using nostr to exchange Signal or SimpleX credentials&nbsp;</span></li>
<li><span style="font-weight: 400;">How private is a group chat?&nbsp;</span></li>
<li><span style="font-weight: 400;">Is a 500-people group chat ever private?&nbsp;</span></li>
<li><span style="font-weight: 400;">Pragmatism vs the engineering mindset&nbsp;</span></li>
<li><span style="font-weight: 400;">The beauty and simplicity of nostr&nbsp;</span></li>
<li><span style="font-weight: 400;">Anti-patterns in nostr&nbsp;</span></li>
<li><span style="font-weight: 400;">Community servers and private relays&nbsp;</span></li>
<li><span style="font-weight: 400;">Will vibe coding fix (some of the) things?&nbsp;</span></li>
<li><span style="font-weight: 400;">Small specialized components VS frameworks&nbsp;</span></li>
<li><span style="font-weight: 400;">Technology vs chairs (and cars, and tractors, and books)&nbsp;</span></li>
<li><span style="font-weight: 400;">The problem of being greedy&nbsp;</span></li>
<li><span style="font-weight: 400;">Competitive silos VS synergistic cooperation&nbsp;</span></li>
<li><span style="font-weight: 400;">Making things easy vs barriers of entry&nbsp;</span></li>
<li><span style="font-weight: 400;">Value4value for music and other artists&nbsp;</span></li>
<li><span style="font-weight: 400;">Adding code vs removing code&nbsp;</span></li>
<li><span style="font-weight: 400;">Pablo's </span><a href="https://github.com/jodobear/sparcaroo"><span style="font-weight: 400;">Roo setup</span></a><span style="font-weight: 400;"> and </span><a href="https://dvmcp.fun/"><span style="font-weight: 400;">DVMCP</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Platform permission slips vs cryptographic identities&nbsp;</span></li>
<li><span style="font-weight: 400;">Micropayments vs Subscription Hell&nbsp;</span></li>
<li><a href="https://ppq.ai/"><span style="font-weight: 400;">PayPerQ</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Setting our user-generated data free</span></li>
<li><span style="font-weight: 400;">The GNU/Linux approach and how it beat Microsoft&nbsp;</span></li>
<li><span style="font-weight: 400;">Agents learning automatically thanks to snippets published on nostr</span></li>
<li><span style="font-weight: 400;">Taxi drivers, GPS, and outsourcing understanding</span></li>
<li><span style="font-weight: 400;">Wizards VS vibe coders</span></li>
<li><span style="font-weight: 400;">Age differences, Siri, and Dragon Naturally Speaking</span></li>
<li><span style="font-weight: 400;">LLMs as a human interface to call tools</span></li>
<li><span style="font-weight: 400;">Natural language vs math and computer language</span></li>
<li><span style="font-weight: 400;">Natural language has to be fuzzy, because the world is fuzzy</span></li>
<li><span style="font-weight: 400;">Language and concepts as compression</span></li>
<li><span style="font-weight: 400;">Hzrd watching The Matrix (1999) for the first time</span></li>
<li><span style="font-weight: 400;">Soylent Green, 2001, Close Encounters of the 3rd Kind, Johnny Mnemonic</span></li>
<li><span style="font-weight: 400;">Are there coincidences?</span></li>
<li><span style="font-weight: 400;">Why are LLMs rising at the same time that cryptography identities are rising?</span></li>
<li><a href="https://21lessons.com/15/"><span style="font-weight: 400;">"The universe smiles at encryption"</span></a></li>
<li><span style="font-weight: 400;">The universe does not smile upon closed silos</span></li>
<li><span style="font-weight: 400;">The cost of applying force from the outside</span></li>
<li><span style="font-weight: 400;">Perfect copies, </span><a href="https://21lessons.com/3/"><span style="font-weight: 400;">locality</span></a><span style="font-weight: 400;">, and the concept of "the original"&nbsp;</span></li>
<li><span style="font-weight: 400;">Perfect memory would be a curse, not a blessing&nbsp;</span></li>
<li><span style="font-weight: 400;">Organic forgetting VS centralized forgetting&nbsp;</span></li>
<li><span style="font-weight: 400;">Forgetting and dying needs to be effortless&nbsp;</span></li>
<li><span style="font-weight: 400;">(it wasn't for IPFS, and they also launched a shitcoin)&nbsp;</span></li>
<li><span style="font-weight: 400;">Bitcoin makes is cheap to figure out what to dismiss&nbsp;</span></li>
<li><span style="font-weight: 400;">Would you like to have a 2nd brain?&nbsp;</span></li>
<li><span style="font-weight: 400;">Trust and running LLMs locally&nbsp;</span></li>
<li><span style="font-weight: 400;">No need for API keys</span></li>
<li><span style="font-weight: 400;">Adjacent communities: local-first, makers and hackers, etc.</span></li>
<li><a href="https://njump.to/nevent1qqsxvahg4a2l6jtv5da9jycx9q0g6rjrtsgpzgj47grv7ct47yr59xgzyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfxjpnn59"><span style="font-weight: 400;">Removing the character limit was a mistake</span></a></li>
<li><span style="font-weight: 400;">Browsing mode vs reading mode</span></li>
<li><span style="font-weight: 400;">The genius of </span><a href="https://njump.to/nevent1qqsxvahg4a2l6jtv5da9jycx9q0g6rjrtsgpzgj47grv7ct47yr59xgzyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfxjpnn59"><span style="font-weight: 400;">tweets and threads</span></a></li>
<li><span style="font-weight: 400;">Vibe-coding and </span><a href="https://github.com/justinmoon/rust-multiplatform"><span style="font-weight: 400;">rust-multiplatform</span></a></li>
<li><span style="font-weight: 400;">Global solutions vs local solutions</span></li>
<li><span style="font-weight: 400;">The long-term survivability of local-first</span></li>
<li><span style="font-weight: 400;">All servers will eventually go away. Your private key won't.</span></li>
<li><span style="font-weight: 400;">It's normal to pay your </span><a href="https://btcmap.org/map#11/32.73046/-16.94523"><span style="font-weight: 400;">breakfast with sats</span></a><span style="font-weight: 400;"> now</span></li>
<li><span style="font-weight: 400;">Nostr is also a normal thing now, at least for us</span></li>
<li><span style="font-weight: 400;">Hzrd's </span><a href="https://github.com/hzrd149/bakery"><span style="font-weight: 400;">bakery</span></a></li>
<li><span style="font-weight: 400;">"Send Gigi a DM that says GM" - and it just works</span></li>
<li><span style="font-weight: 400;">The user is still in control, thanks to </span><a href="https://github.com/greenart7c3/Amber"><span style="font-weight: 400;">Amber</span></a></li>
<li><span style="font-weight: 400;">We are lacking in nostr signing solutions</span></li>
<li><a href="https://getalby.com/products/browser-extension"><span style="font-weight: 400;">Alby</span></a><span style="font-weight: 400;">'s permission system as a step in the right direction</span></li>
<li><span style="font-weight: 400;">We have to get better at explaining that stuff</span></li>
<li><span style="font-weight: 400;">What we do, why we care, why we think it's important&nbsp;</span></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/891754">891,754</a>.</p>]]></description>
      <itunes:image href="https://haven.sovereignengineering.io/936039917ee20d38c1dd502bc493e2ed2bf5fde10b8be6f7013a882e0bcf2460.jpg"/>
      <enclosure url="https://haven.sovereignengineering.io/aea79784cbaaf33a52110e108ddf758c6f67230d227a01ce7a977ce2062250d1.m4a" length="61466157" type="audio/mp4"/>
      <podcast:person href="https://hzrd149.com/" img="https://cdn.hzrd149.com/5ed3fe5df09a74e8c126831eac999364f9eb7624e2b86d521521b8021de20bdc.png" group="cast" role="guest">hzrd149</podcast:person>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:transcript url="https://haven.dergigi.com/45f48be7c416c93640606e29a0963cae8505f2b88e25c0c4d1b7b62b3f24912f.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/09-no-strudelutions-w-hzrd149.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="hzrd149" type="lnaddress" address="hzrd1499@minibits.cash" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqvnjttwdukhxarjw4jx2mr4w35k7mnn94mj66r6wfjqygymmeppfy0natg6cgdar5qkv74tj3l5c8z2akrkyn8jyuasdjs99vpsgqqqw4rs0awkcn">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">f1987107-22ff-4572-8dca-af4c9a8ce549</guid>
      <itunes:subtitle>#09: No Strudelutions w/ hzrd149</itunes:subtitle>
      <itunes:duration>6905</itunes:duration>
      <link>https://njump.to/nevent1qvzqqqqqqypzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqys8wumn8ghj7mn0wd68ytn9d9h82mny0fmkzmn6d9njuumsv93k2tcppemhxue69uhkummn9ekx7mp0qqs807qeg24nhkjq6s2pjfeua23praq35cquqnhguxw9vfuqcc2ctrsau3uaz</link>
      <pubDate>Fri, 18 Apr 2025 16:04:11 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, memes, web, internet, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p><span style="font-weight: 400;">"It isn&rsquo;t obvious that the world had to work this way. But somehow the universe smiles on encryption."</span></p>
<p><a href="https://njump.to/npub1ye5ptcxfyyxl5vjvdjar2ua3f0hynkjzpx552mu5snj3qmx5pzjscpknpr"><span style="font-weight: 400;">hzrd149</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> take a stroll along the shore of cryptographic identities.</span></p>
<p><span style="font-weight: 400;">This dialogue explores how cryptographic signatures fundamentally shift power dynamics in social networks, moving control from servers to key holders. We discuss the concept of "setting data free" through cryptographic verification, the evolving role of relays in the ecosystem, and the challenges of building trust in decentralized systems. We examine the tension between convenience and decentralization, particularly around features like private data and data synchronization. What are the philosophical foundations of building truly decentralized social networks? And how can small architectural decisions have profound implications for user autonomy and data sovereignty?</span></p>
<p><span style="font-weight: 400;">Movies mentioned:</span></p>
<ul>
<li><a href="https://www.imdb.com/title/tt0062622"><span style="font-weight: 400;">2001: A Space Odyssey (1968)</span></a></li>
<li><a href="https://www.imdb.com/title/tt0070723/"><span style="font-weight: 400;">Soylent Green (1973)</span></a></li>
<li><a href="https://www.imdb.com/title/tt0075860/"><span style="font-weight: 400;">Close Encounters of the Third Kind (1977)</span></a></li>
<li><a href="https://www.imdb.com/title/tt0113481/"><span style="font-weight: 400;">Johnny Mnemonic (1995)</span></a></li>
<li><a href="https://www.imdb.com/title/tt0133093/"><span style="font-weight: 400;">The Matrix (1999)</span></a></li>
</ul>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">Hzrd's past conversations: Bowls With Buds </span><a href="https://fountain.fm/episode/E0p20TEm9KEc2oFd3kJR"><span style="font-weight: 400;">316</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://fountain.fm/episode/yDeWZc79tdAiIHHADWhK"><span style="font-weight: 400;">361</span></a></li>
<li><span style="font-weight: 400;">Running into a water hose</span></li>
<li><span style="font-weight: 400;">Little difference, big effect</span></li>
<li><span style="font-weight: 400;">Signing data moves the power to the key holders</span></li>
<li><span style="font-weight: 400;">Self-signing data sets the data free</span></li>
<li><span style="font-weight: 400;">Relay specialization</span></li>
<li><span style="font-weight: 400;">Victor's Amethyst relay guide</span></li>
<li><span style="font-weight: 400;">Encryption and decryption is expensive - is it worth it?&nbsp;</span></li>
<li><span style="font-weight: 400;">The magic of nostr is that stuff follows you around&nbsp;</span></li>
<li><span style="font-weight: 400;">What should be shown? What should be hidden?&nbsp;</span></li>
<li><span style="font-weight: 400;">Don't lie to users. Never show outdated data.&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr is raw and immediate&nbsp;</span></li>
<li><span style="font-weight: 400;">How quickly you get used to things working&nbsp;</span></li>
<li><span style="font-weight: 400;">Legacy web always tries to sell you something&nbsp;</span></li>
<li><span style="font-weight: 400;">Lying, lag, frustration&nbsp;</span></li>
<li><span style="font-weight: 400;">How </span><a href="https://nostrudel.ninja/"><span style="font-weight: 400;">NoStrudel</span></a><span style="font-weight: 400;"> grew&nbsp;</span></li>
<li><span style="font-weight: 400;">NoStrudel notifications</span></li>
<li><span style="font-weight: 400;">Data visualization and dashboards&nbsp;</span></li>
<li><span style="font-weight: 400;">Building in public and discussing in public&nbsp;</span></li>
<li><span style="font-weight: 400;">Should we remove DMs?&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr as a substrate for lookups&nbsp;</span></li>
<li><span style="font-weight: 400;">Using nostr to exchange Signal or SimpleX credentials&nbsp;</span></li>
<li><span style="font-weight: 400;">How private is a group chat?&nbsp;</span></li>
<li><span style="font-weight: 400;">Is a 500-people group chat ever private?&nbsp;</span></li>
<li><span style="font-weight: 400;">Pragmatism vs the engineering mindset&nbsp;</span></li>
<li><span style="font-weight: 400;">The beauty and simplicity of nostr&nbsp;</span></li>
<li><span style="font-weight: 400;">Anti-patterns in nostr&nbsp;</span></li>
<li><span style="font-weight: 400;">Community servers and private relays&nbsp;</span></li>
<li><span style="font-weight: 400;">Will vibe coding fix (some of the) things?&nbsp;</span></li>
<li><span style="font-weight: 400;">Small specialized components VS frameworks&nbsp;</span></li>
<li><span style="font-weight: 400;">Technology vs chairs (and cars, and tractors, and books)&nbsp;</span></li>
<li><span style="font-weight: 400;">The problem of being greedy&nbsp;</span></li>
<li><span style="font-weight: 400;">Competitive silos VS synergistic cooperation&nbsp;</span></li>
<li><span style="font-weight: 400;">Making things easy vs barriers of entry&nbsp;</span></li>
<li><span style="font-weight: 400;">Value4value for music and other artists&nbsp;</span></li>
<li><span style="font-weight: 400;">Adding code vs removing code&nbsp;</span></li>
<li><span style="font-weight: 400;">Pablo's </span><a href="https://github.com/jodobear/sparcaroo"><span style="font-weight: 400;">Roo setup</span></a><span style="font-weight: 400;"> and </span><a href="https://dvmcp.fun/"><span style="font-weight: 400;">DVMCP</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Platform permission slips vs cryptographic identities&nbsp;</span></li>
<li><span style="font-weight: 400;">Micropayments vs Subscription Hell&nbsp;</span></li>
<li><a href="https://ppq.ai/"><span style="font-weight: 400;">PayPerQ</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Setting our user-generated data free</span></li>
<li><span style="font-weight: 400;">The GNU/Linux approach and how it beat Microsoft&nbsp;</span></li>
<li><span style="font-weight: 400;">Agents learning automatically thanks to snippets published on nostr</span></li>
<li><span style="font-weight: 400;">Taxi drivers, GPS, and outsourcing understanding</span></li>
<li><span style="font-weight: 400;">Wizards VS vibe coders</span></li>
<li><span style="font-weight: 400;">Age differences, Siri, and Dragon Naturally Speaking</span></li>
<li><span style="font-weight: 400;">LLMs as a human interface to call tools</span></li>
<li><span style="font-weight: 400;">Natural language vs math and computer language</span></li>
<li><span style="font-weight: 400;">Natural language has to be fuzzy, because the world is fuzzy</span></li>
<li><span style="font-weight: 400;">Language and concepts as compression</span></li>
<li><span style="font-weight: 400;">Hzrd watching The Matrix (1999) for the first time</span></li>
<li><span style="font-weight: 400;">Soylent Green, 2001, Close Encounters of the 3rd Kind, Johnny Mnemonic</span></li>
<li><span style="font-weight: 400;">Are there coincidences?</span></li>
<li><span style="font-weight: 400;">Why are LLMs rising at the same time that cryptography identities are rising?</span></li>
<li><a href="https://21lessons.com/15/"><span style="font-weight: 400;">"The universe smiles at encryption"</span></a></li>
<li><span style="font-weight: 400;">The universe does not smile upon closed silos</span></li>
<li><span style="font-weight: 400;">The cost of applying force from the outside</span></li>
<li><span style="font-weight: 400;">Perfect copies, </span><a href="https://21lessons.com/3/"><span style="font-weight: 400;">locality</span></a><span style="font-weight: 400;">, and the concept of "the original"&nbsp;</span></li>
<li><span style="font-weight: 400;">Perfect memory would be a curse, not a blessing&nbsp;</span></li>
<li><span style="font-weight: 400;">Organic forgetting VS centralized forgetting&nbsp;</span></li>
<li><span style="font-weight: 400;">Forgetting and dying needs to be effortless&nbsp;</span></li>
<li><span style="font-weight: 400;">(it wasn't for IPFS, and they also launched a shitcoin)&nbsp;</span></li>
<li><span style="font-weight: 400;">Bitcoin makes is cheap to figure out what to dismiss&nbsp;</span></li>
<li><span style="font-weight: 400;">Would you like to have a 2nd brain?&nbsp;</span></li>
<li><span style="font-weight: 400;">Trust and running LLMs locally&nbsp;</span></li>
<li><span style="font-weight: 400;">No need for API keys</span></li>
<li><span style="font-weight: 400;">Adjacent communities: local-first, makers and hackers, etc.</span></li>
<li><a href="https://njump.to/nevent1qqsxvahg4a2l6jtv5da9jycx9q0g6rjrtsgpzgj47grv7ct47yr59xgzyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfxjpnn59"><span style="font-weight: 400;">Removing the character limit was a mistake</span></a></li>
<li><span style="font-weight: 400;">Browsing mode vs reading mode</span></li>
<li><span style="font-weight: 400;">The genius of </span><a href="https://njump.to/nevent1qqsxvahg4a2l6jtv5da9jycx9q0g6rjrtsgpzgj47grv7ct47yr59xgzyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfxjpnn59"><span style="font-weight: 400;">tweets and threads</span></a></li>
<li><span style="font-weight: 400;">Vibe-coding and </span><a href="https://github.com/justinmoon/rust-multiplatform"><span style="font-weight: 400;">rust-multiplatform</span></a></li>
<li><span style="font-weight: 400;">Global solutions vs local solutions</span></li>
<li><span style="font-weight: 400;">The long-term survivability of local-first</span></li>
<li><span style="font-weight: 400;">All servers will eventually go away. Your private key won't.</span></li>
<li><span style="font-weight: 400;">It's normal to pay your </span><a href="https://btcmap.org/map#11/32.73046/-16.94523"><span style="font-weight: 400;">breakfast with sats</span></a><span style="font-weight: 400;"> now</span></li>
<li><span style="font-weight: 400;">Nostr is also a normal thing now, at least for us</span></li>
<li><span style="font-weight: 400;">Hzrd's </span><a href="https://github.com/hzrd149/bakery"><span style="font-weight: 400;">bakery</span></a></li>
<li><span style="font-weight: 400;">"Send Gigi a DM that says GM" - and it just works</span></li>
<li><span style="font-weight: 400;">The user is still in control, thanks to </span><a href="https://github.com/greenart7c3/Amber"><span style="font-weight: 400;">Amber</span></a></li>
<li><span style="font-weight: 400;">We are lacking in nostr signing solutions</span></li>
<li><a href="https://getalby.com/products/browser-extension"><span style="font-weight: 400;">Alby</span></a><span style="font-weight: 400;">'s permission system as a step in the right direction</span></li>
<li><span style="font-weight: 400;">We have to get better at explaining that stuff</span></li>
<li><span style="font-weight: 400;">What we do, why we care, why we think it's important&nbsp;</span></li>
</ul>
<p><br /><br /></p>]]></itunes:summary>
    </item>
    <item>
      <title>#08: Navigating the Vibe w/ Pablo</title>
      <description><![CDATA[<p><span style="font-weight: 400;">"With the shift towards this multi-agent collaboration and orchestration world, you need a neutral substrate that has money, identity, cryptography, and web-of-trust&nbsp; baked in, to make everything work."</span></p>
<p><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft"><span style="font-weight: 400;">Pablo</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> are getting high on <span style="text-decoration: line-through;">glue</span> nostr.</span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">Books and articles mentioned:</span></p>
<ul>
<li><a href="https://www.goodreads.com/book/show/36656180-saving-beauty"><span style="font-weight: 400;">Saving beauty</span></a><span style="font-weight: 400;"> by Byung-Chul Han</span></li>
<li><a href="https://wattenberger.com/thoughts/llms-as-a-tool-for-thought"><span style="font-weight: 400;">LLMs as a tool for thought</span></a><span style="font-weight: 400;"> by Amelia Wattenberger</span></li>
</ul>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><a href="https://github.com/dergigi/vibeline"><span style="font-weight: 400;">vibeline</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://github.com/dergigi/vibeline-ui"><span style="font-weight: 400;">vibeline-ui</span></a></li>
<li><span style="font-weight: 400;">LLMs as tools, and how to use them</span></li>
<li><span style="font-weight: 400;">Vervaeke: </span><a href="https://www.youtube.com/watch?v=A-_RdKiDbz4"><span style="font-weight: 400;">AI thresholds &amp; the path we must take</span></a></li>
<li><span style="font-weight: 400;">Hallucinations and grounding in reality</span></li>
<li><span style="font-weight: 400;">GPL, LLMs, and </span><a href="https://danb.me/blog/llms-licensing/"><span style="font-weight: 400;">open-source licensing</span></a></li>
<li><span style="font-weight: 400;">Pablo's multi-agent Roo setup</span></li>
<li><span style="font-weight: 400;">Are we going to make programmers obsolete?</span></li>
<li><span style="font-weight: 400;">"When it works it's amazing"</span></li>
<li><span style="font-weight: 400;">Hiring &amp; training agents</span></li>
<li><span style="font-weight: 400;">Agents creating RAG databases of NIPs</span></li>
<li><span style="font-weight: 400;">Different models and their context windows</span></li>
<li><span style="font-weight: 400;">Generalists vs specialists</span></li>
<li><span style="font-weight: 400;">"Write drunk, edit sober"</span></li>
<li><a href="https://dvmcp.fun/"><span style="font-weight: 400;">DVMCP.fun</span></a></li>
<li><span style="font-weight: 400;">Recklessness and destruction of vibe-coding&nbsp;</span></li>
<li><span style="font-weight: 400;">Sharing secrets with agents &amp; LLMs&nbsp;</span></li>
<li><span style="font-weight: 400;">The "no API key" advantage of nostr</span></li>
<li><span style="font-weight: 400;">What data to trust? And how does nostr help?&nbsp;</span></li>
<li><span style="font-weight: 400;">Identity, web of trust, and signing data&nbsp;</span></li>
<li><span style="font-weight: 400;">How to fight </span><a href="https://nostr.band/?q=%23aislop"><span style="font-weight: 400;">AI slop</span></a></li>
<li><span style="font-weight: 400;">Marketplaces of code snippets&nbsp;</span></li>
<li><span style="font-weight: 400;">Restricting agents with expert knowledge&nbsp;</span></li>
<li><span style="font-weight: 400;">Trusted sources without a central repository&nbsp;</span></li>
<li><a href="https://zapstore.dev/"><span style="font-weight: 400;">Zapstore</span></a><span style="font-weight: 400;"> as the prime example&nbsp;</span></li>
<li><span style="font-weight: 400;">"How do you fight off re-inventing GitHub?"&nbsp;</span></li>
<li><span style="font-weight: 400;">Using large context windows to help with refactoring&nbsp;</span></li>
<li><span style="font-weight: 400;">Code snippets for </span><a href="https://olas.app/"><span style="font-weight: 400;">Olas</span></a><span style="font-weight: 400;">, </span><a href="https://github.com/nostr-dev-kit/ndk"><span style="font-weight: 400;">NDK</span></a><span style="font-weight: 400;">, NIP-60, and more</span></li>
<li><span style="font-weight: 400;">Using MCP as the base&nbsp;</span></li>
<li><span style="font-weight: 400;">Using nostr as the underlying substrate&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr as the glue &amp; the discovery layer&nbsp;</span></li>
<li><span style="font-weight: 400;">Why is this important?&nbsp;</span></li>
<li><span style="font-weight: 400;">Why is this exciting?&nbsp;</span></li>
<li><span style="font-weight: 400;">"With the shift towards this multi-agent collaboration and orchestration world, you need a neutral substrate that has money/identity/cryptography and web-of-trust&nbsp; baked in, to make everything work."</span></li>
<li><span style="font-weight: 400;">How to single-shot nostr applications&nbsp;</span></li>
<li><span style="font-weight: 400;">"Go and create this app"&nbsp;</span></li>
<li><span style="font-weight: 400;">The agent has money, because of </span><a href="https://nips.nostr.com/60"><span style="font-weight: 400;">NIP-60</span></a><span style="font-weight: 400;">/</span><a href="https://nips.nostr.com/61"><span style="font-weight: 400;">61</span></a></li>
<li><a href="https://ppq.ai/"><span style="font-weight: 400;">PayPerQ</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Anthropic and the genius of </span><a href="https://modelcontextprotocol.io/docs/concepts/tools"><span style="font-weight: 400;">mcp-tools</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Agents zapping &amp; giving SkyNet more money&nbsp;</span></li>
<li><span style="font-weight: 400;">Are we going to run the mints?&nbsp;</span></li>
<li><span style="font-weight: 400;">Are agents going to run the mints?&nbsp;</span></li>
<li><span style="font-weight: 400;">How can we best explain this to our bubble?&nbsp;</span></li>
<li><span style="font-weight: 400;">Let alone to people outside of our bubble?&nbsp;</span></li>
<li><span style="font-weight: 400;">Building pipelines of multiple agents&nbsp;</span></li>
<li><span style="font-weight: 400;">LLM chains &amp; piped Unix tools&nbsp;</span></li>
<li><span style="font-weight: 400;">OpenAI vs Anthropic&nbsp;</span></li>
<li><span style="font-weight: 400;">Genius models without tools vs midwit models with tools&nbsp;</span></li>
<li><span style="font-weight: 400;">Re-thinking software development&nbsp;</span></li>
<li><span style="font-weight: 400;">LLMs allow you to tackle bigger problems&nbsp;</span></li>
<li><span style="font-weight: 400;">Increased speed is a paradigm shift&nbsp;</span></li>
<li><span style="font-weight: 400;">Generalists vs specialists, left brain vs right brain&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr as the home for specialists&nbsp;</span></li>
<li><span style="font-weight: 400;">fiatjaf publishing snippets (reluctantly)&nbsp;</span></li>
<li><span style="font-weight: 400;">fiatjaf's </span><a href="https://github.com/fiatjaf/blossom"><span style="font-weight: 400;">blossom</span></a><span style="font-weight: 400;"> implementation&nbsp;</span></li>
<li><span style="font-weight: 400;">Thinking with LLMs</span></li>
<li><span style="font-weight: 400;">The tension of specialization VS generalization&nbsp;</span></li>
<li><span style="font-weight: 400;">How the publishing world changed</span></li>
<li><span style="font-weight: 400;">Stupid faces on YouTube thumbnails&nbsp;</span></li>
<li><span style="font-weight: 400;">Gaming the algorithm&nbsp;</span></li>
<li><span style="font-weight: 400;">Will AI slop destroy the attention economy?&nbsp;</span></li>
<li><span style="font-weight: 400;">Recency bias &amp; hiding publication dates&nbsp;</span></li>
<li><span style="font-weight: 400;">Undoing platform conditioning as a success metric&nbsp;</span></li>
<li><span style="font-weight: 400;">Craving realness in a fake attention world&nbsp;</span></li>
<li><span style="font-weight: 400;">The theater of the attention economy&nbsp;</span></li>
<li><span style="font-weight: 400;">What TikTok got "right"&nbsp;</span></li>
<li><span style="font-weight: 400;">Porn, FoodPorn, EarthPorn, etc.&nbsp;</span></li>
<li><span style="font-weight: 400;">Porn vs Beauty&nbsp;</span></li>
<li><span style="font-weight: 400;">Smoothness and awe&nbsp;</span></li>
<li><span style="font-weight: 400;">"Beauty is an angel that could kill you in an instant (but decides not to)."</span></li>
<li><span style="font-weight: 400;">The success of Joe Rogan &amp; long-form conversations&nbsp;</span></li>
<li><span style="font-weight: 400;">Smoothness fatigue &amp; how our feeds numb us&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr &amp; touching grass&nbsp;</span></li>
<li><span style="font-weight: 400;">How movement changes conversations&nbsp;</span></li>
<li><span style="font-weight: 400;">LangChain &amp; DVMs&nbsp;</span></li>
<li><span style="font-weight: 400;">Central models vs marketplaces&nbsp;</span></li>
<li><span style="font-weight: 400;">Going from assembly to high-level to conceptual&nbsp;</span></li>
<li><span style="font-weight: 400;">Natural language VS programming languages&nbsp;</span></li>
<li><span style="font-weight: 400;">Pablo's code snippets&nbsp;</span></li>
<li><span style="font-weight: 400;">Writing documentation for LLMs</span></li>
<li><span style="font-weight: 400;">Shared concepts, shared language, and forks&nbsp;</span></li>
<li><span style="font-weight: 400;">Vibe-forking open-source software&nbsp;</span></li>
<li><span style="font-weight: 400;">Spotting vibe-coded interfaces&nbsp;</span></li>
<li><span style="font-weight: 400;">Visualizing nostr data in a 3D world&nbsp;</span></li>
<li><span style="font-weight: 400;">Tweets, blog posts, and podcasts&nbsp;</span></li>
<li><span style="font-weight: 400;">Vibe-producing blog posts from conversations&nbsp;</span></li>
<li><span style="font-weight: 400;">Tweets are excellent for discovery&nbsp;</span></li>
<li><span style="font-weight: 400;">Adding context to tweets (long-form posts, podcasts, etc)&nbsp;</span></li>
<li><span style="font-weight: 400;">Removing the character limit was a mistake&nbsp;</span></li>
<li><span style="font-weight: 400;">"Everyone's attention span is rekt"</span></li>
<li><span style="font-weight: 400;">"There is no meaning without friction"&nbsp;</span></li>
<li><span style="font-weight: 400;">"Nothing worth having ever comes easy"&nbsp;</span></li>
<li><span style="font-weight: 400;">Being okay with doing the hard thing</span></li>
<li><span style="font-weight: 400;">Growth hacks &amp; engagement bait</span></li>
<li><span style="font-weight: 400;">TikTok, theater, and showing faces and emotions</span></li>
<li><span style="font-weight: 400;">The </span><a href="https://en.wikipedia.org/wiki/1%25_rule"><span style="font-weight: 400;">1% rule</span></a><span style="font-weight: 400;">: 99% of internet users are Lurkers</span></li>
<li><span style="font-weight: 400;">"We are socially malnourished"</span></li>
<li><a href="https://vertexlab.io/"><span style="font-weight: 400;">Web-of-trust</span></a><span style="font-weight: 400;"> and zaps bring realness</span></li>
<li><span style="font-weight: 400;">The semantic web does NOT fix this LLMs might</span></li>
<li><span style="font-weight: 400;">"You can not model the world perfectly"</span></li>
<li><span style="font-weight: 400;">Hallucination as a requirement for creativity</span></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/890848">890,848</a>.</p>]]></description>
      <itunes:image href="https://haven.sovereignengineering.io/4332ee0d3237589630450057f5a8643b7dadd5be9fc8906fee8b3fd3619d5fdc.jpg"/>
      <enclosure url="https://haven.sovereignengineering.io/163991993992a3ba54e22d8c1516bd2fdec4fb228e698931cb9474b80ced7dc5.m4a" length="51138377" type="audio/mp4"/>
      <podcast:person href="https://njump.to/_@f7z.io" img="https://m.primal.net/KwlG.jpg" group="cast" role="guest">Pablo</podcast:person>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:transcript url="https://haven.dergigi.com/ef91b4cb73b93aefd5804c4e74237c2e8c5ca8ce9140c81e6976c7a102805b0f.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/08-navigating-the-vibe-w-pablo.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Pablo" type="lnaddress" address="pablof7z@primal.net" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqwnsttwv9mxjempw35kueedw35x2ttkd93x2tth94cxzcnvdupzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqvzqqqr4gu65n7mw">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">51b918d9-dc3c-4bb9-87f1-60f674f5f5eb</guid>
      <itunes:subtitle>#08: Navigating the Vibe w/ Pablo</itunes:subtitle>
      <itunes:duration>5728</itunes:duration>
      <link>https://njump.to/nevent1qvzqqqqqqypzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqys8wumn8ghj7mn0wd68ytn9d9h82mny0fmkzmn6d9njuumsv93k2tcppemhxue69uhkummn9ekx7mp0qqsdpepvgml06dcsfuuy0x0jhka9jtwpvqrh5ue6qxmtva2xje7n9aqs5852f</link>
      <pubDate>Wed, 04 Apr 2025 10:21:21 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, memes, web, internet, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p><span style="font-weight: 400;">"With the shift towards this multi-agent collaboration and orchestration world, you need a neutral substrate that has money, identity, cryptography, and web-of-trust&nbsp; baked in, to make everything work."</span></p>
<p><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft"><span style="font-weight: 400;">Pablo</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> are getting high on <span style="text-decoration: line-through;">glue</span> nostr.</span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">Books and articles mentioned:</span></p>
<ul>
<li><a href="https://www.goodreads.com/book/show/36656180-saving-beauty"><span style="font-weight: 400;">Saving beauty</span></a><span style="font-weight: 400;"> by Byung-Chul Han</span></li>
<li><a href="https://wattenberger.com/thoughts/llms-as-a-tool-for-thought"><span style="font-weight: 400;">LLMs as a tool for thought</span></a><span style="font-weight: 400;"> by Amelia Wattenberger</span></li>
</ul>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><a href="https://github.com/dergigi/vibeline"><span style="font-weight: 400;">vibeline</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://github.com/dergigi/vibeline-ui"><span style="font-weight: 400;">vibeline-ui</span></a></li>
<li><span style="font-weight: 400;">LLMs as tools, and how to use them</span></li>
<li><span style="font-weight: 400;">Vervaeke: </span><a href="https://www.youtube.com/watch?v=A-_RdKiDbz4"><span style="font-weight: 400;">AI thresholds &amp; the path we must take</span></a></li>
<li><span style="font-weight: 400;">Hallucinations and grounding in reality</span></li>
<li><span style="font-weight: 400;">GPL, LLMs, and </span><a href="https://danb.me/blog/llms-licensing/"><span style="font-weight: 400;">open-source licensing</span></a></li>
<li><span style="font-weight: 400;">Pablo's multi-agent Roo setup</span></li>
<li><span style="font-weight: 400;">Are we going to make programmers obsolete?</span></li>
<li><span style="font-weight: 400;">"When it works it's amazing"</span></li>
<li><span style="font-weight: 400;">Hiring &amp; training agents</span></li>
<li><span style="font-weight: 400;">Agents creating RAG databases of NIPs</span></li>
<li><span style="font-weight: 400;">Different models and their context windows</span></li>
<li><span style="font-weight: 400;">Generalists vs specialists</span></li>
<li><span style="font-weight: 400;">"Write drunk, edit sober"</span></li>
<li><a href="https://dvmcp.fun/"><span style="font-weight: 400;">DVMCP.fun</span></a></li>
<li><span style="font-weight: 400;">Recklessness and destruction of vibe-coding&nbsp;</span></li>
<li><span style="font-weight: 400;">Sharing secrets with agents &amp; LLMs&nbsp;</span></li>
<li><span style="font-weight: 400;">The "no API key" advantage of nostr</span></li>
<li><span style="font-weight: 400;">What data to trust? And how does nostr help?&nbsp;</span></li>
<li><span style="font-weight: 400;">Identity, web of trust, and signing data&nbsp;</span></li>
<li><span style="font-weight: 400;">How to fight </span><a href="https://nostr.band/?q=%23aislop"><span style="font-weight: 400;">AI slop</span></a></li>
<li><span style="font-weight: 400;">Marketplaces of code snippets&nbsp;</span></li>
<li><span style="font-weight: 400;">Restricting agents with expert knowledge&nbsp;</span></li>
<li><span style="font-weight: 400;">Trusted sources without a central repository&nbsp;</span></li>
<li><a href="https://zapstore.dev/"><span style="font-weight: 400;">Zapstore</span></a><span style="font-weight: 400;"> as the prime example&nbsp;</span></li>
<li><span style="font-weight: 400;">"How do you fight off re-inventing GitHub?"&nbsp;</span></li>
<li><span style="font-weight: 400;">Using large context windows to help with refactoring&nbsp;</span></li>
<li><span style="font-weight: 400;">Code snippets for </span><a href="https://olas.app/"><span style="font-weight: 400;">Olas</span></a><span style="font-weight: 400;">, </span><a href="https://github.com/nostr-dev-kit/ndk"><span style="font-weight: 400;">NDK</span></a><span style="font-weight: 400;">, NIP-60, and more</span></li>
<li><span style="font-weight: 400;">Using MCP as the base&nbsp;</span></li>
<li><span style="font-weight: 400;">Using nostr as the underlying substrate&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr as the glue &amp; the discovery layer&nbsp;</span></li>
<li><span style="font-weight: 400;">Why is this important?&nbsp;</span></li>
<li><span style="font-weight: 400;">Why is this exciting?&nbsp;</span></li>
<li><span style="font-weight: 400;">"With the shift towards this multi-agent collaboration and orchestration world, you need a neutral substrate that has money/identity/cryptography and web-of-trust&nbsp; baked in, to make everything work."</span></li>
<li><span style="font-weight: 400;">How to single-shot nostr applications&nbsp;</span></li>
<li><span style="font-weight: 400;">"Go and create this app"&nbsp;</span></li>
<li><span style="font-weight: 400;">The agent has money, because of </span><a href="https://nips.nostr.com/60"><span style="font-weight: 400;">NIP-60</span></a><span style="font-weight: 400;">/</span><a href="https://nips.nostr.com/61"><span style="font-weight: 400;">61</span></a></li>
<li><a href="https://ppq.ai/"><span style="font-weight: 400;">PayPerQ</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Anthropic and the genius of </span><a href="https://modelcontextprotocol.io/docs/concepts/tools"><span style="font-weight: 400;">mcp-tools</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Agents zapping &amp; giving SkyNet more money&nbsp;</span></li>
<li><span style="font-weight: 400;">Are we going to run the mints?&nbsp;</span></li>
<li><span style="font-weight: 400;">Are agents going to run the mints?&nbsp;</span></li>
<li><span style="font-weight: 400;">How can we best explain this to our bubble?&nbsp;</span></li>
<li><span style="font-weight: 400;">Let alone to people outside of our bubble?&nbsp;</span></li>
<li><span style="font-weight: 400;">Building pipelines of multiple agents&nbsp;</span></li>
<li><span style="font-weight: 400;">LLM chains &amp; piped Unix tools&nbsp;</span></li>
<li><span style="font-weight: 400;">OpenAI vs Anthropic&nbsp;</span></li>
<li><span style="font-weight: 400;">Genius models without tools vs midwit models with tools&nbsp;</span></li>
<li><span style="font-weight: 400;">Re-thinking software development&nbsp;</span></li>
<li><span style="font-weight: 400;">LLMs allow you to tackle bigger problems&nbsp;</span></li>
<li><span style="font-weight: 400;">Increased speed is a paradigm shift&nbsp;</span></li>
<li><span style="font-weight: 400;">Generalists vs specialists, left brain vs right brain&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr as the home for specialists&nbsp;</span></li>
<li><span style="font-weight: 400;">fiatjaf publishing snippets (reluctantly)&nbsp;</span></li>
<li><span style="font-weight: 400;">fiatjaf's </span><a href="https://github.com/fiatjaf/blossom"><span style="font-weight: 400;">blossom</span></a><span style="font-weight: 400;"> implementation&nbsp;</span></li>
<li><span style="font-weight: 400;">Thinking with LLMs</span></li>
<li><span style="font-weight: 400;">The tension of specialization VS generalization&nbsp;</span></li>
<li><span style="font-weight: 400;">How the publishing world changed</span></li>
<li><span style="font-weight: 400;">Stupid faces on YouTube thumbnails&nbsp;</span></li>
<li><span style="font-weight: 400;">Gaming the algorithm&nbsp;</span></li>
<li><span style="font-weight: 400;">Will AI slop destroy the attention economy?&nbsp;</span></li>
<li><span style="font-weight: 400;">Recency bias &amp; hiding publication dates&nbsp;</span></li>
<li><span style="font-weight: 400;">Undoing platform conditioning as a success metric&nbsp;</span></li>
<li><span style="font-weight: 400;">Craving realness in a fake attention world&nbsp;</span></li>
<li><span style="font-weight: 400;">The theater of the attention economy&nbsp;</span></li>
<li><span style="font-weight: 400;">What TikTok got "right"&nbsp;</span></li>
<li><span style="font-weight: 400;">Porn, FoodPorn, EarthPorn, etc.&nbsp;</span></li>
<li><span style="font-weight: 400;">Porn vs Beauty&nbsp;</span></li>
<li><span style="font-weight: 400;">Smoothness and awe&nbsp;</span></li>
<li><span style="font-weight: 400;">"Beauty is an angel that could kill you in an instant (but decides not to)."</span></li>
<li><span style="font-weight: 400;">The success of Joe Rogan &amp; long-form conversations&nbsp;</span></li>
<li><span style="font-weight: 400;">Smoothness fatigue &amp; how our feeds numb us&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr &amp; touching grass&nbsp;</span></li>
<li><span style="font-weight: 400;">How movement changes conversations&nbsp;</span></li>
<li><span style="font-weight: 400;">LangChain &amp; DVMs&nbsp;</span></li>
<li><span style="font-weight: 400;">Central models vs marketplaces&nbsp;</span></li>
<li><span style="font-weight: 400;">Going from assembly to high-level to conceptual&nbsp;</span></li>
<li><span style="font-weight: 400;">Natural language VS programming languages&nbsp;</span></li>
<li><span style="font-weight: 400;">Pablo's code snippets&nbsp;</span></li>
<li><span style="font-weight: 400;">Writing documentation for LLMs</span></li>
<li><span style="font-weight: 400;">Shared concepts, shared language, and forks&nbsp;</span></li>
<li><span style="font-weight: 400;">Vibe-forking open-source software&nbsp;</span></li>
<li><span style="font-weight: 400;">Spotting vibe-coded interfaces&nbsp;</span></li>
<li><span style="font-weight: 400;">Visualizing nostr data in a 3D world&nbsp;</span></li>
<li><span style="font-weight: 400;">Tweets, blog posts, and podcasts&nbsp;</span></li>
<li><span style="font-weight: 400;">Vibe-producing blog posts from conversations&nbsp;</span></li>
<li><span style="font-weight: 400;">Tweets are excellent for discovery&nbsp;</span></li>
<li><span style="font-weight: 400;">Adding context to tweets (long-form posts, podcasts, etc)&nbsp;</span></li>
<li><span style="font-weight: 400;">Removing the character limit was a mistake&nbsp;</span></li>
<li><span style="font-weight: 400;">"Everyone's attention span is rekt"</span></li>
<li><span style="font-weight: 400;">"There is no meaning without friction"&nbsp;</span></li>
<li><span style="font-weight: 400;">"Nothing worth having ever comes easy"&nbsp;</span></li>
<li><span style="font-weight: 400;">Being okay with doing the hard thing</span></li>
<li><span style="font-weight: 400;">Growth hacks &amp; engagement bait</span></li>
<li><span style="font-weight: 400;">TikTok, theater, and showing faces and emotions</span></li>
<li><span style="font-weight: 400;">The </span><a href="https://en.wikipedia.org/wiki/1%25_rule"><span style="font-weight: 400;">1% rule</span></a><span style="font-weight: 400;">: 99% of internet users are Lurkers</span></li>
<li><span style="font-weight: 400;">"We are socially malnourished"</span></li>
<li><a href="https://vertexlab.io/"><span style="font-weight: 400;">Web-of-trust</span></a><span style="font-weight: 400;"> and zaps bring realness</span></li>
<li><span style="font-weight: 400;">The semantic web does NOT fix this LLMs might</span></li>
<li><span style="font-weight: 400;">"You can not model the world perfectly"</span></li>
<li><span style="font-weight: 400;">Hallucination as a requirement for creativity</span></li>
</ul>
<p><br /><br /></p>]]></itunes:summary>
    </item>
    <item>
      <title>#07: Zig Multiplatform w/ Justin</title>
      <description><![CDATA[<p><span style="font-weight: 400;">&ldquo;The age of the idea guys has begun.&rdquo;</span></p>
<p><a href="https://njump.to/npub1zxu639qym0esxnn7rzrt48wycmfhdu3e5yvzwx7ja3t84zyc2r8qz8cx2y"><span style="font-weight: 400;">Justin</span></a><span style="font-weight: 400;"> &amp;</span><a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;"> </span><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> vibe about Zig.</span></p>
<p><span style="font-weight: 400;">Articles mentioned:</span></p>
<ul>
<li><a href="https://wattenberger.com/thoughts/llms-as-a-tool-for-thought"><span style="font-weight: 400;">LLMs as a tool for thought</span></a><span style="font-weight: 400;"> by Amelia Wattenberger</span></li>
<li><a href="https://nakamotoinstitute.org/library/micropayments-and-mental-transaction-costs/"><span style="font-weight: 400;">Micropayments and Mental Transaction Costs</span></a><span style="font-weight: 400;"> by Nick Szabo</span></li>
<li><a href="https://wattenberger.com/thoughts/our-interfaces-have-lost-their-senses"><span style="font-weight: 400;">How our interfaces have lost their senses</span></a><span style="font-weight: 400;"> by Amelia Wattenberger</span></li>
</ul>
<p><span style="font-weight: 400;">Talks mentioned:</span></p>
<ul>
<li><a href="https://youtu.be/PBAuHv5cPl8"><span style="font-weight: 400;">The Art of Bitcoin Rhetoric</span></a><span style="font-weight: 400;"> by Bitstein</span></li>
</ul>
<p><span style="font-weight: 400;">Books mentioned:</span></p>
<ul>
<li><a href="https://bitcoin-resources.com/books/human-action"><span style="font-weight: 400;">Human Action</span></a><span style="font-weight: 400;"> by Ludwig von Mises</span></li>
<li><a href="https://bitcoin-resources.com/books/working-in-public"><span style="font-weight: 400;">Working in Public</span></a><span style="font-weight: 400;"> by Nadia Eghbal</span></li>
</ul>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><a href="https://github.com/fiatjaf/nak"><span style="font-weight: 400;">nak</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Files</span></li>
<li><a href="https://syncthing.net/"><span style="font-weight: 400;">SyncThing</span></a><span style="font-weight: 400;"> (and how it BitTorrent Sync became Resilio Sync)&nbsp;</span></li>
<li><span style="font-weight: 400;">Convention over configuration&nbsp;</span></li>
<li><span style="font-weight: 400;">Changes &amp; speciation&nbsp;</span></li>
<li><span style="font-weight: 400;">File systems as sources of truth&nbsp;</span></li>
<li><span style="font-weight: 400;">Vibe-coding shower thoughts&nbsp;</span></li>
<li><span style="font-weight: 400;">Inspiration and The Muse&nbsp;</span></li>
<li><span style="font-weight: 400;">Justin's LLM setup&nbsp;</span></li>
<li><span style="font-weight: 400;">Tony's setup (o1-pro as the architect)&nbsp;</span></li>
<li><span style="font-weight: 400;">Being okay with paying for LLMs&nbsp;</span></li>
<li><span style="font-weight: 400;">Anthropomorphising LLMs</span></li>
<li><span style="font-weight: 400;">Dialog, </span><a href="https://rubberduckdebugging.com/"><span style="font-weight: 400;">rubber-duck debugging</span></a><span style="font-weight: 400;">, and the process of thinking&nbsp;</span></li>
<li><span style="font-weight: 400;">Being nice and mean to LLMs</span></li>
<li><a href="https://njump.to/nevent1qqsgmjffd7n382dj4e2l9dtctnrx98lw0vnt86rfggrgfq6vfpnysmszyqgmn2y5qndlxq6w0cvgdw5acnrdxahj8xs3sfcm6tk9v75gnpgvu6htgn9"><span style="font-weight: 400;">Battlebots</span></a><span style="font-weight: 400;"> &amp; Gladiators</span></li>
<li><span style="font-weight: 400;">Hedging your bets by being nice to Skynet</span></li>
<li><span style="font-weight: 400;">Pascal's Wager for AI</span></li>
<li><span style="font-weight: 400;">Thinking models vs non-thinking faster models</span></li>
<li><span style="font-weight: 400;">Sandwich-style LLM prompting, again (waterfall stuff, </span><a href="https://gist.github.com/dskvr/b34f836b68ff2ca51bcc8fe7763eceec"><span style="font-weight: 400;">HLDD / LLDD</span></a><span style="font-weight: 400;">)&nbsp;</span></li>
<li><span style="font-weight: 400;">Cursor rules &amp; Paul's </span><a href="https://github.com/futurepaul/prompt-buddy"><span style="font-weight: 400;">Prompt Buddy</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Giving lots of context vs giving specific context&nbsp;</span></li>
<li><span style="font-weight: 400;">The benefit of LLMs figuring out obscure bugs in minutes (instead of days)&nbsp;</span></li>
<li><span style="font-weight: 400;">The phase change of fast iteration and vibe coding&nbsp;</span></li>
<li><span style="font-weight: 400;">Idea level vs coding level&nbsp;</span></li>
<li><span style="font-weight: 400;">High-level vs low-level languages&nbsp;</span></li>
<li><span style="font-weight: 400;">Gigi's "vibeline"&nbsp;</span></li>
<li><a href="https://duckduckgo.com/?q=peterson+logos&amp;iar=videos&amp;iax=videos&amp;ia=videos"><span style="font-weight: 400;">Peterson</span></a><span style="font-weight: 400;">'s Logos vs </span><a href="https://duckduckgo.com/?q=vervaeke+dialogos&amp;iax=videos&amp;ia=videos"><span style="font-weight: 400;">Vervaeke</span></a><span style="font-weight: 400;">'s Dia-Logos&nbsp;</span></li>
<li><span style="font-weight: 400;">Entering into a conversation with technology&nbsp;</span></li>
<li><span style="font-weight: 400;">Introducing MCPs into your workflow</span></li>
<li><span style="font-weight: 400;">How does Claude think?&nbsp;</span></li>
<li><span style="font-weight: 400;">How does it create a rhyme?</span></li>
<li><span style="font-weight: 400;">How does thinking work?&nbsp;</span></li>
<li><span style="font-weight: 400;">And how does it relate to dialogue?</span></li>
<li><span style="font-weight: 400;">Gzuuus' </span><a href="https://github.com/gzuuus/dvmcp"><span style="font-weight: 400;">DVMCP</span></a><span style="font-weight: 400;"> &amp; using nostr as an AI substrate</span></li>
<li><span style="font-weight: 400;">Language Server Protocols (LSPs)</span></li>
<li><span style="font-weight: 400;">VAAS: Vibe-coding as a service</span></li>
<li><span style="font-weight: 400;">Open models vs proprietary models</span></li>
<li><span style="font-weight: 400;">What Cursor got right</span></li>
<li><span style="font-weight: 400;">What ChatGPT got right&nbsp;</span></li>
<li><span style="font-weight: 400;">What Google got right</span></li>
<li><span style="font-weight: 400;">Tight integration of tools &amp; remaining in a flow state</span></li>
<li><span style="font-weight: 400;">LLMs as conversational partners</span></li>
<li><span style="font-weight: 400;">The cost of context switching&nbsp;</span></li>
<li><span style="font-weight: 400;">Conversational flow &amp; how to stay in it&nbsp;</span></li>
<li><span style="font-weight: 400;">Prompts VS diary entries&nbsp;</span></li>
<li><span style="font-weight: 400;">Solving technical vs philosophical models&nbsp;</span></li>
<li><span style="font-weight: 400;">Buying GPUs &amp; training your own models&nbsp;</span></li>
<li><span style="font-weight: 400;">Training LLMs to understand Zig&nbsp;</span></li>
<li><span style="font-weight: 400;">Preventing entryism by writing </span><a href="https://ziglang.org/documentation/master/"><span style="font-weight: 400;">no documentation</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Thin layers &amp; alignment layers&nbsp;</span></li>
<li><a href="https://bitcoin-resources.com/books/working-in-public"><span style="font-weight: 400;">Working in public</span></a><span style="font-weight: 400;"> &amp; thinking in public&nbsp;</span></li>
<li><span style="font-weight: 400;">Building a therapist / diary / notes / idea / task system</span></li>
<li><span style="font-weight: 400;">"The age of the idea guys has begun."</span></li>
<li><span style="font-weight: 400;">Daemons and spirits&nbsp;</span></li>
<li><span style="font-weight: 400;">Monological VS dialogical thinking&nbsp;</span></li>
<li><span style="font-weight: 400;">Yes-men and disagreeable LLMs&nbsp;</span></li>
<li><span style="font-weight: 400;">Energy cost vs human cost&nbsp;</span></li>
<li><span style="font-weight: 400;">Paying by the meter vs paying a subscription&nbsp;</span></li>
<li><span style="font-weight: 400;">The equivalence of storage and compute&nbsp;</span></li>
<li><span style="font-weight: 400;">Thinking needs memory, and memory is about the future&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr+ecash as the perfect AI+human substrate&nbsp;</span></li>
<li><span style="font-weight: 400;">Real cost, real consequence, and Human Action&nbsp;</span></li>
<li><span style="font-weight: 400;">The cost of words &amp; speaking&nbsp;</span></li>
<li><span style="font-weight: 400;">Costly signals and free markets&nbsp;</span></li>
<li><span style="font-weight: 400;">From shitcoin tokens to LLM tokens to ecash tokens&nbsp;</span></li>
<li><span style="font-weight: 400;">Being too close to the metal &amp; not seeing the forest for the trees&nbsp;</span></li>
<li><span style="font-weight: 400;">Power users vs engineers&nbsp;</span></li>
<li><span style="font-weight: 400;">Participatory knowing and actually using the tools&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr as the germination ground for ecash&nbsp;</span></li>
<li><span style="font-weight: 400;">What is Sovereign Engineering?&nbsp;</span></li>
<li><a href="https://llvm.org/"><span style="font-weight: 400;">LLVM</span></a><span style="font-weight: 400;"> and the other side of the bell-curve&nbsp;</span></li>
<li><span style="font-weight: 400;">How nostr gives you users, discovery, mircopayments, a backend, and many other things for free&nbsp;</span></li>
<li><span style="font-weight: 400;">Echo chambers &amp; virality&nbsp;</span></li>
<li><span style="font-weight: 400;">Authenticity &amp; Realness&nbsp;</span></li>
<li><span style="font-weight: 400;">Growing on the edges, catering to the fringe&nbsp;</span></li>
<li><span style="font-weight: 400;">You don't own your iPhone&nbsp;</span></li>
<li><a href="https://grapheneos.org/"><span style="font-weight: 400;">GrapheneOS</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">WebRTC and other monolithic "open" standards&nbsp;</span></li>
<li><span style="font-weight: 400;">Optimizing for the wrong thing&nbsp;</span></li>
<li><span style="font-weight: 400;">Building a nostr phone &amp; Gigi's </span><a href="https://njump.to/nevent1qqsr4scsxwpvleeklkq60l6300s8hnkt579az2guhctv26slv0k3axcpz3mhxue69uhkummnw3ezummcw3ezuer9wcpzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nqvzqqqqqqyqz2yg6"><span style="font-weight: 400;">dream flow</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Using nostr to sync dotfile setups and other things&nbsp;</span></li>
<li><span style="font-weight: 400;">"There are no solutions, only trade-offs"&nbsp;</span></li>
<li><span style="font-weight: 400;">Cross-platform development&nbsp;</span></li>
<li><span style="font-weight: 400;">Native vs non-native implementations</span></li>
<li><span style="font-weight: 400;">Vitor's point on </span><a href="https://njump.to/nevent1qqsqzpr2ux0h8g2ccdjaavgll2vczpv5lvgwzxwjvuc2vn87c2dxe0gelp5ky"><span style="font-weight: 400;">what we mean by native</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Does your custom UI framework work for blind people?&nbsp;</span></li>
<li><a href="https://ladybird.org/"><span style="font-weight: 400;">Ladybird</span></a><span style="font-weight: 400;"> browser &amp; how to build a browser from scratch&nbsp;</span></li>
<li><a href="https://templeos.org/"><span style="font-weight: 400;">TempleOS</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Form follows function &amp; 90's interfaces&nbsp;</span></li>
<li><span style="font-weight: 400;">Lamentations on the state of modern browsers&nbsp;</span></li>
<li><span style="font-weight: 400;">Complexity &amp; the downfall of the Legacy Web&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr as the "new internet"&nbsp;</span></li>
<li><span style="font-weight: 400;">Talks by Ladybird developer </span><a href="https://duckduckgo.com/?q=andreas+kling+ladybird&amp;iax=videos&amp;ia=videos"><span style="font-weight: 400;">Andreas Kling</span></a></li>
<li><span style="font-weight: 400;">Will's attempt of building it from scratch with </span><a href="https://damus.io/notedeck/"><span style="font-weight: 400;">Notedeck</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://github.com/damus-io/nostrdb"><span style="font-weight: 400;">nostr-db</span></a></li>
<li><span style="font-weight: 400;">Justin's attempt with </span><a href="https://github.com/justinmoon/rust-multiplatform"><span style="font-weight: 400;">rust-multiplatform</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">"If it doesn't have a rust implementation, you shouldn't use it."</span></li>
<li><span style="font-weight: 400;">Native in terms of speed vs native in terms of UI/UX&nbsp;</span></li>
<li><span style="font-weight: 400;">Engineer the logic, vibe-code the UI&nbsp;</span></li>
<li><span style="font-weight: 400;">From Excalidraw to app in minutes&nbsp;</span></li>
<li><span style="font-weight: 400;">What can you one-shot?&nbsp;</span></li>
<li><span style="font-weight: 400;">What do you need to care about?&nbsp;</span></li>
<li><span style="font-weight: 400;">Pablo's NDK snippets&nbsp;</span></li>
<li><a href="https://eugenkiss.github.io/7guis/"><span style="font-weight: 400;">7GUIs</span></a><span style="font-weight: 400;"> and GUI benchmarks for LLMs</span></li>
<li><span style="font-weight: 400;">"Now we're purpose-building tools to make it easier for LLMs"&nbsp;</span></li>
<li><span style="font-weight: 400;">"Certain tools really make your problems go away."</span></li>
<li><span style="font-weight: 400;">Macros and meta-programming&nbsp;</span></li>
<li><span style="font-weight: 400;">Zig's </span><a href="https://zig.guide/language-basics/comptime/"><span style="font-weight: 400;">comptime</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">UNIX tools and pipes&nbsp;</span></li>
<li><span style="font-weight: 400;">Simple tools &amp; composability</span></li>
<li><span style="font-weight: 400;">Nostr tools for iOS &amp; sharing developer signing keys&nbsp;</span></li>
<li><span style="font-weight: 400;">Building 10 apps as one guy&nbsp;</span></li>
<li><span style="font-weight: 400;">Simplicity in a community context&nbsp;</span></li>
<li><span style="font-weight: 400;">Most people are on phones&nbsp;</span></li>
<li><span style="font-weight: 400;">Most people don't install PWAs&nbsp;</span></li>
<li><a href="https://zapstore.dev/"><span style="font-weight: 400;">Zapstore</span></a><span style="font-weight: 400;"> &amp; building our own distribution channels</span></li>
<li><span style="font-weight: 400;">Web-of-trust and pushing builds quickly&nbsp;</span></li>
<li><span style="font-weight: 400;">Improving homebrew by 10x&nbsp;</span></li>
<li><span style="font-weight: 400;">(Micro)payments for package managers&nbsp;</span></li>
<li><span style="font-weight: 400;">Guix and bitcoin-core&nbsp;</span></li>
<li><span style="font-weight: 400;">Nix vs Guix&nbsp;</span></li>
<li><span style="font-weight: 400;">Reproducible builds &amp; web-of-trust&nbsp;</span></li>
<li><a href="https://keet.io/"><span style="font-weight: 400;">Keet</span></a><span style="font-weight: 400;"> vs "calling an npub"&nbsp;</span></li>
<li><span style="font-weight: 400;">Getting into someone's notifications&nbsp;</span></li>
<li><span style="font-weight: 400;">Removing the </span><a href="https://njump.to/nevent1qqsxvahg4a2l6jtv5da9jycx9q0g6rjrtsgpzgj47grv7ct47yr59xgzyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfxqcyqqqqqqgx9jtpx"><span style="font-weight: 400;">character limit</span></a><span style="font-weight: 400;"> was a mistake</span></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/889812">889,812</a>.</p>]]></description>
      <itunes:image href="https://haven.sovereignengineering.io/0e94404df275cb94e64c424fb58267accce316cbe0102561052a81074d5a35a4.jpg"/>
      <enclosure url="https://haven.sovereignengineering.io/3468fad22a44ed15ca63aa20be91fbf53a38250558ba13b8c4994d9178687c12.m4a" length="89611955" type="audio/mp4"/>
      <podcast:person href="https://github.com/justinmoon" img="https://image.nostr.build/5ff6b14087a7041e96ba44147dd134e423624c2658bb06bed2573d78babd94d6.jpg" group="cast" role="guest">Justin</podcast:person>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:transcript url="https://haven.dergigi.com/c5ceb682b9a1200d1b6e82f31bcf000a47fc93ef73209051d3e93dda9d9a2da3.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/07-zig-multiplatform-w-justin.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Justin" type="lnaddress" address="justinmoon@primal.net" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqwrwtt6d9nj6mt4d36xjurvv96xvmmjd5khwtt2w4ehg6twqgsfhhjzzjgl86k34ssm68gpvea2h9rlfswy4mv8vfx0yfemqm9q22crqsqqqa28fljjwm">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">7469e24d-3bde-4554-9b53-9f6bb27d9b52</guid>
      <itunes:subtitle>#07: Zig Multiplatform w/ Justin</itunes:subtitle>
      <itunes:duration>10003</itunes:duration>
      <link>https://njump.to/nevent1qvzqqqqqqypzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqys8wumn8ghj7mn0wd68ytn9d9h82mny0fmkzmn6d9njuumsv93k2tcppemhxue69uhkummn9ekx7mp0qqs277h3vlkd8720wxkqmxf6lx8v0n0nuj07p59a3lf5tu9l8jha82seg4jef</link>
      <pubDate>Fri, 28 Mar 2025 23:07:55 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, memes, web, internet, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p><span style="font-weight: 400;">&ldquo;The age of the idea guys has begun.&rdquo;</span></p>
<p><a href="https://njump.to/npub1zxu639qym0esxnn7rzrt48wycmfhdu3e5yvzwx7ja3t84zyc2r8qz8cx2y"><span style="font-weight: 400;">Justin</span></a><span style="font-weight: 400;"> &amp;</span><a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;"> </span><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> vibe about Zig.</span></p>
<p><span style="font-weight: 400;">Articles mentioned:</span></p>
<ul>
<li><a href="https://wattenberger.com/thoughts/llms-as-a-tool-for-thought"><span style="font-weight: 400;">LLMs as a tool for thought</span></a><span style="font-weight: 400;"> by Amelia Wattenberger</span></li>
<li><a href="https://nakamotoinstitute.org/library/micropayments-and-mental-transaction-costs/"><span style="font-weight: 400;">Micropayments and Mental Transaction Costs</span></a><span style="font-weight: 400;"> by Nick Szabo</span></li>
<li><a href="https://wattenberger.com/thoughts/our-interfaces-have-lost-their-senses"><span style="font-weight: 400;">How our interfaces have lost their senses</span></a><span style="font-weight: 400;"> by Amelia Wattenberger</span></li>
</ul>
<p><span style="font-weight: 400;">Talks mentioned:</span></p>
<ul>
<li><a href="https://youtu.be/PBAuHv5cPl8"><span style="font-weight: 400;">The Art of Bitcoin Rhetoric</span></a><span style="font-weight: 400;"> by Bitstein</span></li>
</ul>
<p><span style="font-weight: 400;">Books mentioned:</span></p>
<ul>
<li><a href="https://bitcoin-resources.com/books/human-action"><span style="font-weight: 400;">Human Action</span></a><span style="font-weight: 400;"> by Ludwig von Mises</span></li>
<li><a href="https://bitcoin-resources.com/books/working-in-public"><span style="font-weight: 400;">Working in Public</span></a><span style="font-weight: 400;"> by Nadia Eghbal</span></li>
</ul>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><a href="https://github.com/fiatjaf/nak"><span style="font-weight: 400;">nak</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Files</span></li>
<li><a href="https://syncthing.net/"><span style="font-weight: 400;">SyncThing</span></a><span style="font-weight: 400;"> (and how it BitTorrent Sync became Resilio Sync)&nbsp;</span></li>
<li><span style="font-weight: 400;">Convention over configuration&nbsp;</span></li>
<li><span style="font-weight: 400;">Changes &amp; speciation&nbsp;</span></li>
<li><span style="font-weight: 400;">File systems as sources of truth&nbsp;</span></li>
<li><span style="font-weight: 400;">Vibe-coding shower thoughts&nbsp;</span></li>
<li><span style="font-weight: 400;">Inspiration and The Muse&nbsp;</span></li>
<li><span style="font-weight: 400;">Justin's LLM setup&nbsp;</span></li>
<li><span style="font-weight: 400;">Tony's setup (o1-pro as the architect)&nbsp;</span></li>
<li><span style="font-weight: 400;">Being okay with paying for LLMs&nbsp;</span></li>
<li><span style="font-weight: 400;">Anthropomorphising LLMs</span></li>
<li><span style="font-weight: 400;">Dialog, </span><a href="https://rubberduckdebugging.com/"><span style="font-weight: 400;">rubber-duck debugging</span></a><span style="font-weight: 400;">, and the process of thinking&nbsp;</span></li>
<li><span style="font-weight: 400;">Being nice and mean to LLMs</span></li>
<li><a href="https://njump.to/nevent1qqsgmjffd7n382dj4e2l9dtctnrx98lw0vnt86rfggrgfq6vfpnysmszyqgmn2y5qndlxq6w0cvgdw5acnrdxahj8xs3sfcm6tk9v75gnpgvu6htgn9"><span style="font-weight: 400;">Battlebots</span></a><span style="font-weight: 400;"> &amp; Gladiators</span></li>
<li><span style="font-weight: 400;">Hedging your bets by being nice to Skynet</span></li>
<li><span style="font-weight: 400;">Pascal's Wager for AI</span></li>
<li><span style="font-weight: 400;">Thinking models vs non-thinking faster models</span></li>
<li><span style="font-weight: 400;">Sandwich-style LLM prompting, again (waterfall stuff, </span><a href="https://gist.github.com/dskvr/b34f836b68ff2ca51bcc8fe7763eceec"><span style="font-weight: 400;">HLDD / LLDD</span></a><span style="font-weight: 400;">)&nbsp;</span></li>
<li><span style="font-weight: 400;">Cursor rules &amp; Paul's </span><a href="https://github.com/futurepaul/prompt-buddy"><span style="font-weight: 400;">Prompt Buddy</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Giving lots of context vs giving specific context&nbsp;</span></li>
<li><span style="font-weight: 400;">The benefit of LLMs figuring out obscure bugs in minutes (instead of days)&nbsp;</span></li>
<li><span style="font-weight: 400;">The phase change of fast iteration and vibe coding&nbsp;</span></li>
<li><span style="font-weight: 400;">Idea level vs coding level&nbsp;</span></li>
<li><span style="font-weight: 400;">High-level vs low-level languages&nbsp;</span></li>
<li><span style="font-weight: 400;">Gigi's "vibeline"&nbsp;</span></li>
<li><a href="https://duckduckgo.com/?q=peterson+logos&amp;iar=videos&amp;iax=videos&amp;ia=videos"><span style="font-weight: 400;">Peterson</span></a><span style="font-weight: 400;">'s Logos vs </span><a href="https://duckduckgo.com/?q=vervaeke+dialogos&amp;iax=videos&amp;ia=videos"><span style="font-weight: 400;">Vervaeke</span></a><span style="font-weight: 400;">'s Dia-Logos&nbsp;</span></li>
<li><span style="font-weight: 400;">Entering into a conversation with technology&nbsp;</span></li>
<li><span style="font-weight: 400;">Introducing MCPs into your workflow</span></li>
<li><span style="font-weight: 400;">How does Claude think?&nbsp;</span></li>
<li><span style="font-weight: 400;">How does it create a rhyme?</span></li>
<li><span style="font-weight: 400;">How does thinking work?&nbsp;</span></li>
<li><span style="font-weight: 400;">And how does it relate to dialogue?</span></li>
<li><span style="font-weight: 400;">Gzuuus' </span><a href="https://github.com/gzuuus/dvmcp"><span style="font-weight: 400;">DVMCP</span></a><span style="font-weight: 400;"> &amp; using nostr as an AI substrate</span></li>
<li><span style="font-weight: 400;">Language Server Protocols (LSPs)</span></li>
<li><span style="font-weight: 400;">VAAS: Vibe-coding as a service</span></li>
<li><span style="font-weight: 400;">Open models vs proprietary models</span></li>
<li><span style="font-weight: 400;">What Cursor got right</span></li>
<li><span style="font-weight: 400;">What ChatGPT got right&nbsp;</span></li>
<li><span style="font-weight: 400;">What Google got right</span></li>
<li><span style="font-weight: 400;">Tight integration of tools &amp; remaining in a flow state</span></li>
<li><span style="font-weight: 400;">LLMs as conversational partners</span></li>
<li><span style="font-weight: 400;">The cost of context switching&nbsp;</span></li>
<li><span style="font-weight: 400;">Conversational flow &amp; how to stay in it&nbsp;</span></li>
<li><span style="font-weight: 400;">Prompts VS diary entries&nbsp;</span></li>
<li><span style="font-weight: 400;">Solving technical vs philosophical models&nbsp;</span></li>
<li><span style="font-weight: 400;">Buying GPUs &amp; training your own models&nbsp;</span></li>
<li><span style="font-weight: 400;">Training LLMs to understand Zig&nbsp;</span></li>
<li><span style="font-weight: 400;">Preventing entryism by writing </span><a href="https://ziglang.org/documentation/master/"><span style="font-weight: 400;">no documentation</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Thin layers &amp; alignment layers&nbsp;</span></li>
<li><a href="https://bitcoin-resources.com/books/working-in-public"><span style="font-weight: 400;">Working in public</span></a><span style="font-weight: 400;"> &amp; thinking in public&nbsp;</span></li>
<li><span style="font-weight: 400;">Building a therapist / diary / notes / idea / task system</span></li>
<li><span style="font-weight: 400;">"The age of the idea guys has begun."</span></li>
<li><span style="font-weight: 400;">Daemons and spirits&nbsp;</span></li>
<li><span style="font-weight: 400;">Monological VS dialogical thinking&nbsp;</span></li>
<li><span style="font-weight: 400;">Yes-men and disagreeable LLMs&nbsp;</span></li>
<li><span style="font-weight: 400;">Energy cost vs human cost&nbsp;</span></li>
<li><span style="font-weight: 400;">Paying by the meter vs paying a subscription&nbsp;</span></li>
<li><span style="font-weight: 400;">The equivalence of storage and compute&nbsp;</span></li>
<li><span style="font-weight: 400;">Thinking needs memory, and memory is about the future&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr+ecash as the perfect AI+human substrate&nbsp;</span></li>
<li><span style="font-weight: 400;">Real cost, real consequence, and Human Action&nbsp;</span></li>
<li><span style="font-weight: 400;">The cost of words &amp; speaking&nbsp;</span></li>
<li><span style="font-weight: 400;">Costly signals and free markets&nbsp;</span></li>
<li><span style="font-weight: 400;">From shitcoin tokens to LLM tokens to ecash tokens&nbsp;</span></li>
<li><span style="font-weight: 400;">Being too close to the metal &amp; not seeing the forest for the trees&nbsp;</span></li>
<li><span style="font-weight: 400;">Power users vs engineers&nbsp;</span></li>
<li><span style="font-weight: 400;">Participatory knowing and actually using the tools&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr as the germination ground for ecash&nbsp;</span></li>
<li><span style="font-weight: 400;">What is Sovereign Engineering?&nbsp;</span></li>
<li><a href="https://llvm.org/"><span style="font-weight: 400;">LLVM</span></a><span style="font-weight: 400;"> and the other side of the bell-curve&nbsp;</span></li>
<li><span style="font-weight: 400;">How nostr gives you users, discovery, mircopayments, a backend, and many other things for free&nbsp;</span></li>
<li><span style="font-weight: 400;">Echo chambers &amp; virality&nbsp;</span></li>
<li><span style="font-weight: 400;">Authenticity &amp; Realness&nbsp;</span></li>
<li><span style="font-weight: 400;">Growing on the edges, catering to the fringe&nbsp;</span></li>
<li><span style="font-weight: 400;">You don't own your iPhone&nbsp;</span></li>
<li><a href="https://grapheneos.org/"><span style="font-weight: 400;">GrapheneOS</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">WebRTC and other monolithic "open" standards&nbsp;</span></li>
<li><span style="font-weight: 400;">Optimizing for the wrong thing&nbsp;</span></li>
<li><span style="font-weight: 400;">Building a nostr phone &amp; Gigi's </span><a href="https://njump.to/nevent1qqsr4scsxwpvleeklkq60l6300s8hnkt579az2guhctv26slv0k3axcpz3mhxue69uhkummnw3ezummcw3ezuer9wcpzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nqvzqqqqqqyqz2yg6"><span style="font-weight: 400;">dream flow</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Using nostr to sync dotfile setups and other things&nbsp;</span></li>
<li><span style="font-weight: 400;">"There are no solutions, only trade-offs"&nbsp;</span></li>
<li><span style="font-weight: 400;">Cross-platform development&nbsp;</span></li>
<li><span style="font-weight: 400;">Native vs non-native implementations</span></li>
<li><span style="font-weight: 400;">Vitor's point on </span><a href="https://njump.to/nevent1qqsqzpr2ux0h8g2ccdjaavgll2vczpv5lvgwzxwjvuc2vn87c2dxe0gelp5ky"><span style="font-weight: 400;">what we mean by native</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Does your custom UI framework work for blind people?&nbsp;</span></li>
<li><a href="https://ladybird.org/"><span style="font-weight: 400;">Ladybird</span></a><span style="font-weight: 400;"> browser &amp; how to build a browser from scratch&nbsp;</span></li>
<li><a href="https://templeos.org/"><span style="font-weight: 400;">TempleOS</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Form follows function &amp; 90's interfaces&nbsp;</span></li>
<li><span style="font-weight: 400;">Lamentations on the state of modern browsers&nbsp;</span></li>
<li><span style="font-weight: 400;">Complexity &amp; the downfall of the Legacy Web&nbsp;</span></li>
<li><span style="font-weight: 400;">Nostr as the "new internet"&nbsp;</span></li>
<li><span style="font-weight: 400;">Talks by Ladybird developer </span><a href="https://duckduckgo.com/?q=andreas+kling+ladybird&amp;iax=videos&amp;ia=videos"><span style="font-weight: 400;">Andreas Kling</span></a></li>
<li><span style="font-weight: 400;">Will's attempt of building it from scratch with </span><a href="https://damus.io/notedeck/"><span style="font-weight: 400;">Notedeck</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://github.com/damus-io/nostrdb"><span style="font-weight: 400;">nostr-db</span></a></li>
<li><span style="font-weight: 400;">Justin's attempt with </span><a href="https://github.com/justinmoon/rust-multiplatform"><span style="font-weight: 400;">rust-multiplatform</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">"If it doesn't have a rust implementation, you shouldn't use it."</span></li>
<li><span style="font-weight: 400;">Native in terms of speed vs native in terms of UI/UX&nbsp;</span></li>
<li><span style="font-weight: 400;">Engineer the logic, vibe-code the UI&nbsp;</span></li>
<li><span style="font-weight: 400;">From Excalidraw to app in minutes&nbsp;</span></li>
<li><span style="font-weight: 400;">What can you one-shot?&nbsp;</span></li>
<li><span style="font-weight: 400;">What do you need to care about?&nbsp;</span></li>
<li><span style="font-weight: 400;">Pablo's NDK snippets&nbsp;</span></li>
<li><a href="https://eugenkiss.github.io/7guis/"><span style="font-weight: 400;">7GUIs</span></a><span style="font-weight: 400;"> and GUI benchmarks for LLMs</span></li>
<li><span style="font-weight: 400;">"Now we're purpose-building tools to make it easier for LLMs"&nbsp;</span></li>
<li><span style="font-weight: 400;">"Certain tools really make your problems go away."</span></li>
<li><span style="font-weight: 400;">Macros and meta-programming&nbsp;</span></li>
<li><span style="font-weight: 400;">Zig's </span><a href="https://zig.guide/language-basics/comptime/"><span style="font-weight: 400;">comptime</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">UNIX tools and pipes&nbsp;</span></li>
<li><span style="font-weight: 400;">Simple tools &amp; composability</span></li>
<li><span style="font-weight: 400;">Nostr tools for iOS &amp; sharing developer signing keys&nbsp;</span></li>
<li><span style="font-weight: 400;">Building 10 apps as one guy&nbsp;</span></li>
<li><span style="font-weight: 400;">Simplicity in a community context&nbsp;</span></li>
<li><span style="font-weight: 400;">Most people are on phones&nbsp;</span></li>
<li><span style="font-weight: 400;">Most people don't install PWAs&nbsp;</span></li>
<li><a href="https://zapstore.dev/"><span style="font-weight: 400;">Zapstore</span></a><span style="font-weight: 400;"> &amp; building our own distribution channels</span></li>
<li><span style="font-weight: 400;">Web-of-trust and pushing builds quickly&nbsp;</span></li>
<li><span style="font-weight: 400;">Improving homebrew by 10x&nbsp;</span></li>
<li><span style="font-weight: 400;">(Micro)payments for package managers&nbsp;</span></li>
<li><span style="font-weight: 400;">Guix and bitcoin-core&nbsp;</span></li>
<li><span style="font-weight: 400;">Nix vs Guix&nbsp;</span></li>
<li><span style="font-weight: 400;">Reproducible builds &amp; web-of-trust&nbsp;</span></li>
<li><a href="https://keet.io/"><span style="font-weight: 400;">Keet</span></a><span style="font-weight: 400;"> vs "calling an npub"&nbsp;</span></li>
<li><span style="font-weight: 400;">Getting into someone's notifications&nbsp;</span></li>
<li><span style="font-weight: 400;">Removing the </span><a href="https://njump.to/nevent1qqsxvahg4a2l6jtv5da9jycx9q0g6rjrtsgpzgj47grv7ct47yr59xgzyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfxqcyqqqqqqgx9jtpx"><span style="font-weight: 400;">character limit</span></a><span style="font-weight: 400;"> was a mistake</span></li>
</ul>
<p>&nbsp;</p>]]></itunes:summary>
    </item>
    <item>
      <title>#06: The Winds of AI w/ Pablo</title>
      <description><![CDATA[<p><span style="font-weight: 400;">&ldquo;The human spirit should remain in charge.&rdquo;</span></p>
<p><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft"><span style="font-weight: 400;">Pablo</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> talk about the wind.</span></p>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span dir="auto">Wind </span></li>
<li><span dir="auto">More </span><span dir="auto">Wind </span></li>
<li><span dir="auto">Information </span><span dir="auto">Calories, </span><span dir="auto">and </span><span dir="auto">how </span><span dir="auto">to </span><span dir="auto">measure </span><span dir="auto">them </span></li>
<li><span dir="auto"><a href="https://play.google.com/store/apps/details?id=com.google.android.apps.wellbeing">Digital Wellbeing</a> </span></li>
<li><span dir="auto"><a href="https://www.rescuetime.com/">Rescue Time</a> </span></li>
<li><span dir="auto">Teleology </span><span dir="auto">of </span><span dir="auto">Technology </span></li>
<li><span dir="auto">Platforms </span><span dir="auto">get </span><span dir="auto">users </span> <a href="https://www.uxmatters.com/mt/archives/2021/06/book-review-hooked-how-to-build-habit-forming-products.php">Hooked</a> <span dir="auto">(book) </span></li>
<li><span dir="auto">Feeds </span><span dir="auto">are </span> <a href="https://ihpi.umich.edu/news/social-media-copies-gambling-methods-create-psychological-cravings">slot machines</a></li>
<li><a href="https://cdn.wallpapersafari.com/87/8/PeUWbM.jpg"><span dir="auto">Movie </span><span dir="auto">Walls </span></a></li>
<li><span dir="auto">Tweetdeck </span><span dir="auto">and </span> <a href="https://damus.io/notedeck/">Notedeck</a></li>
<li><span dir="auto">IRC </span><span dir="auto">vs </span><span dir="auto">the </span><span dir="auto">modern </span><span dir="auto">feed </span></li>
<li><span dir="auto">37Signals: </span><span dir="auto">&ldquo;</span><a href="https://www.hey.com/pricing/">Hey</a> <span dir="auto">, </span><span dir="auto">let&rsquo;s </span><span dir="auto">just </span><span dir="auto">charge </span><span dir="auto">users!&rdquo; </span></li>
<li><span dir="auto">&ldquo;</span><a href="https://njump.to/nevent1qqsqm2lz4ru6wlydzpulgs8m60ylp4vufwsg55whlqgua6a93vp2y4gzyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfxzzxtzc">You wouldn&rsquo;t zap a car crash</a><span dir="auto">&rdquo; </span></li>
<li><span dir="auto">Catering </span><span dir="auto">to </span><span dir="auto">our </span><span dir="auto">highest </span><span dir="auto">self </span><span dir="auto">VS </span><span dir="auto">catering </span><span dir="auto">to </span><span dir="auto">our </span><span dir="auto">lowest </span><span dir="auto">self </span></li>
<li><span dir="auto">Devolution </span><span dir="auto">of </span><span dir="auto">YouTube </span> <a href="https://daringfireball.net/linked/2017/03/18/youtube-thumbs-stars">5-star ratings</a> <span dir="auto">to </span><span dir="auto">thumb </span><span dir="auto">up/down </span><span dir="auto">to </span> <a href="https://www.makeuseof.com/the-real-reason-why-youtube-hid-dislikes/">views</a></li>
<li><span dir="auto">Long </span><span dir="auto">videos </span><span dir="auto">vs </span><span dir="auto">shorts </span></li>
<li><span dir="auto">The </span><span dir="auto">internet </span><span dir="auto">had </span><span dir="auto">to </span><span dir="auto">monetize </span><span dir="auto">itself </span><span dir="auto">somehow </span><span dir="auto">(with </span> <a href="https://dergigi.com/2022/12/18/a-vision-for-a-value-enabled-web/#attention">attention</a> <span dir="auto">) </span></li>
<li><span dir="auto">&ldquo;Don&rsquo;t </span><span dir="auto">be </span><span dir="auto">evil&rdquo; </span><span dir="auto">and </span><span dir="auto">why </span><span dir="auto">Google </span><span dir="auto">had </span><span dir="auto">to </span> <a href="https://www.zdnet.com/article/google-erases-dont-be-evil-from-code-of-conduct-after-18-years/">remove it</a></li>
<li><span dir="auto"><a href="https://questr.vercel.app/">Questr</a> : 2D exploration of nostr </span></li>
<li><span dir="auto"><a href="https://www.onosendai.tech/">ONOSENDAI</a> by Arkinox </span></li>
<li><span dir="auto">Freedom </span><span dir="auto">tech </span><span dir="auto">&amp; </span><span dir="auto">Freedom </span><span dir="auto">from </span><span dir="auto">Tech </span></li>
<li><span dir="auto">DAUs </span><span dir="auto">of </span><span dir="auto">jumper </span><span dir="auto">cables </span></li>
<li><span dir="auto"><a href="https://github.com/mikedilger/gossip">Gossip</a> and it&rsquo;s choices </span></li>
<li><span dir="auto"><a href="https://highlighter.com/a/naddr1qvzqqqr4gupzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nqqxnzd3exsmrswfjxsurxvf3qvlsju">&ldquo;The secret to life is to send it&rdquo;</a> </span></li>
<li><span dir="auto">Flying </span><span dir="auto">water </span><span dir="auto">&amp; </span><span dir="auto">flying </span><span dir="auto">bus </span><span dir="auto">stops </span></li>
<li><span dir="auto"><a href="https://github.com/fiatjaf/narr">RSS readers</a> , <a href="https://mailbrew.com/">Mailbrew</a> , and daily digests </span></li>
<li><span dir="auto">Nostr </span><span dir="auto">is </span><span dir="auto">high </span><span dir="auto">signal </span><span dir="auto">and </span><span dir="auto">less </span><span dir="auto">addictive </span></li>
<li><span dir="auto">Calling </span><span dir="auto">nostr </span><span dir="auto">posts </span><span dir="auto">&ldquo; </span><a href="https://nostr.band/?q=tweet+by%3Anpub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">tweets</a> <span dir="auto">&rdquo; </span><span dir="auto">and </span><span dir="auto">recordings </span><span dir="auto">being </span><span dir="auto">&ldquo;on </span><span dir="auto">tape&rdquo; </span></li>
<li><span dir="auto">Pivoting </span><span dir="auto">from </span><span dir="auto">nostr </span><span dir="auto">dialogues </span><span dir="auto">to </span><span dir="auto">a </span><span dir="auto">podcast </span><span dir="auto">about </span><span dir="auto">wind </span></li>
<li><span dir="auto">The </span><span dir="auto">unnecessary </span><span dir="auto">complexity </span><span dir="auto">of </span> <a href="https://github.com/nostr-protocol/nips/blob/master/96.md">NIP-96</a></li>
<li><span dir="auto"><a href="https://github.com/hzrd149/blossom">Blossom</a> (and wind) </span></li>
<li><span dir="auto">Undoing </span><span dir="auto">URLs, </span><span dir="auto">APIs, </span><span dir="auto">and </span><span dir="auto">REST </span></li>
<li><span dir="auto">ISBNs </span><span dir="auto">and </span><span dir="auto">cryptographic </span><span dir="auto">identifiers </span></li>
<li><span dir="auto">SaaS </span><span dir="auto">and </span><span dir="auto">the </span><span dir="auto">DAU </span><span dir="auto">metric </span></li>
<li><span dir="auto"><a href="https://highlighter.com/">Highlighter</a> </span></li>
<li><span dir="auto">Not </span><span dir="auto">caring </span><span dir="auto">where </span><span dir="auto">stuff </span><span dir="auto">is </span><span dir="auto">hosted </span></li>
<li><span dir="auto">When </span><span dir="auto">is </span><span dir="auto">an </span><span dir="auto">edited </span><span dir="auto">thing </span><span dir="auto">a </span><span dir="auto">new </span><span dir="auto">thing? </span></li>
<li><span dir="auto">Edits, </span><span dir="auto">the </span><span dir="auto">edit </span><span dir="auto">wars, </span><span dir="auto">and </span> <a href="https://blog.udaya.dev/fiatjaf/ad84e3b3">the case against edits</a></li>
<li><span dir="auto"><a href="https://nips.nostr.com/60">NIP-60</a> and inconsistent balances </span></li>
<li><span dir="auto">Scroll </span><span dir="auto">to </span> <a href="https://mgearon.com/html/text-fragments/">text fragment</a> <span dir="auto">and </span><span dir="auto">best </span><span dir="auto">effort </span><span dir="auto">matching </span></li>
<li><span dir="auto">Proximity </span><span dir="auto">hashes </span><span dir="auto">&amp; </span> <a href="https://en.wikipedia.org/wiki/Locality-sensitive_hashing">locality-sensitive hashing</a></li>
<li><span dir="auto">Helping </span><span dir="auto">your </span><span dir="auto">Uncle </span><span dir="auto">Jack </span><span dir="auto">of </span><span dir="auto">a </span><span dir="auto">horse </span></li>
<li><span dir="auto">Helping </span><span dir="auto">your </span><span dir="auto">uncle </span> <a href="https://en.wikipedia.org/wiki/Mr._Hands_(album)">jack of a horse</a></li>
<li><span dir="auto">Can </span><span dir="auto">we </span><span dir="auto">fix </span><span dir="auto">it </span><span dir="auto">with </span><span dir="auto">WoT? </span></li>
<li><span dir="auto"><a href="https://vertexlab.io/">Vertex</a> &amp; vibe-coding a proper search for nostr </span></li>
<li><span dir="auto">Linking </span><span dir="auto">to </span><span dir="auto">hashtags </span><span dir="auto">&amp; </span><span dir="auto">search </span><span dir="auto">queries </span></li>
<li><span dir="auto">Advanced </span><span dir="auto">search </span><span dir="auto">and </span><span dir="auto">why </span><span dir="auto">it&rsquo;s </span><span dir="auto">great </span></li>
<li><span dir="auto">Search </span><span dir="auto">scopes </span><span dir="auto">&amp; </span><span dir="auto">web </span><span dir="auto">of </span><span dir="auto">trust </span></li>
<li><span dir="auto">The </span><span dir="auto">UNIX </span><span dir="auto">tools </span><span dir="auto">of </span><span dir="auto">nostr </span></li>
<li><span dir="auto">Pablo&rsquo;s </span> <a href="https://nostr-dev-kit.github.io/ndk/snippets/">NDK snippets</a></li>
<li><span dir="auto">Meredith </span><span dir="auto">on </span><span dir="auto">the </span> <a href="https://njump.to/nevent1qqsts24dta3nay5ypkhnqd8aphynhw7z89qw69sp3pceady2xujakygpzemhxue69uhhyetvv9ujumn0wd68ytnzv9hxgq3qguh5grefa7vkay4ps6udxg8lrqxg2kgr3qh9n4gduxut64nfxq0quyzs70">privacy nightmare of Agentic AI</a></li>
<li><span dir="auto">Blog-post-driven </span><span dir="auto">development </span><span dir="auto">( </span><a href="https://dergigi.com/2023/03/12/lightning-prisms/">Lightning Prisms</a> <span dir="auto">, </span> <a href="https://dergigi.com/2023/04/04/purple-text-orange-highlights/">Highlighter</a> <span dir="auto">) </span></li>
<li><span dir="auto">Sandwich-style </span><span dir="auto">LLM </span><span dir="auto">prompting, </span><span dir="auto">Waterfall </span><span dir="auto">for </span><span dir="auto">LLMs </span><span dir="auto">( </span><a href="https://gist.github.com/dskvr/b34f836b68ff2ca51bcc8fe7763eceec">HLDD / LLDD</a> <span dir="auto">) </span></li>
<li><span dir="auto">&ldquo;Speed </span><span dir="auto">itself </span><span dir="auto">is </span><span dir="auto">a </span><span dir="auto">feature&rdquo; </span></li>
<li><span dir="auto">MCP </span><span dir="auto">&amp; </span> <a href="https://mcp.so/server/dvmcp">DVMCP</a></li>
<li><span dir="auto">Monorepos </span><span dir="auto">and </span><span dir="auto">git </span><span dir="auto">submodules </span></li>
<li><span dir="auto"><a href="https://olas.app/">Olas</a> &amp; NDK </span></li>
<li><span dir="auto">Pablo&rsquo;s </span> <a href="https://njump.to/npub17hsu5gd24stmzuuezwvavgeuwwac233nfzg59dfyhf4fvel8n2sqw3d0k9">RemindMe</a> <span dir="auto">bot </span></li>
<li><span dir="auto">&ldquo;Breaking </span><span dir="auto">changes </span><span dir="auto">kinda </span><span dir="auto">suck&rdquo; </span></li>
<li><span dir="auto">Stories, </span><span dir="auto">shorts, </span><span dir="auto">TikTok, </span><span dir="auto">and </span><span dir="auto">OnlyFans </span></li>
<li><span dir="auto">LLM-generated </span><span dir="auto">sticker </span><span dir="auto">styles </span></li>
<li><span dir="auto">LLMs </span><span dir="auto">and </span> <a href="https://dergigi.com/2022/09/25/creativity/">creativity</a> <span dir="auto">(and </span><span dir="auto">Gigi&rsquo;s </span> <a href="https://gist.github.com/dergigi/04760fbcaa3769bb243db2b0e31c75df">old email</a> <span dir="auto">) </span></li>
<li><span dir="auto">&ldquo;AI-generated </span><span dir="auto">art </span><span dir="auto">has </span><span dir="auto">no </span><span dir="auto">soul&rdquo; </span></li>
<li><span dir="auto">Nostr, </span><span dir="auto">zaps, </span><span dir="auto">and </span><span dir="auto">realness </span></li>
<li><span dir="auto">Does </span><span dir="auto">the </span><span dir="auto">source </span><span dir="auto">matter? </span></li>
<li><span dir="auto">Poker </span><span dir="auto">client </span><span dir="auto">in </span> <a href="https://github.com/search?q=repo%3Atrottier%2Foriginal-bitcoin%20poker&amp;type=code">bitcoin v0.0.1</a></li>
<li><span dir="auto">Quotes </span><span dir="auto">from </span><span dir="auto">Hitler </span><span dir="auto">and </span><span dir="auto">how </span><span dir="auto">additional </span><span dir="auto">context </span><span dir="auto">changes </span><span dir="auto">meaning </span></li>
<li><span dir="auto">Greek </span><span dir="auto">finance </span><span dir="auto">minister </span><span dir="auto">on </span><span dir="auto">crypto </span><span dir="auto">and </span><span dir="auto">bitcoin </span><span dir="auto">( </span><a href="https://www.goodreads.com/book/show/75560036-technofeudalism">Technofeudalism</a> <span dir="auto">, </span><span dir="auto">book) </span></li>
<li><span dir="auto">Is </span><span dir="auto">more </span><span dir="auto">context </span><span dir="auto">always </span><span dir="auto">good? </span></li>
<li><span dir="auto"><a href="https://www.youtube.com/watch?v=A-_RdKiDbz4&amp;list=PLND1JCRq8Vui2YOOfrxbeRwJk5jZPmAth">Vervaeke&rsquo;s AI argument</a> </span></li>
<li><span dir="auto">What </span><span dir="auto">is </span><span dir="auto">meaningful? </span></li>
<li><span dir="auto">How </span><span dir="auto">do </span><span dir="auto">you </span><span dir="auto">extract </span><span dir="auto">meaning </span><span dir="auto">from </span><span dir="auto">information? </span></li>
<li><span dir="auto">How </span><span dir="auto">do </span><span dir="auto">you </span><span dir="auto">extract </span><span dir="auto">meaning </span><span dir="auto">from </span><span dir="auto">experience? </span></li>
<li><span dir="auto">&ldquo;</span><a href="https://youtu.be/ms2BvRbjOYo">What the hell is water</a><span dir="auto">&rdquo; </span></li>
<li><span dir="auto">Creativity, </span><span dir="auto">imagination, </span><span dir="auto">hallucination, </span><span dir="auto">and </span><span dir="auto">losing </span><span dir="auto">touch </span><span dir="auto">with </span><span dir="auto">reality </span></li>
<li><span dir="auto">&ldquo;</span><a href="https://njump.to/nevent1qqswawr4cz68sjswhtdkat8qgnpfsc6wygx4xmq2d5gd5fg9extvl4gpzamhxue69uhhyetvv9ujumn0wd68ytnzv9hxgtczyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfxqcyqqqqqqg74yxgf">Bitcoin is singularity insurance</a><span dir="auto">&rdquo; </span></li>
<li><span dir="auto">Will </span><span dir="auto">vibe </span><span dir="auto">coding </span><span dir="auto">make </span><span dir="auto">developers </span><span dir="auto">obsolete? </span></li>
<li><span dir="auto">Knowing </span><span dir="auto">what </span><span dir="auto">to </span><span dir="auto">build </span><span dir="auto">vs </span><span dir="auto">knowing </span><span dir="auto">how </span><span dir="auto">to </span><span dir="auto">build </span></li>
<li><span dir="auto">10min </span><span dir="auto">block </span><span dir="auto">time </span><span dir="auto">&amp; </span><span dir="auto">the </span> <a href="https://dergigi.com/threads/physical-limits">physical limits of consensus</a></li>
<li><span dir="auto">Satoshi&rsquo;s </span><span dir="auto">reasons </span><span dir="auto">articulated </span><span dir="auto">in </span><span dir="auto">his </span> <a href="https://satoshi.nakamotoinstitute.org/posts/p2pfoundation/1/">announcement post</a></li>
<li><span dir="auto">Why </span><span dir="auto">do </span><span dir="auto">anything? </span><span dir="auto">Why </span><span dir="auto">stack </span><span dir="auto">sats? </span><span dir="auto">Why </span><span dir="auto">have </span><span dir="auto">kids? </span></li>
<li><span dir="auto">All </span><span dir="auto">you </span><span dir="auto">need </span><span dir="auto">now </span><span dir="auto">is </span><span dir="auto">motivation </span></li>
<li><span dir="auto">Upcoming </span><span dir="auto">agents </span><span dir="auto">will </span><span dir="auto">actually </span><span dir="auto">do </span><span dir="auto">the </span><span dir="auto">thing </span></li>
<li><span dir="auto">Proliferation </span><span dir="auto">of </span><span dir="auto">writers: </span><span dir="auto">quantity </span><span dir="auto">VS </span><span dir="auto">quality </span></li>
<li><span dir="auto">Crisis </span><span dir="auto">of </span><span dir="auto">sameness </span><span dir="auto">&amp; </span><span dir="auto">the </span><span dir="auto">problem </span><span dir="auto">of </span><span dir="auto">distribution </span></li>
<li><span dir="auto">Patronage, </span><span dir="auto">belle </span><span dir="auto">epoche, </span><span dir="auto">and </span> <a href="https://x.com/FractalEncrypt">bitcoin art</a></li>
<li><span dir="auto">Niches, </span><span dir="auto">and </span><span dir="auto">how </span><span dir="auto">the </span><span dir="auto">internet </span><span dir="auto">fractioned </span><span dir="auto">society </span></li>
<li><span dir="auto">Joe&rsquo;s </span><span dir="auto">songs </span></li>
<li><span dir="auto">Hyper-personalized </span><span dir="auto">stories </span></li>
<li><span dir="auto">Shared </span><span dir="auto">stories </span><span dir="auto">&amp; </span><span dir="auto">myths </span><span dir="auto">(</span><a href="https://www.thesymbolicworld.com/team/jonathan-pageau">Jonathan Pageau</a><span dir="auto">) </span></li>
<li><span dir="auto">Hyper-personalized </span><span dir="auto">apps </span><span dir="auto">VS </span><span dir="auto">shared </span><span dir="auto">apps </span></li>
<li><span dir="auto">Agency, </span><span dir="auto">free </span><span dir="auto">expression, </span><span dir="auto">and </span> <a href="https://dergigi.com/2024/03/25/speaking-freely-online/">free speech</a></li>
<li><span dir="auto">Edgy </span><span dir="auto">content </span><span dir="auto">&amp; </span> <a href="https://www.talkesport.com/news/what-is-the-twitch-meta-decoding-trends-and-controversies/">twitch meta</a> <span dir="auto">, </span><span dir="auto">aka </span><span dir="auto">skating </span><span dir="auto">the </span><span dir="auto">line </span><span dir="auto">of </span><span dir="auto">demonetization </span><span dir="auto">and </span><span dir="auto">deplatforming </span></li>
<li><span dir="auto">Using </span><span dir="auto">attention </span><span dir="auto">as </span><span dir="auto">a </span><span dir="auto">proxy </span><span dir="auto">currency </span></li>
<li><span dir="auto">Farming </span><span dir="auto">eyeballs </span><span dir="auto">and </span><span dir="auto">brain </span><span dir="auto">cycles </span></li>
<li><span dir="auto">Engagement </span><span dir="auto">as </span><span dir="auto">a </span><span dir="auto">success </span><span dir="auto">metric </span><span dir="auto">&amp; </span><span dir="auto">engagement </span><span dir="auto">bait </span></li>
<li><span dir="auto">&ldquo;</span><a href="https://njump.to/nevent1qqsqm2lz4ru6wlydzpulgs8m60ylp4vufwsg55whlqgua6a93vp2y4gzyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfxzzxtzc">You wouldn&rsquo;t zap a car crash</a><span dir="auto">&rdquo; </span></li>
<li><span dir="auto">Attention </span><span dir="auto">economy </span><span dir="auto">is </span><span dir="auto">parasitic </span><span dir="auto">on </span><span dir="auto">humanity </span></li>
<li><span dir="auto">The </span><span dir="auto">importance </span><span dir="auto">of </span> <a href="https://nostr-resources.com/">speech</a> <span dir="auto">&amp; </span> <a href="https://bitcoin-resources.com/">money</a></li>
<li><span dir="auto">What </span><span dir="auto">should </span><span dir="auto">be </span><span dir="auto">done </span><span dir="auto">by </span><span dir="auto">a </span><span dir="auto">machine? </span></li>
<li><span dir="auto">What </span><span dir="auto">should </span><span dir="auto">be </span><span dir="auto">done </span><span dir="auto">by </span><span dir="auto">a </span><span dir="auto">human? </span></li>
<li><span dir="auto">&ldquo;The </span><span dir="auto">human </span><span dir="auto">spirit </span><span dir="auto">should </span><span dir="auto">remain </span><span dir="auto">in </span><span dir="auto">charge&rdquo; </span></li>
<li><span dir="auto">Our </span><span dir="auto">relationship </span><span dir="auto">with </span><span dir="auto">fiat </span><span dir="auto">money </span></li>
<li><span dir="auto">Active </span><span dir="auto">vs </span><span dir="auto">passive, </span><span dir="auto">agency </span><span dir="auto">vs </span><span dir="auto">serfdom </span></li>
</ul><p>Recorded at <a href="https://mempool.space/block/888635">888,635</a>.</p>]]></description>
      <itunes:image href="https://haven.sovereignengineering.io/e2fd652ae95de02b27c0e65667c67dff3e46a55d807ef37e78c0e8951beba240.jpg"/>
      <enclosure url="https://haven.sovereignengineering.io/a4c661358690b68e5cce8583111c8ab3bb9fef1a9e4e1a347cf543b7dc76c4fb.mpga" length="76009770" type="audio/mpeg"/>
      <podcast:person href="https://njump.to/f7z.io" img="https://avatars.githubusercontent.com/u/779813?v=4" group="cast" role="guest">Pablo</podcast:person>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:transcript url="https://haven.dergigi.com/82506d2dad88ac901241d87d21fc13cd1d7dea41ba5c5e62025e4fee87e834ba.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/06-the-winds-of-ai-w-pablo.json" type="application/json+chapters"/>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Pablo" type="lnaddress" address="pablof7z@primal.net" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqvnvtt5dpjj6amfdej8xtt0vckkz6fdwukhqctzd3hsygymmeppfy0natg6cgdar5qkv74tj3l5c8z2akrkyn8jyuasdjs99vpsgqqqw4rsms694h">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">732a61fd-bd8e-4618-a2fb-42f3014e6b23</guid>
      <itunes:subtitle>#06: The Winds of AI w/ Pablo</itunes:subtitle>
      <itunes:duration>5955</itunes:duration>
      <link>https://njump.to/nevent1qvzqqqqqqypzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqys8wumn8ghj7mn0wd68ytn9d9h82mny0fmkzmn6d9njuumsv93k2tcppemhxue69uhkummn9ekx7mp0qqszlf337y0lkg4sz5ax9ath4y5vk6rpqn9tfewaln2989zavvqrg4cpt2krs</link>
      <pubDate>Thu, 27 Mar 2025 17:23:24 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, memes, web, internet, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p><span style="font-weight: 400;">&ldquo;The human spirit should remain in charge.&rdquo;</span></p>
<p><a href="https://njump.to/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft"><span style="font-weight: 400;">Pablo</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://njump.to/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc"><span style="font-weight: 400;">Gigi</span></a><span style="font-weight: 400;"> talk about the wind.</span></p>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span dir="auto">Wind </span></li>
<li><span dir="auto">More </span><span dir="auto">Wind </span></li>
<li><span dir="auto">Information </span><span dir="auto">Calories, </span><span dir="auto">and </span><span dir="auto">how </span><span dir="auto">to </span><span dir="auto">measure </span><span dir="auto">them </span></li>
<li><span dir="auto"><a href="https://play.google.com/store/apps/details?id=com.google.android.apps.wellbeing">Digital Wellbeing</a> </span></li>
<li><span dir="auto"><a href="https://www.rescuetime.com/">Rescue Time</a> </span></li>
<li><span dir="auto">Teleology </span><span dir="auto">of </span><span dir="auto">Technology </span></li>
<li><span dir="auto">Platforms </span><span dir="auto">get </span><span dir="auto">users </span> <a href="https://www.uxmatters.com/mt/archives/2021/06/book-review-hooked-how-to-build-habit-forming-products.php">Hooked</a> <span dir="auto">(book) </span></li>
<li><span dir="auto">Feeds </span><span dir="auto">are </span> <a href="https://ihpi.umich.edu/news/social-media-copies-gambling-methods-create-psychological-cravings">slot machines</a></li>
<li><a href="https://cdn.wallpapersafari.com/87/8/PeUWbM.jpg"><span dir="auto">Movie </span><span dir="auto">Walls </span></a></li>
<li><span dir="auto">Tweetdeck </span><span dir="auto">and </span> <a href="https://damus.io/notedeck/">Notedeck</a></li>
<li><span dir="auto">IRC </span><span dir="auto">vs </span><span dir="auto">the </span><span dir="auto">modern </span><span dir="auto">feed </span></li>
<li><span dir="auto">37Signals: </span><span dir="auto">&ldquo;</span><a href="https://www.hey.com/pricing/">Hey</a> <span dir="auto">, </span><span dir="auto">let&rsquo;s </span><span dir="auto">just </span><span dir="auto">charge </span><span dir="auto">users!&rdquo; </span></li>
<li><span dir="auto">&ldquo;</span><a href="https://njump.to/nevent1qqsqm2lz4ru6wlydzpulgs8m60ylp4vufwsg55whlqgua6a93vp2y4gzyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfxzzxtzc">You wouldn&rsquo;t zap a car crash</a><span dir="auto">&rdquo; </span></li>
<li><span dir="auto">Catering </span><span dir="auto">to </span><span dir="auto">our </span><span dir="auto">highest </span><span dir="auto">self </span><span dir="auto">VS </span><span dir="auto">catering </span><span dir="auto">to </span><span dir="auto">our </span><span dir="auto">lowest </span><span dir="auto">self </span></li>
<li><span dir="auto">Devolution </span><span dir="auto">of </span><span dir="auto">YouTube </span> <a href="https://daringfireball.net/linked/2017/03/18/youtube-thumbs-stars">5-star ratings</a> <span dir="auto">to </span><span dir="auto">thumb </span><span dir="auto">up/down </span><span dir="auto">to </span> <a href="https://www.makeuseof.com/the-real-reason-why-youtube-hid-dislikes/">views</a></li>
<li><span dir="auto">Long </span><span dir="auto">videos </span><span dir="auto">vs </span><span dir="auto">shorts </span></li>
<li><span dir="auto">The </span><span dir="auto">internet </span><span dir="auto">had </span><span dir="auto">to </span><span dir="auto">monetize </span><span dir="auto">itself </span><span dir="auto">somehow </span><span dir="auto">(with </span> <a href="https://dergigi.com/2022/12/18/a-vision-for-a-value-enabled-web/#attention">attention</a> <span dir="auto">) </span></li>
<li><span dir="auto">&ldquo;Don&rsquo;t </span><span dir="auto">be </span><span dir="auto">evil&rdquo; </span><span dir="auto">and </span><span dir="auto">why </span><span dir="auto">Google </span><span dir="auto">had </span><span dir="auto">to </span> <a href="https://www.zdnet.com/article/google-erases-dont-be-evil-from-code-of-conduct-after-18-years/">remove it</a></li>
<li><span dir="auto"><a href="https://questr.vercel.app/">Questr</a> : 2D exploration of nostr </span></li>
<li><span dir="auto"><a href="https://www.onosendai.tech/">ONOSENDAI</a> by Arkinox </span></li>
<li><span dir="auto">Freedom </span><span dir="auto">tech </span><span dir="auto">&amp; </span><span dir="auto">Freedom </span><span dir="auto">from </span><span dir="auto">Tech </span></li>
<li><span dir="auto">DAUs </span><span dir="auto">of </span><span dir="auto">jumper </span><span dir="auto">cables </span></li>
<li><span dir="auto"><a href="https://github.com/mikedilger/gossip">Gossip</a> and it&rsquo;s choices </span></li>
<li><span dir="auto"><a href="https://highlighter.com/a/naddr1qvzqqqr4gupzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nqqxnzd3exsmrswfjxsurxvf3qvlsju">&ldquo;The secret to life is to send it&rdquo;</a> </span></li>
<li><span dir="auto">Flying </span><span dir="auto">water </span><span dir="auto">&amp; </span><span dir="auto">flying </span><span dir="auto">bus </span><span dir="auto">stops </span></li>
<li><span dir="auto"><a href="https://github.com/fiatjaf/narr">RSS readers</a> , <a href="https://mailbrew.com/">Mailbrew</a> , and daily digests </span></li>
<li><span dir="auto">Nostr </span><span dir="auto">is </span><span dir="auto">high </span><span dir="auto">signal </span><span dir="auto">and </span><span dir="auto">less </span><span dir="auto">addictive </span></li>
<li><span dir="auto">Calling </span><span dir="auto">nostr </span><span dir="auto">posts </span><span dir="auto">&ldquo; </span><a href="https://nostr.band/?q=tweet+by%3Anpub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">tweets</a> <span dir="auto">&rdquo; </span><span dir="auto">and </span><span dir="auto">recordings </span><span dir="auto">being </span><span dir="auto">&ldquo;on </span><span dir="auto">tape&rdquo; </span></li>
<li><span dir="auto">Pivoting </span><span dir="auto">from </span><span dir="auto">nostr </span><span dir="auto">dialogues </span><span dir="auto">to </span><span dir="auto">a </span><span dir="auto">podcast </span><span dir="auto">about </span><span dir="auto">wind </span></li>
<li><span dir="auto">The </span><span dir="auto">unnecessary </span><span dir="auto">complexity </span><span dir="auto">of </span> <a href="https://github.com/nostr-protocol/nips/blob/master/96.md">NIP-96</a></li>
<li><span dir="auto"><a href="https://github.com/hzrd149/blossom">Blossom</a> (and wind) </span></li>
<li><span dir="auto">Undoing </span><span dir="auto">URLs, </span><span dir="auto">APIs, </span><span dir="auto">and </span><span dir="auto">REST </span></li>
<li><span dir="auto">ISBNs </span><span dir="auto">and </span><span dir="auto">cryptographic </span><span dir="auto">identifiers </span></li>
<li><span dir="auto">SaaS </span><span dir="auto">and </span><span dir="auto">the </span><span dir="auto">DAU </span><span dir="auto">metric </span></li>
<li><span dir="auto"><a href="https://highlighter.com/">Highlighter</a> </span></li>
<li><span dir="auto">Not </span><span dir="auto">caring </span><span dir="auto">where </span><span dir="auto">stuff </span><span dir="auto">is </span><span dir="auto">hosted </span></li>
<li><span dir="auto">When </span><span dir="auto">is </span><span dir="auto">an </span><span dir="auto">edited </span><span dir="auto">thing </span><span dir="auto">a </span><span dir="auto">new </span><span dir="auto">thing? </span></li>
<li><span dir="auto">Edits, </span><span dir="auto">the </span><span dir="auto">edit </span><span dir="auto">wars, </span><span dir="auto">and </span> <a href="https://blog.udaya.dev/fiatjaf/ad84e3b3">the case against edits</a></li>
<li><span dir="auto"><a href="https://nips.nostr.com/60">NIP-60</a> and inconsistent balances </span></li>
<li><span dir="auto">Scroll </span><span dir="auto">to </span> <a href="https://mgearon.com/html/text-fragments/">text fragment</a> <span dir="auto">and </span><span dir="auto">best </span><span dir="auto">effort </span><span dir="auto">matching </span></li>
<li><span dir="auto">Proximity </span><span dir="auto">hashes </span><span dir="auto">&amp; </span> <a href="https://en.wikipedia.org/wiki/Locality-sensitive_hashing">locality-sensitive hashing</a></li>
<li><span dir="auto">Helping </span><span dir="auto">your </span><span dir="auto">Uncle </span><span dir="auto">Jack </span><span dir="auto">of </span><span dir="auto">a </span><span dir="auto">horse </span></li>
<li><span dir="auto">Helping </span><span dir="auto">your </span><span dir="auto">uncle </span> <a href="https://en.wikipedia.org/wiki/Mr._Hands_(album)">jack of a horse</a></li>
<li><span dir="auto">Can </span><span dir="auto">we </span><span dir="auto">fix </span><span dir="auto">it </span><span dir="auto">with </span><span dir="auto">WoT? </span></li>
<li><span dir="auto"><a href="https://vertexlab.io/">Vertex</a> &amp; vibe-coding a proper search for nostr </span></li>
<li><span dir="auto">Linking </span><span dir="auto">to </span><span dir="auto">hashtags </span><span dir="auto">&amp; </span><span dir="auto">search </span><span dir="auto">queries </span></li>
<li><span dir="auto">Advanced </span><span dir="auto">search </span><span dir="auto">and </span><span dir="auto">why </span><span dir="auto">it&rsquo;s </span><span dir="auto">great </span></li>
<li><span dir="auto">Search </span><span dir="auto">scopes </span><span dir="auto">&amp; </span><span dir="auto">web </span><span dir="auto">of </span><span dir="auto">trust </span></li>
<li><span dir="auto">The </span><span dir="auto">UNIX </span><span dir="auto">tools </span><span dir="auto">of </span><span dir="auto">nostr </span></li>
<li><span dir="auto">Pablo&rsquo;s </span> <a href="https://nostr-dev-kit.github.io/ndk/snippets/">NDK snippets</a></li>
<li><span dir="auto">Meredith </span><span dir="auto">on </span><span dir="auto">the </span> <a href="https://njump.to/nevent1qqsts24dta3nay5ypkhnqd8aphynhw7z89qw69sp3pceady2xujakygpzemhxue69uhhyetvv9ujumn0wd68ytnzv9hxgq3qguh5grefa7vkay4ps6udxg8lrqxg2kgr3qh9n4gduxut64nfxq0quyzs70">privacy nightmare of Agentic AI</a></li>
<li><span dir="auto">Blog-post-driven </span><span dir="auto">development </span><span dir="auto">( </span><a href="https://dergigi.com/2023/03/12/lightning-prisms/">Lightning Prisms</a> <span dir="auto">, </span> <a href="https://dergigi.com/2023/04/04/purple-text-orange-highlights/">Highlighter</a> <span dir="auto">) </span></li>
<li><span dir="auto">Sandwich-style </span><span dir="auto">LLM </span><span dir="auto">prompting, </span><span dir="auto">Waterfall </span><span dir="auto">for </span><span dir="auto">LLMs </span><span dir="auto">( </span><a href="https://gist.github.com/dskvr/b34f836b68ff2ca51bcc8fe7763eceec">HLDD / LLDD</a> <span dir="auto">) </span></li>
<li><span dir="auto">&ldquo;Speed </span><span dir="auto">itself </span><span dir="auto">is </span><span dir="auto">a </span><span dir="auto">feature&rdquo; </span></li>
<li><span dir="auto">MCP </span><span dir="auto">&amp; </span> <a href="https://mcp.so/server/dvmcp">DVMCP</a></li>
<li><span dir="auto">Monorepos </span><span dir="auto">and </span><span dir="auto">git </span><span dir="auto">submodules </span></li>
<li><span dir="auto"><a href="https://olas.app/">Olas</a> &amp; NDK </span></li>
<li><span dir="auto">Pablo&rsquo;s </span> <a href="https://njump.to/npub17hsu5gd24stmzuuezwvavgeuwwac233nfzg59dfyhf4fvel8n2sqw3d0k9">RemindMe</a> <span dir="auto">bot </span></li>
<li><span dir="auto">&ldquo;Breaking </span><span dir="auto">changes </span><span dir="auto">kinda </span><span dir="auto">suck&rdquo; </span></li>
<li><span dir="auto">Stories, </span><span dir="auto">shorts, </span><span dir="auto">TikTok, </span><span dir="auto">and </span><span dir="auto">OnlyFans </span></li>
<li><span dir="auto">LLM-generated </span><span dir="auto">sticker </span><span dir="auto">styles </span></li>
<li><span dir="auto">LLMs </span><span dir="auto">and </span> <a href="https://dergigi.com/2022/09/25/creativity/">creativity</a> <span dir="auto">(and </span><span dir="auto">Gigi&rsquo;s </span> <a href="https://gist.github.com/dergigi/04760fbcaa3769bb243db2b0e31c75df">old email</a> <span dir="auto">) </span></li>
<li><span dir="auto">&ldquo;AI-generated </span><span dir="auto">art </span><span dir="auto">has </span><span dir="auto">no </span><span dir="auto">soul&rdquo; </span></li>
<li><span dir="auto">Nostr, </span><span dir="auto">zaps, </span><span dir="auto">and </span><span dir="auto">realness </span></li>
<li><span dir="auto">Does </span><span dir="auto">the </span><span dir="auto">source </span><span dir="auto">matter? </span></li>
<li><span dir="auto">Poker </span><span dir="auto">client </span><span dir="auto">in </span> <a href="https://github.com/search?q=repo%3Atrottier%2Foriginal-bitcoin%20poker&amp;type=code">bitcoin v0.0.1</a></li>
<li><span dir="auto">Quotes </span><span dir="auto">from </span><span dir="auto">Hitler </span><span dir="auto">and </span><span dir="auto">how </span><span dir="auto">additional </span><span dir="auto">context </span><span dir="auto">changes </span><span dir="auto">meaning </span></li>
<li><span dir="auto">Greek </span><span dir="auto">finance </span><span dir="auto">minister </span><span dir="auto">on </span><span dir="auto">crypto </span><span dir="auto">and </span><span dir="auto">bitcoin </span><span dir="auto">( </span><a href="https://www.goodreads.com/book/show/75560036-technofeudalism">Technofeudalism</a> <span dir="auto">, </span><span dir="auto">book) </span></li>
<li><span dir="auto">Is </span><span dir="auto">more </span><span dir="auto">context </span><span dir="auto">always </span><span dir="auto">good? </span></li>
<li><span dir="auto"><a href="https://www.youtube.com/watch?v=A-_RdKiDbz4&amp;list=PLND1JCRq8Vui2YOOfrxbeRwJk5jZPmAth">Vervaeke&rsquo;s AI argument</a> </span></li>
<li><span dir="auto">What </span><span dir="auto">is </span><span dir="auto">meaningful? </span></li>
<li><span dir="auto">How </span><span dir="auto">do </span><span dir="auto">you </span><span dir="auto">extract </span><span dir="auto">meaning </span><span dir="auto">from </span><span dir="auto">information? </span></li>
<li><span dir="auto">How </span><span dir="auto">do </span><span dir="auto">you </span><span dir="auto">extract </span><span dir="auto">meaning </span><span dir="auto">from </span><span dir="auto">experience? </span></li>
<li><span dir="auto">&ldquo;</span><a href="https://youtu.be/ms2BvRbjOYo">What the hell is water</a><span dir="auto">&rdquo; </span></li>
<li><span dir="auto">Creativity, </span><span dir="auto">imagination, </span><span dir="auto">hallucination, </span><span dir="auto">and </span><span dir="auto">losing </span><span dir="auto">touch </span><span dir="auto">with </span><span dir="auto">reality </span></li>
<li><span dir="auto">&ldquo;</span><a href="https://njump.to/nevent1qqswawr4cz68sjswhtdkat8qgnpfsc6wygx4xmq2d5gd5fg9extvl4gpzamhxue69uhhyetvv9ujumn0wd68ytnzv9hxgtczyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfxqcyqqqqqqg74yxgf">Bitcoin is singularity insurance</a><span dir="auto">&rdquo; </span></li>
<li><span dir="auto">Will </span><span dir="auto">vibe </span><span dir="auto">coding </span><span dir="auto">make </span><span dir="auto">developers </span><span dir="auto">obsolete? </span></li>
<li><span dir="auto">Knowing </span><span dir="auto">what </span><span dir="auto">to </span><span dir="auto">build </span><span dir="auto">vs </span><span dir="auto">knowing </span><span dir="auto">how </span><span dir="auto">to </span><span dir="auto">build </span></li>
<li><span dir="auto">10min </span><span dir="auto">block </span><span dir="auto">time </span><span dir="auto">&amp; </span><span dir="auto">the </span> <a href="https://dergigi.com/threads/physical-limits">physical limits of consensus</a></li>
<li><span dir="auto">Satoshi&rsquo;s </span><span dir="auto">reasons </span><span dir="auto">articulated </span><span dir="auto">in </span><span dir="auto">his </span> <a href="https://satoshi.nakamotoinstitute.org/posts/p2pfoundation/1/">announcement post</a></li>
<li><span dir="auto">Why </span><span dir="auto">do </span><span dir="auto">anything? </span><span dir="auto">Why </span><span dir="auto">stack </span><span dir="auto">sats? </span><span dir="auto">Why </span><span dir="auto">have </span><span dir="auto">kids? </span></li>
<li><span dir="auto">All </span><span dir="auto">you </span><span dir="auto">need </span><span dir="auto">now </span><span dir="auto">is </span><span dir="auto">motivation </span></li>
<li><span dir="auto">Upcoming </span><span dir="auto">agents </span><span dir="auto">will </span><span dir="auto">actually </span><span dir="auto">do </span><span dir="auto">the </span><span dir="auto">thing </span></li>
<li><span dir="auto">Proliferation </span><span dir="auto">of </span><span dir="auto">writers: </span><span dir="auto">quantity </span><span dir="auto">VS </span><span dir="auto">quality </span></li>
<li><span dir="auto">Crisis </span><span dir="auto">of </span><span dir="auto">sameness </span><span dir="auto">&amp; </span><span dir="auto">the </span><span dir="auto">problem </span><span dir="auto">of </span><span dir="auto">distribution </span></li>
<li><span dir="auto">Patronage, </span><span dir="auto">belle </span><span dir="auto">epoche, </span><span dir="auto">and </span> <a href="https://x.com/FractalEncrypt">bitcoin art</a></li>
<li><span dir="auto">Niches, </span><span dir="auto">and </span><span dir="auto">how </span><span dir="auto">the </span><span dir="auto">internet </span><span dir="auto">fractioned </span><span dir="auto">society </span></li>
<li><span dir="auto">Joe&rsquo;s </span><span dir="auto">songs </span></li>
<li><span dir="auto">Hyper-personalized </span><span dir="auto">stories </span></li>
<li><span dir="auto">Shared </span><span dir="auto">stories </span><span dir="auto">&amp; </span><span dir="auto">myths </span><span dir="auto">(</span><a href="https://www.thesymbolicworld.com/team/jonathan-pageau">Jonathan Pageau</a><span dir="auto">) </span></li>
<li><span dir="auto">Hyper-personalized </span><span dir="auto">apps </span><span dir="auto">VS </span><span dir="auto">shared </span><span dir="auto">apps </span></li>
<li><span dir="auto">Agency, </span><span dir="auto">free </span><span dir="auto">expression, </span><span dir="auto">and </span> <a href="https://dergigi.com/2024/03/25/speaking-freely-online/">free speech</a></li>
<li><span dir="auto">Edgy </span><span dir="auto">content </span><span dir="auto">&amp; </span> <a href="https://www.talkesport.com/news/what-is-the-twitch-meta-decoding-trends-and-controversies/">twitch meta</a> <span dir="auto">, </span><span dir="auto">aka </span><span dir="auto">skating </span><span dir="auto">the </span><span dir="auto">line </span><span dir="auto">of </span><span dir="auto">demonetization </span><span dir="auto">and </span><span dir="auto">deplatforming </span></li>
<li><span dir="auto">Using </span><span dir="auto">attention </span><span dir="auto">as </span><span dir="auto">a </span><span dir="auto">proxy </span><span dir="auto">currency </span></li>
<li><span dir="auto">Farming </span><span dir="auto">eyeballs </span><span dir="auto">and </span><span dir="auto">brain </span><span dir="auto">cycles </span></li>
<li><span dir="auto">Engagement </span><span dir="auto">as </span><span dir="auto">a </span><span dir="auto">success </span><span dir="auto">metric </span><span dir="auto">&amp; </span><span dir="auto">engagement </span><span dir="auto">bait </span></li>
<li><span dir="auto">&ldquo;</span><a href="https://njump.to/nevent1qqsqm2lz4ru6wlydzpulgs8m60ylp4vufwsg55whlqgua6a93vp2y4gzyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfxzzxtzc">You wouldn&rsquo;t zap a car crash</a><span dir="auto">&rdquo; </span></li>
<li><span dir="auto">Attention </span><span dir="auto">economy </span><span dir="auto">is </span><span dir="auto">parasitic </span><span dir="auto">on </span><span dir="auto">humanity </span></li>
<li><span dir="auto">The </span><span dir="auto">importance </span><span dir="auto">of </span> <a href="https://nostr-resources.com/">speech</a> <span dir="auto">&amp; </span> <a href="https://bitcoin-resources.com/">money</a></li>
<li><span dir="auto">What </span><span dir="auto">should </span><span dir="auto">be </span><span dir="auto">done </span><span dir="auto">by </span><span dir="auto">a </span><span dir="auto">machine? </span></li>
<li><span dir="auto">What </span><span dir="auto">should </span><span dir="auto">be </span><span dir="auto">done </span><span dir="auto">by </span><span dir="auto">a </span><span dir="auto">human? </span></li>
<li><span dir="auto">&ldquo;The </span><span dir="auto">human </span><span dir="auto">spirit </span><span dir="auto">should </span><span dir="auto">remain </span><span dir="auto">in </span><span dir="auto">charge&rdquo; </span></li>
<li><span dir="auto">Our </span><span dir="auto">relationship </span><span dir="auto">with </span><span dir="auto">fiat </span><span dir="auto">money </span></li>
<li><span dir="auto">Active </span><span dir="auto">vs </span><span dir="auto">passive, </span><span dir="auto">agency </span><span dir="auto">vs </span><span dir="auto">serfdom </span></li>
</ul><p>Recorded at <a href="https://mempool.space/block/888635">888,635</a>.</p>]]></itunes:summary>
    </item>
    <item>
      <title><![CDATA[#05: Prompt & Pray w/ Paul]]></title>
      <description><![CDATA[<p><span style="font-weight: 400;">"What should the next iteration of the internet look like?"&nbsp;</span></p>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><a href="https://njump.to/npub1p4kg8zxukpym3h20erfa3samj00rm2gt4q5wfuyu3tg0x3jg3gesvncxf8"><span style="font-weight: 400;">Paul</span></a><span style="font-weight: 400;"> and his awesome </span><a href="https://lightning.store/product/nostr/"><span style="font-weight: 400;">nostr t-shirt</span></a></li>
<li><span style="font-weight: 400;">Are we all just nostalgic?</span></li>
<li><span style="font-weight: 400;">Where did the optimism of computing and the information superhighway go?</span></li>
<li><span style="font-weight: 400;">We went from interop to pay-to-unlock.</span></li>
<li><span style="font-weight: 400;">Do we have to live in the digital gulags forever?</span></li>
<li><span style="font-weight: 400;">Homecooked meals and homecooked apps</span></li>
<li><span style="font-weight: 400;">Paper straws and the downfall of Western Civilization</span></li>
<li><span style="font-weight: 400;">"You need to be okay with people getting rekt"</span></li>
<li><span style="font-weight: 400;">If the car would be introduced today, it would be illegal</span></li>
<li><span style="font-weight: 400;">Bravery and personal </span><a href="https://dergigi.com/2021/03/14/the-responsibility-of-adopting-bitcoin/"><span style="font-weight: 400;">responsibility</span></a></li>
<li><span style="font-weight: 400;">"nostr will only be what diehards will build it to be"</span></li>
<li><span style="font-weight: 400;">Bad teleology is built into the current (non-nostr) app landscape&nbsp;</span></li>
<li><span style="font-weight: 400;">"You can get a lot of the upside without holding your own keys&rdquo;</span></li>
<li><span style="font-weight: 400;">&ldquo;...but you can't get ALL of the upside!"</span></li>
<li><span style="font-weight: 400;">Expressiveness and </span><a href="https://dergigi.com/2024/03/25/speaking-freely-online/"><span style="font-weight: 400;">free speech online</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Freedom of Speech, Freedom of Assembly, and Financial Freedom in Cyberspace&nbsp;</span></li>
<li><span style="font-weight: 400;">Self-publishing vs platform publishing&nbsp;</span></li>
<li><span style="font-weight: 400;">Information calories. Can we count them?&nbsp;</span></li>
<li><a href="https://en.wikipedia.org/wiki/Don%27t_Make_Me_Think"><span style="font-weight: 400;">Don't make me think!&nbsp;</span></a></li>
<li><span style="font-weight: 400;">Is not being forced to think part of the problem?&nbsp;</span></li>
<li><span style="font-weight: 400;">Mutiny &amp; bitcoin UX that's too easy&nbsp;</span></li>
<li><span style="font-weight: 400;">Games and costly mistakes&nbsp;</span></li>
<li><span style="font-weight: 400;">The early days: software distribution via print magazines&nbsp;</span></li>
<li><span style="font-weight: 400;">Prompting allows you to define your own teleology&nbsp;</span></li>
<li><a href="https://vibetools-xyz.vercel.app/"><span style="font-weight: 400;">Vibe coding</span></a><span style="font-weight: 400;"> and </span><a href="https://cursor.ai/"><span style="font-weight: 400;">Cursor</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">"The hard part is to figure out what you want."&nbsp;</span></li>
<li><span style="font-weight: 400;">"What should the next iteration of the internet look like?"&nbsp;</span></li>
<li><span style="font-weight: 400;">GenZ doesn't know shit about </span><a href="https://futurism.com/the-byte/gen-z-kids-file-systems"><span style="font-weight: 400;">files and folders</span></a></li>
<li><span style="font-weight: 400;">Why files are great&nbsp;</span></li>
<li><span style="font-weight: 400;">Gigi's </span><a href="https://syncthing.net/"><span style="font-weight: 400;">SyncThing</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://standardnotes.com/"><span style="font-weight: 400;">Standard Notes</span></a><span style="font-weight: 400;"> setup&nbsp;</span></li>
<li><span style="font-weight: 400;">File-based apps like </span><a href="https://play.google.com/store/apps/details?id=ak.alizandro.smartaudiobookplayer"><span style="font-weight: 400;">Smart AudioBook Player</span></a></li>
<li><span style="font-weight: 400;">Reading apps like Pocket, Instapaper, and </span><a href="https://readwise.io/read"><span style="font-weight: 400;">Readwise Reader</span></a></li>
<li><span style="font-weight: 400;">Saving </span><a href="https://hoarder.app/"><span style="font-weight: 400;">all the things</span></a><span style="font-weight: 400;"> &amp; linking stuff together&nbsp;</span></li>
<li><span style="font-weight: 400;">Clips of podcasts and videos, e.g. </span><a href="https://fountain.fm/"><span style="font-weight: 400;">Fountain</span></a></li>
<li><span style="font-weight: 400;">A </span><a href="https://en.wikipedia.org/wiki/Commonplace_book"><span style="font-weight: 400;">Commonplace Book</span></a><span style="font-weight: 400;"> to cyberspace</span></li>
<li><span style="font-weight: 400;">Creating a "Family Bible" app</span></li>
<li><span style="font-weight: 400;">If you want to maximize profits in the attention economy, you have to get users </span><a href="https://archive.org/details/hookedhowtobuild0000eyal"><span style="font-weight: 400;">addicted</span></a></li>
<li><span style="font-weight: 400;">(Zaps potentially fix this, as </span><a href="https://njump.to/nevent1qvzqqqqqqypzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nqyghwumn8ghj7mn0wd68ytnhd9hx2tcpz4mhxue69uhkummnw3ezummcw3ezuer9wchsqgqd403237d80jx3q705graa8j0s6kwyhgy228tlsywwawjckq4z25vvfpra"><span style="font-weight: 400;">you wouldn&rsquo;t zap a car crash</span></a><span style="font-weight: 400;">)</span></li>
<li><span style="font-weight: 400;">Let computers do computer work, let humans be humans</span></li>
<li><span style="font-weight: 400;">"The end is not being on the computer"</span></li>
<li><span style="font-weight: 400;">Solo private / group private / public&nbsp;</span></li>
<li><span style="font-weight: 400;">Liberal vs Conservative sentiment in social environments&nbsp;</span></li>
<li><span style="font-weight: 400;">Whom to care about?&nbsp;</span></li>
<li><a href="https://www.nobsbitcoin.com/vertex-web-of-trust-as-a-service/"><span style="font-weight: 400;">Web of trust</span></a><span style="font-weight: 400;"> &amp; our understanding of it</span></li>
<li><span style="font-weight: 400;">Forgiveness, Trust, and Repeat Games&nbsp;</span></li>
<li><span style="font-weight: 400;">Tit-for-tat and </span><a href="https://youtu.be/puN_vAsWipQ"><span style="font-weight: 400;">forgiving tit-for-tat</span></a></li>
<li><span style="font-weight: 400;">Three strikes and you're out!&nbsp;</span></li>
<li><span style="font-weight: 400;">"Choose your gulag" is the alternative to nostr&nbsp;</span></li>
<li><span style="font-weight: 400;">7-generation thinking&nbsp;</span></li>
<li><a href="https://2140.dev/"><span style="font-weight: 400;">2140</span></a></li>
<li><a href="https://bitcoin-resources.com/books/the-sovereign-individual"><span style="font-weight: 400;">The Sovereign Individual</span></a><span style="font-weight: 400;"> is embedded in a social structure, always</span></li>
<li><a href="https://njump.to/nevent1qvzqqqqqqypzpq7enxs5scju854msxd0xpjvpa4p94763rmgktrfyg0n5arpw8geqyg8wumn8ghj7mn09eehgu3wvdez7qgewaehxw309aex2mrp0yh8xmn0wf6zuum0vd5kzmp0qqsqquq920a7psq8x3w9apyttdwa8glz6rm8scgaqjur6kg868gvfxgte0cu9"><span style="font-weight: 400;">I, Pencil</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Jungle vs Civilization&nbsp;</span></li>
<li><span style="font-weight: 400;">Fiat = because I said so (&ldquo;Fiat Lux&rdquo; - </span><a href="https://en.wikipedia.org/wiki/Let_there_be_light"><span style="font-weight: 400;">Let there be light</span></a><span style="font-weight: 400;">)</span></li>
<li><span style="font-weight: 400;">Do we need leaders in bitcoin?&nbsp;</span></li>
<li><span style="font-weight: 400;">Peterson Fallacy / </span><a href="https://youtu.be/Xh0HW-GS-zk"><span style="font-weight: 400;">God vs Bitcoin</span></a></li>
<li><span style="font-weight: 400;">Jesus early followers were the </span><a href="https://www.faithexplorershub.in/2024/09/followers-of-way-early-identity-of.html"><span style="font-weight: 400;">Followers of The Way</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Zaps are not payments&nbsp;</span></li>
<li><span style="font-weight: 400;">Zaps are not "</span><a href="https://value4value.info/"><span style="font-weight: 400;">tips</span></a><span style="font-weight: 400;">"&nbsp;</span></li>
<li><span style="font-weight: 400;">Bitstein &amp; Pierre: </span><a href="https://news.nakamotoinstitute.org/p/introducing-the-reorg"><span style="font-weight: 400;">The Reorg</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Vervaeke: &ldquo;</span><a href="https://youtu.be/yImlXr5Tr8g?t=4637"><span style="font-weight: 400;">Where do you go for wisdom?</span></a><span style="font-weight: 400;">&rdquo;</span></li>
<li><span style="font-weight: 400;">Rough consensus and </span><a href="https://scholar.google.com/citations?user=bi4fAa0AAAAJ&amp;hl=en"><span style="font-weight: 400;">Pieter Wuille</span></a></li>
<li><span style="font-weight: 400;">"There is no such thing as a leaderless system"&nbsp;</span></li>
<li><a href="https://youtu.be/2kecGImu334"><span style="font-weight: 400;">Wisdom</span></a><span style="font-weight: 400;"> in cyberspace&nbsp;</span></li>
<li><span style="font-weight: 400;">Can we build wise tools?&nbsp;</span></li>
<li><span style="font-weight: 400;">Prompting the Bible, </span><a href="https://github.com/ortegaalfredo/ChristGPT"><span style="font-weight: 400;">ChristGPT</span></a><span style="font-weight: 400;">, and Bible Slop&nbsp;</span></li>
<li><a href="https://en.wikipedia.org/wiki/Gell-Mann_amnesia_effect"><span style="font-weight: 400;">Gell-Mann amnesia</span></a><span style="font-weight: 400;"> effect</span></li>
<li><span style="font-weight: 400;">Vervaekes AI argument: </span><a href="https://youtu.be/A-_RdKiDbz4"><span style="font-weight: 400;">The Coming Thresholds and The Path We Must Take</span></a></li>
<li><span style="font-weight: 400;">Where do new ideas come from?&nbsp;</span></li>
<li><span style="font-weight: 400;">Sandwich prompting style (</span><a href="https://gist.github.com/dskvr/b34f836b68ff2ca51bcc8fe7763eceec"><span style="font-weight: 400;">HLDD / LLDD</span></a><span style="font-weight: 400;">)</span></li>
<li><span style="font-weight: 400;">The Tale of </span><a href="https://www.americanfolklore.net/john-henry-the-steel-driving-man/"><span style="font-weight: 400;">John Henry</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><a href="https://youtu.be/t98QhYdCyEc"><span style="font-weight: 400;">Silicon Sages</span></a></li>
<li><a href="https://en.wikipedia.org/wiki/Conscience"><span style="font-weight: 400;">Conscience</span></a><span style="font-weight: 400;"> and </span><a href="https://www.goodreads.com/quotes/445636-this-is-the-other-secret-that-real-artists-know-and"><span style="font-weight: 400;">The Muse</span></a></li>
<li><span style="font-weight: 400;">Hypermedia and </span><a href="https://github.com/futurepaul/hypernote/"><span style="font-weight: 400;">HyperNote</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><a href="https://www.wired.com/2013/12/glasshole/"><span style="font-weight: 400;">Glassholes</span></a><span style="font-weight: 400;">, Google Glasses, and wearable technology</span></li>
<li><span style="font-weight: 400;">Prompting &amp; Praying for </span><a href="https://njump.to/nevent1qvzqqqqqqypzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nqyghwumn8ghj7mn0wd68ytnhd9hx2tcpz4mhxue69uhkummnw3ezummcw3ezuer9wchsqgqd403237d80jx3q705graa8j0s6kwyhgy228tlsywwawjckq4z25vvfpra"><span style="font-weight: 400;">An Internet Worth Having</span></a></li>
</ul>
<p><span style="font-weight: 400;">Books mentioned:</span></p>
<ul>
<li><span style="font-weight: 400;">The Bible</span></li>
<li><a href="https://fee.org/ebooks/i-pencil/"><span style="font-weight: 400;">I, Pencil</span></a><span style="font-weight: 400;"> by Leonard E. Read</span></li>
<li><a href="https://en.wikipedia.org/wiki/Don%27t_Make_Me_Think"><span style="font-weight: 400;">Don't make me think! </span></a><span style="font-weight: 400;">by Steve Krug</span></li>
<li><a href="https://bitcoin-resources.com/books/the-sovereign-individual"><span style="font-weight: 400;">The Sovereign Individual</span></a><span style="font-weight: 400;"> by James Dale Davidson and William Rees-Mogg</span></li>
</ul><p>Recorded at <a href="https://mempool.space/block/887644">887,644</a>.</p>]]></description>
      <itunes:image href="https://haven.sovereignengineering.io/20d8fed3d974416aed076f70d7ed203f40e462f8f9581ae85f97f9cbcf3f34d4.jpg"/>
      <enclosure url="https://haven.sovereignengineering.io/409edb5b9bdf2a76b0b94747667e815f9388c80b0ffed213cf0b4d4346bc3c72.mp3" length="51983084" type="audio/mpeg"/>
      <podcast:person href="https://paul.lol/" img="https://paul.lol/waffle_animated.gif" group="cast" role="guest">Paul</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/d2d4fc8dedf6b536b3103f29614ad96b528a54d45105d19d373ebb4976b579b4.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/05-prompt-pray-w-paul.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Paul" type="lnaddress" address="futurepaul@primal.net" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqvr2ttswfhk6ur594skuepdwpexz7fdwukhqct4dspzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqvzqqqr4gu0ks52t">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">35ccd902-2bf8-4e61-8212-e7a770a9faa4</guid>
      <itunes:subtitle><![CDATA[#05: Prompt & Pray w/ Paul]]></itunes:subtitle>
      <itunes:duration>6498</itunes:duration>
      <link>https://njump.to/nevent1qvzqqqqqqypzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqys8wumn8ghj7mn0wd68ytn9d9h82mny0fmkzmn6d9njuumsv93k2tcppemhxue69uhkummn9ekx7mp0qqsfcc4s4duhjfv6kv5dnp32qf5eud3p05ljc4kyvdwjgv8ldqctd7q8h0pj5</link>
      <pubDate>Tue, 18 Mar 2025 15:23:09 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, memes, web, internet, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p><span style="font-weight: 400;">"What should the next iteration of the internet look like?"&nbsp;</span></p>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><a href="https://njump.to/npub1p4kg8zxukpym3h20erfa3samj00rm2gt4q5wfuyu3tg0x3jg3gesvncxf8"><span style="font-weight: 400;">Paul</span></a><span style="font-weight: 400;"> and his awesome </span><a href="https://lightning.store/product/nostr/"><span style="font-weight: 400;">nostr t-shirt</span></a></li>
<li><span style="font-weight: 400;">Are we all just nostalgic?</span></li>
<li><span style="font-weight: 400;">Where did the optimism of computing and the information superhighway go?</span></li>
<li><span style="font-weight: 400;">We went from interop to pay-to-unlock.</span></li>
<li><span style="font-weight: 400;">Do we have to live in the digital gulags forever?</span></li>
<li><span style="font-weight: 400;">Homecooked meals and homecooked apps</span></li>
<li><span style="font-weight: 400;">Paper straws and the downfall of Western Civilization</span></li>
<li><span style="font-weight: 400;">"You need to be okay with people getting rekt"</span></li>
<li><span style="font-weight: 400;">If the car would be introduced today, it would be illegal</span></li>
<li><span style="font-weight: 400;">Bravery and personal </span><a href="https://dergigi.com/2021/03/14/the-responsibility-of-adopting-bitcoin/"><span style="font-weight: 400;">responsibility</span></a></li>
<li><span style="font-weight: 400;">"nostr will only be what diehards will build it to be"</span></li>
<li><span style="font-weight: 400;">Bad teleology is built into the current (non-nostr) app landscape&nbsp;</span></li>
<li><span style="font-weight: 400;">"You can get a lot of the upside without holding your own keys&rdquo;</span></li>
<li><span style="font-weight: 400;">&ldquo;...but you can't get ALL of the upside!"</span></li>
<li><span style="font-weight: 400;">Expressiveness and </span><a href="https://dergigi.com/2024/03/25/speaking-freely-online/"><span style="font-weight: 400;">free speech online</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Freedom of Speech, Freedom of Assembly, and Financial Freedom in Cyberspace&nbsp;</span></li>
<li><span style="font-weight: 400;">Self-publishing vs platform publishing&nbsp;</span></li>
<li><span style="font-weight: 400;">Information calories. Can we count them?&nbsp;</span></li>
<li><a href="https://en.wikipedia.org/wiki/Don%27t_Make_Me_Think"><span style="font-weight: 400;">Don't make me think!&nbsp;</span></a></li>
<li><span style="font-weight: 400;">Is not being forced to think part of the problem?&nbsp;</span></li>
<li><span style="font-weight: 400;">Mutiny &amp; bitcoin UX that's too easy&nbsp;</span></li>
<li><span style="font-weight: 400;">Games and costly mistakes&nbsp;</span></li>
<li><span style="font-weight: 400;">The early days: software distribution via print magazines&nbsp;</span></li>
<li><span style="font-weight: 400;">Prompting allows you to define your own teleology&nbsp;</span></li>
<li><a href="https://vibetools-xyz.vercel.app/"><span style="font-weight: 400;">Vibe coding</span></a><span style="font-weight: 400;"> and </span><a href="https://cursor.ai/"><span style="font-weight: 400;">Cursor</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">"The hard part is to figure out what you want."&nbsp;</span></li>
<li><span style="font-weight: 400;">"What should the next iteration of the internet look like?"&nbsp;</span></li>
<li><span style="font-weight: 400;">GenZ doesn't know shit about </span><a href="https://futurism.com/the-byte/gen-z-kids-file-systems"><span style="font-weight: 400;">files and folders</span></a></li>
<li><span style="font-weight: 400;">Why files are great&nbsp;</span></li>
<li><span style="font-weight: 400;">Gigi's </span><a href="https://syncthing.net/"><span style="font-weight: 400;">SyncThing</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://standardnotes.com/"><span style="font-weight: 400;">Standard Notes</span></a><span style="font-weight: 400;"> setup&nbsp;</span></li>
<li><span style="font-weight: 400;">File-based apps like </span><a href="https://play.google.com/store/apps/details?id=ak.alizandro.smartaudiobookplayer"><span style="font-weight: 400;">Smart AudioBook Player</span></a></li>
<li><span style="font-weight: 400;">Reading apps like Pocket, Instapaper, and </span><a href="https://readwise.io/read"><span style="font-weight: 400;">Readwise Reader</span></a></li>
<li><span style="font-weight: 400;">Saving </span><a href="https://hoarder.app/"><span style="font-weight: 400;">all the things</span></a><span style="font-weight: 400;"> &amp; linking stuff together&nbsp;</span></li>
<li><span style="font-weight: 400;">Clips of podcasts and videos, e.g. </span><a href="https://fountain.fm/"><span style="font-weight: 400;">Fountain</span></a></li>
<li><span style="font-weight: 400;">A </span><a href="https://en.wikipedia.org/wiki/Commonplace_book"><span style="font-weight: 400;">Commonplace Book</span></a><span style="font-weight: 400;"> to cyberspace</span></li>
<li><span style="font-weight: 400;">Creating a "Family Bible" app</span></li>
<li><span style="font-weight: 400;">If you want to maximize profits in the attention economy, you have to get users </span><a href="https://archive.org/details/hookedhowtobuild0000eyal"><span style="font-weight: 400;">addicted</span></a></li>
<li><span style="font-weight: 400;">(Zaps potentially fix this, as </span><a href="https://njump.to/nevent1qvzqqqqqqypzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nqyghwumn8ghj7mn0wd68ytnhd9hx2tcpz4mhxue69uhkummnw3ezummcw3ezuer9wchsqgqd403237d80jx3q705graa8j0s6kwyhgy228tlsywwawjckq4z25vvfpra"><span style="font-weight: 400;">you wouldn&rsquo;t zap a car crash</span></a><span style="font-weight: 400;">)</span></li>
<li><span style="font-weight: 400;">Let computers do computer work, let humans be humans</span></li>
<li><span style="font-weight: 400;">"The end is not being on the computer"</span></li>
<li><span style="font-weight: 400;">Solo private / group private / public&nbsp;</span></li>
<li><span style="font-weight: 400;">Liberal vs Conservative sentiment in social environments&nbsp;</span></li>
<li><span style="font-weight: 400;">Whom to care about?&nbsp;</span></li>
<li><a href="https://www.nobsbitcoin.com/vertex-web-of-trust-as-a-service/"><span style="font-weight: 400;">Web of trust</span></a><span style="font-weight: 400;"> &amp; our understanding of it</span></li>
<li><span style="font-weight: 400;">Forgiveness, Trust, and Repeat Games&nbsp;</span></li>
<li><span style="font-weight: 400;">Tit-for-tat and </span><a href="https://youtu.be/puN_vAsWipQ"><span style="font-weight: 400;">forgiving tit-for-tat</span></a></li>
<li><span style="font-weight: 400;">Three strikes and you're out!&nbsp;</span></li>
<li><span style="font-weight: 400;">"Choose your gulag" is the alternative to nostr&nbsp;</span></li>
<li><span style="font-weight: 400;">7-generation thinking&nbsp;</span></li>
<li><a href="https://2140.dev/"><span style="font-weight: 400;">2140</span></a></li>
<li><a href="https://bitcoin-resources.com/books/the-sovereign-individual"><span style="font-weight: 400;">The Sovereign Individual</span></a><span style="font-weight: 400;"> is embedded in a social structure, always</span></li>
<li><a href="https://njump.to/nevent1qvzqqqqqqypzpq7enxs5scju854msxd0xpjvpa4p94763rmgktrfyg0n5arpw8geqyg8wumn8ghj7mn09eehgu3wvdez7qgewaehxw309aex2mrp0yh8xmn0wf6zuum0vd5kzmp0qqsqquq920a7psq8x3w9apyttdwa8glz6rm8scgaqjur6kg868gvfxgte0cu9"><span style="font-weight: 400;">I, Pencil</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Jungle vs Civilization&nbsp;</span></li>
<li><span style="font-weight: 400;">Fiat = because I said so (&ldquo;Fiat Lux&rdquo; - </span><a href="https://en.wikipedia.org/wiki/Let_there_be_light"><span style="font-weight: 400;">Let there be light</span></a><span style="font-weight: 400;">)</span></li>
<li><span style="font-weight: 400;">Do we need leaders in bitcoin?&nbsp;</span></li>
<li><span style="font-weight: 400;">Peterson Fallacy / </span><a href="https://youtu.be/Xh0HW-GS-zk"><span style="font-weight: 400;">God vs Bitcoin</span></a></li>
<li><span style="font-weight: 400;">Jesus early followers were the </span><a href="https://www.faithexplorershub.in/2024/09/followers-of-way-early-identity-of.html"><span style="font-weight: 400;">Followers of The Way</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Zaps are not payments&nbsp;</span></li>
<li><span style="font-weight: 400;">Zaps are not "</span><a href="https://value4value.info/"><span style="font-weight: 400;">tips</span></a><span style="font-weight: 400;">"&nbsp;</span></li>
<li><span style="font-weight: 400;">Bitstein &amp; Pierre: </span><a href="https://news.nakamotoinstitute.org/p/introducing-the-reorg"><span style="font-weight: 400;">The Reorg</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Vervaeke: &ldquo;</span><a href="https://youtu.be/yImlXr5Tr8g?t=4637"><span style="font-weight: 400;">Where do you go for wisdom?</span></a><span style="font-weight: 400;">&rdquo;</span></li>
<li><span style="font-weight: 400;">Rough consensus and </span><a href="https://scholar.google.com/citations?user=bi4fAa0AAAAJ&amp;hl=en"><span style="font-weight: 400;">Pieter Wuille</span></a></li>
<li><span style="font-weight: 400;">"There is no such thing as a leaderless system"&nbsp;</span></li>
<li><a href="https://youtu.be/2kecGImu334"><span style="font-weight: 400;">Wisdom</span></a><span style="font-weight: 400;"> in cyberspace&nbsp;</span></li>
<li><span style="font-weight: 400;">Can we build wise tools?&nbsp;</span></li>
<li><span style="font-weight: 400;">Prompting the Bible, </span><a href="https://github.com/ortegaalfredo/ChristGPT"><span style="font-weight: 400;">ChristGPT</span></a><span style="font-weight: 400;">, and Bible Slop&nbsp;</span></li>
<li><a href="https://en.wikipedia.org/wiki/Gell-Mann_amnesia_effect"><span style="font-weight: 400;">Gell-Mann amnesia</span></a><span style="font-weight: 400;"> effect</span></li>
<li><span style="font-weight: 400;">Vervaekes AI argument: </span><a href="https://youtu.be/A-_RdKiDbz4"><span style="font-weight: 400;">The Coming Thresholds and The Path We Must Take</span></a></li>
<li><span style="font-weight: 400;">Where do new ideas come from?&nbsp;</span></li>
<li><span style="font-weight: 400;">Sandwich prompting style (</span><a href="https://gist.github.com/dskvr/b34f836b68ff2ca51bcc8fe7763eceec"><span style="font-weight: 400;">HLDD / LLDD</span></a><span style="font-weight: 400;">)</span></li>
<li><span style="font-weight: 400;">The Tale of </span><a href="https://www.americanfolklore.net/john-henry-the-steel-driving-man/"><span style="font-weight: 400;">John Henry</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><a href="https://youtu.be/t98QhYdCyEc"><span style="font-weight: 400;">Silicon Sages</span></a></li>
<li><a href="https://en.wikipedia.org/wiki/Conscience"><span style="font-weight: 400;">Conscience</span></a><span style="font-weight: 400;"> and </span><a href="https://www.goodreads.com/quotes/445636-this-is-the-other-secret-that-real-artists-know-and"><span style="font-weight: 400;">The Muse</span></a></li>
<li><span style="font-weight: 400;">Hypermedia and </span><a href="https://github.com/futurepaul/hypernote/"><span style="font-weight: 400;">HyperNote</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><a href="https://www.wired.com/2013/12/glasshole/"><span style="font-weight: 400;">Glassholes</span></a><span style="font-weight: 400;">, Google Glasses, and wearable technology</span></li>
<li><span style="font-weight: 400;">Prompting &amp; Praying for </span><a href="https://njump.to/nevent1qvzqqqqqqypzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nqyghwumn8ghj7mn0wd68ytnhd9hx2tcpz4mhxue69uhkummnw3ezummcw3ezuer9wchsqgqd403237d80jx3q705graa8j0s6kwyhgy228tlsywwawjckq4z25vvfpra"><span style="font-weight: 400;">An Internet Worth Having</span></a></li>
</ul>
<p><span style="font-weight: 400;">Books mentioned:</span></p>
<ul>
<li><span style="font-weight: 400;">The Bible</span></li>
<li><a href="https://fee.org/ebooks/i-pencil/"><span style="font-weight: 400;">I, Pencil</span></a><span style="font-weight: 400;"> by Leonard E. Read</span></li>
<li><a href="https://en.wikipedia.org/wiki/Don%27t_Make_Me_Think"><span style="font-weight: 400;">Don't make me think! </span></a><span style="font-weight: 400;">by Steve Krug</span></li>
<li><a href="https://bitcoin-resources.com/books/the-sovereign-individual"><span style="font-weight: 400;">The Sovereign Individual</span></a><span style="font-weight: 400;"> by James Dale Davidson and William Rees-Mogg</span></li>
</ul><p>Recorded at <a href="https://mempool.space/block/887644">887,644</a>.</p>]]></itunes:summary>
    </item>
    <item>
      <title>#04: Ecash Fixes 402 w/ Calle</title>
      <description><![CDATA[<p>“I don’t believe in Utopia anymore. I’m too old for that.”</p>
<p><a href="https://npub.world/npub12rv5lskctqxxs2c8rf2zlzc7xx3qpvzs3w4etgemauy9thegr43sf485vg">Calle</a> &amp; <a href="https://npub.world/npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc">Gigi</a> philosophize about nuts.</p>
<p>Books and articles mentioned:<br>- <a href="https://en.wikipedia.org/wiki/Who_Owns_the_Future%3F">Who Owns the Future?</a><br>- <a href="https://bitcoin-resources.com/books/the-cathedral-and-the-bazaar">The Cathedral And The Bazaar</a><br>- <a href="https://dergigi.com/2022/09/10/cryptography-is-not-enough/">Cryptography is Not Enough</a><br>- <a href="https://dergigi.com/2021/01/14/bitcoin-is-time/">Bitcoin is Time</a></p>
<p>In this dialogue:<br>- Where is the Utopia that the internet promised?<br>- “<a href="https://www.youtube.com/playlist?list=PLND1JCRq8Vuh3f0P5qjrSdb5eC1ZfZwWJ">Neither nostalgia nor utopia</a>”<br>- Net Neutrality is a moral stance<br>- Where did the internet go wrong?<br>- Tech as a tool; is tech always neutral?<br>- Technology that increases agency VS tech that enslaves<br>- <a href="https://dergigi.com/threads/understand-peace">Competition</a> vs <a href="https://dergigi.com/2019/08/07/proof-of-life/">Symbiosis</a><br>- “Who will run the mints?”<br>- “Anyone” can use it vs “everyone” can use it<br>- Centralizing vs. Monopolizing<br>- Bitcoin has an ethos baked in (<a href="https://dergigi.com/2022/09/10/cryptography-is-not-enough/">You Shall Not Steal</a>)<br>- Passive internet vs active internet<br>- Agency in cyberspace, and how to maximize it<br>- Blinded custodian vs regular custodian<br>- User data is a liability<br>- <a href="https://obscura.net/">Obscura</a> / <a href="https://mullvad.net/en">Mullvad</a> / <a href="https://silent.link/">Silent.Link</a> as obvious early adopters<br>- Run your own ISP - <a href="https://tollgate.me/">Tollgate</a><br>- <a href="https://dergigi.com/2022/09/10/cryptography-is-not-enough/">Cryptography is Not Enough</a><br>- <a href="https://dergigi.com/2021/01/14/bitcoin-is-time/">Bitcoin is Time</a><br>- <a href="https://dergigi.com/threads/time-requires-heat">Time requires heat</a><br>- Zero-knowledge service providers<br>- Electronic Cash vs Digital Cash (<a href="https://cbdctracker.org/">CBDCs</a>)<br>- <a href="https://dergigi.com/2022/12/02/bitcoin-is-the-rediscovery-of-money/">Credit requires KYC</a>, KYC implies outside enforcement<br>- <a href="https://nakamotoinstitute.org/library/micropayments-and-mental-transaction-costs/">Writings on Micropayments</a> by Nick Szabo<br>- eCash fixes <a href="https://err402.com/">402</a>, obviously<br>- <a href="https://en.wikipedia.org/wiki/Who_Owns_the_Future%3F">Who Owns the Future?</a><br>- “You are the product” vs “<a href="https://dergigi.com/threads/attention">Subscription Hell</a>”<br>- “<a href="https://haven.sovereignengineering.io/0cbacd4dd52731fe77766bee9520f527cd3c0ead720b45ce529dbd8fd868bc57.jpg">Hello old friend!!!</a>”<br>- <a href="https://bitcoin-resources.com/books/the-cathedral-and-the-bazaar">Cathedral vs Bazaar</a><br>- Why paywalls suck<br>- <a href="https://dergigi.com/2021/12/30/the-freedom-of-value/">Information wants to be free</a><br>- &quot;<a href="https://dergigi.com/2022/12/18/a-vision-for-a-value-enabled-web/">Markets become absurd as supply approaches infinity.</a>&quot;<br>- eCash + AI = match made in heaven<br>- <a href="https://nostr.band/?q=%23learntocode">#LearnToCode</a> vs <a href="https://nostr.band/?q=%23learntoprompt">#LearnToPrompt</a><br>- Scarcity in cyberspace: <a href="https://njump.me/nevent1qqszfrxvt3tugs2zalaj7jv9urzzmf3f9zlm0kldh8pssnzamu6m26spp4mhxue69uhkummn9ekx7mqzyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfx62759g">compute, storage, networking</a><br>- Zero-Knowledge compute &amp; zero-knowledge proofs<br>- <a href="https://en.wikipedia.org/wiki/Zero-knowledge_proof">https://en.wikipedia.org/wiki/Zero-knowledge_proof</a><br>- <a href="https://github.com/AbdelStark/cashu-zk-engine">https://github.com/AbdelStark/cashu-zk-engine</a><br>- Cairo: <a href="https://github.com/starkware-libs/cairo">https://github.com/starkware-libs/cairo</a><br>- MCP <a href="https://github.com/AbdelStark/bitcoin-mcp">https://github.com/AbdelStark/bitcoin-mcp</a><br>- MCP DVM: <a href="https://github.com/r0d8lsh0p/n8n-AI-agent-DVM-MCP-client">https://github.com/r0d8lsh0p/n8n-AI-agent-DVM-MCP-client</a><br>- DVMCP: <a href="https://mcp.so/server/dvmcp">https://mcp.so/server/dvmcp</a><br>- <a href="http://olas.app/">Olas</a> &amp; Nutzaps (<a href="https://nips.nostr.com/60">NIP-60</a>, <a href="https://nips.nostr.com/61%20">NIP-61</a>)<br>- Bitcoin is not only <a href="https://bitcoin-resources.com/books/categories/aantonop">the internet of money</a>, but it is the money of the internet<br>- Re-building the <a href="https://archive.org/">internet archive</a> on top of nostr<br>- Bitrot &amp; 404<br>- Resurrection markets &amp; marketplace for hashes via <a href="https://github.com/hzrd149/blossom">Blossom</a><br>- Hugs 🫂  </p>
<p>Related dialogues:</p>
<ul>
<li><a href="https://sovereignengineering.io/podcast/03-data-ownership-is-a-lie-w-pablo">#03: Data Ownership is a Lie w/ Pablo</a></li>
<li><a href="https://sovereignengineering.io/podcast/12-the-windy-lawnmower-stuff-w-pete">#12: The Windy Lawnmower Stuff w/ Pete</a></li>
<li><a href="https://sovereignengineering.io/podcast/20-archipelago-meshtadels-w-shadrach">#20: Archipelago Meshtadels w/ Shadrach</a></li>
<li><a href="https://sovereignengineering.io/podcast/29-state-of-the-mint-and-mind-w-calle">#29: State of the Mint and Mind w/ Calle</a></li>
</ul>
<p>Recorded at <a href="https://mempool.space/block/887039">887,039</a>.</p>]]></description>
      <itunes:image href="https://haven.dergigi.com/c58e16aab568de784945396682f283d569273f2db6425edb090000a8ce1b224d.jpg"/>
      <enclosure url="https://haven.sovereignengineering.io/f00e902261b524870c8ef2da36e62666f0964adfccd20dd6d020d7d6da6adc29.mp3" length="46738988" type="audio/mpeg"/>
      <podcast:person href="https://cashu.space/" img="https://avatars.githubusercontent.com/u/93376500" group="cast" role="guest">Calle</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/e7de4cbd25b235de342c42af12b1d4b4ab081335d7e443197598eb4660226840.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/04-ecash-fixes-402-w-calle.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Calle" type="lnaddress" address="calle@npub.cash" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqvngtt9vdshx6pdve5hsetn956rqv3dwukkxctvd3jsygymmeppfy0natg6cgdar5qkv74tj3l5c8z2akrkyn8jyuasdjs99vpsgqqqw4rsa23zml">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">099bb458-3a70-4f38-b178-dbaa883e9256</guid>
      <itunes:subtitle>#04: Ecash Fixes 402 w/ Calle</itunes:subtitle>
      <itunes:duration>5842</itunes:duration>
      <link>https://njump.to/nevent1qvzqqqqqqypzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqys8wumn8ghj7mn0wd68ytn9d9h82mny0fmkzmn6d9njuumsv93k2tcppemhxue69uhkummn9ekx7mp0qqsyrnlzpnfedcznf3elhucax6dpjffhm85uw6yee0y4e4arhs3p2wqskdwhx</link>
      <pubDate>Thu, 13 Mar 2025 21:21:21 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, memes, web, internet, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p><span style="font-weight: 400;">&ldquo;I don&rsquo;t believe in Utopia anymore. I&rsquo;m too old for that.&rdquo;</span></p>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li>Where is the Utopia that the internet promised?</li>
<li>&ldquo;<a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://www.youtube.com/playlist?list=PLND1JCRq8Vuh3f0P5qjrSdb5eC1ZfZwWJ">Neither nostalgia nor utopia</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">&rdquo;</span></li>
<li>Net Neutrality is a moral stance</li>
<li>Where did the internet go wrong?</li>
<li>Tech as a tool; is tech always neutral?</li>
<li>Technology that increases agency VS tech that enslaves</li>
<li><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://dergigi.com/threads/understand-peace">Competition</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">&nbsp;vs&nbsp;</span><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://dergigi.com/2019/08/07/proof-of-life/">Symbiosis</a></li>
<li>&ldquo;Who will run the mints?&rdquo;</li>
<li>&ldquo;Anyone&rdquo; can use it vs &ldquo;everyone&rdquo; can use it</li>
<li>Centralizing vs. Monopolizing</li>
<li>Bitcoin has an ethos baked in (<a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://dergigi.com/2022/09/10/cryptography-is-not-enough/">You Shall Not Steal</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">)</span></li>
<li>Passive internet vs active internet</li>
<li>Agency in cyberspace, and how to maximize it</li>
<li>Blinded custodian vs regular custodian</li>
<li>User data is a liability</li>
<li><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://obscura.net/">Obscura</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">&nbsp;/&nbsp;</span><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://mullvad.net/en">Mullvad</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">&nbsp;/&nbsp;</span><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://silent.link/">Silent.Link</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">&nbsp;as obvious early adopters- Run your own ISP -&nbsp;</span><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://tollgate.me/">Tollgate</a></li>
<li><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://dergigi.com/2022/09/10/cryptography-is-not-enough/">Cryptography is Not Enough</a></li>
<li><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://dergigi.com/2021/01/14/bitcoin-is-time/">Bitcoin is Time</a></li>
<li><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://dergigi.com/threads/time-requires-heat">Time requires heat</a></li>
<li>Zero-knowledge service providers</li>
<li>Electronic Cash vs Digital Cash (<a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://cbdctracker.org/">CBDCs</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">)</span></li>
<li><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://dergigi.com/2022/12/02/bitcoin-is-the-rediscovery-of-money/">Credit requires KYC</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">, KYC implies outside enforcement</span></li>
<li><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://nakamotoinstitute.org/library/micropayments-and-mental-transaction-costs/">Writings on Micropayments</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">&nbsp;by Nick Szabo- eCash fixes&nbsp;</span><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://err402.com/">402</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">, obviously</span></li>
<li><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://en.wikipedia.org/wiki/Who_Owns_the_Future%3F">Who Owns the Future?</a></li>
<li>&ldquo;You are the product&rdquo; vs &ldquo;<a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://dergigi.com/threads/attention">Subscription Hell</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">&rdquo;</span></li>
<li>&ldquo;<a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://haven.sovereignengineering.io/0cbacd4dd52731fe77766bee9520f527cd3c0ead720b45ce529dbd8fd868bc57.jpg">Hello old friend!!!</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">&rdquo;</span></li>
<li><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://bitcoin-resources.com/books/the-cathedral-and-the-bazaar">Cathedral vs Bazaar</a></li>
<li>Why paywalls suck</li>
<li><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://dergigi.com/2021/12/30/the-freedom-of-value/">Information wants to be free</a></li>
<li>&ldquo;<a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://dergigi.com/2022/12/18/a-vision-for-a-value-enabled-web/">Markets become absurd as supply approaches infinity.</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">&rdquo;</span></li>
<li>eCash + AI = match made in heaven</li>
<li><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://nostr.band/?q=%23learntocode">#LearnToCode</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">&nbsp;vs&nbsp;</span><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://nostr.band/?q=%23learntoprompt">#LearnToPrompt</a></li>
<li>Scarcity in cyberspace:&nbsp;<a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://njump.to/nevent1qqszfrxvt3tugs2zalaj7jv9urzzmf3f9zlm0kldh8pssnzamu6m26spp4mhxue69uhkummn9ekx7mqzyphydppzm7m554ecwq4gsgaek2qk32atse2l4t9ks57dpms4mmhfx62759g">compute, storage, networking</a></li>
<li>Zero-Knowledge compute &amp; zero-knowledge proofs</li>
<li><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://en.wikipedia.org/wiki/Zero-knowledge_proof">https://en.wikipedia.org/wiki/Zero-knowledge_proof</a></li>
<li><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://github.com/AbdelStark/cashu-zk-engine">https://github.com/AbdelStark/cashu-zk-engine</a></li>
<li>Cairo:&nbsp;<a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://github.com/starkware-libs/cairo">https://github.com/starkware-libs/cairo</a></li>
<li>MCP&nbsp;<a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://github.com/AbdelStark/bitcoin-mcp">https://github.com/AbdelStark/bitcoin-mcp</a></li>
<li>MCP DVM:&nbsp;<a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://github.com/r0d8lsh0p/n8n-AI-agent-DVM-MCP-client">https://github.com/r0d8lsh0p/n8n-AI-agent-DVM-MCP-client</a></li>
<li>DVMCP:&nbsp;<a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://mcp.so/server/dvmcp">https://mcp.so/server/dvmcp</a></li>
<li><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="http://olas.app/">Olas</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">&nbsp;&amp; Nutzaps (</span><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://nips.nostr.com/60">NIP-60</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">,&nbsp;</span><a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://nips.nostr.com/61">NIP-61</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">)</span></li>
<li>Bitcoin is not only&nbsp;<a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://bitcoin-resources.com/books/categories/aantonop">the internet of money</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">, but it is the money of the internet</span></li>
<li>Re-building the&nbsp;<a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://archive.org/">internet archive</a><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;"> on top of nostr- Bitrot &amp; 404</span></li>
<li>Resurrection markets &amp; marketplace for hashes via&nbsp;<a style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" href="https://github.com/hzrd149/blossom">Blossom</a></li>
<li>Hugs 🫂</li>
</ul>
<p><span style="font-weight: 400;">Links &amp; References:</span></p>
<ul>
<li><span style="font-weight: 400;">Nostr Protocol Repository: </span><a href="https://github.com/nostr-protocol"><span style="font-weight: 400;">https://github.com/nostr-protocol</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Cashu (e-cash): </span><a href="https://github.com/cashubtc"><span style="font-weight: 400;">https://github.com/cashubtc</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">NIP-60 (Cashu Wallets): <a href="https://nips.nostr.com/60">https://nips.nostr.com/60</a></span><span style="font-weight: 400;">&nbsp;</span></li>
<li>NIP-61 (Nutzaps): <a href="https://nips.nostr.com/61">https://nips.nostr.com/61</a></li>
<li><a href="https://bitcoin-resources.com/books/the-cathedral-and-the-bazaar">The Cathedral And The Bazaar</a>&nbsp;by Eric S. Raymond</li>
<li><a href="https://en.wikipedia.org/wiki/Who_Owns_the_Future%3F">Who Owns the Future?</a> by Jaron Lanier</li>
</ul><p>Recorded at <a href="https://mempool.space/block/887039">887,039</a>.</p>]]></itunes:summary>
    </item>
    <item>
      <title>#03: Data Ownership is a Lie w/ Pablo</title>
      <description><![CDATA[<p><span style="font-weight: 400;">&ldquo;You&rsquo;ll get all that for free if you build it right&rdquo;</span></p>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">01: </span><a href="https://episodes.fm/aHR0cHM6Ly9zb3ZlcmVpZ25lbmdpbmVlcmluZy5pby9kaWFsb2d1ZXMueG1s/episode/Y2VjZDk1MjAtMmZjOC00ZDQ1LTkxNjEtMzRkNThlNTYzZTBm"><span style="font-weight: 400;">Start Ugly</span></a></li>
<li><span style="font-weight: 400;">02: </span><a href="https://episodes.fm/aHR0cHM6Ly9zb3ZlcmVpZ25lbmdpbmVlcmluZy5pby9kaWFsb2d1ZXMueG1s/episode/NDIyMmVlYjktYTIxNy00ODdkLThmYTUtYTlkN2U0NDg5Njkx"><span style="font-weight: 400;">There is No Global</span></a></li>
<li><span style="font-weight: 400;">Concept of ownership &amp; &ldquo;</span><a href="https://readwriteown.com/"><span style="font-weight: 400;">Read, Write, Own</span></a><span style="font-weight: 400;">&rdquo;</span></li>
<li><a href="https://en.wikipedia.org/wiki/Shamir%27s_secret_sharing"><span style="font-weight: 400;">Shamir Secret Sharing</span></a><span style="font-weight: 400;"> and </span><a href="https://en.bitcoin.it/wiki/Timelock"><span style="font-weight: 400;">Timelocks</span></a></li>
<li><a href="https://njump.to/nevent1qqs0pqg80hhm24zk8tu4r8ldqc49v2wmmfmqu0qqf6aux6eexnaecsczyzr4wpwsxjtrhpy84qjxg6rp92z5a5444antaymwreyvyh8fdf6s6vn8h9t"><span style="font-weight: 400;">&ldquo;No amount of violence will ever solve a math problem.&rdquo;</span></a></li>
<li><span style="font-weight: 400;">You </span><a href="https://security.stackexchange.com/questions/35627/prove-that-you-deleted-the-file#comment55345_35627"><span style="font-weight: 400;">can&rsquo;t prove deletion</span></a><span style="font-weight: 400;"> of a key (or anything, really); best you can do is &ldquo;</span><a href="https://bitcoin.stackexchange.com/a/89560"><span style="font-weight: 400;">burn</span></a><span style="font-weight: 400;">&rdquo; bitcoin</span></li>
<li><span style="font-weight: 400;">Data is information, which </span><a href="https://dergigi.com/threads/memes-vs-the-world"><span style="font-weight: 400;">behaves like an idea</span></a><span style="font-weight: 400;"> (not like an apple)</span></li>
<li><span style="font-weight: 400;">&ldquo;If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas.&rdquo; &ndash; </span><a href="https://dergigi.com/threads/memes-vs-the-world"><span style="font-weight: 400;">https://dergigi.com/threads/memes-vs-the-world</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Why the </span><a href="https://www.pubky.org/"><span style="font-weight: 400;">Pubky</span></a><span style="font-weight: 400;"> architecture isn&rsquo;t great</span></li>
<li><a href="https://cashu.space/"><span style="font-weight: 400;">Cashu</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Nutzaps: </span><a href="https://nips.nostr.com/60"><span style="font-weight: 400;">NIP-60</span></a><span style="font-weight: 400;"> / </span><a href="https://nips.nostr.com/61"><span style="font-weight: 400;">NIP-61</span></a></li>
<li><span style="font-weight: 400;">How nutzaps fix fake zaps on </span><a href="https://zaplife.lol/"><span style="font-weight: 400;">zaplife.lol</span></a></li>
<li><span style="font-weight: 400;">&ldquo;Ecash fixes </span><a href="https://err402.com/"><span style="font-weight: 400;">HTTP 402</span></a><span style="font-weight: 400;">&rdquo;</span></li>
<li><span style="font-weight: 400;">&ldquo;[Bitcoin [and nostr]] take advantage of the nature of information being easy to spread but hard to stifle.&rdquo; &ndash;</span><a href="https://satoshi.nakamotoinstitute.org/posts/p2pfoundation/1/"><span style="font-weight: 400;">Satoshi Nakamoto</span></a></li>
<li><span style="font-weight: 400;">Discovery with </span><a href="https://nips.nostr.com/89"><span style="font-weight: 400;">NIP-89</span></a></li>
<li><a href="https://nostr.band/?q=%23RunDVM"><span style="font-weight: 400;">#RunDVM</span></a><span style="font-weight: 400;"> with </span><a href="https://nips.nostr.com/90"><span style="font-weight: 400;">NIP-90</span></a></li>
<li><span style="font-weight: 400;">Why micropayments can&rsquo;t work on credit rails, and how bitcoin is the </span><a href="https://dergigi.com/2022/12/02/bitcoin-is-the-rediscovery-of-money/"><span style="font-weight: 400;">rediscovery of money</span></a><span style="font-weight: 400;">.</span></li>
<li><span style="font-weight: 400;">Putting payments into </span><a href="https://github.com/hzrd149/blossom"><span style="font-weight: 400;">blossom</span></a></li>
<li><span style="font-weight: 400;">&ldquo;Money is essen&shy;tially a tool to keep track of who owes what to whom. Broadly speaking, every&shy;thing we have used as money up to now falls into two categories: physical artifacts and infor&shy;ma&shy;tional lists. Or, to use more common parlance: </span><a href="https://dergigi.com/2021/01/14/bitcoin-is-time/"><span style="font-weight: 400;">tokens and ledgers</span></a><span style="font-weight: 400;">.&rdquo;</span></li>
<li><span style="font-weight: 400;">&ldquo;maximum utility in the world of Bitcoin entails the adoption of </span><a href="https://dergigi.com/2021/03/14/the-responsibility-of-adopting-bitcoin/"><span style="font-weight: 400;">maximum responsibility</span></a><span style="font-weight: 400;">.&rdquo;</span></li>
<li><span style="font-weight: 400;">Complexity of Lightning vs the simplicity of eCash</span></li>
<li><a href="https://github.com/greenart7c3/Amber"><span style="font-weight: 400;">Amber</span></a><span style="font-weight: 400;"> and </span><a href="https://github.com/greenart7c3/Citrine"><span style="font-weight: 400;">Citrine</span></a></li>
<li><span style="font-weight: 400;">How Pablo became the </span><a href="https://www.bis.org/"><span style="font-weight: 400;">BIS</span></a></li>
<li><span style="font-weight: 400;">12 words in your head can literally save your life</span></li>
<li><span style="font-weight: 400;">The in-between of custodial and non-custodial in a multi-mint world</span></li>
<li><span style="font-weight: 400;">Nutzaps integrated in </span><a href="https://chachi.chat/"><span style="font-weight: 400;">chachi.chat</span></a></li>
<li><span style="font-weight: 400;">The intermediacy of nostr is magic</span></li>
<li><span style="font-weight: 400;">In nostr you&rsquo;ll get a lot for free </span><a href="https://sovereignengineering.io/"><span style="font-weight: 400;">IF YOU BUILD IT RIGHT</span></a></li>
<li><span style="font-weight: 400;">&ldquo;</span><a href="https://dergigi.com/2024/03/25/speaking-freely-online/"><span style="font-weight: 400;">Free Speech platforms cannot exist</span></a><span style="font-weight: 400;">; if there is a &lsquo;deplatform&rsquo; button, the button will be pressed.&rdquo;</span></li>
<li><span style="font-weight: 400;">&ldquo;</span><a href="https://www.youtube.com/playlist?list=PLND1JCRq8Vuh3f0P5qjrSdb5eC1ZfZwWJ"><span style="font-weight: 400;">Neither nostalgia nor utopia.</span></a><span style="font-weight: 400;">&rdquo;</span></li>
<li><span style="font-weight: 400;">Solutions that make stuff worse over time vs solutions that make stuff better over time.</span></li>
<li><span style="font-weight: 400;">#asknostr on <a href="https://njump.to/nevent1qqs8mnlq5lgxceec4u7a3qkzxaguyqm347w9l6vmp4mg7ht5064qjncpz3mhxue69uhhyetvv9ujuerpd46hxtnfdupzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nl6v27c">passkeys</a>, and why we think they&rsquo;ll make things <a href="https://world.hey.com/dhh/passwords-have-problems-but-passkeys-have-more-95285df9">worse over time</a>.</span></li>
<li><span style="font-weight: 400;">Authentication vs identity: &ldquo;</span><a href="https://www.authx.com/blog/identification-vs-authentication/"><span style="font-weight: 400;">identification asks, authentication proves</span></a><span style="font-weight: 400;">&rdquo;</span></li>
<li><a href="https://web.archive.org/web/20161221170031/https://www.wired.com/2011/10/you-are-not-your-name-and-photo-a-call-to-re-imagine-identity/"><span style="font-weight: 400;">You are not your name and photo</span></a><span style="font-weight: 400;">; identity is prismatic</span></li>
<li><span style="font-weight: 400;">(m00t&rsquo;s talk on it at </span><a href="https://youtu.be/e3Zs74IH0mc"><span style="font-weight: 400;">web summit 2011</span></a><span style="font-weight: 400;">)</span></li>
<li><span style="font-weight: 400;">Starbug from CCC </span><a href="https://media.ccc.de/v/31c3_-_6450_-_de_-_saal_1_-_201412272030_-_ich_sehe_also_bin_ich_du_-_starbug#t=1859"><span style="font-weight: 400;">pwning TouchID</span></a><span style="font-weight: 400;"> biometrics from a high-res photo (<a href="https://arstechnica.com/information-technology/2014/12/politicians-fingerprint-reproduced-using-photos-of-her-hands/">article</a>)</span></li>
<li><span style="font-weight: 400;">Key rotation and (American) </span><a href="https://njump.to/npub1rtlqca8r6auyaw5n5h3l5422dm4sry5dzfee4696fqe8s6qgudks7djtfs"><span style="font-weight: 400;">HODL</span></a></li>
<li><span style="font-weight: 400;">Social recovery&nbsp;</span></li>
<li><span style="font-weight: 400;">Multi-sig for nostr with </span><a href="https://github.com/nickfarrow/frostr"><span style="font-weight: 400;">FROSTR</span></a></li>
</ul>
<p><span style="font-weight: 400;">Links &amp; References</span></p>
<ul>
<li><span style="font-weight: 400;">Nostr Protocol Repository: </span><a href="https://github.com/nostr-protocol"><span style="font-weight: 400;">https://github.com/nostr-protocol</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Cashu (e-cash): </span><a href="https://github.com/cashubtc"><span style="font-weight: 400;">https://github.com/cashubtc</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">NIP-60 (Nutzaps): </span><a href="https://github.com/nostr-protocol/nips/blob/master/60.md"><span style="font-weight: 400;">https://github.com/nostr-protocol/nips/blob/master/60.md</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">NIP-89 (Service Discovery) &amp; NIP-90 (DVMs) &ndash; upcoming proposals: </span><a href="https://nips.nostr.com/89"><span style="font-weight: 400;">https://nips.nostr.com/89</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://nips.nostr.com/90"><span style="font-weight: 400;">https://nips.nostr.com/90</span></a><span style="font-weight: 400;">&nbsp;</span></li>
</ul>
<p>&nbsp;</p><p>Recorded at <a href="https://mempool.space/block/884723">884,723</a>.</p>]]></description>
      <itunes:image href="https://haven.sovereignengineering.io/79d1c142837197308b8ec89478d33de473a87c3f27a1e14d25585c12bae15723.jpg"/>
      <enclosure url="https://haven.sovereignengineering.io/d6cba62896e2db1220038210de2941420dbe768cef819327fdd0c55c71b0d46f.mp3" length="43295852" type="audio/mpeg"/>
      <podcast:person href="https://njump.to/f7z.io" img="https://primal.b-cdn.net/media-upload?u=https%3A%2F%2Fmedia.primal.net%2Fuploads%2Ff%2F32%2F11%2Ff32111d4786fd98af5ab2b89160f5f9c7f394feb9c9ea1a05d67d29f594c2c5f.jpg" group="cast" role="guest">Pablo</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/49eb9a138eb626998300927522d4621c4b80cce64427e85e55f09352818abbe2.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/03-data-ownership-is-a-lie-w-pablo.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Pablo" type="lnaddress" address="pablof7z@primal.net" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqvnxttyv96xztt0wahx2unndp5hqttfwvkkzttvd9jsygymmeppfy0natg6cgdar5qkv74tj3l5c8z2akrkyn8jyuasdjs99vpsgqqqw4rse444df">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">61015ff9-beb2-448d-84a1-cc1db2e8e70c</guid>
      <itunes:subtitle>#03: Data Ownership is a Lie w/ Pablo</itunes:subtitle>
      <itunes:duration>5412</itunes:duration>
      <link>https://njump.to/nevent1qqsv9qtr2afluu7wea4qnd8syucaecudwysws4h6vdn3up7mm7wnayszyzdauss5j8e745dvyx736qtx024egl6vr39wmpmzfnezwwcxegzjkdtwwk6</link>
      <pubDate>Sun, 23 Feb 2025 18:39:32 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, memes, web, internet, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p><span style="font-weight: 400;">&ldquo;You&rsquo;ll get all that for free if you build it right&rdquo;</span></p>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">01: </span><a href="https://episodes.fm/aHR0cHM6Ly9zb3ZlcmVpZ25lbmdpbmVlcmluZy5pby9kaWFsb2d1ZXMueG1s/episode/Y2VjZDk1MjAtMmZjOC00ZDQ1LTkxNjEtMzRkNThlNTYzZTBm"><span style="font-weight: 400;">Start Ugly</span></a></li>
<li><span style="font-weight: 400;">02: </span><a href="https://episodes.fm/aHR0cHM6Ly9zb3ZlcmVpZ25lbmdpbmVlcmluZy5pby9kaWFsb2d1ZXMueG1s/episode/NDIyMmVlYjktYTIxNy00ODdkLThmYTUtYTlkN2U0NDg5Njkx"><span style="font-weight: 400;">There is No Global</span></a></li>
<li><span style="font-weight: 400;">Concept of ownership &amp; &ldquo;</span><a href="https://readwriteown.com/"><span style="font-weight: 400;">Read, Write, Own</span></a><span style="font-weight: 400;">&rdquo;</span></li>
<li><a href="https://en.wikipedia.org/wiki/Shamir%27s_secret_sharing"><span style="font-weight: 400;">Shamir Secret Sharing</span></a><span style="font-weight: 400;"> and </span><a href="https://en.bitcoin.it/wiki/Timelock"><span style="font-weight: 400;">Timelocks</span></a></li>
<li><a href="https://njump.to/nevent1qqs0pqg80hhm24zk8tu4r8ldqc49v2wmmfmqu0qqf6aux6eexnaecsczyzr4wpwsxjtrhpy84qjxg6rp92z5a5444antaymwreyvyh8fdf6s6vn8h9t"><span style="font-weight: 400;">&ldquo;No amount of violence will ever solve a math problem.&rdquo;</span></a></li>
<li><span style="font-weight: 400;">You </span><a href="https://security.stackexchange.com/questions/35627/prove-that-you-deleted-the-file#comment55345_35627"><span style="font-weight: 400;">can&rsquo;t prove deletion</span></a><span style="font-weight: 400;"> of a key (or anything, really); best you can do is &ldquo;</span><a href="https://bitcoin.stackexchange.com/a/89560"><span style="font-weight: 400;">burn</span></a><span style="font-weight: 400;">&rdquo; bitcoin</span></li>
<li><span style="font-weight: 400;">Data is information, which </span><a href="https://dergigi.com/threads/memes-vs-the-world"><span style="font-weight: 400;">behaves like an idea</span></a><span style="font-weight: 400;"> (not like an apple)</span></li>
<li><span style="font-weight: 400;">&ldquo;If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas.&rdquo; &ndash; </span><a href="https://dergigi.com/threads/memes-vs-the-world"><span style="font-weight: 400;">https://dergigi.com/threads/memes-vs-the-world</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Why the </span><a href="https://www.pubky.org/"><span style="font-weight: 400;">Pubky</span></a><span style="font-weight: 400;"> architecture isn&rsquo;t great</span></li>
<li><a href="https://cashu.space/"><span style="font-weight: 400;">Cashu</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Nutzaps: </span><a href="https://nips.nostr.com/60"><span style="font-weight: 400;">NIP-60</span></a><span style="font-weight: 400;"> / </span><a href="https://nips.nostr.com/61"><span style="font-weight: 400;">NIP-61</span></a></li>
<li><span style="font-weight: 400;">How nutzaps fix fake zaps on </span><a href="https://zaplife.lol/"><span style="font-weight: 400;">zaplife.lol</span></a></li>
<li><span style="font-weight: 400;">&ldquo;Ecash fixes </span><a href="https://err402.com/"><span style="font-weight: 400;">HTTP 402</span></a><span style="font-weight: 400;">&rdquo;</span></li>
<li><span style="font-weight: 400;">&ldquo;[Bitcoin [and nostr]] take advantage of the nature of information being easy to spread but hard to stifle.&rdquo; &ndash;</span><a href="https://satoshi.nakamotoinstitute.org/posts/p2pfoundation/1/"><span style="font-weight: 400;">Satoshi Nakamoto</span></a></li>
<li><span style="font-weight: 400;">Discovery with </span><a href="https://nips.nostr.com/89"><span style="font-weight: 400;">NIP-89</span></a></li>
<li><a href="https://nostr.band/?q=%23RunDVM"><span style="font-weight: 400;">#RunDVM</span></a><span style="font-weight: 400;"> with </span><a href="https://nips.nostr.com/90"><span style="font-weight: 400;">NIP-90</span></a></li>
<li><span style="font-weight: 400;">Why micropayments can&rsquo;t work on credit rails, and how bitcoin is the </span><a href="https://dergigi.com/2022/12/02/bitcoin-is-the-rediscovery-of-money/"><span style="font-weight: 400;">rediscovery of money</span></a><span style="font-weight: 400;">.</span></li>
<li><span style="font-weight: 400;">Putting payments into </span><a href="https://github.com/hzrd149/blossom"><span style="font-weight: 400;">blossom</span></a></li>
<li><span style="font-weight: 400;">&ldquo;Money is essen&shy;tially a tool to keep track of who owes what to whom. Broadly speaking, every&shy;thing we have used as money up to now falls into two categories: physical artifacts and infor&shy;ma&shy;tional lists. Or, to use more common parlance: </span><a href="https://dergigi.com/2021/01/14/bitcoin-is-time/"><span style="font-weight: 400;">tokens and ledgers</span></a><span style="font-weight: 400;">.&rdquo;</span></li>
<li><span style="font-weight: 400;">&ldquo;maximum utility in the world of Bitcoin entails the adoption of </span><a href="https://dergigi.com/2021/03/14/the-responsibility-of-adopting-bitcoin/"><span style="font-weight: 400;">maximum responsibility</span></a><span style="font-weight: 400;">.&rdquo;</span></li>
<li><span style="font-weight: 400;">Complexity of Lightning vs the simplicity of eCash</span></li>
<li><a href="https://github.com/greenart7c3/Amber"><span style="font-weight: 400;">Amber</span></a><span style="font-weight: 400;"> and </span><a href="https://github.com/greenart7c3/Citrine"><span style="font-weight: 400;">Citrine</span></a></li>
<li><span style="font-weight: 400;">How Pablo became the </span><a href="https://www.bis.org/"><span style="font-weight: 400;">BIS</span></a></li>
<li><span style="font-weight: 400;">12 words in your head can literally save your life</span></li>
<li><span style="font-weight: 400;">The in-between of custodial and non-custodial in a multi-mint world</span></li>
<li><span style="font-weight: 400;">Nutzaps integrated in </span><a href="https://chachi.chat/"><span style="font-weight: 400;">chachi.chat</span></a></li>
<li><span style="font-weight: 400;">The intermediacy of nostr is magic</span></li>
<li><span style="font-weight: 400;">In nostr you&rsquo;ll get a lot for free </span><a href="https://sovereignengineering.io/"><span style="font-weight: 400;">IF YOU BUILD IT RIGHT</span></a></li>
<li><span style="font-weight: 400;">&ldquo;</span><a href="https://dergigi.com/2024/03/25/speaking-freely-online/"><span style="font-weight: 400;">Free Speech platforms cannot exist</span></a><span style="font-weight: 400;">; if there is a &lsquo;deplatform&rsquo; button, the button will be pressed.&rdquo;</span></li>
<li><span style="font-weight: 400;">&ldquo;</span><a href="https://www.youtube.com/playlist?list=PLND1JCRq8Vuh3f0P5qjrSdb5eC1ZfZwWJ"><span style="font-weight: 400;">Neither nostalgia nor utopia.</span></a><span style="font-weight: 400;">&rdquo;</span></li>
<li><span style="font-weight: 400;">Solutions that make stuff worse over time vs solutions that make stuff better over time.</span></li>
<li><span style="font-weight: 400;">#asknostr on <a href="https://njump.to/nevent1qqs8mnlq5lgxceec4u7a3qkzxaguyqm347w9l6vmp4mg7ht5064qjncpz3mhxue69uhhyetvv9ujuerpd46hxtnfdupzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nl6v27c">passkeys</a>, and why we think they&rsquo;ll make things <a href="https://world.hey.com/dhh/passwords-have-problems-but-passkeys-have-more-95285df9">worse over time</a>.</span></li>
<li><span style="font-weight: 400;">Authentication vs identity: &ldquo;</span><a href="https://www.authx.com/blog/identification-vs-authentication/"><span style="font-weight: 400;">identification asks, authentication proves</span></a><span style="font-weight: 400;">&rdquo;</span></li>
<li><a href="https://web.archive.org/web/20161221170031/https://www.wired.com/2011/10/you-are-not-your-name-and-photo-a-call-to-re-imagine-identity/"><span style="font-weight: 400;">You are not your name and photo</span></a><span style="font-weight: 400;">; identity is prismatic</span></li>
<li><span style="font-weight: 400;">(m00t&rsquo;s talk on it at </span><a href="https://youtu.be/e3Zs74IH0mc"><span style="font-weight: 400;">web summit 2011</span></a><span style="font-weight: 400;">)</span></li>
<li><span style="font-weight: 400;">Starbug from CCC </span><a href="https://media.ccc.de/v/31c3_-_6450_-_de_-_saal_1_-_201412272030_-_ich_sehe_also_bin_ich_du_-_starbug#t=1859"><span style="font-weight: 400;">pwning TouchID</span></a><span style="font-weight: 400;"> biometrics from a high-res photo (<a href="https://arstechnica.com/information-technology/2014/12/politicians-fingerprint-reproduced-using-photos-of-her-hands/">article</a>)</span></li>
<li><span style="font-weight: 400;">Key rotation and (American) </span><a href="https://njump.to/npub1rtlqca8r6auyaw5n5h3l5422dm4sry5dzfee4696fqe8s6qgudks7djtfs"><span style="font-weight: 400;">HODL</span></a></li>
<li><span style="font-weight: 400;">Social recovery&nbsp;</span></li>
<li><span style="font-weight: 400;">Multi-sig for nostr with </span><a href="https://github.com/nickfarrow/frostr"><span style="font-weight: 400;">FROSTR</span></a></li>
</ul>
<p><span style="font-weight: 400;">Links &amp; References</span></p>
<ul>
<li><span style="font-weight: 400;">Nostr Protocol Repository: </span><a href="https://github.com/nostr-protocol"><span style="font-weight: 400;">https://github.com/nostr-protocol</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">Cashu (e-cash): </span><a href="https://github.com/cashubtc"><span style="font-weight: 400;">https://github.com/cashubtc</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">NIP-60 (Nutzaps): </span><a href="https://github.com/nostr-protocol/nips/blob/master/60.md"><span style="font-weight: 400;">https://github.com/nostr-protocol/nips/blob/master/60.md</span></a><span style="font-weight: 400;">&nbsp;</span></li>
<li><span style="font-weight: 400;">NIP-89 (Service Discovery) &amp; NIP-90 (DVMs) &ndash; upcoming proposals: </span><a href="https://nips.nostr.com/89"><span style="font-weight: 400;">https://nips.nostr.com/89</span></a><span style="font-weight: 400;"> &amp; </span><a href="https://nips.nostr.com/90"><span style="font-weight: 400;">https://nips.nostr.com/90</span></a><span style="font-weight: 400;">&nbsp;</span></li>
</ul>
<p>&nbsp;</p><p>Recorded at <a href="https://mempool.space/block/884723">884,723</a>.</p>]]></itunes:summary>
    </item>
    <item>
      <title>#02: There is No Global w/ Pablo</title>
      <description><![CDATA[<p><span style="font-weight: 400;">&ldquo;We do not have the answers."</span></p>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">What is this No Solutions thing anyway?</span></li>
<li><span style="font-weight: 400;">Why dialogue and distributed cognition is so important</span></li>
<li><span style="font-weight: 400;">Why is nostr exiting for developers?</span></li>
<li><span style="font-weight: 400;">Evolution, Life, and nostr</span></li>
<li><span style="font-weight: 400;">What is the perfect nostr app, and why can&rsquo;t there be THE perfect nostr app?</span></li>
<li><span style="font-weight: 400;">Why there is no &ldquo;global&rdquo; view in nostr</span></li>
<li><span style="font-weight: 400;">Impossible problems vs. possible (but still hard) problems</span></li>
<li><span style="font-weight: 400;">Blossom, blossom, and more blossom</span></li>
<li><span style="font-weight: 400;">Zooko&rsquo;s Triangle</span></li>
<li><span style="font-weight: 400;">Freedom Tech Building Blocks</span></li>
<li><span style="font-weight: 400;">NIP-60/61, NIP-89</span></li>
<li><span style="font-weight: 400;">Email vs ICQ</span></li>
<li><span style="font-weight: 400;">Accepting constraints &amp; moving forward</span></li>
<li><span style="font-weight: 400;">Nostr has data integrity, but no data guarantees</span></li>
<li><span style="font-weight: 400;">Bitcoin as an extreme RAID system</span></li>
<li><span style="font-weight: 400;">Fault tolerance vs. efficiency</span></li>
<li><span style="font-weight: 400;">&ldquo;Build the infrastructure, don&rsquo;t run it.&rdquo;</span></li>
<li><span style="font-weight: 400;">eCash fixes 402</span></li>
<li><span style="font-weight: 400;">Everything in nostr can be one-click</span></li>
<li><span style="font-weight: 400;">There&rsquo;s infinite nsecs (and they are free!)</span></li>
<li><span style="font-weight: 400;">The magic of the nostr view-only mode</span></li>
<li><span style="font-weight: 400;">The Local-first movement</span></li>
<li><span style="font-weight: 400;">How to monetize without putting yourself in the middle?</span></li>
<li><span style="font-weight: 400;">RoboSats as an example of open-source monetization</span></li>
<li><span style="font-weight: 400;">The YouTube like count is a lie</span></li>
</ul>
<p><span style="font-weight: 400;">Further links:</span></p>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Distributed_cognition"><span style="font-weight: 400;">https://en.wikipedia.org/wiki/Distributed_cognition</span></a></li>
<li><a href="https://nips.nostr.com/60"><span style="font-weight: 400;">https://nips.nostr.com/60</span></a></li>
<li><a href="https://nips.nostr.com/61"><span style="font-weight: 400;">https://nips.nostr.com/61</span></a></li>
<li><a href="https://nips.nostr.com/89"><span style="font-weight: 400;">https://nips.nostr.com/89</span></a></li>
<li><a href="https://github.com/hzrd149/blossom"><span style="font-weight: 400;">https://github.com/hzrd149/blossom</span></a></li>
<li><a href="https://en.wikipedia.org/wiki/Zooko's_triangle"><span style="font-weight: 400;">https://en.wikipedia.org/wiki/Zooko&rsquo;s_triangle</span></a></li>
<li><a href="https://www.jrepodcast.com/guest/adam-curry/"><span style="font-weight: 400;">https://www.jrepodcast.com/guest/adam-curry/</span></a></li>
<li><a href="https://localfirstweb.dev/"><span style="font-weight: 400;">https://localfirstweb.dev/</span></a></li>
<li><a href="https://www.localfirstconf.com/"><span style="font-weight: 400;">https://www.localfirstconf.com/</span></a></li>
<li><a href="https://en.wikipedia.org/wiki/ICQ"><span style="font-weight: 400;">https://en.wikipedia.org/wiki/ICQ</span></a></li>
<li><a href="https://appleinsider.com/articles/24/05/25/icq-1996-2024-the-first-universal-messenger-had-a-good-run-and-is-leaving-us-soon"><span style="font-weight: 400;">https://appleinsider.com/articles/24/05/25/icq-1996-2024-the-first-universal-messenger-had-a-good-run-and-is-leaving-us-soon</span></a></li>
<li><a href="https://www.chatinum.com/articles/the-old-chat-apps-of-the-2000s"><span style="font-weight: 400;">https://www.chatinum.com/articles/the-old-chat-apps-of-the-2000s</span></a></li>
<li><a href="https://en.wikipedia.org/wiki/Standard_RAID_levels"><span style="font-weight: 400;">https://en.wikipedia.org/wiki/Standard_RAID_levels</span></a></li>
<li><a href="https://www.youtube.com/watch?v=oIkhgagvrjI"><span style="font-weight: 400;">https://www.youtube.com/watch?v=oIkhgagvrjI</span></a></li>
<li><a href="https://njump.to/nosolutions@sovereignengineering.io"><span style="font-weight: 400;">https://njump.to/nosolutions@sovereignengineering.io</span></a></li>
</ul>
<p><br /><br /></p><p>Recorded at <a href="https://mempool.space/block/883903">883,903</a>.</p>]]></description>
      <itunes:image href="https://haven.sovereignengineering.io/47751a709b26379178c6da4817bae2c7ec0df90ac56c5660a72f805268e54525.jpg"/>
      <enclosure url="https://haven.sovereignengineering.io/454ec3ebf261084fe0abbcb6b31409cb29db23ed97784f896b60d7226bfe17ba.mp3" length="57403392" type="audio/mpeg"/>
      <podcast:person href="https://njump.to/f7z.io" img="https://primal.b-cdn.net/media-upload?u=https%3A%2F%2Fmedia.primal.net%2Fuploads%2Ff%2F32%2F11%2Ff32111d4786fd98af5ab2b89160f5f9c7f394feb9c9ea1a05d67d29f594c2c5f.jpg" group="cast" role="guest">Pablo</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/5d57d7076a12c26dbd0e84201eea0421e3cee8013101c371e5970da33ed03ea4.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/02-there-is-no-global-w-pablo.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Pablo" type="lnaddress" address="pablof7z@primal.net" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qqwrytt5dpjhyefdd9ej6mn094nkcmmzv9kz6aedwpskymr0qgsfhhjzzjgl86k34ssm68gpvea2h9rlfswy4mv8vfx0yfemqm9q22crqsqqqa288hv5w0">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">4222eeb9-a217-487d-8fa5-a9d7e4489691</guid>
      <itunes:subtitle>#02: There is No Global w/ Pablo</itunes:subtitle>
      <itunes:duration>4524</itunes:duration>
      <link>https://njump.to/nevent1qvzqqqqqqypzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqys8wumn8ghj7mn0wd68ytn9d9h82mny0fmkzmn6d9njuumsv93k2tcppemhxue69uhkummn9ekx7mp0qqsgkx392393mpne6kepe03jvsk3rpq7pcnuxmggjyxhdwp4x3qrc0casaqag</link>
      <pubDate>Sat, 15 Feb 2025 19:08:23 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, memes, web, internet, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p><span style="font-weight: 400;">&ldquo;We do not have the answers."</span></p>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">What is this No Solutions thing anyway?</span></li>
<li><span style="font-weight: 400;">Why dialogue and distributed cognition is so important</span></li>
<li><span style="font-weight: 400;">Why is nostr exiting for developers?</span></li>
<li><span style="font-weight: 400;">Evolution, Life, and nostr</span></li>
<li><span style="font-weight: 400;">What is the perfect nostr app, and why can&rsquo;t there be THE perfect nostr app?</span></li>
<li><span style="font-weight: 400;">Why there is no &ldquo;global&rdquo; view in nostr</span></li>
<li><span style="font-weight: 400;">Impossible problems vs. possible (but still hard) problems</span></li>
<li><span style="font-weight: 400;">Blossom, blossom, and more blossom</span></li>
<li><span style="font-weight: 400;">Zooko&rsquo;s Triangle</span></li>
<li><span style="font-weight: 400;">Freedom Tech Building Blocks</span></li>
<li><span style="font-weight: 400;">NIP-60/61, NIP-89</span></li>
<li><span style="font-weight: 400;">Email vs ICQ</span></li>
<li><span style="font-weight: 400;">Accepting constraints &amp; moving forward</span></li>
<li><span style="font-weight: 400;">Nostr has data integrity, but no data guarantees</span></li>
<li><span style="font-weight: 400;">Bitcoin as an extreme RAID system</span></li>
<li><span style="font-weight: 400;">Fault tolerance vs. efficiency</span></li>
<li><span style="font-weight: 400;">&ldquo;Build the infrastructure, don&rsquo;t run it.&rdquo;</span></li>
<li><span style="font-weight: 400;">eCash fixes 402</span></li>
<li><span style="font-weight: 400;">Everything in nostr can be one-click</span></li>
<li><span style="font-weight: 400;">There&rsquo;s infinite nsecs (and they are free!)</span></li>
<li><span style="font-weight: 400;">The magic of the nostr view-only mode</span></li>
<li><span style="font-weight: 400;">The Local-first movement</span></li>
<li><span style="font-weight: 400;">How to monetize without putting yourself in the middle?</span></li>
<li><span style="font-weight: 400;">RoboSats as an example of open-source monetization</span></li>
<li><span style="font-weight: 400;">The YouTube like count is a lie</span></li>
</ul>
<p><span style="font-weight: 400;">Further links:</span></p>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Distributed_cognition"><span style="font-weight: 400;">https://en.wikipedia.org/wiki/Distributed_cognition</span></a></li>
<li><a href="https://nips.nostr.com/60"><span style="font-weight: 400;">https://nips.nostr.com/60</span></a></li>
<li><a href="https://nips.nostr.com/61"><span style="font-weight: 400;">https://nips.nostr.com/61</span></a></li>
<li><a href="https://nips.nostr.com/89"><span style="font-weight: 400;">https://nips.nostr.com/89</span></a></li>
<li><a href="https://github.com/hzrd149/blossom"><span style="font-weight: 400;">https://github.com/hzrd149/blossom</span></a></li>
<li><a href="https://en.wikipedia.org/wiki/Zooko's_triangle"><span style="font-weight: 400;">https://en.wikipedia.org/wiki/Zooko&rsquo;s_triangle</span></a></li>
<li><a href="https://www.jrepodcast.com/guest/adam-curry/"><span style="font-weight: 400;">https://www.jrepodcast.com/guest/adam-curry/</span></a></li>
<li><a href="https://localfirstweb.dev/"><span style="font-weight: 400;">https://localfirstweb.dev/</span></a></li>
<li><a href="https://www.localfirstconf.com/"><span style="font-weight: 400;">https://www.localfirstconf.com/</span></a></li>
<li><a href="https://en.wikipedia.org/wiki/ICQ"><span style="font-weight: 400;">https://en.wikipedia.org/wiki/ICQ</span></a></li>
<li><a href="https://appleinsider.com/articles/24/05/25/icq-1996-2024-the-first-universal-messenger-had-a-good-run-and-is-leaving-us-soon"><span style="font-weight: 400;">https://appleinsider.com/articles/24/05/25/icq-1996-2024-the-first-universal-messenger-had-a-good-run-and-is-leaving-us-soon</span></a></li>
<li><a href="https://www.chatinum.com/articles/the-old-chat-apps-of-the-2000s"><span style="font-weight: 400;">https://www.chatinum.com/articles/the-old-chat-apps-of-the-2000s</span></a></li>
<li><a href="https://en.wikipedia.org/wiki/Standard_RAID_levels"><span style="font-weight: 400;">https://en.wikipedia.org/wiki/Standard_RAID_levels</span></a></li>
<li><a href="https://www.youtube.com/watch?v=oIkhgagvrjI"><span style="font-weight: 400;">https://www.youtube.com/watch?v=oIkhgagvrjI</span></a></li>
<li><a href="https://njump.to/nosolutions@sovereignengineering.io"><span style="font-weight: 400;">https://njump.to/nosolutions@sovereignengineering.io</span></a></li>
</ul>
<p><br /><br /></p><p>Recorded at <a href="https://mempool.space/block/883903">883,903</a>.</p>]]></itunes:summary>
    </item>
    <item>
      <title>#01: Start Ugly w/ Pablo</title>
      <description><![CDATA[<p><span style="font-weight: 400;">&ldquo;We have the chance of building the next iteration of the internet, and hopefully, not repeat the mistakes of the past."</span></p>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">Why starting ugly and shipping early is hard</span></li>
<li><span style="font-weight: 400;">The ugliest thing that Pablo ever shipped</span></li>
<li><span style="font-weight: 400;">&ldquo;Happiness is shipping&rdquo;</span></li>
<li><span style="font-weight: 400;">Make it real first, you can make it pretty later</span></li>
<li><span style="font-weight: 400;">Getting into the habit of shipping</span></li>
<li><span style="font-weight: 400;">Highlighter and the hang-up of shipping something big</span></li>
<li><span style="font-weight: 400;">How nostr allows you to have cash flow from the get-go</span></li>
<li><span style="font-weight: 400;">#value4value for artists and devs</span></li>
<li><span style="font-weight: 400;">What DHH &amp; 37Signals got right</span></li>
</ul>
<p><span style="font-weight: 400;">People and projects mentioned:</span></p>
<ul>
<li><span style="font-weight: 400;">fiatjaf</span></li>
<li><span style="font-weight: 400;">DHH</span></li>
<li><span style="font-weight: 400;">SuperTestnet</span></li>
<li><span style="font-weight: 400;">nostr.build</span></li>
<li><span style="font-weight: 400;">Highlighter</span></li>
<li><span style="font-weight: 400;">Primal</span></li>
<li><span style="font-weight: 400;">ProtonMail</span></li>
<li><span style="font-weight: 400;">Hey</span></li>
</ul>
<p><span style="font-weight: 400;">Further links:</span></p>
<ul>
<li><a href="https://excellentjourney.net/2015/03/04/art-fear-the-ceramics-class-and-quantity-before-quality/"><span style="font-weight: 400;">https://excellentjourney.net/2015/03/04/art-fear-the-ceramics-class-and-quantity-before-quality/</span></a></li>
<li><a href="https://world.hey.com/dhh/that-shipping-feeling-b7c8c565"><span style="font-weight: 400;">https://world.hey.com/dhh/that-shipping-feeling-b7c8c565</span></a></li>
<li><a href="https://world.hey.com/dhh/i-was-wrong-we-need-crypto-587ccb03"><span style="font-weight: 400;">https://world.hey.com/dhh/i-was-wrong-we-need-crypto-587ccb03</span></a></li>
<li><a href="https://sovereignengineering.io/"><span style="font-weight: 400;">https://sovereignengineering.io/</span></a></li>
<li><a href="https://dergigi.com/2023/04/04/purple-text-orange-highlights/"><span style="font-weight: 400;">https://dergigi.com/2023/04/04/purple-text-orange-highlights/</span></a></li>
<li><a href="https://highlighter.com/"><span style="font-weight: 400;">https://highlighter.com/</span></a></li>
<li><a href="https://njump.to/nosolutions@sovereignengineering.io"><span style="font-weight: 400;">https://njump.to/nosolutions@sovereignengineering.io</span></a></li>
</ul><p>Recorded at <a href="https://mempool.space/block/882856">882,856</a>.</p>]]></description>
      <itunes:image href="https://haven.sovereignengineering.io/ecb05eff1c32855b96048f97b94580c7a4d9ee053245afd2051c433c64b39c20.jpg"/>
      <enclosure url="https://haven.sovereignengineering.io/efd05ea087e894bfa056803f881e8de25e775cee3d65f2ae303c1f282b619a61.mp3" length="34303296" type="audio/mpeg"/>
      <podcast:person href="https://njump.to/f7z.io" img="https://primal.b-cdn.net/media-upload?u=https%3A%2F%2Fmedia.primal.net%2Fuploads%2Ff%2F32%2F11%2Ff32111d4786fd98af5ab2b89160f5f9c7f394feb9c9ea1a05d67d29f594c2c5f.jpg" group="cast" role="guest">Pablo</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/1a1035818e5914ddc3ba6f47a12188a457c4e3dbc39014fb0aa8dfad0141d5ac.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/01-start-ugly-w-pablo.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Pablo" type="lnaddress" address="pablof7z@primal.net" split="100"/>
      </podcast:value>
      <podcast:contentLink href="https://njump.to/naddr1qq2rzttnw3shyapdw4nkc7fdwukhqctzd3hsygymmeppfy0natg6cgdar5qkv74tj3l5c8z2akrkyn8jyuasdjs99vpsgqqqw4rsrhntcz">Show Notes</podcast:contentLink>
      <guid isPermaLink="false">cecd9520-2fc8-4d45-9161-34d58e563e0f</guid>
      <itunes:subtitle>#01: Start Ugly w/ Pablo</itunes:subtitle>
      <itunes:duration>2798</itunes:duration>
      <link>https://njump.to/nevent1qvzqqqqqqypzpx77gg2frul26xkzr0gaq9n842u50axpcjhdsa3yeu388vrv5pftqys8wumn8ghj7mn0wd68ytn9d9h82mny0fmkzmn6d9njuumsv93k2tcppemhxue69uhkummn9ekx7mp0qqsq92p3qgyjnqn9rm7k87fdaq4aqqhwpdteuaam2q0s7dqjsf9lpgq27jj59</link>
      <pubDate>Sun, 09 Feb 2025 09:53:46 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, memes, web, internet, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p><span style="font-weight: 400;">&ldquo;We have the chance of building the next iteration of the internet, and hopefully, not repeat the mistakes of the past."</span></p>
<p><span style="font-weight: 400;">In this dialogue:</span></p>
<ul>
<li><span style="font-weight: 400;">Why starting ugly and shipping early is hard</span></li>
<li><span style="font-weight: 400;">The ugliest thing that Pablo ever shipped</span></li>
<li><span style="font-weight: 400;">&ldquo;Happiness is shipping&rdquo;</span></li>
<li><span style="font-weight: 400;">Make it real first, you can make it pretty later</span></li>
<li><span style="font-weight: 400;">Getting into the habit of shipping</span></li>
<li><span style="font-weight: 400;">Highlighter and the hang-up of shipping something big</span></li>
<li><span style="font-weight: 400;">How nostr allows you to have cash flow from the get-go</span></li>
<li><span style="font-weight: 400;">#value4value for artists and devs</span></li>
<li><span style="font-weight: 400;">What DHH &amp; 37Signals got right</span></li>
</ul>
<p><span style="font-weight: 400;">People and projects mentioned:</span></p>
<ul>
<li><span style="font-weight: 400;">fiatjaf</span></li>
<li><span style="font-weight: 400;">DHH</span></li>
<li><span style="font-weight: 400;">SuperTestnet</span></li>
<li><span style="font-weight: 400;">nostr.build</span></li>
<li><span style="font-weight: 400;">Highlighter</span></li>
<li><span style="font-weight: 400;">Primal</span></li>
<li><span style="font-weight: 400;">ProtonMail</span></li>
<li><span style="font-weight: 400;">Hey</span></li>
</ul>
<p><span style="font-weight: 400;">Further links:</span></p>
<ul>
<li><a href="https://excellentjourney.net/2015/03/04/art-fear-the-ceramics-class-and-quantity-before-quality/"><span style="font-weight: 400;">https://excellentjourney.net/2015/03/04/art-fear-the-ceramics-class-and-quantity-before-quality/</span></a></li>
<li><a href="https://world.hey.com/dhh/that-shipping-feeling-b7c8c565"><span style="font-weight: 400;">https://world.hey.com/dhh/that-shipping-feeling-b7c8c565</span></a></li>
<li><a href="https://world.hey.com/dhh/i-was-wrong-we-need-crypto-587ccb03"><span style="font-weight: 400;">https://world.hey.com/dhh/i-was-wrong-we-need-crypto-587ccb03</span></a></li>
<li><a href="https://sovereignengineering.io/"><span style="font-weight: 400;">https://sovereignengineering.io/</span></a></li>
<li><a href="https://dergigi.com/2023/04/04/purple-text-orange-highlights/"><span style="font-weight: 400;">https://dergigi.com/2023/04/04/purple-text-orange-highlights/</span></a></li>
<li><a href="https://highlighter.com/"><span style="font-weight: 400;">https://highlighter.com/</span></a></li>
<li><a href="https://njump.to/nosolutions@sovereignengineering.io"><span style="font-weight: 400;">https://njump.to/nosolutions@sovereignengineering.io</span></a></li>
</ul><p>Recorded at <a href="https://mempool.space/block/882856">882,856</a>.</p>]]></itunes:summary>
    </item>
    <item>
      <title>#00: Test Recording / Teaser w/ Pablo</title>
      <description><![CDATA[<p>A teaser.</p><p>Recorded at <a href="https://mempool.space/block/882688">882,688</a>.</p>]]></description>
      <itunes:image href="https://haven.sovereignengineering.io/5c534684d544b519bbb09cc126ac0095f093949498091ca818a55baee26e0e44.png"/>
      <enclosure url="https://haven.sovereignengineering.io/d8b969dcdd4e956b581ac66933076b1a9080d219aeddf03110c768bec43e842f.ogg" length="1649225" type="audio/mpeg"/>
      <podcast:person href="https://njump.to/f7z.io" img="https://primal.b-cdn.net/media-upload?u=https%3A%2F%2Fmedia.primal.net%2Fuploads%2Ff%2F32%2F11%2Ff32111d4786fd98af5ab2b89160f5f9c7f394feb9c9ea1a05d67d29f594c2c5f.jpg" group="cast" role="guest">Pablo</podcast:person>
      <podcast:transcript url="https://haven.dergigi.com/80c641ace76236bb4710584276b8dc0d2f1571eb0c34a51b4e0c5cc5a17aacf3.srt" type="application/srt"/>
      <podcast:chapters url="https://sovereignengineering.io/chapters/00-test-recording-teaser-w-pablo.json" type="application/json+chapters"/>
      <podcast:funding url="https://njump.to/npub1n00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54s73000n">Zaps are appreciated! #value4value ⚡🧡</podcast:funding>
      <podcast:value type="lightning" method="keysend" suggested="0.00000005000">
        <podcast:valueRecipient name="Gigi" type="node" address="02e12fea95f576a680ec1938b7ed98ef0855eadeced493566877d404e404bfbf52" split="100"/>
        <podcast:valueRecipient name="Pablo" type="lnaddress" address="pablof7z@primal.net" split="100"/>
      </podcast:value>
      <guid isPermaLink="false">424cb8ef-a99a-4a0b-b7ce-02b960283814</guid>
      <itunes:subtitle>#00: Test Recording / Teaser w/ Pablo</itunes:subtitle>
      <itunes:duration>229</itunes:duration>
      <link>https://njump.to/nevent1qqs8h87t6xu22nsxlu5pa6jfztlfchsvm894h8qt2w5kadrvjs7j6fgzyzdauss5j8e745dvyx736qtx024egl6vr39wmpmzfnezwwcxegzjkdw4nl9</link>
      <pubDate>Fri, 07 Feb 2025 10:00:00 +0000</pubDate>
      <author>Gigi</author>
      <itunes:author>Gigi</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>nostr, development, sovereign engineering, shipping, memes, web, internet, conversation, dialog</itunes:keywords>
      <itunes:summary><![CDATA[<p>A teaser.</p><p>Recorded at <a href="https://mempool.space/block/882688">882,688</a>.</p>]]></itunes:summary>
      <podcast:contentLink href="https://njump.to/naddr1qqgrqtt5v4shxetj94mj6urpvfkx7q3qn00yy9y3704drtpph5wszen64w287nquftkcwcjv7gnnkpk2q54sxpqqqp65w0q5xg5">Show Notes</podcast:contentLink>
    </item>
  </channel>
</rss>
