# mindscape (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover mindscape.

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

---

## [Edition 002: The Slow Struggle](https://capsule.one/journey/edition-002-the-slow-struggle/)

_2026-04-08 · Capsule One_

Oof. This was a tougher period. Life definitely caught up with me in the past&#xA;couple months. &#xA; Traveling home during a catastrophic and record breaking storm in Portugal, house viewings and bidding, mortgage documents back and forth, baby daughter starts going to daycare (and getting sick all the time 😅), wife going back to work and me staying home twice a week, wars starting, gas prices…

## [Edition 001: The Beginning](https://capsule.one/journey/edition-001-the-beginning/)

_2026-01-25 · Capsule One_

This journey actually did not start 1.5 months ago. &#xA; Early last year I realized that if I wanted any of my projects to see any success, I could not let my engineer brain be in control and keep building in a vacuum. &#xA; So now I had to start sharing things online and building an online presence. Like the tech person that I am, for me this meant X / Twitter. So that&rsquo;s where I started.

## [Goodbye BringOps](https://capsule.one/mindscape/goodbye-bringops/)

_2026-01-15 · Capsule One_

&#xA; &#xA;&#xA; Thank you BringOps. I learned so much with you! &#xA; Some reflections that might resonate with people: &#xA; &#xA; I shipped too late. I worked on this project on and off for two years. &#xA; I didn&rsquo;t talk about it online. Only my computer and couple friends knew about it &#xA; I rewrote it a couple of times. It started with react, moved to svelte, played around with…

## [X/Twitter Smaller Team](https://capsule.one/mindscape/x/twitter-smaller-team/)

_2026-01-12 · Capsule One_

&#xA; &#xA;&#xA; I was just thinking how impressive it is the value that a much smaller team is able to deliver, 3 years after the acquisition & layoffs. I&rsquo;m not pro firing people, but sometimes companies do get bloated and lose focus. Everyone was saying Twitter / X was gonna crumble. One could argue they&rsquo;re doing quite well!

## [Reverse Trial and Credit Card Requirements](https://capsule.one/mindscape/reverse-trial-and-credit-card-requirements/)

_2026-01-07 · Capsule One_

I&rsquo;m seeing more and more products either doing reverse trial or requiring credit card to unlock more free stuff within the free plan. &#xA; Last example I saw was Posthog. &#xA; I find it super smart and don&rsquo;t know why we didn&rsquo;t do it that way sooner. Maybe people were more risk averse before? &#xA; &#xA; Originally posted on X

## [Vibe coding](https://capsule.one/blog/2025/03/22/vibe-coding/)

_2025-03-22 · Capsule One_

If you&rsquo;re anywhere near X/Twitter in 2025, particularly following tech indiepreneurs,&#xA; vibe and coding are words that just keep popping up. Vibe coding , vibe&#xA;coded , one-shotted . &#xA; At some point I really couldn&rsquo;t stand it anymore and had to mute it. &#xA; There I've done it 🤯 Lets see if it calms down... pic.twitter.com/vsX6S5TGNS &mdash; Ricardo Marques (@RCM7) March…

## [The case for self-hosting](https://capsule.one/blog/2025/02/03/the-case-for-self-hosting/)

_2025-02-03 · Capsule One_

&#xA; &#xA;&#xA; In today&rsquo;s world there seems to be no reason why anyone can&rsquo;t build and deploy&#xA;anything. With the proliferation of all sorts of&#xA; PaaS and&#xA; SaaS services to&#xA;abstract the developer further and further away from the metal, the pace at&#xA;which new ideas can be made available to the masses is insane. &#xA; Multiply that by the fact that everyone building…

## [Ctrl-a and Ctrl-e with tmux and zsh](https://capsule.one/mindscape/ctrl-a-and-ctrl-e-with-tmux-and-zsh/)

_2025-01-09 · Capsule One_

Decided recently to uninstall oh-my-zsh because it was a big contributor to my&#xA;shell&rsquo;s slow load time. Suddenly my Ctrl + a and Ctrl + e shortcuts for&#xA;beginning of line and end of line stopped working, but only inside a tmux&#xA;session. &#xA; Turns out setting these bindings directly in .zshrc fixes it: &#xA; #.zshrc &#xA; bindkey '^A' beginning-of-line&#xA; bindkey '^E'…

## [Keep your shell history](https://capsule.one/mindscape/keep-your-shell-history/)

_2025-01-03 · Capsule One_

Keep your shell history. The amount of time saved looking for commands you&rsquo;ve&#xA;run successfully in the past will become near zero. &#xA; #.zshrc &#xA; HISTSIZE = 1000000 &#xA; SAVEHIST = 1000000 &#xA; &#xA; #.bashrc &#xA; HISTSIZE = 1000000 &#xA; HISTFILESIZE = 1000000 &#xA; This will keep you years of history. &#xA; Pair it with fzf and you hit a gold mine. 🚀

## [Make your keyboard fast in Mac Os](https://capsule.one/mindscape/make-your-keyboard-fast-in-mac-os/)

_2024-12-09 · Capsule One_

When you start increasing your typing speed, the default settings on the Mac are just not enough. The adjustments in the Keyboard settings menu are not enough either. &#xA; You need to go to the terminal and run the following commands: &#xA; defaults write -g KeyRepeat -int 1 &#xA; defaults write -g InitialKeyRepeat -int 10 &#xA; Feel free to adjust those numbers to your liking. &#xA; Happy faster…

## [Stop CI/CD & Supply-Chain Attacks (Sponsored)](https://crawlproof.com/a/lNEyDsvIcU9o)

_2024-12-08 · **Sponsored**_

Per-PR: 17 CI/CD checks and package malware scans with inline Check Run findings.

## [Remap Caps Lock key to Escape](https://capsule.one/mindscape/remap-caps-lock-key-to-escape/)

_2024-12-04 · Capsule One_

Remap the Caps Lock key to Escape. The little finger is basically there already.&#xA;I did this when Macbook Pros had the Escape key on the touch bar. Never changed it back. &#xA; Seemed like a good first Mindscape 🚀

