<?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>hackerm0m</title>
        <link>https://paragraph.com/@hackerm0m</link>
        <description>Witness
https://www.systempoetics.com</description>
        <lastBuildDate>Thu, 20 Aug 2026 05:16:05 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Web3 Deltas: Users and Wallets]]></title>
            <link>https://paragraph.com/@hackerm0m/web3-deltas-users-and-wallets</link>
            <guid>Wii2wXbkpJIJJDJTiuZC</guid>
            <pubDate>Fri, 14 Jan 2022 12:57:15 GMT</pubDate>
            <description><![CDATA[The Web3 Delta series examines vital differences between Web2 and Web3. When I launched web2.0 products, my first task was to find users. Web3 turns this upside down. Now, I have access to every user even before building anything. Each user is a wallet on the blockchain. Let&apos;s explore what this means, how this works, and how to navigate cryptocurrency through wallets.What is a WalletA wallet holds the keypairs that allow us to send and receive cryptocurrency. Keys are a list of numbers a...]]></description>
            <content:encoded><![CDATA[<p><em>The Web3 Delta series examines vital differences between Web2 and Web3.</em></p><p>When I launched web2.0 products, my first task was to find users. Web3 turns this upside down. Now, I have access to every user even before building anything. Each user is a wallet on the blockchain.</p><p>Let&apos;s explore what this means, how this works, and how to navigate cryptocurrency through wallets.</p><h1 id="h-what-is-a-wallet" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What is a Wallet</h1><p>A wallet holds the keypairs that allow us to send and receive cryptocurrency. Keys are a list of numbers and letters between 0 and 9 and A to F. This system is called <strong>hexadecimal</strong>, or hex, because there are 16 different options: 0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f.</p><p>There are two keys in each wallet: a public key and a private key. The public key is available to anyone and represents the &apos;user.&apos; A private key is longer than the public key, and you generally have to do some work to see it. You never share this, and you rarely even look at it.</p><p>You can use a public key to sign up for new token airdrops or certain discord groups. We will discuss this in more detail below.</p><p>Public keys are the new email addresses.</p><p>Here is an example of one of mine: 0x30e5Dc795dBf1F26D5b205C593A3108fc8f6BA8 that I copied from my browser based <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://metamask.io/">metamask</a> wallet.</p><h1 id="h-finding-the-others" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Finding the others</h1><p>We surfed the web in web2.0 — we went from link to link, from URL to URL. The foundational nature of the URL was not initially evident. Google capitalized on this with their <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://web.stanford.edu/class/cs54n/handouts/24-GooglePageRankAlgorithm.pdf">page rank algorithm</a>, which led to their search engine&apos;s success.</p><p>We now surf wallets via blockchain explorers.</p><p>Social tokens are a type of cryptocurrency that focuses on building communities for token holders. For example, we can go to Forefront Market and look at the top social tokens. I may own Pounds or Bitcoin, but I use these instruments to buy things or accumulate wealth. Their main utility is not in building interpersonal relationships with other Pound or Bitcoin users. I do not think of myself as part of a bitcoin community or Pound user community.</p><p>Here is an example of the social token $RAC, issued by the Grammy-award-winning musician.</p><p>I can see the top holders on the right — their public key identifies them.</p><h1 id="h-webpage-vs-wallet" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Webpage vs. Wallet</h1><p>I am going to click on one of the top owners, the one with the pink unicorn: 0xf744417d0a5fd18b5b18726ce1b48f931dfa32ea.</p><p>Now I am at an <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/address/0xf744417d0a5fd18b5b18726ce1b48f931dfa32ea">Etherscan</a> page. Etherscan is another blockchain explorer that provides detailed information on wallet activity.</p><p>I can see the history of transactions. I can see the first transaction was from georgio.eth. I can see that all these transactions happened on Uniswap.</p><p>When I click on the ERC20 tab, I get a more granular view of all the transactions.</p><p>I have the transaction in the first column, the date in the second, the sender&apos;s wallet in the 3rd and the receiver&apos;s wallet in the fourth. And finally, I have the token in the last column. Here it is mostly the $RAC token and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/watch?v=52LOwqnRRrk">wrapped eth</a>. Wrapped Ethereum (wEth) allows Ethereum to transact with different tokens and cryptocurrencies. Users may not always be aware this is happening, and that is ok. But the transparency of web3 allows us to peek under the hood.</p><p>As you see, some addresses are names, and some are hexadecimal strings. The name is an ens domain. It is similar to a webpage domain name. Anyone can go and buy an <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ens.domains/">ens name</a> for their wallet. Then, that name will appear in transactions instead of the hexadecimal public key.</p><p>Ens names make it easier to read a list of transactions. Here I see rvboss.eth. It is the only address that is not hexadecimal or an exchange.</p><p>I click on rvboss.eth. That brings me to a new Etherscan page with all of rvboss. eth&apos;s transactions. There is a new tab here for Erc721, in addition to Erc20. Erc721 is the Ethereum protocol for NFTs. When I see that tab, it means the user has some NFTs.</p><p>Then, we go to an NFT blockchain explorer, like <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/">Opensea</a>, and enter the user&apos;s public key into the search bar. When I do this, the rvboss account pops up, and I can select it to browse the NFT collection.</p><h1 id="h-a-good-neighbor" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">A Good Neighbor</h1><p>Blockchain lets us transfer assets, but we still want to know what those assets are and the users. If I know someone&apos;s address, I can send them tokens and NFTs. However, that does not mean I should. If I receive a token from someone I don&apos;t know or don&apos;t share community with, it is like receiving spam. There is also the danger of receiving <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.morganlinton.com/found-a-random-nft-in-your-wallet-interacting-with-it-could-be-a-big-mistake/">scam</a> tokens that access your entire wallet.</p><p>Community in web3 allows us to connect with one another beyond buying and selling. Platforms like discord, signal, and jitsi enable token holders to communicate with one another. Future leaders of web3 companies will be community organizers, not software developers.</p><h1 id="h-what-next" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What Next?</h1><p>In web3, users and wallets are the connective tissue, not web pages, and links.</p><p>We can use explorers like <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://etherscan.io/">Etherscan</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://etherscan.io/">Forefront</a>, and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/">Opensea</a> to understand users and token communities. What sorts of dApps, decentralized applications, can we build to navigate this space? A web3.0 organization could create something elegant and automated. Web2.0 companies like Amazon or Salesforce appear unbeatable, but there will be a new web3.0 centric salesforce that complements our web3.0 wallet-centric universe.</p><p>Thank you for reading. These are concepts that I am developing, and I welcome thoughts and comments.</p>]]></content:encoded>
            <author>hackerm0m@newsletter.paragraph.com (hackerm0m)</author>
        </item>
        <item>
            <title><![CDATA[Language Liquidity]]></title>
            <link>https://paragraph.com/@hackerm0m/language-liquidity</link>
            <guid>OJDj1ub4ntapAmHdcaMS</guid>
            <pubDate>Sun, 02 Jan 2022 20:54:51 GMT</pubDate>
            <description><![CDATA[I am a painter. Every week I get together with painters, and our teacher Pat, and we talk about our paintings. Sometimes we read what other people, like Clement Greenberg or Susan Sontag, say about painting. Although we are painters, the way we communicate is through language.This photo was taken at Cranbrook Academy of Art. It is of Gere Kavanaugh’s piece ‘Untitled textile’ black and gold c. 1950s Linen.PasswordsAs a child, I remember using the same words as my friends. Even as an adult, I d...]]></description>
            <content:encoded><![CDATA[<p>I am a painter. Every week I get together with painters, and our teacher <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://patlipsky.com/">Pat</a>, and we talk about our paintings. Sometimes we read what other people, like Clement Greenberg or Susan Sontag, say about painting. Although we are painters, the way we communicate is through language.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/dae14897057c70ca70efd563421ca838205f7bfaa95adcaf222e831e243f7ad9.jpg" alt="This photo was taken at Cranbrook Academy of Art. It is of Gere Kavanaugh’s piece ‘Untitled textile’ black and gold c. 1950s Linen." blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">This photo was taken at Cranbrook Academy of Art. It is of Gere Kavanaugh’s piece ‘Untitled textile’ black and gold c. 1950s Linen.</figcaption></figure><h2 id="h-passwords" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Passwords</h2><p>As a child, I remember using the same words as my friends. Even as an adult, I do this. I picked up the habit of saying ‘bogus’ from a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://motelsign.com/">friend</a>. Communities have common languages. Our painting group uses color world, paint handling, and edges to communicate our modernist leanings. Michel Foucault used <em>discourse</em> to describe how different groups create meaning and knowledge.</p><p>Another community I frequent is the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.yakcollective.org/">Yak Collective</a>, a diverse group of individuals that began with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://venkateshrao.com/">Venkatesh Rao</a> and the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.ribbonfarm.com/">Ribbonfarm</a> blog. We self-consciously use language developed on the Ribbonfarm blog within the Yak community. These words are our discourse. Our use grounds them in a history of ownership — a provenance. This provenance transforms ownership into something that is not only accumulated but used. Ownership circulates.</p><p>The person known as Commits Vortex made a fantastic presentation Web3 for Yaks on blockchain governance. CV presented <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://bleeps.art/">Bleep.art DAO</a> that creates NFTs for individual musical notes. The conversation turned to other building blocks, such as language and words, into NFTs.</p><h2 id="h-blockchain-and-tradition" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Blockchain and Tradition</h2><p>In language, what is essential is the relationship between words, not just the words themselves. As word patterns repeat in different writings, a body of work emerges. That becomes a tradition or <em>lineage</em> (CV’s term).</p><p>Right now, the blockchain can only connect individuals that hold cryptocurrency. Language connects everyone that uses the same language. We can have pockets of people or communities using similar language that can now connect through a shared lexicon or lineage. There is an opportunity to communicate across discourses through shared language in Foucault’s sense of separate knowledge systems.</p><h2 id="h-dlit" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">dLit</h2><p>CV and I talked about writing as staking, to use the discourse of Defi. We discussed ways lineages could pay, charge, or bundle works. We discussed ways bad actors could hack the system and avoid this. We also discussed how this relates to custodial (or as VC recommends steward) systems instead of extractive systems.</p><p>The value is in language, as well as tokens. When we stake ourselves to a particular lexicon or lineage, it is like providing tokens for a liquidity pool. We are providing language liquidity: dLit (CV’s lexical invention) which stands for decentralized literature.</p><h2 id="h-some-imaginings" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Some Imaginings</h2><p>Imagine different communities with different lexicons. After we write something, certain communities are suggested to us based on our language. The goal here is to widen the community and to connect communities with resonant lexicons (or perhaps opposite lexicons).</p><p>Imagine, that there was an option to join a community. We could either buy tokens to join or be automatically invited based on our writing.</p><p>Imagine that as part of this community, or lineage, writers could bundle their work together. They could reach a larger audience and the pieces would have resonance as the lineage builds.</p><h2 id="h-from-extraction-to-stewardship" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">From Extraction to Stewardship</h2><p>Let’s escape the extractive long tail of Web 2.0 — the exponential distribution of goods where a small number of people have all the attention and money. A flat curve gives us a richer cultural ecosystem and more opportunities for enjoyment and success. Stewardship only makes sense where communities are engaged and connected in reciprocal and lively relationships. Language is alive every time we write. Lineages operate with stewardship.</p><p>In this piece, I created a lexicon with words like discourse, web3, stewardship, lineage, painting, and maybe Susan Sontag. I could also throw in erotics — but I’ll save that for another post.</p><p>*Thanks to Commit Vortex for feedback and suggestions and dLit.</p>]]></content:encoded>
            <author>hackerm0m@newsletter.paragraph.com (hackerm0m)</author>
        </item>
    </channel>
</rss>