CINXE.COM
augment
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>augment</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/"> <meta name="referrer" content="no-referrer-when-downgrade"> <link rel="next" href="https://www.augment.ink/page/2/"> <meta property="og:site_name" content="augment"> <meta property="og:type" content="website"> <meta property="og:title" content="augment"> <meta property="og:url" content="https://www.augment.ink/"> <meta property="article:publisher" content="https://www.facebook.com/ghost"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="augment"> <meta name="twitter:url" content="https://www.augment.ink/"> <meta name="twitter:site" content="@ghost"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "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" } }, "url": "https://www.augment.ink/", "name": "augment", "mainEntityOfPage": "https://www.augment.ink/" } </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="home-template has-side-about 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 nav-current"><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> <section class="gh-about gh-outer no-image"> <div class="gh-about-inner gh-inner"> <script> (function () { if (!document.body.classList.contains('has-background-about')) return; const about = document.querySelector('.gh-about'); if (!about) return; const image = about.querySelector('.gh-about-image'); about.style.setProperty('--about-height', image.clientWidth * image.naturalHeight / image.naturalWidth + 'px'); about.classList.add('initialized'); })(); </script> <div class="gh-about-content"> <div class="gh-about-content-inner"> <h1 class="gh-about-primary">Welcome to augment</h1> <p class="gh-about-secondary">Subscribe below to receive the latest posts directly in your inbox</p> <div class="gh-subscribe-input" data-portal> jamie@example.com <span class="gh-btn gh-primary-btn">Subscribe</span> </div> </div> </div> </div> </section> <main class="gh-main gh-outer"> <div class="gh-feed gh-inner"> <article class="gh-card post tag-open-social-web tag-social-media tag-social-web tag-activitypub tag-at-protocol tag-bluesky tag-fediverse tag-ghost-tag tag-flipboard tag-mastodon tag-threads tag-x no-image"> <a class="gh-card-link" href="/bridges-the-last-network-effect/"> <figure class="gh-card-image"> </figure> <div class="gh-card-wrapper"> <h2 class="gh-card-title">Bridges & The Last Network Effect</h2> <footer class="gh-card-meta"> <time class="gh-card-date" datetime="2024-11-08">Nov 8, 2024</time> <span class="gh-card-length">9 min read</span> </footer> </div> </a> </article> <article class="gh-card post tag-human-generated-content tag-bluesky tag-activitypub tag-threads tag-x tag-twitter tag-social-media tag-social-web tag-fediverse tag-at-protocol no-image"> <a class="gh-card-link" href="/human-generated-content-8/"> <figure class="gh-card-image"> </figure> <div class="gh-card-wrapper"> <h2 class="gh-card-title">Sky High - Human-Generated Content #8</h2> <footer class="gh-card-meta"> <time class="gh-card-date" datetime="2024-10-25">Oct 25, 2024</time> <span class="gh-card-length">6 min read</span> </footer> </div> </a> </article> <article class="gh-card post no-image"> <a class="gh-card-link" href="/a-quick-update/"> <figure class="gh-card-image"> </figure> <div class="gh-card-wrapper"> <h2 class="gh-card-title">A Quick Update</h2> <footer class="gh-card-meta"> <time class="gh-card-date" datetime="2024-09-30">Sep 30, 2024</time> <span class="gh-card-length">5 min read</span> </footer> </div> </a> </article> <article class="gh-card post tag-human-generated-content tag-activitypub tag-creator-economy tag-fediverse tag-ghost-tag tag-flipboard tag-mastodon tag-llm tag-generative-ai tag-chatgpt tag-openai tag-social-media tag-threads tag-youtube no-image"> <a class="gh-card-link" href="/human-generated-content-7/"> <figure class="gh-card-image"> </figure> <div class="gh-card-wrapper"> <h2 class="gh-card-title">Escaping the Rigged Internet - Human-Generated Content #7</h2> <footer class="gh-card-meta"> <time class="gh-card-date" datetime="2024-08-28">Aug 28, 2024</time> <span class="gh-card-length">8 min read</span> </footer> </div> </a> </article> <article class="gh-card post tag-human-generated-content tag-activitypub tag-creator-economy tag-fediverse tag-ghost-tag tag-substack tag-mastodon tag-social-media tag-flipboard no-image"> <a class="gh-card-link" href="/human-generated-content-6/"> <figure class="gh-card-image"> </figure> <div class="gh-card-wrapper"> <h2 class="gh-card-title">The Fediverse and Front Porches - Human-Generated Content #6</h2> <footer class="gh-card-meta"> <time class="gh-card-date" datetime="2024-08-14">Aug 14, 2024</time> <span class="gh-card-length">8 min read</span> </footer> </div> </a> </article> <article class="gh-card post tag-human-generated-content tag-generative-ai tag-chatgpt tag-llm tag-newsletter tag-openai tag-fediverse no-image"> <a class="gh-card-link" href="/human-generated-content-5/"> <figure class="gh-card-image"> </figure> <div class="gh-card-wrapper"> <h2 class="gh-card-title">If You Can't Beat'em - Human-Generated Content #5</h2> <footer class="gh-card-meta"> <time class="gh-card-date" datetime="2024-07-18">Jul 18, 2024</time> <span class="gh-card-length">9 min read</span> </footer> </div> </a> </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 nav-current"><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> <script src="https://www.augment.ink/assets/built/main.min.js?v=19002ed318"></script> </body> </html>