22 Feb 2026 #misc
Burnout brought stomach issues I couldn’t ignore.
In 2023, one day, I suddenly had to rush to the bathroom after eating. I wanted to finish my work so fast that I skipped meals and developed poor eating habits.
After many doctor visits, here’s a compilation of 10 ideas for better digestion and eating habits.
- Eat at consistent times.
- Eat liquids and solids separately.
- Chew every bite at least 10 times.
- Remove distractions like phones and news while eating.
- Follow the right order to avoid glucose spikes.
- Stop before you’re completely full.
- Pause briefly after finishing.
- Drink water with lemon or apple cider 30 minutes before meals.
- Drink chamomile or spearmint tea after eating. Spearmint tea is my favorite.
- Leave at least 12 hours between dinner and breakfast.
A word of caution: this is not medical advice, just what worked for me.
20 Feb 2026 #mondaylinks
Hey there.
Here are 4 links worth sharing this week:
#1. Something big is already happening. AI may not be disrupting markets, like most CEOs claim. But it’s definitely changing job descriptions. Saving is one step to prepare.
#2. Someday we will tell our grandkids that dad once wrote code by hand. We’re the last in a generation of coders. Now is the time to mourn our craft (4min).
#3. A fake 7-Zip download turned PCs into zombie machines (10min). It all started with the wrong url. We’re still the weakest link.
#4. Postman from beloved API client to an “everything” app (5min). It’s become “a completely feature-creeped product.”
And in case you missed it, I’ve been writing on my blog about my social media free week (1min). Here are my day 1 (2min) and day 2 (1min) updates. In the meantime, I’ve picked two books and worked on another book project. (This won’t be about coding. More updates soon!)
(Bzzz…Radio voice) This email was brought to you by… Street-Smart Coding, 30 lessons to help you code like a pro. From Googling to clear communication, it covers the lessons you don’t learn in tutorials. It’s now out on Kindle and paperback on Amazon.
Until next Friday. Keep coding smartly
Cesar
19 Feb 2026 #misc
On my fourth day without social media, I noticed how email has reshaped my morning.
I know I should protect my sacred hours by staying away from distractions first thing in the morning. Anyways…
Checking my email for health insurance paperwork changed my mood. And soon I was thinking about my book pages stats and sales. They’re not a feed, but as addictive as social media. I lost track of time checking stats.
Avoiding feeds was easier when I closed my laptop and went to a cafe to chat with my family. It wasn’t just coffee. And by choosing a local cafe, we supported our community over major chains.
We embraced social media’s promise of connecting us via the internet. But we’ve forgotten to truly connect in real life.
18 Feb 2026 #git #todayilearned
I’ve hired AI as my code reviewer.
When I write code, AI reviews it. For that, I feed Copilot with a diff to review. But I always have to Google how to diff two branches.
To avoid Googling it every time, here it is:
$ git diff development..mybranch > diff
Today, by accident, I committed the actual diff. So I had to remove it from a commit. I wasn’t sure if I needed a git rebase or something else. I had to Google it.
Again, to avoid Googling it every time, [Source]
$ git reset --soft HEAD~1 # Undo the last commit, keeping the changes
$ # Do your thing
$ git commit -c ORIG_HEAD # Commit, using the last message
Et voilà!
17 Feb 2026 #misc
Dear diary:
Today was my second day without social media. I’m starting to notice the changes. I took notes as the day went by and tracked my feelings.
I started reading another chapter of Financial Freedom by Grant Sabatier. Main lessons?
#1. Financial freedom is about time. Having more time for you. Using time to make your money work earlier and for longer.
#2. Money is infinite. We can’t make more time, but we can always make more money.
After my reading time, I joined a meeting with my contracting client.
I was so tempted to check my email or fire up LinkedIn. That’s usually what I do during long, unproductive meetings. That’s how my meeting time looked. For this one, my only contribution was, “Yes, that’s correct!”
Instead of scrolling, I took a receipt and doodled circles. I drew a big circle in the middle, then smaller ones, then smaller ones…until the page was full. That’s a drawing exercise I found the other day.
Big observation: When I feel like procrastinating, I used to scroll. Now I count to three, finish a tiny task, and sustain for five minutes.