This compilation technique brings very interesting results. Hopefully should find its way in some JIT compilers.
Maybe it's time to make so called "reinforcement learning from human feedback" actually humane? It's not the first account along those lines in the industry.
Good set of advises for Python APIs. Some applies more generally though.
We went from quality to quantity it seems. We also have whole swats of developers who are just consuming content without critical thinking and it's a problem. The conclusion says it all: "Don’t consume. Create. Ask questions. Stay curious."
Interesting research turning to genetic algorithms to optimize bytecode handler dispatchers.
Looks like a really nifty 3D procedural generator. I wish I'd have an excuse to use it on a project.
Kind of sad to see asserts misused so much in the Python community. Still that's a good lesson for everyone: when using an assert, expect it won't get executed when in production.
I don't understand the SQL shaming I see in some circles. It's clearly based on dubious arguments.
Interesting parallel taken with IKEA. Some of their principles translate to nice traits for software as well.
We got a problem with research around software estimates. This won't help us get better at it as an industry...
Very interesting! This is really old wisdom which should be more widespread. A few words of caution in there for everyone, me included.
Interesting way to reason about tests and classify them. I think it can be more useful than the strict "unit" vs "integration" that is way too widespread.
Looks like an interesting device to tinker with.
Might come in handy when Filelight is not available, I could see myself using this over SSH connections.
Interesting way to organize your data. This gives a library feel for sure. At least it makes me curious.
Interesting idea, personas help with producing features, something is needed to prevent features we don't wante.
Interesting feature from the Python language. Lots of features are actually built on top of it.
Interesting and provoking thought... Indeed it's hard to build communities while also aiming for rapid and constant growth. There's no chance of having communities properly stabilize which leads to the tribalism and bad behavior we see on social media.
Interesting ideas for using large language models. There is a world beyond the chatbot interface and it might bring more value to users and avoid some of the pitfalls of anthropomorphisation.
Signature of digital documents is definitely not as safe as we would like. All the serious formats have known flaws at this point.