<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Axel Valdez</title>
  <subtitle>Design Engineer</subtitle>
  <link href="https://axel.mx/feed/feed.xml" rel="self"/>
  <link href="https://axel.mx"/>
  <updated>2026-05-14T08:00:00-07:00</updated>
  <id>https://axel.mx</id>
  <author>
    <name>Axel Valdez</name>
    <email>contact@axel.mx</email>
  </author>
  
  <entry>
    <title>Comments</title>
    <link href="https://axel.mx/blog/comments/"/>
    <updated>2026-05-14T08:00:00-07:00</updated>
    <id>https://axel.mx/blog/comments/</id>
    <content type="html">&lt;p&gt;A few days ago I stumbled upon &lt;a href=&quot;https://matizeta.com/2026/05/11/una-intrenet-viva/&quot;&gt;this blog post by Matizeta&lt;/a&gt; where he talks about &amp;quot;the alive internet&amp;quot; and shares several ways to bring humanity back to the web.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;His focus on human interaction, and especially the part about comments, left me thinking about how at a certain point in ancient history, circa 2003, comments on blogs were almost as important as the blog content itself. We were blogging to get our voices out, but also to let other voices in, interact, and create connections.&lt;/p&gt;
&lt;p&gt;And we did. I did. I still have friends from that era, one of whom I texted with a couple hours ago.&lt;/p&gt;
&lt;p&gt;At a certain point, with the web becoming more enterprisey, more commercial, and in consequence more spammy, our comment systems started to fill up with trash, and it was hard to keep up with moderation. We slowly started removing comments from our blogs. Then social media came along, and we stopped blogging altogether.&lt;/p&gt;
&lt;p&gt;Yet here we are. I&#39;m typing a blog post like it&#39;s 2003 to let you know that I&#39;m adding comments, thanks to the fine folks at &lt;a href=&quot;https://echothread.io&quot;&gt;EchoThread&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Installing the thing was easy. Just copying and pasting an HTML snippet and done. But it looked so out of place that I hacked away at it for two hours to make it blend in with the rest of the site, and I think it&#39;s pretty good for a first pass.&lt;/p&gt;
&lt;p&gt;So, this website has a place for friends now. Now we just need friends! lol.&lt;/p&gt;
&lt;p&gt;Thanks, &lt;a href=&quot;https://matizeta.com&quot;&gt;Matizeta&lt;/a&gt;, for the idea.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Taking a piece of Instagram with me</title>
    <link href="https://axel.mx/blog/taking-a-piece-of-instagram-with-me/"/>
    <updated>2026-05-12T08:00:00-07:00</updated>
    <id>https://axel.mx/blog/taking-a-piece-of-instagram-with-me/</id>
    <content type="html">&lt;p&gt;For years I&#39;ve been having a love-hate relationship with Instagram. I&#39;m still there because I value the interaction with my friends, some of them remote, but I&#39;m always annoyed by the quantity of ads that show up in my feed.&lt;/p&gt;
&lt;p&gt;Now that I&#39;m fully coming back to the small/indie/personal web, I&#39;m trying to take with me some of the activities I use the corporate web for, and it occurred to me that taking a piece of instagram with me would be a great idea.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;I decided to start posting photos in my own space, so this Saturday I started toying with the idea and I set up to start.&lt;/p&gt;
&lt;p&gt;This also intersects with something I&#39;ve been doing for a while: being more mindful of the things we live through revisiting and curating our photo libraries. &lt;a href=&quot;/blog/memories/&quot;&gt;Here&#39;s more about it if you&#39;re interested&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;The Project&lt;/h3&gt;
&lt;p&gt;I knew I didn&#39;t want to do a commit every time I wanted to publish something, because that has stopped me in the past, but especially because I wanted to publish from my phone.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;My first read of the project:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I needed to hold the photos, text and metadata in a database somewhere&lt;/li&gt;
&lt;li&gt;The website should access the data via an API&lt;/li&gt;
&lt;li&gt;I needed a client for the website that fetched the data and put it in a pretty layout&lt;/li&gt;
&lt;li&gt;I needed a client for posting that has a form with an uploader and a few fields for text and metadata, that uploaded all of that to the database&lt;/li&gt;
&lt;li&gt;The client also needed to be able to fetch posts to edit the contents and save the modified data to the database&lt;/li&gt;
&lt;li&gt;I should be able to download a backup of the data at any time&lt;/li&gt;
&lt;li&gt;I didn&#39;t want any of this to generate any monetary cost at all. No paid subscriptions, no buying anything.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I had everything clear, the problem was, learning to do that would take me weeks. So I drafted a very thorough spec document and handed it to Codex.&lt;/p&gt;
&lt;p&gt;In about an hour, after some back and forth and bug fixing, I had a fully working app with a barebones visual design. That was Saturday night, then I spent 4-5 hours on Sunday manually working on the layout and design, and uploading content.&lt;/p&gt;
&lt;p&gt;Here&#39;s the result: &lt;a href=&quot;https://memories.axel.mx&quot;&gt;Memories&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Working with AI&lt;/h3&gt;
&lt;p&gt;I know, I know. AI is the forbidden fruit right now. But how I see it, by working carefully and staying in control, we can turn it into an excellent tool.&lt;/p&gt;
&lt;p&gt;In this case, I made sure to understand the problem to solve, and asked exactly for the solution I came up with, with a scope that allowed me to actually code the parts I love doing. I had a blast on Sunday making the barebones app something that reflected what I wanted in terms of layout and design. I even modified the solution a little bit after the fact to adapt to some new ideas that occurred to me while I was modifying the presentation layer, and I learned some React in the process.&lt;/p&gt;
&lt;p&gt;The most important thing for me in the end is to be able to understand how the app is built, and being able to modify it and debug things that come up in the future. AI enabled me to publish what&#39;s important to me, and I really like that. Sorry, not sorry. Or as my friends jokingly say in &lt;em&gt;Spanglish&lt;/em&gt;, perdon&#39;t.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Who knows that you blog?</title>
    <link href="https://axel.mx/blog/who-knows-that-you-blog/"/>
    <updated>2026-04-30T08:11:33-07:00</updated>
    <id>https://axel.mx/blog/who-knows-that-you-blog/</id>
    <content type="html">&lt;p&gt;I&#39;ve seen &lt;a href=&quot;https://forkingmad.blog/who-knows-that-you-blog/&quot;&gt;three&lt;/a&gt; &lt;a href=&quot;https://kaigulliksen.com/re-who-knows-that-you-blog/&quot;&gt;blog&lt;/a&gt; &lt;a href=&quot;https://kevquirk.com/who-knows-that-you-blog&quot;&gt;posts&lt;/a&gt; about this in my feeds today, and it&#39;s notable that so far everybody avoids openly sharing that they blog.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;I do share it when it&#39;s relevant, but thinking about this made me realize that I feel silly saying the word &amp;quot;blog&amp;quot; out loud. And it &lt;strong&gt;is&lt;/strong&gt; a silly word after all, or at least I&#39;ve always thought so. I&#39;m old enough to have called these things &amp;quot;web logs&amp;quot;, which is waaay worse, but these days I catch myself saying &amp;quot;I&#39;ve written about this on my website&amp;quot; more than &amp;quot;on my blog&amp;quot;.&lt;/p&gt;
&lt;p&gt;Anyway, other than my obvious self-consciousness about the term, I do share this blog with people in face-to-face conversations*.&lt;/p&gt;
&lt;p&gt;I would actually love for more people in my immediate circles to read these texts, and I&#39;d love it even more if they also had blogs. Reading a blog is a fascinating way to look into somebody&#39;s mind, and it gives so much context and insight that carries into face-to-face interactions.&lt;/p&gt;
&lt;p&gt;I have old friends I&#39;ve only seen once or twice in my life, and I feel like I know them well because of their writting. I think that&#39;s beautiful.&lt;/p&gt;
&lt;p&gt;And to answer the question in the title: my partner, a handful of my friends, a couple of coworkers, and my parents.&lt;/p&gt;
&lt;p&gt;* Ever since watching that documentary about The Pirate Bay, I avoid saying &amp;quot;IRL&amp;quot; or &amp;quot;in real life&amp;quot; to mean face-to-face. I usually say &amp;quot;AFK&amp;quot; or &amp;quot;away from keyboard&amp;quot; but it didn&#39;t quite fit in this case.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>I miss email</title>
    <link href="https://axel.mx/blog/i-miss-email/"/>
    <updated>2026-04-28T08:00:00-07:00</updated>
    <id>https://axel.mx/blog/i-miss-email/</id>
    <content type="html">&lt;p&gt;I miss email as a personal communication tool. Surely I still use it, but it is 20% paper trail for transactions, and 80% cold-messaging from companies I don&#39;t know—or plain old spam, if there&#39;s even a difference.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;A few years ago, when I left Facebook, I tried to leave WhatsApp, but at least in Mexico that&#39;s opting into social isolation. I asked my friends to use iMessage to reach out to me, and half of them did, but a few years later only one of them does it religiously (thanks, Carolina).&lt;/p&gt;
&lt;p&gt;Today, if I need to reach one of my friends there&#39;s a cognitive layer I have to get through: where to do it. Most of them are on WhatsApp, but others are on iMessage, Slack, Discord, Instagram DMs. Also most of them are on several of these platforms, but they each clearly have a preferred one where my message would reach them faster.&lt;/p&gt;
&lt;p&gt;Email was simple. There were no walls. An email address is an email address. It was the default platform. Once you were a power user, and most of my friends are nerds, so that&#39;s most of them, you got a domain and then you could port your email to whatever provider you wanted. I&#39;ve had mine in Gmail, Hey Email, Apple, and even a simple and basic client from DreamHost. I&#39;m currently back on Gmail and planning to move to a paid platform for whitelist capabilities.&lt;/p&gt;
&lt;p&gt;Email also promoted longer messages. More context. Most times you weren&#39;t in a hurry, or even when you were, if you typed just a couple of sentences it felt like something was missing. So you shared more.&lt;/p&gt;
&lt;p&gt;My friend Mariana and I used to send each other long life updates once or twice a year over email. I still remember those messages and they make me smile. If I did this today, after sending the email I would need to reach out to the recipient on another platform just to let them know I did, so they can go dig the email out of the pile of trash that for sure is littering their mailbox.&lt;/p&gt;
&lt;p&gt;This is not a call to action, but a simple rant. Or, in the best case, a wish. A wish for email to come back, or at least a cry for real connection.&lt;/p&gt;
&lt;p&gt;But really, it&#39;s probably just a case of an old man yelling to the clouds.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Kindness</title>
    <link href="https://axel.mx/blog/kindness/"/>
    <updated>2026-04-16T08:00:00-07:00</updated>
    <id>https://axel.mx/blog/kindness/</id>
    <content type="html">&lt;p&gt;&lt;em&gt;This is a note from my journal that works as a constant reminder of being kind, something that&#39;s very important on my current journey. I share it here because, as simple and silly as it may seem, sometimes finding something simple at the right time can give someone a shift in perspective, and I&#39;ve found innumerable things on my own path that I&#39;m extremely grateful for.&lt;/em&gt;&lt;/p&gt;
&lt;!-- more --&gt;
&lt;ul&gt;
&lt;li&gt;Be kind to yourself by attending your needs and forgiving your mistakes.&lt;/li&gt;
&lt;li&gt;Be kind to your children by guiding them, being patient with them and giving them your time and attention.&lt;/li&gt;
&lt;li&gt;Be kind to your partner by being close, listening to them, and setting expectations clear both ways.&lt;/li&gt;
&lt;li&gt;Be kind to your friends by expressing love, giving them your attention and communicating with them often.&lt;/li&gt;
&lt;li&gt;Be kind to your parents by being openly thankful, generous in time and resources, and allowing them to take care of you even if you don&#39;t need to.&lt;/li&gt;
&lt;li&gt;Be kind to your clients and co-workers by not assuming they know what you know. Communicate clearly and be patient.&lt;/li&gt;
&lt;li&gt;Be kind to the world by sharing what you&#39;ve learned, in exchange for having been taught all those things.&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  
  <entry>
    <title>Journaling</title>
    <link href="https://axel.mx/blog/journaling/"/>
    <updated>2026-04-14T08:00:00-07:00</updated>
    <id>https://axel.mx/blog/journaling/</id>
    <content type="html">&lt;p&gt;In its simplest form, journaling is keeping a record of our thoughts, emotions, and reactions to our circumstances. It gives us a history to revisit, reference material that would otherwise get lost in unreachable corners of our memory. I&#39;ve gone back to pages from 4 or 5 years ago and been surprised to realize that I&#39;d already lived through situations similar to current events I considered new.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;There are many ways to keep a journal. The simplest of them is just writing about what happened today, how you felt, and what you think about it. It can be as detailed as you want: a single sentence, a paragraph, a page, several pages.&lt;/p&gt;
&lt;p&gt;In my experience, the main impediment to start journaling is the feeling that it&#39;s too late. &amp;quot;I should&#39;ve started a long time ago&amp;quot;, and yes, we&#39;re always right on that. But there&#39;s a phrase that&#39;s as cliché as it is true: &amp;quot;the best time to start a journal was 20 years ago, the next best time is now.&amp;quot;&lt;/p&gt;
&lt;p&gt;I would encourage you to start a journal today. It doesn&#39;t matter what type, or how long your entries are. The single most important thing early on is being constant. Write a sentence or two every day, and soon the muscle will start to develop, the mind will be in the correct state as soon as you pick up the pen.&lt;/p&gt;
&lt;p&gt;I struggled a lot to start. I tried notebooks, then digital tools, and at the end I came back to notebooks. At first I wrote only on some days of the week, sometimes I forgot to do it for months, but I kept returning to it. Now I find pen and paper help me think more clearly. I pause less to think and I&#39;m able to unload my brain more efficiently than on a keyboard. It doesn&#39;t have to be like that for you, maybe typing suits you better. Constancy matters way more than the medium.&lt;/p&gt;
&lt;h3&gt;Types of journals I use&lt;/h3&gt;
&lt;p&gt;There are an infinity of types of journals, and you can come up with your own. These are the ones I use or have used:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Clarity Journal&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You just dump everything that&#39;s in your mind right now into the page. It doesn&#39;t have to be in a certain format, or have any structure. I sometimes write long-form, other times I just do bullet points. The important thing here is to get it all out. If work feels like too much, list what&#39;s under control, what&#39;s not, and what questions you need answered. If it&#39;s loss, write down what you&#39;re grateful for having had before the loss and how you&#39;re feeling right now. In any case, be as thorough as possible.&lt;/p&gt;
&lt;p&gt;This is especially useful for anxiety. Sometimes just by writing something you find that it doesn&#39;t make sense. Sometimes you connect some dots. Sometimes dumping all your thoughts into the journal gives you answers you didn&#39;t think you had.&lt;/p&gt;
&lt;p&gt;With practice, this feels like having a conversation with yourself, because seeing and reading your thoughts on paper allows you to see them in a more neutral light, similar to listening to a good friend. It also, in my experience, gives more structure to my thinking, as if I&#39;m pre-formatting thoughts to put them on paper. I start organizing things into mental &amp;quot;tabs&amp;quot; sometimes finding connections between seemingly unrelated things.&lt;/p&gt;
&lt;p&gt;I recommend starting with this one.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Daily Reflections&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This one is very useful to help break out of depressive thought loops. Gratitude journaling is an excellent example of this type of journal.&lt;/p&gt;
&lt;p&gt;At the end of the day, you answer at least one question. For depressive thoughts, I&#39;ve used:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;What am I grateful for?&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;What excited me today?&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;What did I learn today?&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;What questions, if answered, would help me move forward?&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Or whatever question helps you reflect on your life day to day. It does sound corny. It also works.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note taking&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Yes, note-taking and journaling are different, but sometimes note-taking can be an aid to journaling. I have ADHD, and my brain is usually jumping from one thought to another, and that&#39;s why I&#39;m always writing down things I need to remember. They can be superfluous things like the price of something I need for dinner, or a very important idea I had for a project.&lt;/p&gt;
&lt;p&gt;This has become almost a reflex in my day-to-day, so I&#39;ve found myself writing micro journal entries in my notebook. Sometimes they become a whole extended thing in my &amp;quot;regular&amp;quot; journal, sometimes they stop mattering and I scratch them, but again, they also help give structure to my thinking.&lt;/p&gt;
&lt;h3&gt;What I do&lt;/h3&gt;
&lt;p&gt;I do 2 things:&lt;/p&gt;
&lt;p&gt;I keep a &amp;quot;regular&amp;quot; journal. It&#39;s a pocket hardcover notebook so I can bring it anywhere without hassle. I write in it 3-5 days a week. Some entries are half a page, some are several pages. I like to start entries at the top of a page, with the date and the location, so if I don&#39;t fill one of them, I &amp;quot;cancel&amp;quot; the rest of the space with a line. But that&#39;s just me.&lt;/p&gt;
&lt;p&gt;I also carry a notebook with me. I take note of anything I might need to remember, and that includes things that are relevant for my journaling. This is an ephemeral notebook. A couple of times a week I review its contents, and scratch out anything that&#39;s no longer relevant or I&#39;ve already taken action on. I sometimes transcribe thoughts to my journal, or expand on them.&lt;/p&gt;
&lt;p&gt;When the notebook is full, I usually throw it away after a final review. I call it &amp;quot;the chaos book&amp;quot; and it&#39;s usually beat up, with torn pages and scribbles all over it.&lt;/p&gt;
&lt;h3&gt;Advice&lt;/h3&gt;
&lt;p&gt;Things that I&#39;ve learned:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Don&#39;t let anybody read your journal.&lt;/strong&gt;
This is not a privacy thing (though it might be for you). The moment I consider that somebody might read what I&#39;m writing, I start writing for an audience. I start caring about how it might look, how I may look. And that affects how and what I write. It&#39;s important to keep things raw and unedited.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Disrespect the tools.&lt;/strong&gt;
There are few things as useless as a notebook you&#39;re afraid of ruining. I recommend ruining it right away. As soon as you unwrap it, scribble all over the first page, put a crooked sticker on it, or write with Sharpie on the cover. Then you&#39;re free to make mistakes, and mistakes are a part of the process.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Don’t limit yourself to a system.&lt;/strong&gt;
At least not at first. There are a lot of journaling and note-taking systems out there that will seem perfect, but end up being too limiting or needing too much maintenance, and that’s likely to throw off your journaling motivation. For now, my recommendation is to start simple and once you have the habit, start looking into a system if you feel like you need it.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Keep going.&lt;/strong&gt;
Write at least a sentence if today you don&#39;t feel like it. Write &amp;quot;I don&#39;t feel like it&amp;quot; if you want, but keep on writing until it&#39;s simply something you do, like eating or sleeping.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That&#39;s it. I hope you start journaling today. Thanks for reading.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Notebooks</title>
    <link href="https://axel.mx/blog/notebooks/"/>
    <updated>2026-03-04T10:55:33-07:00</updated>
    <id>https://axel.mx/blog/notebooks/</id>
    <content type="html">&lt;p&gt;For years I’ve tried to have a digital-only note system, but it’s difficult. It’s easy to have an organized archive for quick-reference in digital form, but for daily on-the-go notes nothing beats the availability of pen and paper.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;Paper is inconvenient. For the system to be reliable, you need to carry a notebook and a pen everywhere you go, and we all know pens are always trying to get lost. The simplicity of note-taking apps is deceptive, though: the path to get to actual note taking is full of distractions, because it lives in a device designed for distractions.&lt;/p&gt;
&lt;p&gt;I really want to stress that I don’t share the romanticism towards pen and paper, and yet here I am, carrying a couple of notebooks and a handful of pens everywhere.&lt;/p&gt;
&lt;h2&gt;How I use notebooks&lt;/h2&gt;
&lt;p&gt;Most of the time I have two pocket notebooks with me. I like pocket notebooks because they fit everywhere and take close to no space.&lt;/p&gt;
&lt;p&gt;The first one is my personal journal, and this is the only “precious” one, because I need this one to last. I use a hard-cover pocket notebook and I try to empty my thoughts into it 3-4 times a week.&lt;/p&gt;
&lt;p&gt;The second one is a catch-all for the day-to-day. Everything goes there, from insightful thoughts to shopping lists. Offloading your memory to a notebook frees brain space for processing, and that’s the most valuable purpose of that notebook. Also, as a (very) anxious person, having the reassurance that I won’t forget anything gives me so much peace of mind. For this one I either choose a cheap notebook from Temu or AliExpress (they come in packs of 50), or a hand-made one. I call this &lt;strong&gt;“the chaos book”&lt;/strong&gt;, as its purpose is to take the chaos from my mind and put it somewhere else.&lt;/p&gt;
&lt;p&gt;Once the catch-all is full, and important notes are migrated to my digital file, they’re discarded. They’ve served their purpose.&lt;/p&gt;
&lt;h2&gt;My hand-made notebooks&lt;/h2&gt;
&lt;p&gt;As I don’t need anything fancy, a few years ago I started making my own disposable notebooks. A few copy paper sheets, a somewhat sturdy cover, a stapler and a utility knife are all you need.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://utntpjhexuergmbpqoot.supabase.co/storage/v1/object/public/images/images/2026/03/1772647073398_e9n96s.png&quot; alt=&quot;My notebooks&quot; /&gt;&lt;/p&gt;
&lt;p class=&quot;small mt-0 muted text-center&quot;&gt;My journal at the left, my hand-made notebooks at the right&lt;/p&gt;
&lt;p&gt;These aren’t pretty notebooks, but they don’t need to be. It is also easier to ruin them, which is a very important thing to do in order to make a notebook really useful.&lt;/p&gt;
&lt;h2&gt;Ruin your notebooks&lt;/h2&gt;
&lt;p&gt;If you’re like me (and I’ve found a lot of people are like me on this), when you get a new notebook, especially a nice one, you put it away and wait for something “worthy” of it. Or maybe you’re already using it but you’re being overly careful not to make mistakes so you don’t ruin your nice and pretty notebook. That’s bullshit.&lt;/p&gt;
&lt;p&gt;The solution: ruining it early. Remove the shrink wrap and scribble all over the first page. Write a sloppy title on the cover with a Sharpie. Put a sticker on, purposely crooked and off-center. Whatever you need to consider it “ruined”. Then you’ll be free to use it as you please.&lt;/p&gt;
&lt;p&gt;I read this idea years ago from Frank Chimero and it made a lot of sense.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In my case, the more I treasure a tool, the less likely I am to use it. I always scribble all over the first page because there&#39;s no way I can make anything worse than that. So, we&#39;re off to the races. — &lt;a href=&quot;https://usesthis.com/interviews/frank.chimero/&quot;&gt;Frank Chimero&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Anyway, that’s it. Maybe some other time I’ll write about my digital file, but as a spoiler, it is a very distilled version of &lt;a href=&quot;https://www.myforevernotes.com&quot;&gt;Forever Notes by Matthias Hilse&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks for reading, and happy note-taking.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>IIIMGS</title>
    <link href="https://axel.mx/blog/iiimgs/"/>
    <updated>2025-12-12T23:17:48-07:00</updated>
    <id>https://axel.mx/blog/iiimgs/</id>
    <content type="html">&lt;p&gt;This blog is built on 11ty, and I use Decap CMS to update it (editing code directly gets old reeeeal quick). I don&#39;t love image management in Decap, though, and I always wanted a better and quicker solution for that. So I made my own.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;My requirements were the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I want a standalone solution for image hosting&lt;/li&gt;
&lt;li&gt;I want to use it as an image gathering app (hoarding, really), not only as image storage for this blog&lt;/li&gt;
&lt;li&gt;It should use authentication for uploading and deleting images, but it should also be accessible without logging in for view-only features&lt;/li&gt;
&lt;li&gt;I don&#39;t want to put money into it, so it should rely only on free products/services&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The suggested solution, and the one I went with, was a project in Supabase, using their storage, authentication, and database systems, with a front end built on JavaScript and hostable locally or in any JAMstack provider (I went with Netlify, which I use for everything).&lt;/p&gt;
&lt;p&gt;When logged in, I can just drag and drop images onto the page, and it will upload and organize them by date (grouped by month).
The images are shown and paginated by month, and I can click on any of them to copy the URL, double-click them to see them in a lightbox, or click the × icon to delete them.&lt;/p&gt;
&lt;p&gt;I also made an export script so I can back up everything whenever I need to, in case I want to move all the content to a new provider.
The images from the last three posts (including this one) are hosted there, and it&#39;s been working really nicely.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://utntpjhexuergmbpqoot.supabase.co/storage/v1/object/public/images/images/2025/12/1765581660436_1wobbd.png&quot; alt=&quot;IIIMGS&quot; /&gt;&lt;/p&gt;
&lt;p&gt;For future features, I want to add a &amp;quot;locked&amp;quot; status to some images, in case I&#39;m using them on a post and want to prevent myself from accidentally deleting them. That&#39;s pretty much it for the moment. It makes me so happy 🙂.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This is a post about a tool I made using AI. &lt;a href=&quot;/blog/vibe-coding-look-ma-i-m-a-developer/&quot;&gt;Here&#39;s the context&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>CCCOLUMNS</title>
    <link href="https://axel.mx/blog/cccolumns/"/>
    <updated>2025-12-12T22:40:44-07:00</updated>
    <id>https://axel.mx/blog/cccolumns/</id>
    <content type="html">&lt;p&gt;I’m a huge nerd for notes. A long time ago, I learned not to trust my memory, so everything that comes to mind and needs to be remembered goes into a note. There’s this idea that the brain is an excellent processor and a very shitty storage solution. I fully subscribe to that notion.&lt;/p&gt;
&lt;p&gt;I already use a system in Apple Notes, heavily based on &lt;a href=&quot;https://www.myforevernotes.com&quot;&gt;Forever Notes by Matthias Hilse&lt;/a&gt;, but very distilled and simplified. However, I wanted an even more immediate quick-note system that was always up front and ready, so I made just that.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;&lt;img src=&quot;https://utntpjhexuergmbpqoot.supabase.co/storage/v1/object/public/images/images/2025/12/1765579920000_aylrgg.png&quot; alt=&quot;CCCOLUMNS in view mode&quot; /&gt;&lt;/p&gt;
&lt;p&gt;CCCOLUMNS is a single-page app that divides the viewport into N columns. Each column has a title, and the rest of the column is a note. You can switch between viewing and editing notes with a keyboard shortcut or by double-clicking anywhere on the page. After editing, you hit Escape and everything’s saved.&lt;/p&gt;
&lt;p&gt;The app has a settings modal where you can add, remove, and reorder columns. There you can select how many columns are visible in the viewport, but later I also added a quick switch for this using number keys while in view mode. The columns that aren’t in view are accessible by scrolling horizontally.&lt;/p&gt;
&lt;p&gt;The content of the notes uses Markdown syntax (with a few customizations that make my life easier) and is rendered as HTML when in view mode.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://utntpjhexuergmbpqoot.supabase.co/storage/v1/object/public/images/images/2025/12/1765579921512_z8vv3e.png&quot; alt=&quot;CCCOLUMNS in edit mode&quot; /&gt;&lt;/p&gt;
&lt;p&gt;At first, everything was saved only locally in the browser. But since I use two computers, I wanted them to be synced, so I changed it to save to a JSON file in a private GitHub repository, and I added a repository credentials tab in the settings modal. When credentials are not configured, it still saves to local storage.&lt;/p&gt;
&lt;p&gt;And that’s it. I’ve been using CCCOLUMNS for about half a week, and it’s been extremely helpful during the day. Any content that isn’t discardable at the end of the day gets migrated to my Apple Notes system, and everything that’s no longer useful gets manually discarded.&lt;/p&gt;
&lt;p&gt;It’s obviously not perfect. I’m not handling multiple sources updating the data file, and if one computer’s sync doesn’t go through and the other updates the file later, content is going to be lost. But for now, it serves me fine. I’ll try to address those issues later, when I have time to nerd out about it.&lt;/p&gt;
&lt;p&gt;You can &lt;a href=&quot;https://cccolumns.axel.mx&quot;&gt;try CCCOLUMNS here&lt;/a&gt;, or &lt;a href=&quot;https://github.com/axelvaldez/cccolumns&quot;&gt;see the repo and deploy your own instance easily&lt;/a&gt;.`&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE on Apr 15th, 2026&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I’m no longer using this tool. I found &lt;a href=&quot;https://antinote.io&quot;&gt;Antinote&lt;/a&gt;, which does everything I need and a little bit more in clever ways, and it’s a native macOS app.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Vibe Coding (look ma&#39;! I&#39;m a developer!)</title>
    <link href="https://axel.mx/blog/vibe-coding-look-ma-i-m-a-developer/"/>
    <updated>2025-12-12T18:51:33-07:00</updated>
    <id>https://axel.mx/blog/vibe-coding-look-ma-i-m-a-developer/</id>
    <content type="html">&lt;p&gt;I&#39;ve been &lt;a href=&quot;https://en.wikipedia.org/wiki/Vibe_coding&quot;&gt;vibe coding&lt;/a&gt; again, but this time I took a different approach. I focused on stuff whose workings I already understand. It was a very different experience.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;The first time I tried to make an iOS app, with the hope that if it worked, I would also do a macOS app from that. But it didn&#39;t work: too many errors that the AI agent couldn&#39;t really solve, and I wasn’t much help because I was totally out of my element.&lt;/p&gt;
&lt;p&gt;This time I decided to focus on problems I wanted to solve for myself (the old &amp;quot;scratch your own itch&amp;quot;), and to ask the assistants to make web apps in technologies I already know and work with every day. This was the key to successfully finish and ship stuff that actually worked.&lt;/p&gt;
&lt;p&gt;I made two things: &lt;a href=&quot;https://cccolumns.axel.mx&quot;&gt;CCCOLUMNS&lt;/a&gt; (&lt;a href=&quot;https://github.com/axelvaldez/cccolumns&quot;&gt;repo&lt;/a&gt;), a quick note taker for my day to day, and &lt;a href=&quot;https://iiimgs.axel.mx&quot;&gt;IIIMGS&lt;/a&gt; (&lt;a href=&quot;https://github.com/axelvaldez/iiimg&quot;&gt;repo&lt;/a&gt;), an image &lt;s&gt;hosting&lt;/s&gt; hoarding solution. Why the naming convention? I don&#39;t know, it seemed fun and more likely to be available as service subdomains. Also, I like them as a humble tribute to the awesome and now defunct &lt;a href=&quot;https://en.wikipedia.org/wiki/FFFFOUND!&quot;&gt;ffffound!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In case you want to learn more:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://axel.mx/blog/cccolumns/&quot;&gt;Blog post about CCCOLUMNS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://axel.mx/blog/iiimgs/&quot;&gt;Blog post about IIIMG&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Drugs and Normality</title>
    <link href="https://axel.mx/blog/drugs-and-normality/"/>
    <updated>2025-11-27T22:50:43-07:00</updated>
    <id>https://axel.mx/blog/drugs-and-normality/</id>
    <content type="html">&lt;p&gt;&lt;img src=&quot;https://utntpjhexuergmbpqoot.supabase.co/storage/v1/object/public/images/images/2026/01/1769130874213_0wm8so.jpeg&quot; alt=&quot;White Pills, by Thought Catalog on Unsplash&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I never did drugs in my youth because I was too afraid, but I always had this curiosity of how it would feel to be high. I imagined pure awesomeness and bliss.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;Turns out I do need a lot of drugs, prescription ones, and the effect is not an incredible high, but just plain normality. I need to drug myself to feel like a regular person feels on their baseline. Ironic, I know. But you know what? it IS pure awesomeness and bliss.&lt;/p&gt;
&lt;p&gt;I recently concluded that the only secret to happiness is to have been miserable, and to have a solution at hand. There&#39;s no high without previous lows. Without a reference, things aren&#39;t good or bad, they just are.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Headphones</title>
    <link href="https://axel.mx/blog/headphones/"/>
    <updated>2025-11-25T16:53:58-07:00</updated>
    <id>https://axel.mx/blog/headphones/</id>
    <content type="html">&lt;p&gt;&lt;img src=&quot;https://utntpjhexuergmbpqoot.supabase.co/storage/v1/object/public/images/images/2026/01/1769130877413_jbs0dx.jpeg&quot; alt=&quot;Airpods Max, photo by Stephan Riedl / Unsplash&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I love headphones. I love them because music has always been my safe place and headphones were my way to carry that with me in public, except I never allowed myself to use them.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;My ideal way of using headphones was a very simple and normal one: to go about my day with music as a companion. The problem was I kept worrying someone would need my attention, and even in situations where that was unlikely, that preoccupation didn’t go away. I couldn’t even stand in line without switching off the music.&lt;/p&gt;
&lt;p&gt;That was until I figured out that the whole thing was a manifestation of my own low self-esteem telling me that being available made me more acceptable. I had to be on standby for approval, even from strangers. From the day I understood that, I started going out wearing headphones. It was a gradual endeavor, though, and the hardest part was fighting the reflex to hit pause or rip my headphones off whenever anyone came near.&lt;/p&gt;
&lt;p&gt;I’m writing this today because yesterday it was the first time I wore headphones for a whole trip to the supermarket. From getting out of the car to getting back to it, I walked through the aisles with the music flowing, not hearing anything else, and went through the self-checkout thing without even pausing for a second.&lt;/p&gt;
&lt;p&gt;It. Felt. So. Good.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Making my phone boring</title>
    <link href="https://axel.mx/blog/making-my-phone-boring/"/>
    <updated>2025-09-17T21:38:45-07:00</updated>
    <id>https://axel.mx/blog/making-my-phone-boring/</id>
    <content type="html">&lt;p&gt;I removed Instagram from my phone two weeks ago. Well, all social apps, but Instagram is the main one for me.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;I didn’t stop using it, though. Now that they have an iPad app, I installed it there. The idea is to intentionally use it whenever I want to check or post something, instead of defaulting to it every time I have a moment during the day.&lt;/p&gt;
&lt;p&gt;It was difficult for the first couple of days, mostly because as soon as I had a quiet moment, my hands went straight for my phone, but it turned into a small boring glass square surprisingly quickly (and honestly, I think that’s what it should be: boring but useful). Slowly I started taking the phone out just to snap photos or videos and then quickly putting it away.&lt;/p&gt;
&lt;p&gt;For the first two or three days, at the end of the day I was eager to check the iPad and catch up on what I missed, but that also went away quickly.&lt;/p&gt;
&lt;p&gt;I still miss those little hits of dopamine, and I’m struggling with boredom sometimes, but overall, making it slightly inconvenient to use it has helped me be more present and enjoy what’s happening. And I really like that.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>El miedo a la muerte</title>
    <link href="https://axel.mx/blog/el-miedo-a-la-muerte/"/>
    <updated>2025-08-14T18:10:34-07:00</updated>
    <id>https://axel.mx/blog/el-miedo-a-la-muerte/</id>
    <content type="html">&lt;p&gt;Desde muy pequeño he estado asustado con la idea de la muerte en general, la de mis seres queridos, y especialmente la idea de la mía propia.&lt;/p&gt;
&lt;p&gt;Aunque con los años he podido ir gradualmente y a cierto nivel reconciliándome con la idea, este miedo empezó siendo paralizante. Al nivel de ser un niño de 6 años que no podía dormir pensando en eso.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;Lo de las ideas persistentes y paralizantes ahora tiene una explicación muy clara con mi diagnóstico de ansiedad y TDAH, pero además de eso debo agregar que fui criado en un hogar ateo.  Cuando buscaba respuestas relacionadas con la idea de la muerte, esperando encontrar consuelo y alguna historia relacionada con “el cielo” o “el más allá”, lo que encontraba en mis adultos eran respuestas pragmáticas que, aunque ahora agradezco, solo alimentaban leña nueva al fuego que ardía constantemente en mi cabeza. “No hay nada después de morir”, “es como dormirse, pero ya no despertamos”. “No nos damos cuenta cuando nos quedamos dormidos, ni cuando estamos durmiendo, así que ni siquiera nos vamos a dar cuenta de que ya no estamos vivos”. Ajá.&lt;/p&gt;
&lt;p&gt;Eventualmente empecé a explorar la religión. Encontré mucho consuelo en creer en un dios todopoderoso que estaba a cargo. El adulto &lt;em&gt;non plus ultra&lt;/em&gt;. Creer en los conceptos cristianos implica que la muerte queda invalidada por que deja de ser el fin para convertirse en un puente, en un paso a otra cosa potencialmente mejor.&lt;/p&gt;
&lt;p&gt;Pasé unos años así, no sin cuestionar las creencias, pero cayendo constantemente del lado de creer más que de pensar profundamente, porque lo segundo era lo que ya había hecho por mucho tiempo y solo había resultado en estrés y miedo.&lt;/p&gt;
&lt;p&gt;Eventualmente mi filosofía de vida, mi introspección temprana y mi obsesión con cuestionar las cosas terminaron “traicionándome”, y me di cuenta de que no creía en nada de eso, y de que el aferrarme a las creencias religiosas era solamente una manera de borrar, o al menos mitigar, el miedo que me causaba morirme. Acepté que era ateo y siempre lo había sido.&lt;/p&gt;
&lt;p&gt;Tengo años diciendo en cada conversación al respecto que me gustaría tener la capacidad de creer en dios, en la mitología religiosa. Que me encantaría porque eso significaría que mi muerte dejaría de ser la amenaza de algo terrible. Pero simplemente no puedo.&lt;/p&gt;
&lt;p&gt;Hace unos días vi “Panicked”, el especial de comedia de Marc Maron. En su bit de cierre habla de una experiencia cercana a la muerte completamente mundana, y de cómo ésta le hizo darse cuenta de que ya no tiene miedo de morirse. Y eso me dejó pensando por días.&lt;/p&gt;
&lt;p&gt;Creo que no es cierto que quisiera creer en dios o en la mitología religiosa. Mi verdadera aspiración es llegar a un punto de mi vida en el que deje de tener miedo de morirme. El momento en el que pueda aceptarlo y hacer las paces con la idea, y dejar la fantasía de inmortalidad, que es la máxima expresión del &lt;em&gt;Fear of Missing Out&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Quisiera tener la entereza de Leonard Cohen algún día (y mejor me voy apurando).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I don’t dare attach myself to a spiritual strategy. I don’t dare do that. I’ve got some work to do. Take care of business. I am ready to die. I hope it’s not too uncomfortable. That’s about it for me.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Siento que cada vez estoy más cerca, pero falta un buen de camino por recorrer.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Matt.</title>
    <link href="https://axel.mx/blog/matt/"/>
    <updated>2025-08-01T20:08:13-07:00</updated>
    <id>https://axel.mx/blog/matt/</id>
    <content type="html">&lt;p&gt;— Hi, I’m Mateo Pérez&lt;br /&gt;
— Hello, I’m Axel Valdez. I just got here yesterday&lt;br /&gt;
— So, what do you do exactly?&lt;br /&gt;
— I’m a UI designer, and I also do front-end code. Mostly HTML and CSS, but also some JavaScript, usually for interaction stuff&lt;br /&gt;
— For how long have you been doing these things?&lt;br /&gt;
— It’s been like... 15 years now. Wow.&lt;br /&gt;
— And what do you like the most?&lt;br /&gt;
— CSS, definitely. I would be happy if I got to just do CSS forever.&lt;br /&gt;
— Alright. That was your English test. You’re fine.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;That was my first interaction with Matt Perez, on my second day at Nearsoft in 2011. He kinda intimidated me at that time, mostly because I had read a lot about him on social media, and he was already a legend for founding Nearsoft, this weird and utopian software development joint in Hermosillo. At that time we were small. About 35 people including designers, software engineers, recruiters, and admin staff.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;Nearsoft was broadly criticized locally because of their work philosophy. (You can read more about that in the book &lt;a href=&quot;https://radicalcompanies.gumroad.com/l/book&quot;&gt;Radical Companies&lt;/a&gt;, by Matt and two other authors). When I joined, some of my friends made snarky comments about drinking the Kool-Aid without finding out what the catch was.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Funny thing: at one time, we joked about welcoming new team members with a glass of orange Kool-Aid in reference to this (orange was the brand color). We never did it, though.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;For most of the next ten years I worked directly with Matt, as I became part of the digital marketing team and he was in sales. I got to know him and I feel like he took me under his wing in a lot of ways.&lt;/p&gt;
&lt;p&gt;He helped me with my anxiety. We had a few conversations about it, and he, as practical as he was, gave me specific advice on how to deal with anxiety at work and checked in with me often.&lt;/p&gt;
&lt;p&gt;He also once told me I was taking too much work because I wanted to be everywhere (I did), and I should learn how to say no. Then he proceeded to, from time to time, ask me to join or lead projects, only to tell me after I said yes and we set up a tight deadline, that the project was fake and I had failed the test. “You need to say no”. This went on for months.&lt;/p&gt;
&lt;p&gt;Over the years, he became a role model for me on how to approach work. He taught me, inadvertently, that work can and should be fun. That the intersection of the things I want to do and the things the company needs are my most valuable contributions. That work and life are not enemies, the right job is part of our life and we should have a good time at it.&lt;/p&gt;
&lt;p&gt;I once had a medical emergency in my family. I was very worried because I was also overloaded with work. He told me “go take care of them, we’ll figure it out, this just became very unimportant” which written out is so simple and logical I’m almost embarrassed to highlight it. We should have this kind of humanity in every job.&lt;/p&gt;
&lt;p&gt;When I left Nearsoft, after it was sold and renamed, he replied to my farewell email the best way he could. He recognized some mistakes they had made in the process, and he fully owned them. That was also a teaching for me.&lt;/p&gt;
&lt;p&gt;We worked on some things after that. We checked in from time to time. I talked to him about my divorce, parenting, and he talked to me about life, retirement, and his struggles with his cancer.&lt;/p&gt;
&lt;p&gt;Matt passed away a week ago. It’s difficult for me to think about it. It’s weird knowing he is not here anymore. But I’m happy all the things he taught me, with words or by example, and his incredibly solid ethics and philosophy on how work should be, are with me forever.&lt;/p&gt;
&lt;p&gt;Thanks Matt, you magnificent old fart. I’m not crying, you’re crying. And I will miss you forever.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Memories</title>
    <link href="https://axel.mx/blog/memories/"/>
    <updated>2025-05-26T19:45:36-07:00</updated>
    <id>https://axel.mx/blog/memories/</id>
    <content type="html">&lt;p&gt;With time, our memories start jumbling up, tangling, getting fuzzy.&lt;/p&gt;
&lt;p&gt;I feel like I lived a lifetime from 15 to 20, then from 40 to 45 it was a blink. Some people say it’s the percentage of your life those years represent. I don’t think it works like that. I think i’ts a problem of us not being mindful of the things we live.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;When you drive from work to home, you barely register what happened. If right after you arrive you try to remember what whas happenning in a certain block or street, most likely you won’t be able to recall it. That dynamic starts slowly happening with everything we live, especially in the cotidianity.&lt;/p&gt;
&lt;p&gt;A few years ago, looking into this, I found &lt;a href=&quot;https://www.youtube.com/watch?v=GLy4VKeYxD4&quot;&gt;this video from Johnny Harris&lt;/a&gt;. It made a lot of sense. He asks “what’s the most important thing that happened to you in April 2011?”&lt;/p&gt;
&lt;p&gt;Right? Impossible to know.&lt;/p&gt;
&lt;p&gt;This subject is very important to him too and he suggests a photo practice that helps being more mindful of the things we live. I won’t bother you with details, but it’s about constantly revisiting and curate out photos and videos from past days.&lt;/p&gt;
&lt;p&gt;For instance, I just revisited my phone photos from this last weekend (a trip to the beach being the most important memory) and reduced 100+ photos and videos down to a few (probably less than 10). These photos are now my tangible memory of this weekend, and the process of revisiting and curate the whole thing consolidates the day into my memory, very much like telling or writting down your dreams right after waking up makes them permanent.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Feeling the feels (and not running away)</title>
    <link href="https://axel.mx/blog/feeling-the-feels-and-not-running-away/"/>
    <updated>2025-04-25T08:00:00-07:00</updated>
    <id>https://axel.mx/blog/feeling-the-feels-and-not-running-away/</id>
    <content type="html">&lt;p&gt;I’ve been thinking a lot about emotional management, particularly after a challenging year of depression and anxiety. I’ve lived with both for most of my life, but it wasn’t until recently that I was formally diagnosed. About a year ago, I hit rock bottom. Since then, it’s been a slow but steady climb, thanks to therapy, medication, and a lot of introspective work.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;One of the main things I’ve learned over the past few months is how to accept, feel, and process my emotions when I’m feeling down, instead of running away from them or distracting myself from the discomfort.&lt;/p&gt;
&lt;p&gt;My first instinct is, obviously, to look for immediate relief. This often comes from easy distractions: social media, TV, drinking, sex. But being mindful of my thoughts and sensations has proven to be far more helpful. As soon as I accept that I’m uncomfortable and that those sensations won’t magically disappear, I start to feel calmer. I take inventory of what I’m feeling and consider the possible causes.&lt;/p&gt;
&lt;p&gt;Don’t get me wrong: the uneasiness doesn’t just vanish. But taking the wheel and aknowledging the feelings and sensation makes a world of difference. Now I’m in control, and I usually have several ways to steer things in a better direction. It’s like taking a mess of irrational, jumbled thoughts and emotions, putting them in order, and turning them into something rational and manageable.&lt;/p&gt;
&lt;p&gt;That alone, given how my mind works, brings me a sense of peace. There’s also a quiet sense of accomplishment in not escaping those feelings through artificial means.&lt;/p&gt;
&lt;p&gt;This approach, at least for me, resonates deeply with the concept of delayed gratification. It also reminds me of the recent emphasis on the value of boredom. Boredom makes space for self-reflection, and in this age, with smartphones, computers and screens filling every single moment with work, entertainment, or distraction, that space is hard to come by. But it’s essential if we want to get better and grow.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Quick check-in on social media</title>
    <link href="https://axel.mx/blog/quick-check-in-on-social-media/"/>
    <updated>2023-11-20T14:22:29-07:00</updated>
    <id>https://axel.mx/blog/quick-check-in-on-social-media/</id>
    <content type="html">&lt;p&gt;Musk has made it really easy not to go back to Twitter. Props for that.&lt;/p&gt;
&lt;p&gt;Threads is slowly creeping into being a true replacement for Twitter, toxicity and all. It may come as a surprise to no one that the problem isn’t the platform, but the people pouring their shit into it.&lt;/p&gt;
&lt;p&gt;Instagram is still the one app I’m using to go watch ads with scattered updates from my friends.&lt;/p&gt;
&lt;p&gt;This quote from Leif K-Brooks, Omegle’s Founder is spot on and feels painfully prophetical:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I worry that, unless the tide turns soon, the Internet I fell in love with may cease to exist, and in its place, we will have something closer to a souped-up version of TV – focused largely on passive consumption, with much less opportunity for active participation and genuine human connection.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;See you on the other side (after the ad break).&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Post-pandemic Musings</title>
    <link href="https://axel.mx/blog/post-pandemic-musings/"/>
    <updated>2023-06-01T08:00:00-07:00</updated>
    <id>https://axel.mx/blog/post-pandemic-musings/</id>
    <content type="html">&lt;p&gt;With each day that passes, I increasingly remember the pandemic with a positive twist.&lt;/p&gt;
&lt;p&gt;It was far from good. It wreaked havoc on my mental health at first, but perhaps it is a blessing that my mind chooses to retain the positive aspects and bury the rest&lt;/p&gt;
&lt;p&gt;I miss being all day at home with my wife and my kids. Rationally I know it was difficult, especially with a three-year-old rightfully demanding attention, but I miss it anyway. Those times evoke feelings of intimacy, closeness, and profound love. Such immense love.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;I also miss my Animal Crossing New Horizons gang. Three of my friends were already playing it a lot when I got it, and they warmly adopted me. We played together almost daily for about two or three months. We would set up a WhatsApp audio call and meet up on one of our islands, then talk for hours and hop to another of our digital properties. It was delightful and relaxing. Once again, much love.&lt;/p&gt;
&lt;p&gt;I missed my parents a lot, but when Anabel went to great lengths to bring them to me as a birthday surprise, it became one of my most cherished moments. Those tough times also brought us much closer.&lt;/p&gt;
&lt;p&gt;I remember the freedom I felt when I drove out to the convenience store just outside our neighborhood for the first time in months. And often after that, the feeling of just going out and driving aimlessly with my kids in the back seat at the end of the day. The joy on their faces.&lt;/p&gt;
&lt;p&gt;I don’t want to be insensitive. I’m fully aware of the pain the pandemic brought to many people. I recognize that I am fortunate to have avoided the loss of a loved one, and my heart goes out to all who did. I was privileged enough to be able to stay at home, stay safe and take care of my family.&lt;/p&gt;
&lt;p&gt;Maybe this selective remembrance is part of our survival instinct. I don’t have enough knowledge to claim that, but it’s also not important. My brain’s mechanics choose to keep only the good, and I choose to embrace it, smile, and be thankful for my life.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Finishing my 30 days without social media</title>
    <link href="https://axel.mx/blog/finishing-my-30-days-without-social-media/"/>
    <updated>2023-04-03T08:00:58-07:00</updated>
    <id>https://axel.mx/blog/finishing-my-30-days-without-social-media/</id>
    <content type="html">&lt;p&gt;Today is the last day of my &lt;a href=&quot;https://axel.mx/blog/yet-another-post-on-leaving-social-media/&quot;&gt;30 days without social media&lt;/a&gt;. These are some bullet points of my experience:&lt;/p&gt;
&lt;!-- more --&gt;
&lt;ul&gt;
&lt;li&gt;The first two weeks were hell. I constantly reached for my phone and got frustrated. The fear of missing out (FOMO) was strong, but after two weeks, it was mostly gone.&lt;/li&gt;
&lt;li&gt;I socialized a lot more in person: I went to the bar, invited friends over, and visited, too.&lt;/li&gt;
&lt;li&gt;I got a feel for who is in my true immediate circle of people.&lt;/li&gt;
&lt;li&gt;I didn&#39;t miss Twitter or BeReal too much after two weeks, but I kinda missed peeking into friends&#39; and acquaintances&#39; lives through Instagram.&lt;/li&gt;
&lt;li&gt;I read a lot more and also watched more TV.&lt;/li&gt;
&lt;li&gt;I reactivated my personal website and started writing again. If I had to choose one good thing only, this would be it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I don&#39;t think I&#39;m going back to using Twitter. I don&#39;t miss being angry about the polarized opinions of people I don&#39;t even care about. The people I do care about, I already follow on Instagram.&lt;/p&gt;
&lt;p&gt;To be honest, I&#39;m a little afraid of falling back into the addiction patterns and the emptiness from before. But also after thinking a lot about it, I don&#39;t think abandoning social media completely is even an option today. I need to keep the harmful dynamics of it in mind and find a balance. That&#39;s easier said than done, so I will keep tabs on it and reconsider in a couple of months.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Get paid for playing</title>
    <link href="https://axel.mx/blog/get-paid-for-playing/"/>
    <updated>2023-03-29T23:55:58-07:00</updated>
    <id>https://axel.mx/blog/get-paid-for-playing/</id>
    <content type="html">&lt;p&gt;There is this quote from drummer &lt;a href=&quot;https://en.wikipedia.org/wiki/Keith_Moon&quot;&gt;Keith Moon&lt;/a&gt; I heard from &lt;a href=&quot;https://en.wikipedia.org/wiki/Ira_Glass&quot;&gt;Ira Glass&lt;/a&gt; and deeply resonated with me:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I am the best Keith Moon-style drummer in the world.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It reminded me of my approach to work for my first few years of employment at Nearsoft, a company that heavily promoted self-management. I divided my work into two categories: tasks I &lt;em&gt;had to do&lt;/em&gt; and tasks I &lt;em&gt;wanted to do&lt;/em&gt;. Although both types of work were part of my daily routine, I prioritized completing the &amp;quot;had-to&amp;quot; tasks quickly to ensure I had more time for the &amp;quot;want-to&amp;quot; tasks.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;At the time it felt as if I was taking advantage of the company by being paid to work a little and play a lot. But, I eventually (and slowly, to be honest) realized that the &amp;quot;want-to&amp;quot; tasks were my most valuable contributions. By pursuing work that aligned with my interests and the company&#39;s objectives, I discovered the intersection of our mutual goals. It was still work, but it was refined by my experience and understanding of my role and the company&#39;s business.&lt;/p&gt;
&lt;p&gt;This realization has become a guiding principle in my work ethic. Once you comprehend and internalize the company&#39;s business, your role, and the value of your skillset, the work you genuinely want to do becomes the most valuable contribution you can make to the organization. You effectively become the best &amp;quot;you-style&amp;quot; worker in the world, as there is no one else who can offer exactly what you bring to the table.&lt;/p&gt;
&lt;p&gt;I&#39;m not suggesting that you stop doing tasks that don&#39;t interest you, that would be terrible advice. But once you adopt this mentality, you&#39;ll find that the &amp;quot;want-to&amp;quot; bucket overflows while the &amp;quot;had-to&amp;quot; bucket remains mostly empty, because as you start doing things your way, and feel more and more confident in that, most things become genuinely enjoyable. As a result, you&#39;ll be happier, more fulfilled, and contribute a lot more to your company&#39;s success.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Yet another post on leaving social media</title>
    <link href="https://axel.mx/blog/yet-another-post-on-leaving-social-media/"/>
    <updated>2023-03-08T17:06:58-07:00</updated>
    <id>https://axel.mx/blog/yet-another-post-on-leaving-social-media/</id>
    <content type="html">&lt;p&gt;I used to believe that social media kept me connected to the people I love, like, and enjoy, but I now realize that this couldn&#39;t be further from the truth. Although social media gives me the impression that I&#39;m in touch with many individuals, broadcasting random thoughts and out-of-context ideas ultimately leads to a lack of genuine communication. The worst thing is that this false sense of connection provides me with temporary satisfaction that prevents me from forming real connections with the people I care about.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;By social media I mean Twitter, Instagram, BeReal, and all of those applications where we share content publicly or semi-publicly. WhatsApp, for example, does not fit my definition of a social network, much like a phone is not considered a social app.&lt;/p&gt;
&lt;p&gt;But understanding this doesn’t make stopping using social apps any easier. The second I stop doing something and lay back, my fingers start trying to tap Twitter or Instagram. When I’m bored, my first instinct is not to look for something to watch on TV or listen to, but to open Instagram and swipe through the latest stories of my contacts.&lt;/p&gt;
&lt;p&gt;Right now I think the only way to stop is to treat it like an addiction, stop for a while and survive the withdrawal. (Fear of Missing Out) is a powerful force. I guesstimate that after a couple of weeks, the habit will start fading away.&lt;/p&gt;
&lt;p&gt;I am stopping for a month to give the habit a chance to start going away. If everything goes smoothly, I won’t need to go back to social media after the month has passed. If it doesn’t, I will still keep my promise to endure the full month.&lt;/p&gt;
&lt;p&gt;During this month, I intend to consume more high-quality content. I have around 10 books waiting, and I&#39;m eager to read all of them. Additionally, I will make an effort to have more meaningful interactions with people, face-to-face or at least one-on-one.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Lockdown check-in</title>
    <link href="https://axel.mx/blog/lockdown-check-in/"/>
    <updated>2020-04-27T08:00:00-07:00</updated>
    <id>https://axel.mx/blog/lockdown-check-in/</id>
    <content type="html">&lt;p&gt;After six and a half weeks in lockdown, I’m not anxious anymore. I don’t crave going out, and video calls have replaced face-to-face meetings very well: they no longer feel fake. I don’t perceive the screen anymore, but the person on the other side.&lt;/p&gt;
&lt;p&gt;Habits are changing. I can’t go out to the supermarket when I’m bored (yes, I do that, or used to, anyways) or call a friend to meet at the neighborhood bar, but I took on Animal Crossing New Horizons, and as a distraction it’s a lifesaver. I’m making more music, I’m drawing more, and I play with my kids a lot more than before the pandemic.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;I’m lucky enough to still have a job, with a couple sacrifices, and my work-at-home setup is better than ever. I feel I could do without an office for a while.&lt;/p&gt;
&lt;p&gt;I really miss my parents, though. I miss my mom’s visits or being able to travel there for a weekend.&lt;/p&gt;
&lt;p&gt;How’s the world going to be after the lockdown? Will we hug each other? Will it be weird to be physically close to other people? Will the menace of a new pandemic be with us all the time? Will we all become preppers and hoard non-perishables, Lysol and beer?&lt;/p&gt;
&lt;p&gt;I’m not going anywhere with all this. I just wanted to type some words and try to restart the habit of writing. This seems like a good moment to do it.&lt;/p&gt;
&lt;p&gt;Stay safe.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>The solar system dimensions and my ignorance</title>
    <link href="https://axel.mx/blog/the-solar-system-dimensions-and-my-ignorance/"/>
    <updated>2018-05-15T08:00:00-07:00</updated>
    <id>https://axel.mx/blog/the-solar-system-dimensions-and-my-ignorance/</id>
    <content type="html">&lt;p&gt;When we moved into the house where my family and I live, it occurred to me that it would be super cool and educational to have a solar system model in the ceiling of my kid’s room.&lt;/p&gt;
&lt;p&gt;And it would be a lot cooler —I thought— if the distances between the planets’ orbits and their size were proportional to their real-life counterparts, the light bulb in the center of the ceiling being the sun. I got really excited.&lt;/p&gt;
&lt;p&gt;With all the excitement still in me, I got in front of my computer to calculate said distances. That’s when it hit me: I knew nothing about the solar system size.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;If a common light bulb is 6 centimeters wide, and I made all the sizes and distances proportional, Neptune would have to be located at 193 meters from the bulb.&lt;/p&gt;
&lt;p&gt;My kid’s room is not that big.&lt;/p&gt;
&lt;p&gt;Also, the moon would have to be .14 milimeters in diameter.&lt;/p&gt;
&lt;p&gt;Then I got angry at all the illustrations of the solar system I’ve seen in my entire life. They are so misleading! Why couldn’t they just depict the orbits and planets in a proportional way? Thinking a little bit harder, I realized it is simply impossible to do it in print, or in any practical media for that matter. &lt;a href=&quot;https://web.archive.org/web/20220619012929/http://joshworth.com/dev/pixelspace/pixelspace_solarsystem.html&quot;&gt;Here’s a proportional depiction of the solar system in a webpage by Josh Worth&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So, at the end I don’t know if the basic education system failed me, or my common sense did.&lt;/p&gt;
&lt;p&gt;I decided to go with glowing stars in the ceiling.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Free sticker PSD mockup</title>
    <link href="https://axel.mx/blog/free-sticker-psd-mockup/"/>
    <updated>2017-10-09T08:00:00-07:00</updated>
    <id>https://axel.mx/blog/free-sticker-psd-mockup/</id>
    <content type="html">&lt;p&gt;I constantly find myself looking for free PSD mockups to present work, usually for small things like stickers, mugs, or posters. Today I couldn’t find a decent one for a set of stickers, and instead of buying a premium one, I decided to scratch my own itch, make my own and share it with you.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;&lt;img src=&quot;https://utntpjhexuergmbpqoot.supabase.co/storage/v1/object/public/images/images/2026/04/1776301617466_ajdffy.jpeg&quot; alt=&quot;Sticker PSD Mockup sample&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;How to use it&lt;/h3&gt;
&lt;p&gt;Usage is fairly easy:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the file in Photoshop&lt;/li&gt;
&lt;li&gt;Double click the smart object icon on the topmost layer&lt;/li&gt;
&lt;li&gt;Paste the artwork of your sticker in the file that just opened&lt;/li&gt;
&lt;li&gt;Save the file with your artwork and go back to the mockup image&lt;/li&gt;
&lt;li&gt;…&lt;/li&gt;
&lt;li&gt;Profit!&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src=&quot;https://utntpjhexuergmbpqoot.supabase.co/storage/v1/object/public/images/images/2026/04/1776301621730_5ft3a.jpeg&quot; alt=&quot;Sticker PSD Mockup&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The mockup automagically adds padding to your artwork, so there’s no need to worry about that. Just copy and paste as it is.&lt;/p&gt;
&lt;div class=&quot;p-2 my-2 bg-bg-muted rounded text-center&quot;&gt;
    &lt;h3 class=&quot;mt-0&quot;&gt;Download It&lt;/h3&gt;
    &lt;p&gt;This is a free resource and it will always be, but if you&#39;re able to, &lt;strong&gt;please consider buying me a coffee&lt;/strong&gt;. You can do so by clicking the button at the bottom-left corner of this page.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/assets/downloads/axelvaldez-sticker-mockup.psd.zip&quot; class=&quot;btn text-center mx-auto&quot;&gt;Download&lt;br /&gt;&lt;small&gt;Free Sticker PSD Mockup&lt;/small&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;You can use it for whatever you want, no strings attached. If you like it, recommend it to your friends. For any comments, &lt;a href=&quot;/contact/&quot;&gt;here&#39;s a handy contact form&lt;/a&gt; :).&lt;/p&gt;

</content>
  </entry>
  
  <entry>
    <title>In awe of modern inventions</title>
    <link href="https://axel.mx/blog/in-awe-of-modern-inventions/"/>
    <updated>2017-06-28T08:00:00-07:00</updated>
    <id>https://axel.mx/blog/in-awe-of-modern-inventions/</id>
    <content type="html">&lt;p&gt;Before photography was invented, people could only see that in front of their eyes. To experience the rest of the world, people had to physically travel, or, if they couldn’t afford it, to use other’s interpretation of remote places via narrative or painting.&lt;/p&gt;
&lt;p&gt;That’s why the invention of photography was so huge for the human race. It removed a limit that most people didn’t even thought was there, and it opened the possibility of exploring the physical world beyond our reach.&lt;/p&gt;
&lt;p&gt;Today we don’t believe anymore that everything important was already invented, but we have an attitude of cynicism to every new thing that comes along. In 2017 we even have cars that drive themselves, and we aren’t excited at all.&lt;/p&gt;
&lt;p&gt;These are two (now) very basic inventions that occurred during my lifetime and changed me forever.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;h3&gt;The Internet&lt;/h3&gt;
&lt;p&gt;One of the first things that blew my mind when I first experienced the internet back in the 1990s wasn’t the web, or email, but the possibility of connecting with random people all around the world.&lt;/p&gt;
&lt;p&gt;I remember chatting with people from Argentina, Colombia, Paraguay, Philippines, Malaysia, Spain. At the time I hadn’t traveled more than 500km from my hometown, so these conversations always left me in awe, even when they usually went on superficial subjects from “how’s your house/street/city” to “what kind of music do you listen to?”.&lt;/p&gt;
&lt;h3&gt;Google Earth&lt;/h3&gt;
&lt;p&gt;The first time I used Google Earth, I felt a mix of excitement with something very similar to fear. It was awe again. I moused all around the sphere on my screen, watching aerial views of famous locations, then known cities, then my house, my relatives houses, my school. In every single step I took, I expected the experience to fail, but every single time, the experience delivered.&lt;/p&gt;
&lt;p&gt;When photos were invented, we still needed somebody going places and taking pictures. With the internet chatrooms, we could only talk to people logged in to the same chat room we were in, but with Google Earth, everything was there. Not the necessary stuff, not the important stuff, everything.&lt;/p&gt;
&lt;p&gt;Months after that, Google started adding maps, street photos and directions on top of Google Earth. This kind of stuff made the tool practical for everyday use. But at first, Google Earth simply removed a limit we didn’t knew we had. And that was, again, awesome.&lt;/p&gt;
</content>
  </entry>
</feed>