06 Jul 2026
sal does its job reliably and I’m happy to see the sparkline on runboyrun.ch being updated daily. I find that seriously cool.
About a month ago though, I’ve received an update on the Strava API terms that in short means for sal a Strava subscription becomes mandatory. Strava did an amazing job in providing this API for personnal access free of charge for a long time. It’s fair enough to me that they decide at some point to change that strategy.
I found cool that in this communication there was a redeem code for a 3-month subscription trial. I’ve used it and have until September to see what I’m gonna do with my setup before it starts charging me. I might refactor the entire thing, slightly, to avoid subscription costs. Those are not high, but to keep enjoying a frugal life I have to stay picky about what I subscribe to.
15 Jun 2026
I reached the final part of Writing An Interpreter In Go. Slowly but surely I’m building along, a first for me, a Pratt parser.
One of the first work of reference mentioned using a Pratt parser is
JSLint. Checking this out again, that led me
naturally to the website of Douglas Crockford
where I’ve learned that his inspiration for JSON were what he calls two brilliant languages
.
There were two brilliant languages, Lisp and Rebol, that had a portable representation of data structures in their syntax. My knowledge of those languages helped me realize that JavaScript did that too. I believe that I was not the first to discover that.
Lisp, well known. But Rebol? First time I hear about this one. Adrian did not mention it on his blog yet, so it must be niche. That makes me wonder how he chooses the language to learn in his one-language-a-year endeavor?
28 May 2026
I’m happy having my own shed on the internet and see myself when reading this article. As fun as it was learning all this craft, that must be so daunting today.
If you take just one thing away from this article, I want it to be this: please build your own website. A little home on the independent web.
On a tangent, the seed “leaving Gmail” keeps growing in me:
Laura Kalbag gave a great talk about digital privacy at FFConf 2019, and it was this talk that spurred me on to ditch Gmail and set up a paid-for email account. I recommend giving it a watch.
25 May 2026
I now have a better understanding of clip-path. My struggle mentioned last
week was due to my ignorance of what is called the winding
rule.
The fill-rule property configures this algorithm and can be set when using
the
path
function: clip-path: path(evenodd, 'M20 20 h50 ...');. Using the evenodd
value on the drawing I was working on would have made my life easier, but
that’s not the default value.
Another thing I’ve found handy and wanted to add to this followup is the use of the developer tools when tweaking the different gradient values to draw such a thing. Using the mouse scroll, I’ve found it easier and faster than hitting save from my code editor, even with live reload on.
21 May 2026
Joao shared interesting results of a bug analysis to the team recently. That revealed flaws in the handling of time in one of our softwares.
Oddly enough, I’ve had a tab left to be read around the traps of time handling for quite a while on my browser. I’ve read it, that’s of course another rabbit hole.
Our bug met at least the wrong assumption number one:
- There are always 24 hours in a day.
🔗 Falsehoods programmers believe about time
That led to another article on the same website where I’ve found this comforting:
When it comes to Web apps, there are two areas that seem to cause more pain than any other: people’s names and the time. These elements are both common, essential to the correct functioning of a system, and shockingly difficult to get right.
01 May 2026
A piece that hits a chord and I’m definitely not the only one. It’s been shared a lot on my feed.
So well articulated, I feel with the author. This technology is pushing out of the industry bright people. The spread of fear and doubt is just heartbreaking.
The whole system is broken; AI alone didn’t break it, but it is widening the cracks. I guess what I’m trying to say is I wish none of us had to live like this. I would like to imagine a future that does not look like this.
20 Apr 2026
For 6 months, I’ve revived this website. I have since then posted something on every Monday and I’m quite happy with that. There’s something empowering with consistency.
This note is published by a cron job, it’s a first! We are in Italy this week and I wanted neither my publishing streak to break nor my laptop to come along. So having this cron job is cool, that kind of frees brain space to prepare upcoming posts without thinking much about the publishing part of things. I simply set the date in the front matter of the content and at the time of the cron job’s execution it publishes all the content up to that date and time.
10 Apr 2026
Polished and well structured walkthrough in this article on building a movie collection in HTML and CSS.
I like the conclusion:
I’m really happy with the result – not just the final page, but how well I understand it. CSS can be tricky to reason about, and writing this step-by-step guide has solidified my mental model.
That’s exactly the kind of benefits I experience after having completed the CSS for JS Developers course from Josh I’ve written about lately.
26 Mar 2026
Terrific job of composition. I recommend to read this, not on a too wide window so to enjoy a fuller version of the illustrations. The Plains of Heaven by John Martin made me pause, such a beautiful piece 🤩
Bespoke, endlessly tweaked, eternally redesigned, built-in-public, surprising UI and delightful UX. The personal website is a staunch undying answer to everything the corporate and industrial web has taken from us.
Thorough–and so nice looking–stand around the question why having your own website.
19 Mar 2026
A moving introspective from Ana Rodrigues about the seemingly unstoppable nocive effects of AI.
They (and so am I) are disgusted by the lack of ethics, environmental consequences, the horrible uses of AI on the daily, horrible companies, horrible people. And we are looking around and everyone else is eating it up and enjoying it. This is the tipping point. And I get that.