Alright, this is definitely a cool hack.
The Rust tooling makes it super easy to profile your programs. This is neat.
Shows why it's important to go for a blameless culture, also outside of postmortem. This is definitely not easy but worth it.
Somehow unsurprising, this is often the case: less validation code, but also less automated tests. With types you can write unwanted states out of existence.
Very nice collection of tidbits of information for the main topics in computer graphics. A good way to get started or refresh the basics.
A senator is stepping up and rightfully pointing the finger at automakers. Let's hope more will follow.
Good walkthrough the finer points of members initialization in C++. Worth keeping in mind.
A glimpse into how those generator models can present a real copyright problem... there should be more transparency on the training data sets.
Looks like remote work is here to stay for good now.
This is clearly an uphill battle. And yes, this is because it's broken by design, it should be opt-in and not opt-out.
Interesting approach to reduce the amount of undocumented features because we simply forgot to update the documentation. Shows a few inspiring tricks to get there.
Nice examples showing JavaScript use can be reduced in the browser. HTML and CSS are gaining nice features.
Could indeed turn into a nice alternative to fail2ban.
Still using Chrome? What are you waiting for to change for another browser which doesn't play against your interests.
Good blueprint for building up and following up (the most important part really) of a strategy in your organization.
Very interesting review, we can see some interesting strengths and weaknesses. Also gives a good idea of the different ways to evaluate such models.
LLMs training had a bias from the start... and now we got a feedback loop since people are posting generated content online which is then used for training again. Expect idiosyncrasies to increase with time.
Now this is a very interesting use of generator models. I find this more exciting than the glorified chatbots.
Good reminder that the raw UNIX timestamps have interesting properties and often are enough not necessarily needing to rely on something more complex. Also gives nice criteria for picking between said timestamps and higher level types.
Interesting food for thought. The later point about the tension between business and users lately is also a good one and should be kept in mind. That's an ethical concern you find most in companies publishing Free Software though. It's not the full packaged solution but a good starting point.