惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
博客园 - 聂微东
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
S
SegmentFault 最新的问题
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
博客园 - 司徒正美
爱范儿
爱范儿
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
博客园 - 【当耐特】
Jina AI
Jina AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
人人都是产品经理
人人都是产品经理
V
V2EX

Maggie Appleton

The Dark Forest and Generative AI One Developer, Two Dozen Agents, Zero Alignment Gas Town’s Agent Patterns, Design Bottlenecks, and Vibecoding at Scale January 2026 | Maggie Appleton A Treatise on AI Chatbots Undermining the Enlightenment A Brief History & Ethos of the Digital Garden Vibe Code is Legacy Code May 2025 | Maggie Appleton Home-Cooked Software and Barefoot Developers Statistically, When Will My Baby Be Born? Speculative Calendar Events ChatGPT Would be a Decent Policy Advisor March 2025 | Maggie Appleton The Expanding Dark Forest and Generative AI Humanity's Last Exam Squish Meets Structure Common Misconceptions in AI Undetected AI Exam Answers Unbaited Smidgeons Growing a Human: The First 30 Weeks How to Import Academic Papers from Zotero into Tana December 2024 | Maggie Appleton Aesthetic Command Lines with Hyper, Spaceship, and Oh My Zsh Leaving Elicit July 2024 | Maggie Appleton A Short History of Bi-Directional Links The Pattern Language of Project Xanadu Assumed Audiences Ambient Co-presence
A Meta-Tour of This Site
2020-07-22 · via Maggie Appleton

Jared Pereira has been running a wonderful series of personal website tours . The guest list features many of my favourite Digital Gardeners

A Brief History & Ethos of the Digital Garden

A newly revived philosophy for publishing personal knowledge on the web and indie web creators such as Tom Critchlow , Chris Aldrich , and Azlen Elza .

At the end of 2020 I stopped in to show what this website looks like behind the Wizard of Oz curtain:

The video walkthrough on this page walks through how I built my previous website in Gatsby.js. To learn about the tech stack behind the current version visit the GitHub

Tech Stack and Features

  • Built with Gatsby , which uses React for rendering and GraphQL for data fetching
  • All posts (notes, essays, books) written with MDX - allows me to write React components inside markdown files for extra JavaScript power ✨
  • I use the CSS-in-JS library emotion for styling components
  • Responsive footnotes implemented with Tufte CSS (no JavaScript required!)
  • Bi-Directional Links

    A Short History of Bi-Directional Links

    Seventy years ago we dreamed up links that would allow us to create two-way, contextual conversations. Why don't we use them on the web?
    with gatsby-theme-brain, and page previews adapted from gatsby-theme-andy
  • Tippy.js for tooltip popovers
  • Images hosted on Cloudinary to avoid the long build times when using gatsby-image
  • Deploys to Netlify directly from GitHub. Currently takes 4 minutes for the site to build and deploy. I have no idea if that’s good or not, but I’ll take it 🤷🏻‍♀️

If you want to see all the source code yourself, feel free to wander around in the GitHub repo .