CINXE.COM

A Quick Update

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>A Quick Update</title> <link rel="stylesheet" href="https://www.augment.ink/assets/built/screen.css?v=19002ed318"> <style> :root { --background-color: #ffffff } </style> <script> /* The script for calculating the color contrast was taken from https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */ var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color'); accentColor = accentColor.trim().slice(1); var r = parseInt(accentColor.substr(0, 2), 16); var g = parseInt(accentColor.substr(2, 2), 16); var b = parseInt(accentColor.substr(4, 2), 16); var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000; var textColor = (yiq >= 128) ? 'dark' : 'light'; document.documentElement.className = `has-${textColor}-text`; </script> <link rel="icon" href="https://www.augment.ink/content/images/size/w256h256/2024/06/Copy-of-Your-paragraph-text-2.png" type="image/png"> <link rel="canonical" href="https://www.augment.ink/a-quick-update/"> <meta name="referrer" content="no-referrer-when-downgrade"> <meta property="og:site_name" content="augment"> <meta property="og:type" content="article"> <meta property="og:title" content="A Quick Update"> <meta property="og:description" content="Hi folks! Phew, it&#x27;s been a while, hasn&#x27;t it? I hope everyone is doing well, and hello to all my new subscribers! The last month has been busy, to say the least, and I wanted to give a few updates on what I&#x27;ve been working on. Hello, sub.club First"> <meta property="og:url" content="https://www.augment.ink/a-quick-update/"> <meta property="article:published_time" content="2024-09-30T22:17:49.000Z"> <meta property="article:modified_time" content="2024-10-23T02:25:05.000Z"> <meta property="article:publisher" content="https://www.facebook.com/ghost"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="A Quick Update"> <meta name="twitter:description" content="Hi folks! Phew, it&#x27;s been a while, hasn&#x27;t it? I hope everyone is doing well, and hello to all my new subscribers! The last month has been busy, to say the least, and I wanted to give a few updates on what I&#x27;ve been working on. Hello, sub.club First"> <meta name="twitter:url" content="https://www.augment.ink/a-quick-update/"> <meta name="twitter:label1" content="Written by"> <meta name="twitter:data1" content="Anuj Ahooja"> <meta name="twitter:site" content="@ghost"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "publisher": { "@type": "Organization", "name": "augment", "url": "https://www.augment.ink/", "logo": { "@type": "ImageObject", "url": "https://www.augment.ink/content/images/2024/06/Untitled-design.png" } }, "author": { "@type": "Person", "name": "Anuj Ahooja", "image": { "@type": "ImageObject", "url": "https://www.augment.ink/content/images/size/w1200/2024/02/received_322200897498364-2.jpeg", "width": 1200, "height": 1201 }, "url": "https://www.augment.ink/author/anuj/", "sameAs": [] }, "headline": "A Quick Update", "url": "https://www.augment.ink/a-quick-update/", "datePublished": "2024-09-30T22:17:49.000Z", "dateModified": "2024-10-23T02:25:05.000Z", "description": "Hi folks!\n\nPhew, it&#x27;s been a while, hasn&#x27;t it? I hope everyone is doing well, and hello to all my new subscribers! The last month has been busy, to say the least, and I wanted to give a few updates on what I&#x27;ve been working on.\n\n\nHello, sub.club\n\nFirst off, over the last few months I&#x27;ve been advising sub.club, a payments tool built for ActivityPub. I&#x27;ve been harping on about how we need a Patreon for the Fediverse, and it turned out the folks behind Mammoth have been thinking about this as well.", "mainEntityOfPage": "https://www.augment.ink/a-quick-update/" } </script> <meta name="generator" content="Ghost 5.101"> <link rel="alternate" type="application/rss+xml" title="augment" href="https://www.augment.ink/rss/"> <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.46/umd/portal.min.js" data-i18n="true" data-ghost="https://www.augment.ink/" data-key="feea719b673a885c9b3a91aae7" data-api="https://augmentink.ghost.io/ghost/api/content/" data-locale="en" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content, .gh-post-upgrade-cta { display: flex; flex-direction: column; align-items: center; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; text-align: center; width: 100%; color: #ffffff; font-size: 16px; } .gh-post-upgrade-cta-content { border-radius: 8px; padding: 40px 4vw; } .gh-post-upgrade-cta h2 { color: #ffffff; font-size: 28px; letter-spacing: -0.2px; margin: 0; padding: 0; } .gh-post-upgrade-cta p { margin: 20px 0 0; padding: 0; } .gh-post-upgrade-cta small { font-size: 16px; letter-spacing: -0.2px; } .gh-post-upgrade-cta a { color: #ffffff; cursor: pointer; font-weight: 500; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a:hover { color: #ffffff; opacity: 0.8; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a.gh-btn { display: block; background: #ffffff; text-decoration: none; margin: 28px 0 0; padding: 8px 18px; border-radius: 4px; font-size: 16px; font-weight: 600; } .gh-post-upgrade-cta a.gh-btn:hover { opacity: 0.92; }</style><script async src="https://js.stripe.com/v3/"></script> <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/sodo-search.min.js" data-key="feea719b673a885c9b3a91aae7" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/main.css" data-sodo-search="https://augmentink.ghost.io/" data-locale="en" crossorigin="anonymous"></script> <link href="https://www.augment.ink/webmentions/receive/" rel="webmention"> <script defer src="/public/cards.min.js?v=19002ed318"></script> <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=19002ed318"> <script defer src="/public/member-attribution.min.js?v=19002ed318"></script><style>:root {--ghost-accent-color: #ff0000;}</style> <div id="fb-root"></div> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v19.0" nonce="KrXer36U"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-QG1BRT6R0V"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-QG1BRT6R0V'); </script> </head> <body class="post-template is-head-left-logo has-classic-feed"> <div class="gh-site"> <header id="gh-head" class="gh-head gh-outer"> <div class="gh-head-inner gh-inner"> <div class="gh-head-brand"> <div class="gh-head-brand-wrapper"> <a class="gh-head-logo" href="https://www.augment.ink"> <img src="https://www.augment.ink/content/images/2024/06/Untitled-design.png" alt="augment"> </a> </div> <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7226 10.5657C13.4295 11.2734 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2734 13.4295 10.5657 13.7226C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80875 14.0158 6.10101 13.7226C5.39328 13.4295 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2734 2.94404 10.5657C2.65088 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78624 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78624 2.5 8.33333 2.5C9.88043 2.5 11.3642 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78624 14.1667 8.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> <button class="gh-burger"></button> </div> <nav class="gh-head-menu"> <ul class="nav"> <li class="nav-home"><a href="https://www.augment.ink/">Home</a></li> <li class="nav-about"><a href="https://www.augment.ink/about/">About</a></li> </ul> </nav> <div class="gh-head-actions"> <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7226 10.5657C13.4295 11.2734 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2734 13.4295 10.5657 13.7226C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80875 14.0158 6.10101 13.7226C5.39328 13.4295 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2734 2.94404 10.5657C2.65088 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78624 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78624 2.5 8.33333 2.5C9.88043 2.5 11.3642 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78624 14.1667 8.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> <div class="gh-head-members"> <a class="gh-head-link" href="#/portal/signin" data-portal="signin">Sign in</a> <a class="gh-head-btn gh-btn gh-primary-btn" href="#/portal/signup" data-portal="signup">Subscribe</a> </div> </div> </div> </header> <main class="gh-main gh-outer"> <div class="gh-inner"> <article class="gh-article post no-image"> <section class="gh-content gh-canvas"> <p>Hi folks!</p><p><em>Phew</em>, it's been a while, hasn't it? I hope everyone is doing well, and hello to all my new subscribers! The last month has been busy, to say the least, and I wanted to give a few updates on what I've been working on.</p><h3 id="hello-subclub">Hello, sub.club</h3><figure class="kg-card kg-image-card"><img src="https://www.augment.ink/content/images/2024/09/image.png" class="kg-image" alt="" loading="lazy" width="720" height="365" srcset="https://www.augment.ink/content/images/size/w600/2024/09/image.png 600w, https://www.augment.ink/content/images/2024/09/image.png 720w" sizes="(min-width: 720px) 720px"></figure><p>First off, over the last few months I've been advising <a href="https://sub.club/?ref=augment.ink" rel="noreferrer">sub.club</a>, a payments tool built for ActivityPub. I've been harping on about how we need a <a href="https://www.augment.ink/patreon-fediverse/" rel="noreferrer">Patreon for the Fediverse</a>, and it turned out the folks behind <a href="https://getmammoth.app/?ref=augment.ink" rel="noreferrer">Mammoth</a> have been thinking about this as well. After a few short chats, I joined the team on a part-time basis.</p><p>We officially <a href="https://www.threads.net/@quillmatiq/post/C_Qz7V8vUJq?ref=augment.ink" rel="noreferrer">launched a small-scale developer preview on August 29th</a>, and we ended up getting a whole lot more interest than we thought we would. <a href="https://techcrunch.com/2024/08/29/sub-club-aims-to-fund-the-fediverse-via-premium-feeds/?ref=augment.ink" rel="noreferrer">TechCrunch</a> was the first to share the news, our friends over at <a href="https://wedistribute.org/2024/09/subclub-paid-subscriptions/?ref=augment.ink" rel="noreferrer">WeDistribute</a> went over what we've built and why it's exciting, while <a href="https://www.theverge.com/2024/9/1/24232298/sub-club-fediverse-make-money?ref=augment.ink" rel="noreferrer">The Verge</a> interviewed us for our perspective on the social web.</p><p>Here's a few snippets from The Verge article that go over why I joined sub.club:</p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.augment.ink/content/images/2024/09/457986414_879355170187075_5675541698469761826_n-2.jpeg" width="1440" height="1568" loading="lazy" alt="" srcset="https://www.augment.ink/content/images/size/w600/2024/09/457986414_879355170187075_5675541698469761826_n-2.jpeg 600w, https://www.augment.ink/content/images/size/w1000/2024/09/457986414_879355170187075_5675541698469761826_n-2.jpeg 1000w, https://www.augment.ink/content/images/2024/09/457986414_879355170187075_5675541698469761826_n-2.jpeg 1440w" sizes="(min-width: 720px) 720px"></div><div class="kg-gallery-image"><img src="https://www.augment.ink/content/images/2024/09/458179593_832419785747996_1085031859441385102_n-1.jpeg" width="1440" height="1400" loading="lazy" alt="" srcset="https://www.augment.ink/content/images/size/w600/2024/09/458179593_832419785747996_1085031859441385102_n-1.jpeg 600w, https://www.augment.ink/content/images/size/w1000/2024/09/458179593_832419785747996_1085031859441385102_n-1.jpeg 1000w, https://www.augment.ink/content/images/2024/09/458179593_832419785747996_1085031859441385102_n-1.jpeg 1440w" sizes="(min-width: 720px) 720px"></div><div class="kg-gallery-image"><img src="https://www.augment.ink/content/images/2024/09/457861303_803053165234820_4471659333826251208_n-1.jpeg" width="1440" height="752" loading="lazy" alt="" srcset="https://www.augment.ink/content/images/size/w600/2024/09/457861303_803053165234820_4471659333826251208_n-1.jpeg 600w, https://www.augment.ink/content/images/size/w1000/2024/09/457861303_803053165234820_4471659333826251208_n-1.jpeg 1000w, https://www.augment.ink/content/images/2024/09/457861303_803053165234820_4471659333826251208_n-1.jpeg 1440w" sizes="(min-width: 720px) 720px"></div></div></div><figcaption><p><span style="white-space: pre-wrap;">Snippets from The Verge's article about sub.club</span></p></figcaption></figure><p>The Verge's Nilay Patel and David Pierce also discussed the importance of something like sub.club on the social web <a href="https://www.threads.net/@quillmatiq/post/C_lj5CwOxVb?ref=augment.ink" rel="noreferrer">during an episode of The Vergecast</a>.</p><p>All in all, it's been an exciting start to this project, and I look forward to continuing my work with them. There are a few more announcements about sub.club just around the corner and I can't wait for y'all to see what we've been cooking up!</p><p>You can also <a href="https://sub.club/@quillmatiq/subscribe?ref=augment.ink" rel="noreferrer">subscribe to my sub.club</a> for some exclusive updates that are coming very soon 😉</p><h3 id="fediforum-wedistribute">FediForum &amp; WeDistribute</h3><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://www.augment.ink/content/images/2024/09/image-1.png" class="kg-image" alt="" loading="lazy" width="940" height="470" srcset="https://www.augment.ink/content/images/size/w600/2024/09/image-1.png 600w, https://www.augment.ink/content/images/2024/09/image-1.png 940w" sizes="(min-width: 720px) 720px"><figcaption><span style="white-space: pre-wrap;">FediForum Banner</span></figcaption></figure><p>On September 12th, <a href="https://www.eventbrite.com/e/fediforum-september-2024-tickets-903892856867?ref=augment.ink" rel="noreferrer">FediForum</a> - an online conference for the Fediverse - took place for three days. I was really excited about it because of how much progress various organizations and developers have made in the last few months.</p><p>I played a bit of a double agent this time around, as I <a href="https://wedistribute.org/2024/09/fediforum-september-2024/?ref=augment.ink" rel="noreferrer">live-blogged with WeDistribute</a> while also representing sub.club in some of the sessions. It was a rewarding experience and I already can't wait for the next one!</p><p>Some highlights for me:</p><ul><li>Meeting new folks building in the social web, especially those who I've been interacting with online for months now</li><li>Chatting with developers who want to work with sub.club</li><li>Seeing all the updates from Ghost, Threads, Emissary/Bandwagon, IFTAS, and so many more</li><li>Chatting with the WeDistribute folks about all the announcements</li></ul><p>We also had many follow-up conversations after the events, which are leading to some interesting development opportunities. The next year is going to be <em>fun</em>.</p><p>I also have a long-form piece dropping on WeDistribute in the next couple weeks, so look out for that 👀</p><h3 id="a-new-social">A New Social </h3><figure class="kg-card kg-image-card kg-card-hascaption"><a href="anew.social"><img src="https://www.augment.ink/content/images/2024/09/a-new-social--1-.png" class="kg-image" alt="" loading="lazy" width="500" height="500"></a><figcaption><span style="white-space: pre-wrap;">A New Social logo</span></figcaption></figure><p>Building a company from scratch has been an incredible learning experience. I finally have my infrastructure all good to go, and I've started consulting with a few folks and organizations about how to approach the open social web. I also did my first presentation on the subject, and <a href="https://www.threads.net/@thetechsavvyassistant/post/DAZKqKWypTB?xmt=AQGz6Fsf-kVvJhykbFrvoEvIhrw_mVE5eXVFFDjgJSqV8g&ref=augment.ink" rel="noreferrer">the feedback was very positive</a>!</p><p>Feels good, man.</p><p>It's been a lot of fun chatting about this with folks, so if you're interested in learning more, please feel free to reach out to me at <a href="mailto:anuj@anew.social" rel="noreferrer">anuj@anew.social</a>.</p><p>Oh, and <a href="https://anew.social/?ref=augment.ink" rel="noreferrer">Tomasto</a> is almost ready to go. More on that really soon 🍅</p><h3 id="augment-human-generated-content">Augment &amp; Human-Generated Content</h3><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://www.augment.ink/content/images/2024/09/Untitled-design.png" class="kg-image" alt="" loading="lazy" width="1000" height="200" srcset="https://www.augment.ink/content/images/size/w600/2024/09/Untitled-design.png 600w, https://www.augment.ink/content/images/2024/09/Untitled-design.png 1000w" sizes="(min-width: 720px) 720px"><figcaption><span style="white-space: pre-wrap;">Augment logo</span></figcaption></figure><p>I'm finally bringing <em>Human-Generated Content</em> back after a hiatus. The next issue will be released on October 25th. Since it's been a while, I'll treat this as more of a round-up of news and updates I wasn't able to talk about over the last few weeks. So much has developed in the social web recently, and I want to share all of it with you.</p><p>Other than that, I've been working on a long-form essay about how I see the social web environment changing as more platforms join the Fediverse in the next few months. Threads, Flipboard, Ghost, and so many others seem to be lighting up more Fediverse features really soon, and I think this will have some deeply interesting implications for how users interact with the social web. I've been working on this one for a while so I hope you enjoy it!</p><p>Based on the other in-progress work I have in my backlog, I'll likely be moving to an almost weekly cadence with Augment by the end of next month. It's exciting because it was always my hope to get there, but now that all my other projects are more organized and I'm working on pieces in parallel, it's finally doable.</p><p>Oh, and did I mention we're at triple-digit subscribers now? I wasn't expecting to get there until next year! I'm so grateful that all of you have joined me on this journey. It's been amazing hearing your feedback and many of you have helped me grow so much since I launched this back in March. </p><p>Thank you for your amplification, your constructive feedback, and your constant support 🫶🏼</p><h3 id="back-to-work">Back To Work</h3><p>Some folks say I take on too much, but if I'm honest - I wake up every day excited to help build and educate about the future of the social web, and technology in general. It's such an exciting time to be watching this industry, and I have a feeling that in the future we'll be fondly looking back at this moment.</p><p>I'm not even close to burnt out; I'm fired up 🔥</p><p>See you a few weeks!</p><p><em>Thank you for reading! You can follow me on the social web on&nbsp;</em><a href="https://www.threads.net/quillmatiq?ref=augment.ink" rel="noreferrer"><em>Threads</em></a><em>&nbsp;and&nbsp;</em><a href="https://mastodon.social/@quillmatiq?ref=augment.ink" rel="noreferrer"><em>Mastodon</em></a><em>. And if you want to be notified of future issues of augment and my newsletter "Human-Generated Content," you can&nbsp;</em><a href="https://www.augment.ink/rss/" rel="noreferrer"><em>follow on RSS</em></a><em>&nbsp;or&nbsp;</em><a href="https://www.augment.ink/the-threads-creator-paradox/#/portal/" rel="noreferrer"><em>subscribe here for free</em></a><em>!</em></p> <header class="gh-article-header"> <h1 class="gh-article-title">A Quick Update</h1> </header> <aside class="gh-article-meta"> <div class="gh-article-meta-inner"> <figure class="gh-author-image"> <img src="https://www.augment.ink/content/images/2024/02/received_322200897498364-2.jpeg" alt="Anuj Ahooja"> </figure> <div class="gh-article-meta-wrapper"> <h4 class="gh-author-name"> <a href="/author/anuj/">Anuj Ahooja</a> </h4> <time class="gh-article-date" datetime="2024-09-30">Sep 30, 2024</time></div> </div> </aside> </section> <footer class="gh-article-footer gh-canvas"> <nav class="gh-navigation"> <div class="gh-navigation-previous"> <a class="gh-navigation-link" href="/human-generated-content-7/">← Previous</a> </div> <div class="gh-navigation-middle"></div> <div class="gh-navigation-next"> <a class="gh-navigation-link" href="/human-generated-content-8/">Next →</a> </div> </nav> </footer> </article> </div> </main> <footer class="gh-foot gh-outer"> <div class="gh-foot-inner gh-inner"> <nav class="gh-foot-menu"> <ul class="nav"> <li class="nav-sign-up"><a href="#/portal/">Sign up</a></li> </ul> </nav> <div class="gh-copyright"> augment © 2024. Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a> </div> </div> </footer> </div> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"></button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <script src="https://www.augment.ink/assets/built/main.min.js?v=19002ed318"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10