77 private links
Nice little article to get an idea of the culture and art behind magic tricks.
An old introduction to DDD. Not necessarily the best reference on the topic (which is probably still the blue book). Probably a good resource to skim over the important points and get started though.
We can cast doubt on the "Spotify Model" (not really a model anyway...) all we want. Still, I think the whole "guild" idea in there was spot on. This article gives a feel of how it can be setup and the benefits it can bring.
A good reminder that you don't want your code base clean to the point of being sterile. You have to fight off the mess yes, but some of it can stay if it provides affordances.
Neat stories explaining those three important features of Python.
Indeed, if we weaken the learning loop by using coding assistants then we might feel we go faster while we're building up the maintenance cliff. We need to have an understanding of the system.
I use it mostly from the DAV integrations, so I don't notice this much in practice. That said, if and when I have to use the web GUI, it indeed always feel sluggish to me. There might be a reason behind it indeed, those bundles seem way off.
A larger transition coming to HTMX. Interesting choices and good lessons on how to manage the API transition.
Very interesting maturity model about proper communication in a remote work setup. I think it definitely makes sense and doesn't feel too difficult to evaluate.
We take text rendering for granted. That said, it's easier said than done, especially on the GPU.
Yes, same here I way prefer email (even though messaging can have its uses of course).
There's indeed value at using the URL to store some of the frontend state. This is too often forgotten.
Just use the semantically appropriate HTML element. It makes it easier for browser to advertise the GUI properly.
A bit of an advertisement toward the end. That said, the evaluated constraints are completely valid. You don't want to fit your whole code base into the "cloud function" model, only a few workloads will make sense there.
Looks like an interesting tool to go with mise.
Nice little website advocating for more use of the XDG base directory specification. This is still needed to push for it indeed.
Indeed, the C++ syntax for closure captures is way superior to the Rust one. Interesting musing on a potential path forward for Rust.
Indeed, in most case you don't need the extra complexity. Also interesting is showing that even if the application has to scale rapidly you still got quite some time to plan the transition to something else. It makes Postgres a sane default choice.
Maybe we have a path forward for performance stackful coroutine? More pieces need to fall in place but this looks promising.
An excellent satire about tourism. Are you sure you want to "live like a local"? Think twice.