# snare — RSS Amplifier

Recent posts from the 3 feeds in the RSS Amplifier directory that cover snare.

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

---

## [The Mysterious Skill of Diagnosis](https://michaelcompitello.substack.com/p/the-mysterious-skill-of-diagnosis)

_2026-08-12 · Michael Compitello · Michael Compitello_

Finding (and solving) the right musical problems

## [Composting](https://michaelcompitello.substack.com/p/composting)

_2026-08-03 · Michael Compitello · Michael Compitello_

Why the best ideas spend years rotting

## [Problem-Finding Matters More Than Problem-Solving](https://michaelcompitello.substack.com/p/problem-finding-matters-more-than)

_2026-07-08 · Michael Compitello · Michael Compitello_

How Our Practice Changes With Expertise

## [The Fastest Practice Session Ever](https://michaelcompitello.substack.com/p/the-fastest-practice-session-ever)

_2026-06-30 · Michael Compitello · Michael Compitello_

Practice Room Organization

## [What Makes Great Musical Exercises?](https://michaelcompitello.substack.com/p/what-makes-great-musical-exercises)

_2026-06-29 · Michael Compitello · Michael Compitello_

And How Do You Make Them?

## [Why I Wrote a Snare Drum Book About Creativity](https://michaelcompitello.substack.com/p/why-i-wrote-a-snare-drum-book-about)

_2026-06-15 · Michael Compitello · Michael Compitello_

Are Classical Musicians Creative?

## [The Plateau You Can't Explain](https://michaelcompitello.substack.com/p/the-plateau-you-cant-explain)

_2026-06-10 · Michael Compitello · Michael Compitello_

“Is This YOU!?”

## [Taxi Drivers and Ants](https://michaelcompitello.substack.com/p/taxi-drivers-and-ants)

_2026-05-28 · Michael Compitello · Michael Compitello_

What stylistic writing can teach us about communicative music-making

## [Unsnared Studio Session Schedule](https://michaelcompitello.substack.com/p/unsnared-studio-session-schedule)

_2026-05-26 · Michael Compitello · Michael Compitello_

I am getting excited for our upcoming Unsnared Studio.

## [The Stone Tablet vs the Post-It](https://michaelcompitello.substack.com/p/the-stone-tablet-vs-the-post-it)

_2026-05-20 · Michael Compitello · Michael Compitello_

Have you ever sat awake at night pondering the difference between a stone tablet and a Post-It?

## [Non-Custodial Crypto Gateway (Sponsored)](https://crawlproof.com/a/kOFaRHaBLw2c)

_2026-05-20 · **Sponsored**_

Accept multi-chain crypto, automated fee handling, and trustless escrow with real-time settlement.

## [Price-Checking Zerocopy&#x27;s Zero Cost Abstractions](https://jack.wrenn.fyi/blog/price-check/)

_2026-03-09 · Unknown · (untitled)_

Zerocopy is toolkit that promises safe and efficient abstractions for low-level memory manipulation and casting. While we’ve long done the usual (e.g., testing, documentation, abstraction, miri) and unusual (e.g., proofs, formal verification) to prove to ourselves and our users that we’ve kept our promise of safety, we’ve kept our other promise of efficiency with a less convincing combination of…

## [Data Knot &#8211; Machine Learning tools for low latency real-time performance](https://rodrigoconstanzo.com/2025/10/data-knot-machine-learning-tools-for-low-latency-real-time-performance/)

_2025-10-16 · Rodrigo · Rodrigo Constanzo_

I am excited to finally release Data Knot, a package for Max based on FluCoMa. It’s something I’ve been developing over the last 5 years or so, the last \[…\]

## [Ambisonic feedback experiments](https://rodrigoconstanzo.com/2025/05/ambisonic-feedback-experiments/)

_2025-05-22 · Rodrigo · Rodrigo Constanzo_

In late 2023 I had the idea to expand the kind of feedback-based playing I was doing with pieces like Kaizo Snare by having some kind of robotic microphone arm \[…\]

## [The Three Basic Rules of Safety Hygiene](https://jack.wrenn.fyi/blog/safety-hygiene/)

_2025-02-06 · Unknown · (untitled)_

Ask not what you can do with unsafe ; ask what unsafe can do for you. On the Rust subreddit, I often see beginners get tripped up on unsafe , posing questions like “What can I do in unsafe ?” and “When do I need unsafe ?” . These are useful questions — but not enough to really understand (un)safety. The former defies a simple, evergreen answer — as Rust’s operational semantics are refined, so too…

## [Undroppable Types](https://jack.wrenn.fyi/blog/undroppable/)

_2024-11-25 · Unknown · (untitled)_

In Rust, ManuallyDrop is the tool of choice for eliding the destructor of a value. Wrapped in ManuallyDrop , a value is simply forgotten when it goes out of scope. However, in some cases, it is useful to ensure that a value cannot be dropped — not because it is forgotten, but because the very act of dropping it is a compilation error.

## [Safety Goggles for Alchemists](https://jack.wrenn.fyi/blog/safety-goggles-for-alchemists/)

_2024-09-30 · Unknown · (untitled)_

The Path Towards Safer Transmute Since Rust’s inception, mem::transmute has been the poster-dragon of unsafe code, but its reign of error is coming to an end! In this talk blog post, you’ll learn how Rust is poised to become the first systems programming language with transmutation safety, and how safe transmute is already being put to use to build next-gen systems.

