<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>drud.is</title>
    <link>https://drud.is/</link>
    <description>Recent content on drud.is</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Sat, 21 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://drud.is/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Claiming back my focus</title>
      <link>https://drud.is/today-i-learned/2026-03-21-claiming-back-my-focus/</link>
      <pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2026-03-21-claiming-back-my-focus/</guid>
      <description>Bookmarking is the new /dev/null. It doesn&amp;rsquo;t need to be this way.
If you feel you&amp;rsquo;ve lost focus and it&amp;rsquo;s been harder for you to read anything of substance, you are not alone.
Today, I&amp;rsquo;m claiming back my focus. Come along for the ride.
As you scroll through your day, you will keep finding interesting reads you&amp;rsquo;d like to go back to. You know you won&amp;rsquo;t. It&amp;rsquo;s just been made too difficult for us.</description>
    </item>
    
    <item>
      <title>2026 Resolutions and Dissolutions</title>
      <link>https://drud.is/today-i-learned/2026-01-02-2026-resolutions-and-dissolutions/</link>
      <pubDate>Fri, 02 Jan 2026 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2026-01-02-2026-resolutions-and-dissolutions/</guid>
      <description>I&amp;rsquo;ve never been big on New Year&amp;rsquo;s resolutions. I believe our lives have momentum. But life changes, be it relationships, job changes, or setbacks, and I just establish new resolutions on the spot. Life doesn&amp;rsquo;t wait for New Year&amp;rsquo;s Eve.
Yet, this year I do have resolutions, but let&amp;rsquo;s start with dissolutions. Don&amp;rsquo;t think of the new thing you&amp;rsquo;ll do, but rather what old thing you&amp;rsquo;ll stop doing. Or else you will fail.</description>
    </item>
    
    <item>
      <title>Preparing for Systems Design Interviews</title>
      <link>https://drud.is/today-i-learned/2025-12-29-preparing-systems-design-interview/</link>
      <pubDate>Mon, 29 Dec 2025 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2025-12-29-preparing-systems-design-interview/</guid>
      <description>Systems design interviews can feel like the hardest because you can&amp;rsquo;t really practice them. Or can you?
What is a systems design interview, anyway? To get a software engineering job you will usually undergo a systems design interview. Unlike a coding exercise, you will be asked to design a distributed system. This typically means a service such as Airbnb or Uber where you have clients (mobile application or web) making requests to a backend.</description>
    </item>
    
    <item>
      <title>Data science 101: don&#39;t be &#34;that guy&#34;</title>
      <link>https://drud.is/today-i-learned/2025-12-27-data-science-dont-be-that-guy/</link>
      <pubDate>Sat, 27 Dec 2025 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2025-12-27-data-science-dont-be-that-guy/</guid>
      <description>My career accelerated when I started caring manically about numbers and measurements. And I bet yours would, too.
I used to work with an engineer who would run many A/B experiments evaluating two CDN providers, and quite literally come up with results such as
Latency p50 when sending images has improved by 7ms (-6%) “Look what a win!” Not so fast! What was wrong with the “win” above:
Distribution cherry-picking: p50 improvement rocks.</description>
    </item>
    
    <item>
      <title>Why Barcelona won&#39;t be Silicon Valley</title>
      <link>https://drud.is/today-i-learned/2025-12-23-why-barcelona-wont-be-silicon-valley/</link>
      <pubDate>Tue, 23 Dec 2025 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2025-12-23-why-barcelona-wont-be-silicon-valley/</guid>
      <description>In 2025 not one, but two friends from the Catalan tech diaspora in Seattle told the press they wanted Barcelona to be the next Silicon Valley. Both very accomplished tech execs for whom I have great respect. But I think they got this one wrong.
We&amp;rsquo;ve been hearing this since the late nineties. Only in Europe the same vision was spouted for Paris, Madrid, Valencia, Cote d&amp;rsquo;Azur, Murcia, Rome, Málaga, Berlin, London, you name it!</description>
    </item>
    
    <item>
      <title>Becoming a Video Engineer</title>
      <link>https://drud.is/today-i-learned/2025-01-24-becoming-a-video-engineer/</link>
      <pubDate>Fri, 24 Jan 2025 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2025-01-24-becoming-a-video-engineer/</guid>
      <description>I&amp;rsquo;ve recently shared that I&amp;rsquo;ll be leaving Snap, my professional home for the last 8 years. I was a founding engineer of the team that ran the video transcoding service in 2019, and the last OG still in the team.
One of the most recurring questions I&amp;rsquo;ve got recently is how a generalist engineer enters the media space. So, here we go. My role was quite broad. I&amp;rsquo;ve cared for media capture, ingestion, uploads, backend transcoding, downloads, video quality selection, media playback, CDN selection, etc.</description>
    </item>
    
    <item>
      <title>Cache is king</title>
      <link>https://drud.is/today-i-learned/2024-11-24-cache-is-king/</link>
      <pubDate>Sun, 24 Nov 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2024-11-24-cache-is-king/</guid>
      <description>The old investment adage says cash is king. In networking, cache is king. And you should learn to cache like a king.
I&amp;rsquo;ll show why it matters, a few things to know, and I&amp;rsquo;ll share my ad-hoc solution to keep my cache warm.
Why caching matters There are many reasons why you want to cache HTTP, be it a website or an application that downloads assets over the web.
First, resource optimization and cost:</description>
    </item>
    
    <item>
      <title>OpenAI’s New Large-v3-Turbo Model</title>
      <link>https://drud.is/today-i-learned/2024-10-03-whisper-turbo-whisperx/</link>
      <pubDate>Thu, 03 Oct 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2024-10-03-whisper-turbo-whisperx/</guid>
      <description>OpenAI has released a new text to speech model: large-v3-turbo (interesting discussion). The promise is large-v2 quality running faster than the “base” model. That sounds promising!
In this post I’ll share how I made it work and my first impressions.
How to use it in whisperx Neither whisperx nor faster-whisper support this turbo model yet. After some tinkering I figured that the easiest way to add support was editing manually $HOME/.</description>
    </item>
    
    <item>
      <title>Open sourcing LLM-proxy</title>
      <link>https://drud.is/today-i-learned/2024-09-15-open-sourcing-llm-proxy/</link>
      <pubDate>Sun, 15 Sep 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2024-09-15-open-sourcing-llm-proxy/</guid>
      <description>Do you want to save 50% on LLM costs? Read on I run a somewhat ambitious hobbyist project that needs tons of compute. Thousands of audio files are transcribed in my home lab every day. Then I use a mix of Google Gemini and OpenAI APIs to summarize, extract key data, etc. I could run a model locally, but I&amp;rsquo;d rather use the local GPUs to crunch these audios. Since I don&amp;rsquo;t plan to monetize this project, keeping costs low is crucial.</description>
    </item>
    
    <item>
      <title>Gemini 1.5 Flash, our new Catalan Hero</title>
      <link>https://drud.is/today-i-learned/2024-09-13-gemini-flash-catalan/</link>
      <pubDate>Fri, 13 Sep 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2024-09-13-gemini-flash-catalan/</guid>
      <description>My project just wouldn&amp;rsquo;t exist without Google Gemini I wrote in May about how AI models support the Catalan language to wildly varying degrees. I get it, it&amp;rsquo;s a small language, but it is still a letdown.
My side project for almost a year involves summarizing hundreds of thousands of files in Catalan. When I started, only OpenAI had decent support for the Catalan language, and I estimated it would cost hundreds of dollars a month, maybe even thousands.</description>
    </item>
    
    <item>
      <title>Make a data-driven decision and get fired</title>
      <link>https://drud.is/today-i-learned/2024-09-10-a-funny-bug/</link>
      <pubDate>Tue, 10 Sep 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2024-09-10-a-funny-bug/</guid>
      <description>When BigQuery leads to Big Mistakes!
Recently I bumped into one of the funniest bugs I&amp;rsquo;ve seen in a while.
Google&amp;rsquo;s BigQuery is a fully-managed, serverless database for massive datasets. It truly is a fantastic product, but look at this:
Pretty straightforward, right?
Imagine these are not hardcoded numbers, but an actual division of business KPIs.
You see the ratio between them, almost 10:1. Armed with this valuable insight you are going to make an important decision, and you&amp;rsquo;ll get fired for it.</description>
    </item>
    
    <item>
      <title>Guilt-tripping in a car that drives itself</title>
      <link>https://drud.is/today-i-learned/2024-06-28-guilt-tripping/</link>
      <pubDate>Fri, 28 Jun 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2024-06-28-guilt-tripping/</guid>
      <description>It was quite a week at the AI Engineer World&amp;rsquo;s Fair in SF. Outside the conference my highlights were catching up with old friends and getting on a self-driving Waymo. A freakin&amp;rsquo; car that takes you wherever you want in the city without a driver, skillfully avoiding an intoxicated pedestrian, bikes and a dense column of smoke out of nowhere. Soon we are going to look back at this and feel nostalgia for the time where self-driving cars surprised us.</description>
    </item>
    
    <item>
      <title>Docker scheduling made simple</title>
      <link>https://drud.is/today-i-learned/2024-06-09-docker-scheduling-made-simple/</link>
      <pubDate>Sun, 09 Jun 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2024-06-09-docker-scheduling-made-simple/</guid>
      <description>I have a utility which I want to run within Docker periodically. The Docker container&amp;rsquo;s sole purpose is to run this utility, providing a controlled environment along with the necessary dependencies. The utility can be a shell script, python, a pre-compiled binary&amp;hellip; anything.
The natural solution is to schedule a periodic docker run execution through crontab. I don&amp;rsquo;t like it for a few reasons:
Automating and making it repeatable is challenging; changes and migrations require extra caution.</description>
    </item>
    
    <item>
      <title>The one mistake that hindered my career</title>
      <link>https://drud.is/today-i-learned/2024-06-02-career-mistakes/</link>
      <pubDate>Sun, 02 Jun 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2024-06-02-career-mistakes/</guid>
      <description>I have a confession to make: career progression was never my top priority. Doing cool shit Self-fulfillment and enjoying my work always came first - within reason.
Like many engineers, I believed that doing difficult or tedious work would get noticed and suffice to advance my career. Common wisdom says it doesn&amp;rsquo;t work, but it does work; just at a slower pace.
I moved around, landed on impactful work that moved at breakneck speed, and I felt compelled to also move quicker myself.</description>
    </item>
    
    <item>
      <title>The Leetcode Generation</title>
      <link>https://drud.is/today-i-learned/2024-05-28-the-leetcode-generation/</link>
      <pubDate>Tue, 28 May 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2024-05-28-the-leetcode-generation/</guid>
      <description>This is to you, software engineer. Leetcode has been damaging to our generation. It has made it so convenient to practice that every other candidate burns hundreds of hours. You either match it or are truly exceptional and lucky. Because everyone does it, it&amp;rsquo;s not a differentiator anymore, it&amp;rsquo;s a mandatory rite of passage.
Ironically, the more leetcodeable a question is, the more chatgptable it is, so the less valuable the skill, making it even more absurd.</description>
    </item>
    
    <item>
      <title>It&#39;s not about money!</title>
      <link>https://drud.is/today-i-learned/2024-05-26-not-about-money/</link>
      <pubDate>Sun, 26 May 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2024-05-26-not-about-money/</guid>
      <description>0 -the number zero- has unique properties. 0 * x = 0, and you can&amp;rsquo;t divide x by 0. See, 0.000001 doesn&amp;rsquo;t even come close. Either you are the almighty zero, or you are some other number.
Something similar happens in economics with Free — a price of zero. Say you buy your favorite pen for $2. If the price drops to $0.50 during a sale, you might get several. But what if it&amp;rsquo;s free?</description>
    </item>
    
    <item>
      <title>Costly mistakes</title>
      <link>https://drud.is/today-i-learned/2024-05-19-costly-mistakes/</link>
      <pubDate>Sun, 19 May 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2024-05-19-costly-mistakes/</guid>
      <description>The most valuable experience of side projects is the mistakes you make. You need to pick an untested solution and try to figure things out. Errors ranging from &amp;ldquo;not optimal&amp;rdquo; to &amp;ldquo;what?!&amp;rdquo; are the name of the game.
In my current side project choosing SQLite was the most costly mistake. Simon Willison&amp;rsquo;s passion and social proof from Twitter&amp;rsquo;s indie hackers convinced me.
At first, SQLite just worked. It was easy to get started: no service to manage, the database is just one file, it&amp;rsquo;s fast and has available tooling.</description>
    </item>
    
    <item>
      <title>Publishing like you care</title>
      <link>https://drud.is/today-i-learned/2024-05-18-publishing-like-you-care/</link>
      <pubDate>Sat, 18 May 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2024-05-18-publishing-like-you-care/</guid>
      <description>This is not a blog, just notes I take. A blog carries some expectation of regularity, engineering notes don&amp;rsquo;t. Yet, like a blog, I need a place to host them —— a &amp;ldquo;hosting platform.&amp;rdquo;
Here are my seemingly impossible requirements:
On my own domain name, to have full control: not medium.com, LinkedIn, etc. Landlords are great one day, and not so much the next. No hosting to maintain, self-hosted or third-party Free, both as in freedom and as in free beer Tested solution Blogging framework I went with Hugo after reading this.</description>
    </item>
    
    <item>
      <title>Which LLMs can speak Catalan?</title>
      <link>https://drud.is/today-i-learned/2024-05-07-llm-catalan/</link>
      <pubDate>Tue, 07 May 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2024-05-07-llm-catalan/</guid>
      <description>Let&amp;rsquo;s just test it! TL;DR: It&amp;rsquo;s a mixed bag, but there&amp;rsquo;s choice.
Here&amp;rsquo;s my prompt: Saps parlar català? Explica&amp;rsquo;m alguna coseta divertida!
(Can you speak Catalan? Tell me something funny!)
OpenAI ChatGPT-4o ChatGPT-4 ChatGPT-3.5 Meta Llama2 6.7b (quantization Q4_0) Llama3 8b (quantization Q4_0) Llama3 (80B) Google Gemini flash, gemini-1.5-flash-preview-0514 Gemini Pro, gemini-1.5-pro-preview-0514 Gemma 7b Mistral.ai Mixtral Anthropic Claude 3 Sonnet OpenAI ChatGPT-4o Score: 5/5
Sí, parlo una mica de català! Aquí tens una cosa divertida: Sabies que la ciutat de Barcelona té una platja artificial que es va crear per als Jocs Olímpics de 1992?</description>
    </item>
    
    <item>
      <title>Your custom email for free</title>
      <link>https://drud.is/today-i-learned/2024-05-01-free-custom-email/</link>
      <pubDate>Wed, 01 May 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2024-05-01-free-custom-email/</guid>
      <description>I&amp;rsquo;m no longer sure if I grabbed a domain to host these notes, or I found the domain and I ended up publishing these notes as an excuse to use it.
Naturally, I wanted to use an email address from my own domain. I had previously used Google Workspace for this, but it starts at $72/year per domain.
If you only need an email address, you can get this absolutely for free if you already use Gmail.</description>
    </item>
    
    <item>
      <title>About</title>
      <link>https://drud.is/about/</link>
      <pubDate>Sat, 27 Apr 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/about/</guid>
      <description>👋🏻 this is Xavier and I enjoy building software out of Seattle, WA.
i&amp;rsquo;m currently working at Whatnot. in previous lives I&amp;rsquo;ve worked at Snap, Microsoft, and a few other places, from startups to large companies.
check out my LinkedIn profile if you are really curious.</description>
    </item>
    
    <item>
      <title>Engineering for serendipity</title>
      <link>https://drud.is/today-i-learned/2024-04-27-engineering-for-serendipity/</link>
      <pubDate>Sat, 27 Apr 2024 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/today-i-learned/2024-04-27-engineering-for-serendipity/</guid>
      <description>Like many of us nerds, I&amp;rsquo;ve had my fair share of side projects. A couple have seen the light of day and had enough repercussion in their niche that I&amp;rsquo;ve met people and made long-lasting friendships. Literally 20 years!
The rest got buried in this too familiar cycle: incubate an idea, get it to 80%, realize that the remaining 20% is more like yet another 80%, then give up. The Pareto principle in full display.</description>
    </item>
    
    <item>
      <title>@xdrudis links</title>
      <link>https://drud.is/linktree/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/linktree/</guid>
      <description></description>
    </item>
    
    <item>
      <title>404 - page not found</title>
      <link>https://drud.is/404.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://drud.is/404.html</guid>
      <description>404 - page not found
want to keep looking? try again by going to the homepage.</description>
    </item>
    
  </channel>
</rss>
