<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Samesame</title>
        <link>https://paragraph.com/@xiyang</link>
        <description>hi</description>
        <lastBuildDate>Sat, 11 Apr 2026 23:34:19 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Samesame</title>
            <url>https://storage.googleapis.com/papyrus_images/ed1f1ffbe42be333613e033939f6456ece993e7d737e0770ae742113a4ae4a3c.png</url>
            <link>https://paragraph.com/@xiyang</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[A move of Mirror]]></title>
            <link>https://paragraph.com/@xiyang/a-move-of-mirror</link>
            <guid>b8rFrAkyWDwGy5FwhpjN</guid>
            <pubDate>Thu, 09 Mar 2023 06:46:42 GMT</pubDate>
            <description><![CDATA[https://dev.mirror.xyz/unYe1NE7GIS7vahvFTRdhjrHKlaS6YYuuttrR6TpMHE Today, Mirror is excited to launch Subscribe to Mint, a new way for creators to transform their collectors into an engaged web3 community. Subscribe to Mint works a lot like an open edition drop, but with a Mirror-native twist. In order to mint, a collector needs to subscribe to a creator’s Mirror publication with their email, bootstrapping a communication channel for creators to engage collectors on a recurring basis. Subscri...]]></description>
            <content:encoded><![CDATA[<p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dev.mirror.xyz/unYe1NE7GIS7vahvFTRdhjrHKlaS6YYuuttrR6TpMHE">https://dev.mirror.xyz/unYe1NE7GIS7vahvFTRdhjrHKlaS6YYuuttrR6TpMHE</a></p><p>Today, Mirror is excited to launch Subscribe to Mint, a new way for creators to transform their collectors into an engaged web3 community.</p><p>Subscribe to Mint works a lot like an open edition drop, but with a Mirror-native twist. In order to mint, a collector needs to subscribe to a creator’s Mirror publication with their email, bootstrapping a communication channel for creators to engage collectors on a recurring basis.</p><p>Subscribe to Mint expands on Mirror’s hallmark web3-native publishing features like<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dev.mirror.xyz/Jn62zF5n62BfowdaFgm3uIx3Fgp2vIR7b-HTSxKVXqk"> web3 subscriptions</a> and<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dev.mirror.xyz/5gt60vKFJZ_tR1BjoJ7-Y0sNw7REebStHjzFU5x73J0"> Writing NFTs</a> to make it an even more powerful tool for creators and their projects.</p>]]></content:encoded>
            <author>xiyang@newsletter.paragraph.com (Samesame)</author>
        </item>
        <item>
            <title><![CDATA[GnoLand 是未来]]></title>
            <link>https://paragraph.com/@xiyang/gnoland</link>
            <guid>Tm6oK2smBNHY8KFPGkca</guid>
            <pubDate>Thu, 01 Sep 2022 16:18:22 GMT</pubDate>
            <description><![CDATA[Cosmos 和 Tendermint 的主要贡献者 Jae Kwon 正在开发一个名为 Gnoland 的新区块链，其目标是优化验证者之间的共识过程、智能合约语言的完整性和代币经济学的可持续性。 Gnoland 采用了一种名为 Gnolang 的新语言，它是 Golang 的一个分支。 Golang 相对于其他语言的明显优势来自于处理并发性。虽然 C++ 或 Java 等大多数编程语言使用多线程来运行并行程序，但 Go 使用 goroutines。 使用多线程，多个线程在单个进程中并行运行。多线程的问题在于，当操作系统调度程序管理进程和线程之间的切换时，它需要上下文切换。这通常会产生开销并消耗过多的资源。另一方面，Goroutine 通过实现 Go 调度器（它自己的运行时调度器）来卸载操作系统。创建和销毁 goroutine 需要更少的内存（仅 0.2% 的线程）并充分利用所有硬件内核。 几乎所有现有的区块链都是单线程的，这意味着同时处理多个交易会导致双重支出或状态之间的冲突。 Gnoland 通过集成 goroutines 同时支持 Golang 作为智能合约语言为此提供了最...]]></description>
            <content:encoded><![CDATA[<p>Cosmos 和 Tendermint 的主要贡献者 Jae Kwon 正在开发一个名为 Gnoland 的新区块链，其目标是优化验证者之间的共识过程、智能合约语言的完整性和代币经济学的可持续性。</p><p>Gnoland 采用了一种名为 Gnolang 的新语言，它是 Golang 的一个分支。 Golang 相对于其他语言的明显优势来自于处理并发性。虽然 C++ 或 Java 等大多数编程语言使用多线程来运行并行程序，但 Go 使用 goroutines。</p><p>使用多线程，多个线程在单个进程中并行运行。多线程的问题在于，当操作系统调度程序管理进程和线程之间的切换时，它需要上下文切换。这通常会产生开销并消耗过多的资源。另一方面，Goroutine 通过实现 Go 调度器（它自己的运行时调度器）来卸载操作系统。创建和销毁 goroutine 需要更少的内存（仅 0.2% 的线程）并充分利用所有硬件内核。</p><p>几乎所有现有的区块链都是单线程的，这意味着同时处理多个交易会导致双重支出或状态之间的冲突。 Gnoland 通过集成 goroutines 同时支持 Golang 作为智能合约语言为此提供了最可行的解决方案。</p><p>尽管近年来大量资金涌入区块链领域，但仍有不少开发人员专注于在智能合约上运行的去中心化应用程序。造成这种情况的可能原因是开发人员缺乏有效的智能合约平台。我们相信 Jae Kwon 正在构建 Gnoland 以引入能够执行智能合约的高效区块链，该区块链能够充分利用 Golang 和现代计算机的现代硬件。</p>]]></content:encoded>
            <author>xiyang@newsletter.paragraph.com (Samesame)</author>
        </item>
    </channel>
</rss>