Important principles to have in mind for proper UX/UI designs. There are more of course, those are the bare minimum though.
Just looking at averages is indeed quickly hiding patterns. Make sure distributions are visible in some fashion.
A bit of a self-serving post towards the end. Still I like it because it clearly mention that it's not about dropping all documentation in favor of the code (quite the contrary in fact, documentation is very much needed). It really is about treating code like documentation, putting the same care into it in terms of readability and understandability. If you wonder what code reviews are for... it's also for this readability concern.
If you spend your time in dull meetings and then run like a headless chicken... it's definitely a sign you should cut down on the meetings and keep only the ones focusing on solving actual problems.
A look back at XP practices with some interesting insights. This doubles as a good XP primer as well.
A list of opinions on our field. It's personal and biased of course, so make that you want out of it. I agree with most I'd say. A couple are rather niche though.
Interesting alternative retrospective format. The way of framing the questions might help get new ideas.
This is definitely a funny hack. I wonder how long the people behind this knew about the vulnerability and waited for the right opportunity to do something with it.
Looks like a nice resource to get better at finding the root cause of performance regressions and optimising code.
Interesting stuff. This should ease greatly sharing code between shaders and the host application, especially for data specification which is easy to get wrong.
It's meant to be humorous, but this says something interesting about how design and marketing evolves.
Wow, very smart approach to solve discontinuity issues when quads are turned into triangles.
Looks like an interesting alternative to HTMX to come. Might go further enough that it has the potential to displace things like React as well.
I hope people using Grok enjoy their queries... Because they come with direct environmental and health consequences.
This is very interesting research. This confirms that LLMs can't be trusted on any output they make about their own inference. The example about simple maths is particularly striking, the real inference and what it outputs if you ask about its inference process are completely different.
Now for the topic dearest to my heart: It looks like there's some form of concept graph hiding in there which is reapplied across languages. Now we don't know if a particular language influences that graph. I don't expect the current research to explore this question yet, but looking forward to someone tackling it.
Neat little trick for services which you'd be running locally.
It's little known that regular Git has a server mode. The thing is that it's not often useful beyond sharing over the local network. Know this tool leverages magic wormhole to share repositories with peers over the Internet. This is really cool stuff in my opinion.
This is a good list of skills and behaviour to develop if you want to get better at our craft.
Personal backups don't have to be fancy... And probably shouldn't.
Nice piece to give ideas about what type of diagram to consider depending what you're exploring.