Remove friction for long term productivity


Hi!

I'm reading How to Build a Second Brain for the second time now, and one concept, that I also saw on another book ("7 Habits of Highly Effective People") and many other places, struck a chord with me.

It goes like this:

"Forcing yourself to make decisions every time you capture something adds friction to the process. This makes the experience mentally taxing and thus less likely to happen in the first place."
- Tiago Forte

The word "capture" is in bold as this quote addresses the way we capture knowledge by taking notes and how to do it "better".

Naturally, removing friction, makes the process easier and increases the chances you'll repeat the process, effectively creating a habit.

That said, this concept is true for coding, eating habits, working out, taking notes, and basically any habit I could thing of!

Removing friction is a task in and of itself. By doing that, all other things will form on their own. So I'm taking this concept to all areas that are difficult in professional life as well;

  • Security is difficult because using a VPN is a hassle to manage and run locally? Maybe the process can be improved with a zero trust that will auto-authenticate you by a local cookie?
  • Maintaining infra-as-code as difficult because no body wants to recreate templates, and have different flavors / versions of local tooling? How about integrating CI pipelines dedicated for the task?
  • Monitoring is hard for developers because it requires searching through hard-to-read / hard-to-find logs and systems? How about bringing it to them with alerting and graphs sent to their favorite messaging app?

These are very DevOps specific but can be easily translatable everywhere.

“Motivation is a short term game”

Nobody stays motivated forever, make it easier for yourself and others to keep the flow, rhythm, policy, by removing friction.
As always, feel free to reply directly to this email and we can further discuss.

Have a great weekend!


My favorite discoveries this week:

  • Charm.sh are always releasing incredible projects powering beautiful CLI utilities with Golang libraries. This time they release "huh" a CLI based form lib with really cool features: https://github.com/charmbracelet/huh
  • Mitchel Hashimoto, Hashicorp's founder, is leaving the company and sharing his reflections. Mitchel, in my eyes is one of these superstar developers; not only he founded one of the best known companies in the DevOps sphere, he was the CEO, then CTO, then top contributor, while still maintaining the company's and his own incredibely popular open source repositories. He also built the HCL language used by so many HC's products, and sometimes it's kind of hard to believe how one person can create so many amazing products, and such a large code base, while reviewing and providing feedback. Oh yeah, he also recently got an air pilot's license and became a dad! Mind blowing really 🤯.
    I'm just wondering whether his departure has anything to do with Hashicorp's recent announcement of change in open source policy which feels so detached from Mitchel's work and approach. I guess we'll never know.
    Surely I'm going to keep following and see what he's up to, it's going to be interesting...

You can find me on other channels as well


📺 : ​www.youtube.com/@devopstoolbox​
🎤 : ​https://topeaks.buzzsprout.com/​
✍️ : ​https://omerxx.com/​

ESPRESSO FRIDAYS

Every once in a while I send hand picked things I've learned. Kind of like your filter to the tech internet. No spam, I promise!

Read more from ESPRESSO FRIDAYS

I've Been Using AWS Wrong for YEARS... For years, my approach to AWS felt like a battle. As a DevOps engineer and later and architect, building infra always involved a tedious process of carefully building templates and structure, reviewing, deploying, testing and iterating over and over. I’d either spend hours clicking through the console or writing endless infrastructure code, always feeling like I was one misconfiguration away from a headache. It turns out, I was making it much harder than...

You've been lied to about self hosting... This issue is brought to you by: Auth0, my auth provider for the last 6 years. Join their free virtual dev_day on June 18th to learn how to secure AI agents and applications. Save your free spot That title might sound a bit aggressive, but this isn't about hating on hosting platforms. It's about loving the freedom, control, and cost-savings that come from owning your deployment process, without giving up the slick, easy experience we all love. And...

How DHH Solved Deploying to Production (with Open Source) Ever felt depressed by the sheer complexity of getting your application live and serving users? You’re not alone. But what if deploying to production, even (or especially) across multiple servers, could be straightforward and more importantly, free? That’s the reality DHH, the creator of Ruby on Rails and CTO of Basecamp & HEY, wanted to create, and he delivered with an open source tool called Kamal. DHH’s approach to technology always...