2025-11-24 22:50:57
First snow of the season
Photo taken on Fri, 21 Nov 2025

The snow made the Resegone Mountain even more picturesque than usual.
2025-11-24 20:57:48
LLMs are bullshitters. But that doesn't mean they're not useful , by Vladimir Prelovac
… wow. This is an amazing article that goes a bit into how LLMs work (is an easy-to-understand way), how flawed they are, and how useful they can be. Or dangerous.
Plus, the nurse and surgeon examples are hilarious.
2025-11-24 08:00:00
The birth & death of search engine optimization, by Xe Iaso
This article walks through how the concept of SEO (Search Engine Optimization) was born, how it inevitably became broken and how easy it is to “win” it, as long as your content is made up and not actual real information.
2025-11-24 00:22:03
The perils of doors in gamedev, by Tom Forsyth
This Mastodon thread is an amazing tale about game development, physics and time-traveling bugs.
2025-11-23 03:33:00
Swan in Lake Como
Photo taken on Sat, 22 Nov 2025

This swan was kind enough to pose around for a bit, even with the (very) cold wind.
2025-11-18 18:13:57
Conditional Border Radius In CSS, by Ahmad Shadeed
This is a really cool trick. Turns out that it’s possible, with pure CSS, to have border-radius be applied conditionally.
The given example is a perfect one: sometimes we have cards with rounded corners that look good on their own, but if you’re on mobile and have less space and want the cards to take up the full page width, the rounded corners look awful. You can technically write breakpoints for that, but with clamp you can make the border-radius disappear if the card is too close to the viewport edges!