About 79 results
https://benswift.me/blog/2025/12/02/switching-from-jekyll-to-vitepress · 2 Dec 2025
This site has run on Jekyll since 2014 (or even before, I think; but some secrets are lost to time). Ten years is a good run for any technology choice, but…
https://benswift.me/blog/2025/11/24/11ty-and-vite-for-modern-static-websites · 24 Nov 2025
I've been using 11ty for static site generation for a while now (not this site---that's Jekyll---but for other stuff) and it's great. But for a recent project…
https://benswift.me/blog/2025/09/12/the-great-2025-email-yak-shave-o365-mbsync-mu-neomutt-msmtp · 12 Sep 2025
For years I was a happy user of mu4e in Emacs. But then a few years ago my employer turned off password-based IMAP auth and broke my (Office 365-based) work…
https://benswift.me/blog/2025/07/23/running-claude-code-within-zed · 23 Jul 2025
After several months using Zed's built-in Agent panel I've switched to Claude Code. The main reason is cost. I'm still using the same models---still primarily…
https://benswift.me/blog/2025/07/16/automated-rpi-web-kiosk-setup-in-2025 · 16 Jul 2025
As part of a recent art installation I've needed to set up lots (well, dozens) of Raspberry 5s to run as fullscreen Chromium "kiosks" with a pre-set URL…
https://benswift.me/blog/2025/06/06/agentic-elixir-superpowers-zed-tidewave-ashai · 6 Jun 2025
For a few years now whenever I need to build any sort of networked interactive experience, I reach for Elixir (with Phoenix LiveView and Ash). It's an…
https://cuducos.me/fluxo-linear-de-sucesso.html · 6 Jun 2025
_Post de autoria de Filipe Ximenes originalmente publicado em inglês no blog da Vinta. Tradução livre para o português por Eduardo Cuducos._ * > Para _pythonistas_ isso também poderia ser “por que linear é melhor do que aninhado” Todo código ...
https://cuducos.me/python-generators.html · 24 Apr 2025
_Originally published in Brazilian Portuguese._ The other day, a friend saw me writing a function in Python that used yield instead of return, and asked: > — What's the point of that? I’ve never really got it… Actually, I was writing a generator, ...
https://cuducos.me/tuples-and-lists-in-python.html · 24 Apr 2025
_Originally posted in Brazilian Portuguese._ The other day, on a Python forum, someone asked: > Is there any difference between tuples and lists in terms of performance? As some of you might already know, I love looking at Python with a critical eye, fr...
https://cuducos.me/do-not-share-a-screenshot-when-asking-for-help.html · 18 Mar 2025
I have a few open-source projects that are <abbr title="Command-line interface">CLI</abbr> tools — the most well-known one is Minha Receita. I also participate (less than before, but still do) in some communities that support beginners in programming, wh...