The Second Best Time is Now
A little #sliceoflife post that rolls through my head frequently.

The Second Best Time is Now
A little #sliceoflife post that rolls through my head frequently.
Yep, I don’t like rules but the one rule that I do enforce is that people take rest when they are tired or sick.
It’s the best way to prevent good #developers from writing bad #code.
I'm on my own for the next three days, work wise. Everyones gone on holiday, so I'm left triaging both frontend and backend bugs.
If third parties could stay stable for the next three days, that'd be great... .
A fun little scroll-driven thing I made. The text is white over the image, but the image isn't static, it rotates on scroll.
Here's a detailed explanation of the how behind https://www.reddit.com/r/css/comments/1jyu76v/comment/mn2fibt/
Live on @codepen https://codepen.io/thebabydino/pen/dPPbmao
Also uses container queries, CSS trigonometric functions.
I just debugged someone else's code, that I have only seen once via a screen share in December or January.
The worst part about that is that I have nobody around me who understands just how cool that actually is.
In #Serverless's defence, it's an excellent framework. Really well thought out.
The problem is the pricing. $4 a service, per environment. If you've gone hard serverless, and you make some money, what was cheap to run suddenly becomes much more expensive.
[non mixité] Git, Github, Gitlab : qui sert à quoi ?
6 mai 2025, 18:30:00 CEST - GMT+2 - Zenika, 59110, Lille, Francehttps://mobilizon.fr/events/66bfa59f-256c-4441-95f3-9668e68b6d34
The more I make something using AlpineJS, the more I like it.
Sometimes you don't need to figure it out with Vue. You only need some AlpineJS magic and that's it, no need to spin up a whole Vue framework on the page.
Add that to Livewire and Filament PHP and you're all set to create small utilities without hacking your way into the frontend.
Data centers are really #data dumps [..] 'It’s not simply crap content. Computer #code bloat is everywhere' .. @gerrymcgovern
https://gerrymcgovern.com/data-centers-are-really-data-dumps/
You can find a very detailed explanation about the how behind in my Taming Blend Modes: `difference` and `exclusion` article on @csstricks https://css-tricks.com/taming-blend-modes-difference-and-exclusion/
And here are cards with gradual left to right inversion: from no inversion at all on the left, to full inversion on the right. Again, minimal code, single div, no pseudos necessary, 2 #CSS declarations.
Live demos on @codepen
Is Free Script Friday a thing? Well, here's a random bash script that I bind to a keyboard shortcut to toggle mute my default microphone.
I am getting ready to publish a new code of conduct for my projects, as I feel the Contributor Covenant Code of Conduct doesn't properly suit my projects. The new code of conduct will be published on 2025, April 14th.
Ok, afternoon to focus on side projects. LETS GO!
Want to simplify your Linux scripts? Our latest guide on the 'case' statement shows you how to handle multiple conditions easily. Perfect for beginner programmers!
Read more: https://www.spsanderson.com/steveondata/posts/2025-04-11/
Here's another set of cards with varying patterns, all created with the exact same 4 blended CSS gradients, it's just the stops list `--c` that changes for each card.
So basically, it's again just one `background` + one `background-blend-mode` property.
Live demo on @codepen
https://codepen.io/thebabydino/pen/vYyNyER
And here's a cards demo with a cool, yet very simple trick: these left to right gradients are vibrant at the top, but then progressively get more and more desaturated going down, until fully grey.
Live on @codepen https://codepen.io/thebabydino/pen/xxzjJXL - only 2 CSS declarations necessary!
A much newer @codepen demo: smoothly connected cards https://codepen.io/thebabydino/pen/azbLBJy - continuous backgrounds across all, concave roundings + drop shadows, responsivity.