In the past I used AI code editors for all of my programming, but I stopped using it and recommend others to consider this as well| lucianonooijen.com
git.vger.kernel.org archive mirror| lore.kernel.org
Since the beginning of 2024, the demand for the content created by the Wikimedia volunteer community – especially for the 144 million images, videos, and other files on Wikimedia Commons – has grow…| Diff
A little while back I wrote about what I considered to be the four main kinds of| tratt.net
I’ve avoided writing this post for a long time, partly because I try to avoid controversial topics these days, and partly because I was waiting to make my mind up about the current, all-consu…| Read the Tea Leaves
Here’s a CSS technique that produces blurry image placeholders (LQIPs) without cluttering up your markup — Only a single custom property needed!| leanrada.com
System colors are a way for the OS, the browser, or the users to provide some colors to your CSS. This is a great opportunity for accessibility, as the colors will also reflect users preferences on high contrast colors.| Antonio Pitasi
Pixelfed leaks private posts from other Fediverse instances| fokus.cool
NIKA:\git-revise\> _| mystor.github.io
Bureaucrat Conrad, you are technically correct - the best kind of correct. I hereby promote you to grade 37. - Number 1.0 (Futurama, S2E15)| book.mixu.net
So you’ve found a security issue in an open source project – or maybe just a weird problem that you think might be a security problem. What should you do next?| jacobian.org
I mentioned in my year summary that I have a lot to say about ECS, and got several requests to write more about it, so I’ll do an attempt to write up my thoughts here.| Voxagon Blog
The immediately-invoked lambda that returns a value.| The Old New Thing
If you need to ensure that a particular piece of data is only ever modified by one thread at once, you need a mutex. If you need more than one mutex, you need to be wary of deadlocks. But what if I told you that there’s a trick to avoid ever reaching a deadlock at all? Just acquire them in the right order!| bertptrs.nl