<?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>wordbloc</title>
        <link>https://paragraph.com/@conaw</link>
        <description>undefined</description>
        <lastBuildDate>Thu, 20 Aug 2026 09:50:58 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>wordbloc</title>
            <url>https://storage.googleapis.com/papyrus_images/6cde56f4a502be0768e7228ae20b917c697b0c4a0ff8a2585d24f433c51e9466.jpg</url>
            <link>https://paragraph.com/@conaw</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[A practice interacting with LLM to do a task]]></title>
            <link>https://paragraph.com/@conaw/a-practice-interacting-with-llm-to-do-a-task</link>
            <guid>gwFx28hPCs944K31X2L1</guid>
            <pubDate>Tue, 30 Apr 2024 13:51:36 GMT</pubDate>
            <description><![CDATA[Here is a screenshot of my interaction with LLM when doing the Industry 4.0 assignment task. Though our professor gave the documented and oral instructions, it is still unbelievably clear that students felt unclear about HOW and WHY to solve it. The confusion arises in every aspect possible. Since I am one of them(the class is mixed with CS students and half layman like me), I decided to observe myself regarding the confusion. I decided to interact with GPT, to get a better understanding and ...]]></description>
            <content:encoded><![CDATA[<p>Here is a screenshot of my interaction with LLM when doing the Industry 4.0 assignment task.</p><p>Though our professor gave the documented and oral instructions, it is still unbelievably clear that students felt unclear about HOW and WHY to solve it. The confusion arises in every aspect possible.</p><p>Since I am one of them(the class is mixed with CS students and half layman like me), I decided to observe myself regarding the confusion. I decided to interact with GPT, to get a better understanding and finally develop answers to the questions, instead of relying on GPT&apos;s response only.</p><p>So what I did:</p><p>The instruction for the assignment is like this:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bd595a169e7c7c7a3a4010b982cd19a9730db03e4ea605210b92a855770e0686.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Before diving into the details, the starter is a simple <em>refer-to-what</em> human language task based on the text itself. For example,</p><ul><li><p><strong>These traces</strong> -&gt; power trace</p></li><li><p><strong>The first two</strong> -&gt; current, voltage - used to determine the power consumption</p></li><li><p><strong>The digital signal</strong> -&gt; used to determine when the device is performing a specific task</p></li></ul><p>Next is to match the <em>text (instruction)-to-code</em> task, where my colleague&apos;s feedback is like this:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/64dd0901ca6ba080b054bc086ca627ddde4c84b062966d2d7b0dba90259bac5d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6d10529e7e22d9443d790df28a50a00117e899b0e82a774f8307159248d74a1a.png" alt="It seems he understands the instruction well, but still doesn&apos;t know the connection with the code (&quot;I don&apos;t know how to make the calculation&quot;, &quot;It should be simple&quot;)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">It seems he understands the instruction well, but still doesn&apos;t know the connection with the code (&quot;I don&apos;t know how to make the calculation&quot;, &quot;It should be simple&quot;)</figcaption></figure><p>For me, it&apos;s even worse(at the beginning), I cannot understand the code easily. I don&apos;t know where my attention should be. There are 2 outputs in [16] and [19], so i randomly take the [16] raw data into GPT,</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/41d4bb32e8bc18090d070aa8887954248b9d51f07a53ecd791367d06db202ade.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Oh it reminds me of the things I did in the Preliminary stage.</p><p>Then I was confused with time params, so I started asking about delta T.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3f905dc928e9ef9ffe88d414cb1558dc4c796e658fae8bd45b0bbb3fdfc7f5be.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>It turns out I was confused with the relationship between data-sample-rate and delta T, then I can easily calculate the energy consumption.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9955f38d3267e7df0e2740c0c9457e430a8f5b0a80f5413c9b24e9b8979fbaed.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>I knew what I want from GPT, so I prompted it to fill in the blank via (?)</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4afbb9e821598bdf538994deb881158e506034f65c9fc76403dabd9d82e4fead.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>I also quoted GPT response and asked</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/33a1b3bbb5c101de03f2fb26b020777dc04492c0a57bcda1edc46c93e6fe9a0c.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>But interestingly, if we compared the same question given by GPT response and my (another) colleague, the latter is very straightforward.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/131efab208ef4e67875746d6a2374950835a84b8ab6c5a77f66537dff5b286ba.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/58953ba3d2e5dfb0664a06ed6fd44a5a9939d9e42f9e78ad0d67e10f0907a65e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Takeaway:</p><ul><li><p>In this practice, I have a &quot;goal&quot;(with many sub-goals) to understand and solve the assignment task.</p><ul><li><p><strong>Satisfied🕺🏻</strong>: conversational interactions.</p></li><li><p><strong>Back-off🤯</strong>: A LOT of responses which add to my attention load.</p></li></ul></li></ul><p>Observation:</p><ul><li><p>Prompts are Goal-directed, every prompt contains a signal towards the goal, and the REAL prompt is likely formed after some active interactions. There is unlikely a one-shot problem-solving prompt.</p></li><li><p>The subgoal(next prompt) is dynamically defined through interaction, I stared at the things(GPT response) I understood and explored things I didn&apos;t AROUND the understandable context. - Here is where the subgoal is defined step-by-step.</p></li><li><p>Every interaction, there is a tiny component being picked up, towards the goal.</p></li><li><p>It reminds me of a paper*<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arxiv.org/abs/2311.05584">[1]</a>*, the insight there is <strong>adding noise to get better signal</strong>, where they leverage RL in their model.</p></li><li><p>Maybe there is less need to verify the content of LLM FOR the users because we underestimate people&apos;s ability to verify the LLM &quot;hallucinations&quot; and overestimate our ability to do this for people. Instead, we might record the interaction and provide the user with a reflection of their learning process - e.g. in TLCA how they draft the input, how they prompt, and what profile they choose.</p></li></ul><blockquote><p><em>The paper is interesting in how it uses suboptimal human conversations for training the AI, specifically it employs “offline reinforcement learning to train an interactive conversational agent that can optimize goal-directed objectives over multiple turns.” </em><strong><em>The insight is a bit like adding noise to get better signal</em></strong><em> — a method used in audio processing and mastering, and in fact diffusion image AI models.</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://uxdesign.cc/ai-wants-a-communication-first-design-paradigm-ac0ebfa97eb7"><em>[2]</em></a></p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d00bdcc5dcf0259d8685279c95df49f0101ced282cba1a67ea2a8acc8a1f6f86.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1f72b2aef43c9d3d09f41bd6acc8ce230d0fe67b7bd262f56abc8f37b97c139b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>This also reminds me of the huge gap in the eye of a domain expert and a learner, the linking path to the knowledge is not straightforward and quite personalized.</p>]]></content:encoded>
            <author>conaw@newsletter.paragraph.com (wordbloc)</author>
        </item>
        <item>
            <title><![CDATA[Don’t prove, reference]]></title>
            <link>https://paragraph.com/@conaw/don-t-prove-reference</link>
            <guid>Tp2FuhI5r03mAylUmuAl</guid>
            <pubDate>Sat, 14 Oct 2023 13:32:23 GMT</pubDate>
            <description><![CDATA[Recently there has been a series of strange tags and aggressive reach out on Twitter, by someone who claimed so urgently in the public to defend the originality of an idea, I haven’t seen such cases for a while. It immediately raises the question: Whom should we believe, and based on what? How can we establish ownership of an original idea? Through talking and showing pictures on social media? How could the viewers verify? Through the trust of …(I don’t know what to write here). If I don’t kn...]]></description>
            <content:encoded><![CDATA[<p>Recently there has been a series of strange tags and aggressive reach out on Twitter, by someone who claimed so urgently in the public to defend the originality of an idea, I haven’t seen such cases for a while.</p><p>It immediately raises the question: Whom should we believe, and based on what? How can we establish ownership of an original idea? Through talking and showing pictures on social media?</p><p>How could the viewers verify? Through the trust of …(I don’t know what to write here). If I don’t know you(him) personally, how do I know what you(he) said, posted, or claimed what you(he) did is trustworthy?</p><p>This is intriguing when we consider <em>trust</em> in societal affairs. It also reminds me that this could be an interesting topic to explore within our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://cryptokitchen.io/">Crypto Kitchen👩‍🍳</a>.</p><p>I would prefer another approach on this matter coz I&apos;ve never been a staunch believer in the notion of true <em>originality</em> (please excuse my rigid academic mindset, as you delve deeper into more books you will discover a multitude of minds with similarities), I’m more inclined towards the concept of “knowledge referencing”.</p><p>I’m a fan of acknowledging the source of the inspirations that fuel my work, that’s why I’m researching and building tools (word block <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/conaw.eth/hBj9GSkYzLpQM524VBVhjO8C5-KQFw9UmfrYkerlvZE">1</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/conaw.eth/kYnZkt2hmlAK3uN2583b4LqLMr4jmIcGnkZYJuDltOQ">2</a>) on leveraging the semantic web, attempting to implement the ever-evolving idea of knowledge graph (here I referenced thoughts giant leaders Sir Tim, Ted Nelson, Alan Kay, Marvin Minsky and more), the idea is also about addressing the connections of the ideas and finding&amp;proving the unique contributions of individuals on the web. Perhaps if we took this approach, our interaction could be more vibrant🧐 and less confrontational😠. Instead of defending the ownership of the idea, we could gracefully acknowledge the people who inspire us.</p><p>I can see your desire to declare the idea is yours, but this time WE DON’T CARE. The reason is beyond simple.</p><p>Unfortunately, I could not even reference you, since the fact is <strong>we didn’t even see you and your idea/project ever before while we were discussing and preparing the event,let alone copying.</strong> Otherwise, we will be happy to.</p><p>We have no intention of engaging in debates about originality; we have a multitude of tasks at hand. We kindly request that you refrain from tagging us and contacting our guest friends. If you&apos;re interested in a collaborative and humble conversation, we are open to that.</p><p>Additionally, I&apos;d suggest exploring methods like inscribing your ideas on the blockchain or publishing papers whenever you come up with something new. This might be a viable way to gain the &quot;confirmation&quot; you seek for what you refer to as intellectual rights, though I can&apos;t guarantee justice in this regard.</p><p><strong>Lastly, let&apos;s shift the question from &quot;HOW&quot; to &quot;WHY.&quot;</strong></p><p>Why do you feel the need to prove originality? As Ted Nelson wisely pointed out, ideas are variations. Perhaps it&apos;s more productive to focus on your version and your own purpose.</p><p>I wrote <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://odyssey3dao.notion.site/What-is-a-crypto-kitchen-a92016803dac4ff1926b15e1d9fccd70?pvs=4">&lt;what is a Crypto Kitchen?&gt;</a> here, we want to implement it for a good purpose and energy, to collaborate with like-minds, to engage interesting and knowledgeable souls (our friends we knew for some time) to share their knowledge, to bridge the eastern and western culture. That’s the purpose.</p>]]></content:encoded>
            <author>conaw@newsletter.paragraph.com (wordbloc)</author>
        </item>
        <item>
            <title><![CDATA[A life worth living]]></title>
            <link>https://paragraph.com/@conaw/a-life-worth-living</link>
            <guid>JiLie0JwyeDpPkLsk7TM</guid>
            <pubDate>Sun, 24 Sep 2023 08:50:57 GMT</pubDate>
            <description><![CDATA[&apos;Non-dogmatic&apos; is a term I came across recently while reading &apos;A Life Worth Living,&apos; a book written by a 90-year-old Japanese grandmother, recommended by Ajahn. It struck a chord with me. Observing some of my natural reactions in action, without exaggerating them with reasons like confidence, persistence, or whatever else, simply doing it, and then moving on with life🏃‍♀️. Fear is a common human experience. I&apos;ve come to understand that some fears stem from a deep-sea...]]></description>
            <content:encoded><![CDATA[<p>&apos;Non-dogmatic&apos; is a term I came across recently while reading &apos;A Life Worth Living,&apos; a book written by a 90-year-old Japanese grandmother, recommended by Ajahn. It struck a chord with me. Observing some of my natural reactions in action, without exaggerating them with reasons like confidence, persistence, or whatever else, simply doing it, and then moving on with life🏃‍♀️.</p><p>Fear is a common human experience. I&apos;ve come to understand that some fears stem from a deep-seated desire, a longing, a sense of expectation. Sometimes fear is a magical signal, indicating what matters to you, even if you are not consciously aware of it. People often say not to expect too much from things, but I think that&apos;s a post-hoc perspective. You should expect things, or at least you will.</p><p>At times, this fear can even blank out your mind. I like an attitude where you push through despite the fear. Many situations call for it. I don&apos;t naturally possess the kind of confidence that&apos;s common in the West. I question a lot of things, I&apos;m curious, and my reactions aren&apos;t quick. I enjoy slowly and meticulously pondering things before responding.</p><p>(yeah … My interface&apos;s response time is as slow as Ethereum without Layer 2 🤦‍♀️.</p><p>Recently, I prepared a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="">presentation</a> for a beloved Hypertext Research group at SG(we share the “narrow“ focus amazingly), talking about my <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="">Wordblock</a> idea. I had prepared my presentation slides for a long time, and on the day of the presentation, I was desperately referencing Marvin Minsky&apos;s &apos;The Society of Mind,&apos; attempting to integrate <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CultRoam/status/1638748018777395205">some concepts</a> into my presentation. Even if to others, they seemed unrelated and illogical, I was passionately committed to it.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/48345626e5856ffdc2bbf400ee0ac26f0cd3655f2d2ad46d868f8aae9bbd8b38.png" alt="different knowledge representations by Marvin Minsky" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">different knowledge representations by Marvin Minsky</figcaption></figure><p>I was very nervous, and I didn&apos;t even know the source of this nervousness. It&apos;s like trying to open up your inner world, thinking you&apos;ve opened a well-manicured garden, but others see an unordered jungle perhaps. I found that I genuinely couldn&apos;t answer everyone&apos;s questions rooted in their specific knowledge domains, but the questions themselves were more important.</p><p>For example, Prof. Simon asked why it&apos;s like Xanadu: &quot;Since you are proposing a system that resembles Xanadu in many aspects, what reason do you have to believe that this is today feasible at scale? Technological advancement? Societal advancement? Greater societal need? Why should it work now when it failed then?&quot;</p><p>Others raised questions about citations, links, and reference loops, as well as how to record and verify data ownership and reference relationships.</p><p>Although I&apos;m better at expressing my own motivations and the imaginations that are mixed into the design of this little thing, I don&apos;t know how to answer these questions. I can only honestly say I don&apos;t know, but allow me to understand, read, and learn, and then provide my understanding and comments. I say I hope everyone can help me, whether it&apos;s about the application scenarios of this little thing or if it sparks any interest in any aspect.</p><p>Of course, this jungle leaves most people at a loss. But I also received a voice from Jérémy:</p><blockquote><p><em>&quot;I think the benefit of micropublications goes beyond &apos;succinct communication of findings.&apos; It is more about directly getting to the point (whether this is succinct or not) with potential additional information (e.g., related work, proof) being present as linked (micro)publications. Since the reading of articles is not linear, this new way might exploit better hypermedia to create scientific publications. Of course, this new way of writing may create some additional challenges, but articles are not written linearly anyways, so it might make more sense for writers (and readers who read non-linearly).&quot;</em></p></blockquote><p>In my continuing conversation with Jérémy, I began to see a clearer and tighter connection, a shared expectation and effort between the Web 2.0 and Web 3.0 communities for a &apos;better internet&apos; itself. In the iterations of the World Wide Web led by Sir Tim Berners-Lee, many concepts, such as Solid and GGG, are being explored now in the blockchain (or rather, we are continuing the profound thoughts that already existed in the World Wide Web), but few discuss the continuity and commonality of these ideas, what is being repeatedly re-used, but only with a more embellished narrative. An essential question is: <strong>can these two webs merge?</strong></p><p>For example, in a concept of Web 3.0 proposed by Sir Tim in 2007, the social graph is defined as composed of each web space. After the transition from the publisher&apos;s view to the viewer&apos;s view in Web 2.0 (a transition period from the reader&apos;s view to the viewer&apos;s view), Web 3.0 will become the viewer&apos;s view, meaning:</p><p><strong>users will be able to modify existing original content on the Internet, forming a network (Web 3.0 has a similar concept called a &apos;curation network&apos;).</strong></p><blockquote><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://yihongs-research.blogspot.com/2007/09/web-space.html">A web space is a personified composition of web resources.</a></p></blockquote><p>Based on my interactions with Jérémy and Prof. Simon exchanging resources, I drew a matrix in the last ten days. You can easily see that there are already a large number of papers/articles (carried in the form of “blocks” below). Each text block with context contributes a part that gets straight to the point of this issue.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/12ad30eddc39a9ed79c212c085cc44977c423ee5aabe67c0bb787802802d559f.png" alt="related publications" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">related publications</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/976cae17c8d2491b218cf42b6c2b14088c4af00ad19935d45672abf00b06e95b.png" alt="One of my goals is to use these ever-increasing blocks to compose a dynamic article filled with references." blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">One of my goals is to use these ever-increasing blocks to compose a dynamic article filled with references.</figcaption></figure><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://whimsical.com/with-jeremy-LrDAc9dCHrwXYMECNUQCAz">https://whimsical.com/with-jeremy-LrDAc9dCHrwXYMECNUQCAz</a></p><p>You might sense that this is different from the one-way Internet jump link. Instead, it is built upon a decentralized web (abstraction layer) and referred to as <em>micro-publication</em>, I mean for now. Its mission is to establish <strong>bidirectional links on the internet</strong>. On one side, it connects to the original publications on the web, and on the other, it forms the fundamental units of the viewer&apos;s view.</p><blockquote><p>micro-publication is the basic unit of the viewer’s view.</p></blockquote><p>In other words, you can publish content as you do now (on personal blogs, academic platforms, writing platforms, etc.). When someone wants to take any action based on your content (quote, rewrite with an alias), they can create this web space to establish a link with your original content.</p><p>My article&apos;s theme is: <strong>How to turn the one-way links of the World Wide Web into two-way links?</strong> Publications are stored on the web, viewers make a modified version and store it on the abstraction layer. What&apos;s the abstraction layer made of? A decentralized web stack that integrates Web 2.0 and Web 3.0 components. Every word block abstracts the &apos;get-to-the-point&apos; from the publication (articles, academic writings, etc.) and is linked through hashtags.</p><p>One question: how to confirm these bidirectional relationships?</p><p><em>(to be continued.</em></p>]]></content:encoded>
            <author>conaw@newsletter.paragraph.com (wordbloc)</author>
        </item>
        <item>
            <title><![CDATA[Wordblock Eng]]></title>
            <link>https://paragraph.com/@conaw/wordblock-eng</link>
            <guid>eGpvkIJDGWPRGzH460nt</guid>
            <pubDate>Sat, 07 Jan 2023 12:06:02 GMT</pubDate>
            <description><![CDATA[English version 中文版 Wordblock is a block based note-taking tool with ownership control.Wordblock extensionYou can clip any text from any website, add tags, comments, and save the location (URL) as metadata. You can write block-based memos, add tags and extra information(e.g. the real location: 📍🚶‍♀️38W,4S). For example, when you pick up a book in an antique bookstore, and you want to "steal" some words from it before you take it home. The text is generated under the user&apos;s own DID sign...]]></description>
            <content:encoded><![CDATA[<p><code>English version</code> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/conaw.eth/VlYDC1DU25TmsraUd77RU89nR2xPsE57RtEk60I6B3E">中文版</a></p><p><em>Wordblock is a block based note-taking tool with ownership control.</em></p><h2 id="h-wordblock-extension" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Wordblock extension</h2><p>You can clip any text from any website, add tags, comments, and save the location (URL) as <em>metadata</em>.</p><p>You can write block-based memos, add tags and extra information(e.g. the real location: 📍🚶‍♀️38W,4S). For example, when you pick up a book in an antique bookstore, and you want to &quot;steal&quot; some words from it before you take it home.</p><p>The text is generated under the user&apos;s own DID signature, while data is stored on a distributed content storage network--IPFS to enable public search.</p><h2 id="h-wordblockxyz-a-global-text-block-search-engine" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Wordblock.xyz - a global text block search engine</h2><p>All the word blocks created will be pooled in one place for <strong>public search</strong>, or later public <em>reference</em>.</p><p>For example, you can process public block searches via tags, keywords, or user DID</p><p>Compared with local storage note-taking tools like obsidian or central storage Roamresearch, the difference is in data storage in order to achieve public block search.</p><h2 id="h-use-cases" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Use cases</h2><h3 id="h-a-social-graph" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">A social graph</h3><p>After collecting those text blocks, it is easy to form P2P social relations*(e.g. walletChat)* via tag matching.</p><h3 id="h-a-decentralized-multi-lingual-literature-library" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">A decentralized multi-lingual literature library</h3><p>The inspiration is when I visited an ancient <em>Malatestiana</em> library (the 1st public library in human history) in Cesena, Italy.</p><blockquote><p><em>Each codex is tied to the desk with a root ironed chain, so that precise objects could not be stolen, it is now a symbol of the arts of literature, copies include 20 years italian, french and german s copy by using </em><strong><em>humane scripture</em></strong><em> called &quot;literature antiqua&quot;, text includes classical latin authors, churchenergy , greek…</em></p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9ee41d1d191e35100a2fcb3cc4c6b137f5f6f58e96fa7b2c850da8b9b76ebdad.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>It&apos;s like a <em>warm salute</em> from afar history that tells how humans keep words and knowledge. In the context of today, we stand a chance to <em>&quot;chain text&quot;</em> differently and interestingly with technology.</p><p>Today, we care less about &quot;preventing books from being stolen&quot; but about &quot;HOW things are connected&quot;, so the desire to build a <em>distributed literature dictionary(library)</em> where people from anywhere in the world could contribute their input even in different languages.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5f12492df8929e32490a045e172e99698783060b5de4480fc7139fae13e5f950.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>For example, after I read the Chinese version of《Mr.Gywn》, I para-read the original Italian version, then build the connections in between. It is one of the very fun techniques for acquiring a second language through <em>intertextuality</em>, while also a way to let the machine know how people from different <em>linguistic computing systems</em> tell the SAME story.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/064134ad3f1f2d0ea8396f23ecab2b29272dd4e6159969bf78fb8806cdfbc2e0.gif" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Read more:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x65a0Af703047dfDd270361659d02f4f0E8547202/YmbixVzwGJ0l46X6PDtVBbYY64Jd-SfRSD8usBZUzno">https://mirror.xyz/0x65a0Af703047dfDd270361659d02f4f0E8547202/YmbixVzwGJ0l46X6PDtVBbYY64Jd-SfRSD8usBZUzno</a></p><h3 id="h-a-data-graph" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">A data graph</h3><p>we are in the early stage of <em>defining data as an asset</em> with maturing infrastructure like IPFS, Ceramic network, dataverseOS etc, the excitement of web3 is the <em>data as streams</em> that can be visualized and later used by individuals. We could first collect those fragmented attentions 👀 with ease, and then browse/ the data, or re-organize(reference) with personal signature.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d23adda358563f7c1e530e1833ed9168c66dde3344b931c938e378ae65260da6.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-tech" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Tech</h2><h2 id="h-ceramic-streams" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Ceramic Streams</h2><p>Wordblock uses Ceramic Stream to store the JSON metadata of a block. Metadata includes BlockID, Creation Date, Source URL, Author, Tags, Type, and Content. The DID of the user submitting the block to the Ceramic network is also bound to the metadata. The Wordblock data model can be shared between anplications on the Ceramic network.</p><h2 id="h-web3storage" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">web3.storage</h2><p>Wordblock uses web3.storage for data backup and permanent storage. Our backend API can get all the blocks created by the given user DID to implement a global search on the wordblock.xyz page.</p><hr><h1 id="h-reference" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Reference</h1><p><em>[0] The background story of word block (one of ;)</em></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x65a0Af703047dfDd270361659d02f4f0E8547202/YmbixVzwGJ0l46X6PDtVBbYY64Jd-SfRSD8usBZUzno">https://mirror.xyz/0x65a0Af703047dfDd270361659d02f4f0E8547202/YmbixVzwGJ0l46X6PDtVBbYY64Jd-SfRSD8usBZUzno</a></p><p><em>[1] wordblock github</em></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/fat-garage/wordblock">https://github.com/fat-garage/wordblock</a></p><p><em>[2]wordblock </em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gitcoin.co/grants/2445/fat-garage-the-word-block"><em>gitcoin</em></a></p><p><em>[3]wordblock on IPFS grant</em></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/ipfs/devgrants/issues/278">https://github.com/ipfs/devgrants/issues/278</a></p><p><em>[4] wordblock idea initiation</em></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/conaw.eth/hBj9GSkYzLpQM524VBVhjO8C5-KQFw9UmfrYkerlvZE">https://mirror.xyz/conaw.eth/hBj9GSkYzLpQM524VBVhjO8C5-KQFw9UmfrYkerlvZE</a></p>]]></content:encoded>
            <author>conaw@newsletter.paragraph.com (wordbloc)</author>
        </item>
        <item>
            <title><![CDATA[Wordblock 0106]]></title>
            <link>https://paragraph.com/@conaw/wordblock-0106</link>
            <guid>j70v4oUkBzQLmH8TYevy</guid>
            <pubDate>Sat, 07 Jan 2023 11:47:20 GMT</pubDate>
            <description><![CDATA[Wordblock是一个基于个人身份系统（DID）的块状笔记工具，基于IPFS、Ceramic实现分布式内容存储和公开搜索。Wordblock 插件你可以从任何网站上剪辑任何文本，便捷的添加标签、评论，连同位置（URL）自动保存为metadata。 你可以写基于块的便签，为其添加标签和额外的信息（比如你的真实的位置：📍38W,4S）。例如，当你在一家古董书店拿起一本书，你想在带回家之前从里面 "偷"走一些文字。 这些文字块是用户在自己的DID签名下生成的，而数据则存储在分布式内容存储网络--IPFS上，以实现公共块搜索。Wordblock.xyz ：一个全局文本块搜索引擎所有创建的文字块将被汇集到一个地方，用于公开搜索，或以后的公开引用（reference）。 例如，你可以通过搜 #标签、关键词/ 或用户DID 来进行全局搜索。 与本地存储的笔记工具如obsidian或中心化存储的Roamresearch相比，区别在于数据存储和身份的创建。Word block要实现的是公共块搜索。使用案例一个社交图谱通过 #标签 匹配容易地启动P2P社交关系，例如未来可以结合 wallet_C...]]></description>
            <content:encoded><![CDATA[<p>Wordblock是一个基于个人身份系统（DID）的块状笔记工具，基于IPFS、Ceramic实现分布式内容存储和公开搜索。</p><h2 id="h-wordblock" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Wordblock 插件</h2><p>你可以从任何网站上剪辑任何文本，便捷的添加标签、评论，连同位置（URL）自动保存为metadata。</p><p>你可以写基于块的便签，为其添加标签和额外的信息（比如你的真实的位置：📍38W,4S）。例如，当你在一家古董书店拿起一本书，你想在带回家之前从里面 &quot;偷&quot;走一些文字。</p><p>这些文字块是用户在自己的DID签名下生成的，而数据则存储在分布式内容存储网络--IPFS上，以实现<strong>公共块搜索</strong>。</p><h2 id="h-wordblockxyz" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Wordblock.xyz ：一个全局文本块搜索引擎</h2><p>所有创建的文字块将被汇集到一个地方，用于公开搜索，或以后的公开引用（reference）。</p><p>例如，你可以通过搜 <em>#标签、关键词/ 或用户DID</em> 来进行全局搜索。</p><p>与本地存储的笔记工具如obsidian或中心化存储的Roamresearch相比，区别在于数据存储和身份的创建。Word block要实现的是<em>公共块搜索</em>。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">使用案例</h2><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">一个社交图谱</h3><p>通过 <strong>#标签</strong> 匹配容易地启动P2P社交关系，例如未来可以结合 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://walletchat.fun/"><em>wallet_Chat</em></a><em> 进行点对点聊天。</em></p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">一个去中心化的多语言文学“图书馆”</h3><p>这个灵感来自于我参观了意大利切塞纳（Cesena）的一个古老图书馆 *Malatestiana，*据说是世界上建立的第一个公共图书馆。</p><blockquote><p><em>每个手抄本都用根铁链绑在桌子上，这样精确的物件就不会被偷走，它现在是文学艺术的象征，副本包括20年的意大利文、法文和德文副本，使用*人道的经文</em>，称为 &quot;Literature antiqua&quot;，文本包括古典拉丁文作者、教会、希腊文。*</p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9ee41d1d191e35100a2fcb3cc4c6b137f5f6f58e96fa7b2c850da8b9b76ebdad.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>这可能是来自远方的历史的神奇互动，告诉我们人类是如何保存文字和知识的。在今天的背景下，我们有机会以不同的方式和有趣的技术来 <em>&quot;连锁文本&quot;</em>。</p><p>今天，我们关心的不是 &quot;防止书籍被盗&quot;，而是*”事物如何被连接 ”*。</p><p>因此，我们希望建立一个<em>分布式的文学词典（图书馆）</em>，让世界上任何地方的人都可以贡献他们的输入，即使是不同的语言。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5f12492df8929e32490a045e172e99698783060b5de4480fc7139fae13e5f950.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>例如，在我读完<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x65a0Af703047dfDd270361659d02f4f0E8547202/IsetL_bc3zVoWlF7O3h3EC-tSFZu80dyCg87BJB6MRY">《Mr Gwyn》</a>的中文版后，我又去读了意大利文的原版，这种互文性天然的形成。如何通过<em>互文性</em>习得第二语言，是工具结合技术非常有趣的尝试，同时也是让机器知道来自<strong>不同语言计算系统</strong>的人是如何<strong>讲述相同故事</strong>的一种方式。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/064134ad3f1f2d0ea8396f23ecab2b29272dd4e6159969bf78fb8806cdfbc2e0.gif" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>阅读更多:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x65a0Af703047dfDd270361659d02f4f0E8547202/YmbixVzwGJ0l46X6PDtVBbYY64Jd-SfRSD8usBZUzno">https://mirror.xyz/0x65a0Af703047dfDd270361659d02f4f0E8547202/YmbixVzwGJ0l46X6PDtVBbYY64Jd-SfRSD8usBZUzno</a></p><h3 id="h-graph" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">一个数据图（graph）</h3><p>我们正处于将<em>数据定义为资产</em>的早期阶段，随着IPFS、Ceramic network、dataverseOS等基础设施的逐渐成熟，web3的兴奋点在于<strong><em>将数据作为流</em></strong> 这个叙事，即数据能被可视化，随后被<strong>个人</strong>支配并使用。Word block要做的是，我们可以轻松地收集那些零散在各个平台上的注意力，同时拥有这些数据/线索，以方便任意时刻重新组织（编辑、引用等等）。</p><p>建立在<strong><em>DID</em></strong> 下的行为将不仅是一种用户操作，而且是一种数据行为，可以被区块链反向引用，进而建立经济性活动或链接。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d23adda358563f7c1e530e1833ed9168c66dde3344b931c938e378ae65260da6.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">技术</h2><h3 id="h-ceramic" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Ceramic 数据流</h3><p>Wordblock使用Ceramic Stream来存储一个区块的JSON元数据。元数据包括BlockID、创建日期、源URL、作者、标签、类型和内容。向Ceramic网络提交块的用户的DID也被绑定到元数据上。Wordblock数据模型可以在Ceramic网络上的任何应用程序之间共享。</p><h3 id="h-web3" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">web3.存储</h3><p>Wordblock使用web3.storage进行数据备份和永久存储。我们的后台API可以获得所有由给定用户DID创建的区块，以实现在wordblock.xyz页面上的全局搜索。</p><hr><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">英文版</h1><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/conaw.eth/K0PeM2YtbEYtmnKIS76hML-YVfC_MzX59FxyY6IuuHo">https://mirror.xyz/conaw.eth/K0PeM2YtbEYtmnKIS76hML-YVfC_MzX59FxyY6IuuHo</a></p><hr><h1 id="h-reference" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Reference</h1><p><em>[1] wordblock github</em></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/fat-garage/wordblock">https://github.com/fat-garage/wordblock</a></p><p><em>[2]wordblock </em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href=""><em>gitcoin</em></a></p><p><em>[3]wordblock on IPFS grant</em></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/ipfs/devgrants/issues/278">https://github.com/ipfs/devgrants/issues/278</a></p>]]></content:encoded>
            <author>conaw@newsletter.paragraph.com (wordbloc)</author>
        </item>
        <item>
            <title><![CDATA[这世界上的第一本书]]></title>
            <link>https://paragraph.com/@conaw/ud0X0XF0ZfvKkkrSD6JG</link>
            <guid>ud0X0XF0ZfvKkkrSD6JG</guid>
            <pubDate>Tue, 03 Jan 2023 19:06:34 GMT</pubDate>
            <description><![CDATA[1螺杆的每个裤子口袋都有硬币，不知道是有心还是无意，但总能至少找到一枚 有的时候他出去跑步的途中 会遇到一些被扔掉的刮得乱七八糟的刮刮卡 他每次注意到都会捡起来 值得一提的是 这东西并不显眼 鬼知道他是怎么注意到的 就像他妈妈从小讲的那样 饭菜里的头发丝儿别人都看不见 就他眼尖 多细小一根儿都能挑出来 10分的小硬币是最好用的 螺杆喜欢把数字刮干干净 然后检查好几遍 期待着哪个幸运的倒霉蛋当时走神 没注意到那出现了三次的 10mille（1000万）或者50块✖️3也不赖 这个游戏刮刮卡有两种赢法 一个看下面三排大数字和最上面那排的重合度 另一个看每个大数字下面附带的额外数字是不是出现了三次（比如像10Mille出现三次就是中奖了） 而人们总是专注于第一种 奇怪的是 他只热衷于捡 却从来没买过这玩意儿 虽然只是3、5、10块的事 但他每回经过小杂货店的时候 都好像有很多考虑似的 “我并不是舍不得花钱，只是...要是我真中奖了把运气一下子用完了怎么办，这可得慢慢分配” 这样好像能解释他为什么要捡别人刮剩下的了 因为那是别人的运气 他唯一买过一次的圣诞彩票，还因为这种“恐惧”立马转手...]]></description>
            <content:encoded><![CDATA[<h1 id="h-1" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">1</h1><p>螺杆的每个裤子口袋都有硬币，不知道是有心还是无意，但总能至少找到一枚</p><p>有的时候他出去跑步的途中 会遇到一些被扔掉的刮得乱七八糟的刮刮卡 他每次注意到都会捡起来 值得一提的是 这东西并不显眼 鬼知道他是怎么注意到的 就像他妈妈从小讲的那样 饭菜里的头发丝儿别人都看不见 就他眼尖 多细小一根儿都能挑出来</p><p>10分的小硬币是最好用的 螺杆喜欢把数字刮干干净 然后检查好几遍 期待着哪个幸运的倒霉蛋当时走神 没注意到那出现了三次的 10mille（1000万）或者50块✖️3也不赖</p><p>这个游戏刮刮卡有两种赢法 一个看下面三排大数字和最上面那排的重合度 另一个看每个大数字下面附带的额外数字是不是出现了三次（比如像10Mille出现三次就是中奖了） 而人们总是专注于第一种</p><p>奇怪的是 他只热衷于捡 却从来没买过这玩意儿 虽然只是3、5、10块的事 但他每回经过小杂货店的时候 都好像有很多考虑似的</p><p>“我并不是舍不得花钱，只是...要是我真中奖了把运气一下子用完了怎么办，这可得慢慢分配”</p><p>这样好像能解释他为什么要捡别人刮剩下的了</p><p>因为那是别人的运气</p><p>他唯一买过一次的圣诞彩票，还因为这种“恐惧”立马转手送给了车站土耳其肉卷店门口的流浪汉。</p><p>后来流浪汉还在那里。</p><h1 id="h-2" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">2</h1><p>可能每个作家都幻想自己是某个作家构造出来的人物 以缓解那种浪费时间的罪恶感和终将一事无成的恐慌</p><p>“这不是一种选择 而是一种命中注定 因为他们除了遣词造句... 噢得了吧，只是浪费时间的高手”</p><p>“或许有的人的命运就是讲故事” 这种跳跃的心理是日常routine。</p><p>这时 螺杆跑步停了下来 因为他脑子里冒出了两个东西</p><p><em>这世界上的第一本书和</em></p><p><em>第一个作者 是谁？</em></p><p>这个疑问源于一种一直以来的感觉 这世界的作品 可能都是一个人写的 其他人都是这人用来伪装混淆的笔名 又或是 那个人超级富有雇了好多人把他写的东西到处搬来搬去 因为他感觉自己好像几辈子都在看书 也深谙几种语言的翻译转换逻辑 越看越发现</p><p>好多东西像是来回抄的 用看似变花样的词语和语言 说着一样的事情 于是</p><p>他下决心找到这个人</p><h1 id="h-3" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">3</h1><p>“你才读了多少书 就这样说” 螺杆把这个想法告诉好友凉鞋的时候，凉鞋嗤之以鼻。</p><p>“但没有人读过这世界上所有的书，万事总有个开始吧”</p><p>“是的，那你要怎么查？”</p><p>“我谷歌一下”</p>]]></content:encoded>
            <author>conaw@newsletter.paragraph.com (wordbloc)</author>
        </item>
        <item>
            <title><![CDATA[Block search]]></title>
            <link>https://paragraph.com/@conaw/block-search</link>
            <guid>cdlFkDbhh3pjBDp2qURs</guid>
            <pubDate>Sun, 26 Jun 2022 08:01:04 GMT</pubDate>
            <description><![CDATA[PoolsThere are two pools of blocks:the private pool of blocks, meaning you can only see what you have created.——the grey stripethe public pool of blocks(the blockverse), meaning you can see blocks generated by anyone who use the extension and choose “public“. ——the orange stripeButtonsIn the public pool, there are 3 buttons:ArchiveIrrigation（means “Like”)Go to the context——URL web pageSearchYou can search blocks by wallet address/ENS names, or by #tags]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/06d625b1ee0c41cb1e01c8e228a63be585b625e2653fa1df44df921b9314c8b3.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h1 id="h-pools" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Pools</h1><p>There are two <em>pools</em> of blocks:</p><ol><li><p>the private pool of blocks, meaning you can only see what you have created.——the grey stripe</p></li><li><p>the public pool of blocks(the blockverse), meaning you can see blocks generated by anyone who use the extension and choose “<code>public</code>“. ——the orange stripe</p></li></ol><h1 id="h-buttons" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Buttons</h1><p>In the public pool, there are 3 <em>buttons</em>:</p><ol><li><p>Archive</p></li><li><p>Irrigation（means “Like”)</p></li><li><p>Go to the context——URL web page</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/166619e571597d4e2ee36aae794297a9e9d5872beb42b9ec08a997053a26107d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h1 id="h-search" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Search</h1><p>You can search blocks by wallet address/ENS names, or by <code>#tags</code></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7ec04c8ac2150fd794415017056a7840137b312f4719d3525639edbd960d855b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>conaw@newsletter.paragraph.com (wordbloc)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/ab1decc0b2e9f7ff6839935620803b73f6dc4bad54ad087e693138da0241e7ed.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Feedback on ((wordbloc))]]></title>
            <link>https://paragraph.com/@conaw/feedback-on-wordbloc</link>
            <guid>kXocw7erUgI2kxU7LfoP</guid>
            <pubDate>Sun, 26 Jun 2022 07:26:57 GMT</pubDate>
            <description><![CDATA[From Twitter kinders👽@vanishk.eth https://twitter.com/Kaspar_Chen/status/1539616616526528513 @mask network https://twitter.com/JESSCATE93/status/1539498726573895681From Media🍱@Foresightnews @iambabywhale.ethhttps://foresightnews.pro/article/detail/6527#:~:text=%E6%8E%A8%E8%8D%90%E9%A1%B9%E7%9B%AE%EF%BC%9AThe,the%2Dword%2Dblock @WeChat channelFrom Friends👾@MSP]]></description>
            <content:encoded><![CDATA[<h1 id="h-from-twitter-kinders" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">From Twitter kinders👽</h1><p><strong>@vanishk.eth</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Kaspar_Chen/status/1539616616526528513">https://twitter.com/Kaspar_Chen/status/1539616616526528513</a></p><p><strong>@mask network</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/JESSCATE93/status/1539498726573895681">https://twitter.com/JESSCATE93/status/1539498726573895681</a></p><h1 id="h-from-media" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">From Media🍱</h1><p><strong>@Foresightnews @iambabywhale.eth</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/adfea72de0e9e49583c35f41ea5fa58421415686eddebe258b38a01463b65b11.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://foresightnews.pro/article/detail/6527#:~:text=%E6%8E%A8%E8%8D%90%E9%A1%B9%E7%9B%AE%EF%BC%9AThe,the%2Dword%2Dblock">https://foresightnews.pro/article/detail/6527#:~:text=%E6%8E%A8%E8%8D%90%E9%A1%B9%E7%9B%AE%EF%BC%9AThe,the%2Dword%2Dblock</a></p><p><strong>@WeChat channel</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ab949b12e5be4c6f252752a197ce1c773a1c8235bb69114927bbd8701ae40798.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h1 id="h-from-friends" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">From Friends👾</h1><p><strong>@MSP</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c420e4db846c9bffe88fae2a11e58ac55999fc8b064e562a47575c7191c23162.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>conaw@newsletter.paragraph.com (wordbloc)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/4e88f0575325fb684864221297a00f8b0ff6a4ab25966196d8d409bd27eb4cc9.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[the W block ]]></title>
            <link>https://paragraph.com/@conaw/the-w-block</link>
            <guid>s3BoFHG7sTtZOEZts9QX</guid>
            <pubDate>Wed, 01 Jun 2022 11:52:51 GMT</pubDate>
            <description><![CDATA[This article was written to explore a question: what difference can web3 bring to CONTENT? haWeb3 could bring a new experience.Block ID: Each piece of content carries a relationshipBi-directional linking capabilityThe introduction of bi-directional links is for bridging web2 context with web 3 id-ized content. The concern is that the original and majority of the context is still on web2 pages(URLs), and the content we abstract from that context could have a parallel “identity(ID)“ enabled by ...]]></description>
            <content:encoded><![CDATA[<p><em>This article was written to explore a question: what difference can web3 bring to CONTENT? ha</em></p><h1 id="h-web3-could-bring-a-new-experience" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Web3 could bring a new experience.</h1><h3 id="h-block-id-each-piece-of-content-carries-a-relationship" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Block ID: Each piece of content carries a relationship</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cc876b209900602150716a1dfa2734ae7ef2c90bf8e803a50782e3ab5d70cda3.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6383840f04447dd2c47140fbe1af550eab4ade949a2768e5136e1b70d9158368.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2432bb1c7ca190334b46c1a310233ca89fd2b98e337d63ba748704832bceeb12.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-bi-directional-linking-capability" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Bi-directional linking capability</h3><p>The introduction of bi-directional links is for bridging web2 <strong><em>context</em></strong> with web 3 <strong><em>id-ized</em></strong> <strong><em>content</em></strong>. The concern is that the original and majority of the context is still on web2 pages(URLs), and the content we abstract from that context could have a <em>parallel</em> “identity(ID)“ enabled by web3 infrastructure.</p><p>Later, we could do things like block mapping and text computation on IPFS(probably not on IPFS, but some middle layer for semantic computing), while the context are addressable on web 2.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fb787dc48be59b1c76bb6f62fd008f9a89da843db896d833ab4e1d22896206cd.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Treat every piece of content as an object, we could have a fresher and more interactive relationship with the content. Imagine you are building “the block website“!</p><p>This 👆thinking stems from a missing experience. For a long time I suffered from repeatedly OCR (optical character recognition), PDF highlights, web pages (URLs) clips,…etc from separate medium. And then to make it “in one place“, i become a tester &amp; expert of TOOLs, i tried so many note-taking tools, plug-ins, and their corresponding plug-ins…and</p><p>You’d better not change your software, lose the PDF or anything, otherwise things are too tough to think about🤯. Mediums never exist as &quot;objects&quot; with “us(objects)”, we are trying to organize them until realizing they are <em>dandelion</em>.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f4d3237cddc5e55511127f4fc1c79afe8b48ebbc804b91221d35f055ef4ba85e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Simply put, can I do it once (cOpy, highlight, clip, cut,generate) and these things can follow &quot;me&quot; ?</p><p>So the question is, how do I <em>operate</em> on the content itself, and establish a relationship with it?</p><h2 id="h-a-product-idea-w-block" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">A product idea_ ((W block))</h2><h3 id="h-proof-of-text-via-wallet-signature" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Proof of text via wallet signature.</h3><p>From the beginning, whatever text you generate is under your signature.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/07a42dff2ea5f9108e88abf2123aea136f0f912524906831149a4ae0ad3a9759.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-text-generation-with-ease" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Text generation with ease</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4e762ff5d478701aba743c4084cf1f72739c7cda45dd4ad31631507217ed98a7.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Whenever you generate text, either note-taking or clipping content with its context, you can easily keep that in word blocks.</p><h3 id="h-easy-to-reference-on-any-editor" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Easy to reference on any editor</h3><p>Take mirror for example,</p><p>1. You can pull up the plugin at any time to see the previously saved blocks</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8618e16063928bc009e4e42904d83374ce1e87b6dd6babf42bd29623ef2ca1e8.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>2. Copy the <em>block ID</em> (with bidirectional links)</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8ecd57701c83fb18b17e01f0e2337e776ba5da55f4ae22558544f072abdc228f.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/aa2e1c10eef79560ef73113c9a372039ce674f1bf27b7a6bd9d27f871b11ed52.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fb787dc48be59b1c76bb6f62fd008f9a89da843db896d833ab4e1d22896206cd.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>3. For readers, jump directly to the specific part of the web page (like scroll-to-text)</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/35a4394e2a1f828a4328092ed9e67dcd3a87d066bc6a39e0a7b39bb1ea222838.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-search" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Search</h2><p>As you see, as we accumulate a <strong><em>block network</em></strong> of text, a semantic network needs to be constructed for <strong><em>block search</em></strong>.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6205192b81a396bcd71c1780447d80f71a4e75eaf226b03f13128d73c76df3b7.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Thoughts for the Block Network 🕸️ :</p><ul><li><p>Create a set of intermediaries (e.g., a group of people taking notes)</p></li><li><p>Store the semantic relations of blocks on a network of these intermediaries</p></li><li><p>spend up the retrieval of blocks (either yours or others&apos; can be queried) keywords/categories/time/factors</p></li></ul><h2 id="h-last-but-not-least" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Last but not least</h2><p>Like i mentioned in the post, word block aims to explore a new experience between <strong>content</strong> and <strong>individuals</strong>, but in essence, it is still the relationship between people, between like-minded people.</p><p>1st, where we stand is the <strong>signature economy</strong> instead of an Information silos, we connect via open creation under MY signature.</p><p>2nd, &quot;social&quot; has a vivid landscape in web3, where people could be matched to each other for various purposes. if word block is a <strong>literature system</strong>, there will be “drivers“ helping match &quot;words&quot; or thoughts.</p><p>when people want to find similar &quot;blocks&quot;, refer to each other&apos;s block, and be united by block curation, that&apos;s the kind of &quot;social&quot; via block-based knowledge graph!</p><p>3rd, I want to connect the web2 context(the existing literature history) with the web3 capability of composability, computability, and interoperability (make a parallel new world of things). I summarize as:</p><p><em>Dismantle web page, present in blocks, match via blocks.</em></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7e0477cc55e7882f5beebffee2f0b39e756fe264cea136c1a3ed79ca91529598.gif" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-thoughts-from-friends" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">🐳 Thoughts from Friends</h2><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/eth_worm">@eth-worm</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/dd9e347d8e1274de94ff4494ef938ac795190528b04addb3caacbaf2e75c18a9.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Recommendation:</p><div data-type="youtube" videoId="8bYGlEn859Y">
      <div class="youtube-player" data-id="8bYGlEn859Y" style="background-image: url('https://i.ytimg.com/vi/8bYGlEn859Y/hqdefault.jpg'); background-size: cover; background-position: center">
        <a href="https://www.youtube.com/watch?v=8bYGlEn859Y">
          <img src="{{DOMAIN}}/editor/youtube/play.png" class="play"/>
        </a>
      </div></div><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/takenstheorem">@takenstheorem</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4a101b97258fca0455e17d96e7edd50c196e109777ecda1cb1b544298f9c88a1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/sidcode_">@sidecode</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e17bba1c7eb167e857178529b8a1a7bf3218c068c69e3b7cb3cd3b8011618990.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h1 id="h-more-feedbacks" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">More feedbacks…🏃‍♀️</h1><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/conaw.eth/FaFnmmgWY52lJcXL1f_a-nQXxuT3Y46q45ASBoIsyPU">https://mirror.xyz/conaw.eth/FaFnmmgWY52lJcXL1f_a-nQXxuT3Y46q45ASBoIsyPU</a></p>]]></content:encoded>
            <author>conaw@newsletter.paragraph.com (wordbloc)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/3d96807020a1688784a243168565d98a6da7ea86e4b3ae93e7c67ab3ad0f969a.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>