# icr (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover icr.

Page: <https://rssamplifier.com/topics/icr/blogs>  
Feed: <https://rssamplifier.com/topics/icr/blogs.md>

---

## [Gödel, Escher, Elisp: The Beauty of Macros](https://www.chiply.dev/post-elisp-macros-are-beautiful)

_2026-08-04 · Charlie Holland (chiply) · Charlie's Blog_

If you are an Emacs user with a keen eye, you will have noticed that in Emacs Lisp, code is data. After all, 'Lisp' is shorthand for 'List Processing'. One of Elisp's most beautiful features is the fo...

## [Hyperbole Implicit Buttons: Build your Hyperverse](https://www.chiply.dev/post-hyperbole-implicit-buttons)

_2026-07-29 · Charlie Holland (chiply) · Charlie's Blog_

Your Emacs is full of markup-free hyperlinks embedded in your text, but you're missing a way to utilize them. Think about a file path in a README, a URL in an email, a commit 55a1f0 in a git log, or a...

## [Search traffic is collapsing, direct traffic is booming: here's my data](https://www.keithbradnam.com/blog/2026/7/27/search-traffic-is-collapsing-direct-traffic-is-booming-heres-my-data)

_2026-07-27 · Keith Bradnam · Keith Bradnam_

Website analytics are getting harder to trust: AI search summaries are cutting overall traffic, while AI apps and tools are increasingly showing up in the vague "direct" bucket instead of being properly attributed. Using real data from three sites over 2024–2026, this post shows search traffic share collapsing and direct traffic share surging, and I conclude by asking what this all means for…

## [The Search for Knowledge: Emacs Carnival August 2026](https://www.chiply.dev/post-august-emacs-carnival)

_2026-07-17 · Charlie Holland (chiply) · Charlie's Blog_

This month I'd like to host the Emacs Carnival! I've been an enthusiastic participant for a while now. I wrote entries for May, June, and July (that last one hosted by Andy over at Plain DrOps). Now i...

## [A Tree and a Server Walk Into a Core&#x2026;](https://www.chiply.dev/post-july-emacs-carnival)

_2026-07-10 · Charlie Holland (chiply) · Charlie's Blog_

Two technologies have endowed every editor with IDE superpowers this past decade: tree-sitter, a generic incremental parser that gives your editor a live syntax tree of your code, and the Language Ser...

## [2,000 links and one new colour](https://www.keithbradnam.com/blog/2026/7/7/2000-links-and-one-new-colour)

_2026-07-07 · Keith Bradnam · Keith Bradnam_

For World Refugee Day, I helped launch CARE — a new resource archive on the Careif charity website linking to over 2,000 external resources on refugee mental health. Building it within the existing Squarespace site surfaced some real limitations, particularly around page hierarchy and folder structure, and prompted a new accent colour to distinguish the section. With the launch done, there's still…

## [HyWiki: Zero Markup Hypertext](https://www.chiply.dev/post-hyperbole-hywiki)

_2026-07-07 · Charlie Holland (chiply) · Charlie's Blog_

A key feature is missing from most Personal Knowledge Management Systems (PKMSs): define a concept by pressing a keybinding on a word, and from then on all occurrences of that word become live, action...

## [svg-margin: Better Gutters for Emacs](https://www.chiply.dev/post-svg-margin)

_2026-06-24 · Charlie Holland (chiply) · Charlie's Blog_

Emacs can draw line-level indicators in the built-in fringe and margin, the thin gutters beside the buffer text. The fringe gives you a single monochrome mark per side, and the margin can technically ...

## [Stop opening Outlook just to check your calendar](https://www.keithbradnam.com/blog/2026/6/21/stop-opening-outlook-just-to-check-your-calendar)

_2026-06-21 · Keith Bradnam · Keith Bradnam_

Away from work, I am a Mac and iPad user. If I want to check my calendar, I open a calendar app. If I want to check my email, I open an email app. At work though, I’m locked into the standard PC-based, Microsoft environment. So if I only want to see my calendar, I have to open Microsoft Outlook and that runs the risk of me seeing (and subsequently getting distracted by) my email inbox. In this…

## [Emacs Teaches Emacs: The Missing README](https://www.chiply.dev/post-ask-emacs)

_2026-06-18 · Charlie Holland · Charlie's Blog_

Learning Emacs is not about scouring through documents and memorizing facts.

## [Non-custodial Crypto Payments & Escrow (Sponsored)](https://crawlproof.com/a/BUMtepZVeYIX)

_2026-06-18 · **Sponsored**_

Accept multi-chain crypto with trustless escrow, instant confirmations, and no KYC

## [Juneau Something? Emacs Teaches You How to Fish!](https://www.chiply.dev/post-june-emacs-carnival)

_2026-06-17 · Charlie Holland · Charlie's Blog_

The folks who 'grok' Emacs aren't wizards. They don't learn Emacs, per se, but instead they learn the handful of built-in commands for asking Emacs about Emacs. Those same commands work on themselves,...

## [Emacs SVG Benchmark Reveals Gaming-Caliber Frame Rates](https://www.chiply.dev/post-emacs-svg-benchmark)

_2026-06-11 · Charlie Holland (chiply) · Charlie's Blog_

Rendering an Emacs status bar as an SVG image, like with my svg-line package (demo), really is several times heavier than the native text engine. The skeptics were right. But it doesn't matter in prac...

## [svg-line: Better Status Bars for Emacs](https://www.chiply.dev/post-svg-line)

_2026-06-08 · Charlie Holland (chiply) · Charlie's Blog_

Emacs provides four useful status bars (mode-line, header-line, tab-bar, and tab-line), but each imposes different, inconsistent limits on multi-line layout, alignment, icons, and interactivity. svg-l...

## [Beyond ICR: Incremental 'Suggesting' Read in Emacs](https://www.chiply.dev/post-incremental-suggesting-read)

_2026-06-03 · Charlie Holland · Charlie's Blog_

This is the sixth post in my series on Emacs completion. The first argued that Incremental Completing Read (ICR) is a structural property of an interface, not an interface itself; the next four made i...

## [Two Ways to Draw Infinite Jest's Sierpinski Gasket](https://www.chiply.dev/post-ij-sierpinski)

_2026-05-28 · Charlie Holland · Charlie's Blog_

In a 1996 Bookworm interview with Michael Silverblatt, David Foster Wallace confirmed something Silverblatt had spotted about Infinite Jest.

## [20th century boy](https://www.keithbradnam.com/blog/2026/5/28/20th-century-boy)

_2026-05-28 · Keith Bradnam · Keith Bradnam_

This is a blog post I originally wrote in September 2011 when I lived in Davis, California. It was written shortly after I heard the news that my grandad had died and was written in his memory.

## [space-tree: Workspace Management Trees in Emacs](https://www.chiply.dev/post-emacs-space-tree)

_2026-05-27 · Charlie Holland · Charlie's Blog_

space-tree (see code on GitHub) is a tree-based workspace manager for Emacs. Workspaces are a battle-tested UX concept across operating systems, but in Emacs and most OSes alike, they're flat: you get...

## [I’ve had the decorators in: new look to website plus accessibility improvements](https://www.keithbradnam.com/blog/2026/5/22/ive-had-the-decorators-in-new-look-to-website-and-accessibility-improvements)

_2026-05-22 · Keith Bradnam · Keith Bradnam_

After many years, I’ve bitten the bullet and made some changes to this website. Some of these are cosmetic and may not be noticed, but there are many underlying changes to the infrastructure including a lot of small, but notable, accessibility improvements.

## [Annotate-in-Place Notes with Emacs and org-remark](https://www.chiply.dev/post-annotate-in-place)

_2026-05-20 · Charlie Holland (chiply) · Charlie's Blog_

I'm like most people when it comes to reading and note-taking.

## [May I recommend&#x2026; understanding Emacs's patterns](https://www.chiply.dev/post-emacs-carnival-may)

_2026-05-13 · Charlie Holland · Charlie's Blog_

The above, unless I've completely forgotten my Shakespeare, was a soliloquy from Juliet Consulet regarding Romeo Montagnu

## [Crypto Payments, No Custody (Sponsored)](https://crawlproof.com/a/7hZm70auYCcm)

_2026-05-13 · **Sponsored**_

Send crypto to merchant wallets via API with real-time updates and automatic fees.

## [My Dotfiles: macOS Bootstrap and an Emacs Distribution](https://www.chiply.dev/post-my-dotfiles)

_2026-05-07 · Charlie Holland · Charlie's Blog_

My dotfiles for my MacOS rice and Emacs configuration live in two public repositories. Both repos are shared as a reference; clone, fork, or just lift the bits that look useful to you!

## [Emacs Completion Showcase with VOMPECCC (video)](https://www.chiply.dev/post-vompeccc-showcase)

_2026-05-05 · Charlie Holland · Charlie's Blog_

This is the fifth post in my series on Emacs completion. The first, Incremental Completing Read (ICR), explains what modern completion actually is, and how Emacs exposes it as a programmable substrate...

## [Keep on blogging](https://www.keithbradnam.com/blog/2026/5/4/keep-on-blogging)

_2026-05-04 · Keith Bradnam · Keith Bradnam_

A blog post about the many different blogs that I’ve had over the years and about my desire to hopefully blog more going forwards.

## [David Foster Wallace's Hidden Names: an Anagram Atlas of Infinite Jest](https://www.chiply.dev/post-ij-anagrams)

_2026-05-02 · Charlie Holland · Charlie's Blog_

DFW famously embedded wordplay in his character names. The surname Pemulis is an anagram of impulse. Otis P. Lord rearranges to Sport Idol, the absurd authority figure of the Eschaton game he runs. Th...

## [VOMPECCC from Scratch: Picking Produce with ICR in Emacs](https://www.chiply.dev/post-vompeccc-fruits)

_2026-04-28 · Charlie Holland · Charlie's Blog_

This is the fourth post in a series on Emacs completion. The first argued that Incremental Completing Read (ICR) is a structural property of an interface rather than a convenience feature. The second ...

## [Gödel, Escher, Bach, Wallace: the "o's, d's and p's" in Infinite Jest](https://www.chiply.dev/post-reperspectivizing-orin)

_2026-04-26 · Charlie Holland · Charlie's Blog_

Content note: This essay necessarily discusses child sexual abuse and incest as implicit elements of Infinite Jest, and includes excerpts from the novel containing explicit language. The argument is s...

## [A VOMPECCC Case Study: Spotify as Pure ICR in Emacs](https://www.chiply.dev/post-vompeccc-spot)

_2026-04-21 · Charlie Holland · Charlie's Blog_

This is the third post in a series on Emacs completion. The first post argued that Incremental Completing Read (ICR) is not merely a UI convenience but a structural property of an interface, and that ...

## [Completion is a Substrate, not a UI](https://www.chiply.dev/post-icr-primer)

_2026-04-14 · Charlie Holland · Charlie's Blog_

ICR is not a convenience feature. It is a structural change in how the cost of an interaction scales with the size of the underlying data.

## [Rekindling the joy of building a website](https://www.keithbradnam.com/blog/2026/3/27/rekindling-the-joy-of-building-a-website)

_2026-03-27 · Keith Bradnam · Keith Bradnam_

A short tale of how I unexpectedly ended up creating a website for an artist friend.

## [brushup: Theme-Aware Dynamic Color Palette for Emacs](https://www.chiply.dev/post-brushup)

_2026-03-02 · Charlie Holland · Charlie's Blog_

Emacs theming has a dirty secret: most face customizations are written against one theme and silently break against every other. You pick colors that look right in your dark theme, switch to something...

## [A Friend Gave You $30 (Sponsored)](https://crawlproof.com/a/Mjhjb6aVrRGx)

_2026-03-02 · **Sponsored**_

Sign up, deposit $5 within 30 days, and start investing with expert guidance.

## [magneto: Composable Window Management for Emacs](https://www.chiply.dev/post-magneto)

_2026-03-02 · Charlie Holland · Charlie's Blog_

Window management in Emacs is either too simple or too opinionated. split-window-right and split-window-below are basic primitives that require manual sequencing. purpose and shackle give you declarat...

## [Pattern Inheritance: A Fork-Based Strategy for Scaling Service Standards](https://www.chiply.dev/post-pattern-inheritance)

_2026-03-02 · Charlie Holland · Charlie's Blog_

Your payments team patches a JWT library CVE on Thursday. Your inventory team patches the same CVE on Monday. Your notifications team hasn't noticed yet. All three services started life as a git clone...

## [repeatable-lite: Make Any Prefix Command Repeatable](https://www.chiply.dev/post-repeatable-lite)

_2026-03-02 · Charlie Holland · Charlie's Blog_

Emacs loves prefix keys. C-x, C-c, C-c w, C-c p &#x2026; the deeper your configuration goes, the longer your prefixes get. The problem is that many commands you'd want to call repeatedly sit behind th...

## [space-tree: Tree-Based Workspace Management for Emacs](https://www.chiply.dev/post-space-tree)

_2026-03-02 · Charlie Holland · Charlie's Blog_

Modern UIs are over-engineered and excessive. This is easy to say in an age where people walk around with computers attached to their faces, only to get&#x2026; a subpar user experience. It's also eas...

## [spot: A Spotify Client Built on Consult, Embark, and Marginalia](https://www.chiply.dev/post-spot)

_2026-03-02 · Charlie Holland · Charlie's Blog_

There are a few Spotify clients for Emacs. Most of them predate the modern completion ecosystem, so they build their own UI from scratch: custom buffers, custom keymaps, custom rendering. spot takes a...

## [touchtype: A Progressive Touch Typing Trainer for Emacs](https://www.chiply.dev/post-touchtype)

_2026-03-02 · Charlie Holland · Charlie's Blog_

There are plenty of typing tutors on the web. keybr.com is one of the best, a progressive trainer that unlocks keys one at a time as your speed and accuracy improve. But it runs in a browser, and if y...

## [VOMPECCC: A Modular Completion Framework for Emacs](https://www.chiply.dev/post-vompeccc)

_2026-03-02 · Charlie Holland (chiply) · Charlie's Blog_

Completion is not a feature or UI, but instead it is a system composed of at least half a dozen orthogonal concerns that most users never think about separately. The previous post in this series argue...

## [Five Years of COVID-19 Data: Variants, Hospitalizations, Vaccines, and What Wastewater Tells Us Now](https://www.chiply.dev/post-covid-tracker)

_2026-02-26 · Charlie Holland · Charlie's Blog_

Few events in modern history have generated as much real-time public data as COVID-19. This post draws on four federal datasets &#x2013; variant proportions, hospital admissions, vaccination progress,...

## [The GLP-1 Revolution: How a Diabetes Drug Became the Fastest-Growing Drug Category in Medicare History](https://www.chiply.dev/post-glp1-rise)

_2026-02-26 · Charlie Holland · Charlie's Blog_

Medicare Part D spending on GLP-1 drugs grew from $2.3 billion in 2019 to roughly $27 billion by 2024. This post traces that explosion through CMS spending data, beneficiary counts, state-level adopti...

## [HAI Scoreboard: Hospital-Acquired Infection Rates](https://www.chiply.dev/post-hai-scoreboard)

_2026-02-26 · Charlie Holland · Charlie's Blog_

Every year, about 1 in 31 hospitalized patients acquires an infection they didn't have when they were admitted. This post visualizes CMS hospital-acquired infection data across ~4,789 US hospitals, ex...

## [America's Mental Health Crisis, By ZIP Code](https://www.chiply.dev/post-mental-health-crisis)

_2026-02-26 · Charlie Holland · Charlie's Blog_

Mental health is the defining public health story of the 2020s. This post maps both sides of the equation &#x2013; need and supply &#x2013; using CDC PLACES ZIP code-level prevalence data and HRSA men...

## [Drug Pricing Transparency: What Medicare Pays Per Day](https://www.chiply.dev/post-drug-pricing-transparency)

_2026-02-26 · Charlie Holland · Charlie's Blog_

Americans pay more for prescription drugs than any other country. This post uses CMS Medicare Part D spending data &#x2013; covering ~3,600 drugs from 2019 to 2023 &#x2013; to visualize where $276 bil...

## [The Geography of Medicare Spending](https://www.chiply.dev/post-medicare-spending-geography)

_2026-02-26 · Charlie Holland · Charlie's Blog_

Medicare is a single national program with a single set of rules, yet what it spends per beneficiary varies dramatically by geography. This post uses CMS standardized spending data to explore why high...

## [Your Neighborhood's Health Profile](https://www.chiply.dev/post-zip-health-profile)

_2026-02-26 · Charlie Holland · Charlie's Blog_

Public health statistics are usually reported at the national or state level, but they obscure enormous local variation. This post uses the CDC's PLACES program &#x2013; 40+ health measures at ZIP cod...

## [The Telehealth Revolution](https://www.chiply.dev/post-telehealth-revolution)

_2026-02-26 · Charlie Holland · Charlie's Blog_

Before March 2020, telehealth was a niche feature of the US healthcare system. Then the pandemic hit, and CMS suspended virtually every telehealth restriction overnight. This post tracks the largest n...

## [Hospital Quality Scatter Explorer](https://www.chiply.dev/post-hospital-quality)

_2026-02-26 · Charlie Holland · Charlie's Blog_

The federal government rates every US hospital on a 1-5 star scale across five quality domains. This post visualizes the full landscape of 5,400+ hospitals &#x2013; where they cluster, how ownership t...

## [What Medicare Pays for Your Surgery](https://www.chiply.dev/post-medicare-pricing)

_2026-02-26 · Charlie Holland · Charlie's Blog_

When you check into a hospital for a hip replacement, the hospital generates a bill for $85,000 &#x2013; and Medicare pays $12,000. This post uses FY2023 CMS data on 146,000 hospital-DRG combinations ...

## [Healthcare Deserts: Where America Can't See a Doctor](https://www.chiply.dev/post-healthcare-deserts)

_2026-02-26 · Charlie Holland · Charlie's Blog_

If you get sick in Boston, you have a choice of specialists within walking distance. If you get sick in rural Mississippi, you might drive two hours to see a primary care doctor. This post visualizes ...

## [The Three Waves: Visualizing America's Opioid Epidemic with CDC Data](https://www.chiply.dev/post-opioid-waves)

_2026-02-25 · Charlie Holland · Charlie's Blog_

In 1999, roughly 8,000 Americans died from opioid overdoses. By 2023, that figure was approaching 80,000 &#x2013; a tenfold increase in a single generation. This post uses CDC Vital Statistics data to...

## [Schema Diagrams: Bidirectional Visualization for the Schema Languages That Need It Most](https://www.chiply.dev/post-schema-diagrams)

_2026-02-18 · Charlie Holland · Charlie's Blog_

If you've ever worked with a relational database, you've almost certainly seen an entity-relationship diagram (ERD). Maybe it was generated by DataGrip or pgAdmin, or maybe someone drew it in Lucidcha...

