The Discipline of Not Pretending: What Swift Optionals Can Teach Us About Media Diets
Hatched by Malcolm Mason Rodriguez
Jun 21, 2026
9 min read
2 views
67%
The Hidden Cost of Acting Like You Know
What if the biggest risk in both software and media is not error, but pretending certainty where none exists?
That is the strange bridge between a programming language feature and the modern newsletter boom. One helps developers admit that a value might be missing. The other promises relief from the noise of social feeds by letting readers opt into carefully chosen signals. At first glance, these live in different worlds. One belongs to code, the other to attention. But both are really about the same problem: how do you make decisions when the thing you want may not be there, or may not be trustworthy?
In software, the mistake is obvious. If you treat a maybe value as if it were definitely present, your app can crash. In media, the mistake is subtler. If you treat every new subscription as a reliable source of clarity, your mind can quietly get flooded with confident but narrow inputs. The result is not a crash, exactly. It is something worse: a slow collapse into overconfidence, habit, and intellectual sameness.
The deeper question is not whether something exists. It is whether you have the discipline to acknowledge uncertainty before using it.
Optional Thinking: Why Certainty Is the Dangerous Default
A regular variable is simple. It contains a value. You can use it directly. But the world rarely behaves like a regular variable. People change their minds. Sources go stale. Newsletters arrive with opinions dressed up as facts. Our own assumptions are often the least reliable data in the room.
That is why optional thinking matters. An optional says: this might be here, or it might not. You do not get to use it until you check. That check is not bureaucracy. It is respect for reality.
This is a useful mental model far beyond code. Every claim in your information diet should be treated like an optional. Is it actually present? Is it current? Is it relevant? Is it complete? Or are you force unwrapping a claim simply because it feels convenient?
The modern temptation is to build a life around implicit unwrapping. We see a headline and assume context. We subscribe to a newsletter and assume wisdom. We follow a familiar voice and assume depth. But implicit unwrapping is only safe when you are genuinely certain. Otherwise, it is a hidden trapdoor.
The most expensive errors are often not the facts you got wrong. They are the assumptions you never paused to verify.
This is why the optional metaphor is so powerful. It asks for a small but profound discipline: do not promote a maybe into a certainty just because certainty is faster.
The Newsletter Temptation: Curating Your Way Into a New Bubble
The appeal of newsletters is easy to understand. They feel like an antidote to the chaos of social media. The feed is noisy, reactive, and optimized for engagement. A newsletter promises a calmer bargain: fewer voices, more intention, more signal. It says, in effect, “Take back your mind.”
That promise is not fake. In many cases, newsletters do provide a healthier rhythm. They encourage longer reading, slower reflection, and a relationship with a writer rather than a platform. But there is a hidden danger in every system that begins as an escape from overload: it can become a more polished form of narrowing.
If the feed is too much, a curated inbox can become too little.
This is where the overlap with optional thinking becomes sharp. A social feed often presents itself as a stream of presence, everything happening at once. A newsletter, by contrast, can feel like a deliberate act of selection. But selection is not the same as truth. Sometimes a curated perspective is exactly what you need. Sometimes it is just a neatly packaged worldview delivered on schedule.
The mention of Silicon Valley newsletters written by venture capitalists and entrepreneurs about venture capital and entrepreneurship reveals an important pattern: the medium that promises escape from one echo chamber can easily become another echo chamber with better typography. It does not make the content worthless. It makes the reader responsible.
The question is not whether you should subscribe. It is whether you know what kind of certainty the subscription is quietly asking you to accept.
Force Unwrapping in Public: How Confidence Becomes a Performance
In code, an implicitly unwrapped optional is useful when you know the value will be there later, even if it is not there yet. But the convenience has a price: if you are wrong, the app crashes.
That is a perfect analogy for the way expertise is often performed online. A writer, investor, operator, or pundit can speak with enough confidence that the audience stops noticing how much is actually contingent. The tone itself becomes a kind of force unwrap. It sounds certain, so readers stop checking whether the certainty is justified.
This is especially seductive in domains like technology and business, where the same small circle of people often reads, writes, funds, and covers the same ideas. When everyone is inside the same conversation, confidence can begin to masquerade as access. The newsletter becomes less a place for discovery than a place for mutual reinforcement.
The problem is not that these voices have no value. The problem is that the reader may stop asking the crucial optional question: what else could be true?
That question is the equivalent of a safety check. It prevents the mind from treating a single narrative as if it were a guaranteed value. It also restores a kind of epistemic humility. Not every strong opinion is wrong, but every strong opinion should be treated as conditional until tested against alternatives.
A great newsletter can sharpen your understanding. A bad reading habit can make you confuse repetition for verification.
The Right Use of Curated Inputs: Create a Pull Request for Your Mind
The best way to think about modern media is not as a stream to consume, but as a workflow to manage.
In software, a good workflow does not trust every change blindly. It checks, compares, reviews, and then merges. It separates tentative input from accepted truth. That is exactly what a healthy media diet should do.
Before you let any new idea into your worldview, ask:
- What is the source really claiming?
- What is missing from this claim?
- Is this insight general, or just locally useful?
- Would this still look true if I removed the author’s prestige?
- Am I reading for truth, or for belonging?
This is the mental equivalent of optional binding. You do not throw the claim away. You simply refuse to use it until it has been safely unwrapped.
The most useful newsletters, like the best code, do not eliminate uncertainty. They help you manage it. They present ideas with enough clarity that you can inspect them, but not so much certainty that inspection feels unnecessary. They invite the reader into a process, not a verdict.
That is an underappreciated standard for quality. A valuable publication should leave you more able to distinguish signal from noise, not more dependent on the publication to do that distinction for you.
Good curation does not tell you what to think. It helps you notice what you are tempted to accept too quickly.
A New Standard for Trust: Usefulness Without Blindness
There is a tempting false choice in contemporary information culture. Either you drown in the open web, or you retreat into a small set of trusted voices. Either you are overwhelmed, or you are curated. Either you are raw or refined.
Optional thinking rejects that binary.
You can be selective without being passive. You can subscribe without surrendering. You can value a writer’s perspective while still treating each claim as something to be checked before it is accepted into the system of your mind.
This is especially important because the best media products are often not dangerous in obvious ways. They do not lie dramatically. They do something more subtle: they shape what feels normal to notice. Over time, that can be more powerful than factual error. It creates a default setting for your attention.
That is why the goal is not simply to reduce media consumption. It is to replace unexamined consumption with disciplined intake. Think of yourself less as a consumer and more as a compiler. Every idea is incoming code. Some of it is valid. Some of it is incomplete. Some of it is useful only under specific conditions. Your job is not to trust everything or distrust everything. Your job is to determine what can safely be run.
A healthy reader, like a well-designed program, has boundaries. It knows where uncertainty lives. It knows when to wait for a value. It knows when a direct access is justified, and when it is reckless.
This is what makes the bridge between optionals and newsletters so instructive. Both reveal that clarity is not the absence of missing information. Clarity is the ability to function without lying to yourself about what is missing.
Key Takeaways
-
Treat every claim as optional until verified. Do not let confidence, familiarity, or elegant writing substitute for evidence.
-
Curated media is not automatically clearer media. A newsletter can reduce noise while still narrowing your worldview if you stop checking for alternatives.
-
Avoid implicit unwrapping in your thinking. Only treat an idea as certain when you genuinely have enough context to do so.
-
Build a review habit for information. Ask what is missing, what assumptions are hidden, and what would change your mind.
-
Prefer systems that make uncertainty visible. The best tools, writers, and habits help you see what is known, what is unknown, and what still needs testing.
The Real Meaning of Taking Back Your Mind
The promise of a better media diet is not merely fewer distractions. It is the restoration of judgment. But judgment does not come from consuming fewer inputs alone. It comes from learning how to handle inputs without surrendering your reasoning to them.
That is why the most useful lesson here is not “avoid social media” or “subscribe to better newsletters.” The deeper lesson is this: build a life that refuses to pretend certainty is the same thing as truth.
In code, that keeps apps from crashing. In thought, it keeps minds from hardening. And in a world full of seductive voices, polished opinions, and beautifully packaged certainty, that may be the most important discipline of all.
The future of media may not belong to whoever speaks loudest or publishes most often. It may belong to the people who know when to pause, when to inspect, and when not to force unwrap the world before it is ready.
Sources
Hatch New Ideas with Glasp AI 🐣
Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)
Start Hatching 🐣