<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Mando Pi</title>
		<link>https://mandopi.com/</link>
		<description>Recent content on Mando Pi</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Thu, 06 Aug 2026 13:11:51 -0300</lastBuildDate>
		
			<atom:link href="https://mandopi.com/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Devin Workshop Results: I Built a GNOME/Browser Tabs Switcher</title>
				<link>https://mandopi.com/posts/devin-workshop-results/</link>
				<pubDate>Thu, 06 Aug 2026 13:11:51 -0300</pubDate>
				<guid>https://mandopi.com/posts/devin-workshop-results/</guid>
				<description>&lt;p&gt;A few days ago, on August 1st 2026, I went to a free &#xA;&lt;a href=&#34;https://devin.ai&#34;&gt;Devin&lt;/a&gt;&#xA; workshop/hackaton.&#xA;It was delivered by &#xA;&lt;a href=&#34;https://www.linkedin.com/in/erasmohernandez/&#34;&gt;Erasmo Hernandez&lt;/a&gt;&#xA;, supported by &#xA;&lt;a href=&#34;https://cognition.ai&#34;&gt;Cognition&lt;/a&gt;&#xA;&#xA;and hosted by &#xA;&lt;a href=&#34;https://xmartlabs.com&#34;&gt;Xmartlabs&lt;/a&gt;&#xA; in their Montevideo office.&lt;/p&gt;&#xA;&lt;p&gt;First, for a couple of hours Erasmo gave us&#xA;a thorough walk through Devin&amp;rsquo;s features,&#xA;and he developed an app in real time as a demo.&lt;/p&gt;&#xA;&lt;p&gt;Then came the best part: we were to develop our own&#xA;idea over the course of 1h approx. I had a few ideas in the back-burner,&#xA;and, on the bus ride, I had decided on the one that seemed more&#xA;clear on scope. I also had a conversation with ChatGPT on&#xA;whether the idea was feasible and how should it be architected.&lt;/p&gt;</description>
			</item>
			<item>
				<title>WhatsApp broke the startup playbook</title>
				<link>https://mandopi.com/posts/whatsapp-broke-the-playbook/</link>
				<pubDate>Mon, 03 Aug 2026 15:27:36 -0300</pubDate>
				<guid>https://mandopi.com/posts/whatsapp-broke-the-playbook/</guid>
				<description>&lt;p&gt;WhatsApp went against so many startup rules.&lt;/p&gt;&#xA;&lt;p&gt;They deliberately slowed down growth. For a while, they toggled a $1 charge on and off, not primarily to drive revenue, but to add friction and throttle signups. Their logic was that too much growth might turn their systems unstable and produce bad user experience.&lt;/p&gt;&#xA;&lt;p&gt;While competitors hurried to add bells and whistles, in WhatsApp, most feature requests were denied and the features they actually built were tested internally and debugged for a long time, until they were polished and reliable. It took them 2 years to release video-calls, for instance.&lt;/p&gt;</description>
			</item>
			<item>
				<title>About me</title>
				<link>https://mandopi.com/about/</link>
				<pubDate>Thu, 23 Jul 2026 00:00:00 +0000</pubDate>
				<guid>https://mandopi.com/about/</guid>
				<description>&lt;p&gt;&lt;img src=&#34;https://mandopi.com/images/armando.jpg&#34; alt=&#34;Personal Profile Photo&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Hi there, my name is &lt;strong&gt;Armando Rivero Piñero (Mando Pi)&lt;/strong&gt;.&#xA;I was born in Havana, Cuba. I got a bachelor degree from Havana University in Physics and worked as a scientist (MRI technology, data analysis, and applied Math to Neuroscience) before transitioning into software engineering.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m a senior software engineer specializing in backend engineering, AI systems (RAG, Agents), distributed platforms, and SRE/DevOps.&lt;/p&gt;&#xA;&lt;div class=&#34;cv-wrapper&#34;&gt;&#xA;  &lt;div class=&#34;cv-summary-block&#34; style=&#34;margin-bottom: 2rem;&#34;&gt;&#xA;    &lt;p class=&#34;lead&#34; style=&#34;font-size: 1.1rem; line-height: 1.6;&#34;&gt;Battle-tested senior software engineer. Recent AI convert. Love full product ownership (you build it, you run it). Former physicist. Calm during crisis handling. Seeking business impact.&lt;/p&gt;</description>
			</item>
			<item>
				<title>You should try a clipboard manager</title>
				<link>https://mandopi.com/posts/try-clipboard-managers/</link>
				<pubDate>Sun, 19 Jul 2026 20:59:12 -0300</pubDate>
				<guid>https://mandopi.com/posts/try-clipboard-managers/</guid>
				<description>&lt;p&gt;This is if you don&amp;rsquo;t know what&amp;rsquo;s a clipboard manager.&lt;/p&gt;&#xA;&lt;p&gt;Imagine there was a history of everything you have recently&#xA;copy-pasted. Then if you needed one of those pieces of info again,&#xA;you could quickly find it there. Clipboard managers make that possible.&lt;/p&gt;&#xA;&lt;p&gt;They are available in most operating systems and their setup is usually simple. They are built in Windows 11 and Android. In Fedora I installed &#xA;&lt;a href=&#34;https://github.com/SUPERCILEX/gnome-clipboard-history&#34;&gt;Gnome Clipboard History&lt;/a&gt;&#xA;. Thanks to &#xA;&lt;a href=&#34;https://alexsaveau.dev&#34;&gt;Alex Saveau&lt;/a&gt;&#xA;!&lt;/p&gt;</description>
			</item>
			<item>
				<title>Make .gitignore ignore itself</title>
				<link>https://mandopi.com/posts/gitignore-itself/</link>
				<pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate>
				<guid>https://mandopi.com/posts/gitignore-itself/</guid>
				<description>&lt;p&gt;I don&amp;rsquo;t know why it took me so long to realize&#xA;that you can create a &lt;code&gt;.gitignore&lt;/code&gt; with only an &lt;code&gt;*&lt;/code&gt;&#xA;in any folder, and then you don&amp;rsquo;t have to include&#xA;that folder&amp;rsquo;s name in your root &lt;code&gt;.gitignore&lt;/code&gt;.&#xA;You can even rename the folder without having to&#xA;touch anything else.&lt;/p&gt;&#xA;&lt;p&gt;This is great for quick experiments or an agent scratchpad.&lt;/p&gt;&#xA;&lt;p&gt;Example:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;my-service/&#xA;└── .scratch/&#xA;    ├── .gitignore  # contains only *&#xA;    ├── prompts/&#xA;    ├── alternative-implementation/&#xA;    ├── benchmark-results/&#xA;    └── notes.md&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
			</item>
			<item>
				<title>Imperfectionism</title>
				<link>https://mandopi.com/posts/imperfectionism/</link>
				<pubDate>Sat, 24 Jun 2023 00:00:00 +0000</pubDate>
				<guid>https://mandopi.com/posts/imperfectionism/</guid>
				<description>&lt;p&gt;I think you don&amp;rsquo;t see true change coming.&#xA;If you can predict it, even if it&amp;rsquo;s big, it&amp;rsquo;s not a &amp;ldquo;real&amp;rdquo; change.&#xA;In my experience, real change it&amp;rsquo;s very rare.&lt;/p&gt;&#xA;&lt;h2 id=&#34;from-science-to-software-engineering&#34;&gt;From science to software engineering&lt;/h2&gt;&#xA;&lt;p&gt;For instance, since I was a kid I thought I would be a scientist.&#xA;The way I saw it, science was the noblest enterprise of humanity,&#xA;the best way of giving value back to society. I went to high school&#xA;and to college and then to work as a professional scientist,&#xA;always maintaining that very same belief. Hence,&#xA;even though my life changed a lot through all these stages,&#xA;it wasn&amp;rsquo;t &amp;ldquo;real&amp;rdquo; change, because it was all predictably&#xA;part of the same plan.&lt;/p&gt;</description>
			</item>
			<item>
				<title>I Will Teach You to Be Rich</title>
				<link>https://mandopi.com/book-reviews/i-will-teach-you-to-be-rich/</link>
				<pubDate>Sun, 28 May 2023 12:51:06 -0400</pubDate>
				<guid>https://mandopi.com/book-reviews/i-will-teach-you-to-be-rich/</guid>
				<description>&lt;ul&gt;&#xA;&lt;li&gt;Author: Ramit Sethi&lt;/li&gt;&#xA;&lt;li&gt;Likelihood to recommend: 10/10 (if you live in the US) 8/10 otherwise&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This book about personal finance is great if you live in the US,&#xA;otherwise is still good, but situations might vary, the&#xA;concepts will require translation, and some might not even apply.&lt;/p&gt;&#xA;&lt;p&gt;As you know, I love simplicity, and one of the best things of this&#xA;book is how easy to read and understand it is.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Starting my personal site</title>
				<link>https://mandopi.com/posts/starting-personal-site/</link>
				<pubDate>Wed, 24 May 2023 06:45:45 -0400</pubDate>
				<guid>https://mandopi.com/posts/starting-personal-site/</guid>
				<description>&lt;p&gt;Why am I&amp;rsquo;m creating a personal site?&lt;/p&gt;&#xA;&lt;p&gt;Well, the idea is to have the most important things&#xA;about me in a single place under my control.&lt;/p&gt;&#xA;&lt;p&gt;If you want to take control over your online presence,&#xA;I really recommend that you give it&#xA;a try. A personal site it&amp;rsquo;s not as hard as it sounds.&#xA;I had the realization yesterday that I needed it, and&#xA;just made it happen by today.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
