So transformer models produce things that look plausible... and that's it. What would it look like if we started to make hybrid models in which a transformer model is also tied to proper computation tools with general knowledge? This piece is a good illustration of what it could provide.
A bit of a sarcastic tone but a few good point in there. Also shows interesting alternatives to C++ to squeeze every ounce of performance out of your code whatever the platform it runs on. Of the three options explored I knew only about Numba really.
Cool! It's nice to see this handbook published. Should help quite a bit to have more desktop applications certified.
Interesting plugin for SonarQube to evaluate the footprint of a mobile application. This should complete well what exists for desktop applications and web frontends.
Looks like a nice editor to use in web frontends.
Oh, that looks very interesting. I'd definitely have use for this. I tend to manage several aws or ssh configs per customers and it's not always easy to deal with. This could lead to a nice separation.
Nice talk about what's new about C++23. Claims to cover only four features but uses nice presenter tricks so that you also take a quick peek at other features.
A very simple flight model which seems to do wonders.
For all the conversations about how chat GPT might displace jobs, there's a big untold: how much of copyright is violated in the process? It's also very concerning about how much data it collects when interacted with.
This is a cool encoding I find. Might come in useful sometimes.
This is clearly a dangerous pitfall in the asyncio API.
The article is a bit confused about what is really about SPAs in general or React in particular. Still it is clear they raise questions regarding accessibility and navigation. In turn, this requires a lot of careful implementation to make sure the user experience is acceptable.
This can indeed quickly become a problem. This slows down everything and can bring with ot a silent killer: context switching. It is avoidable though, there are good strategies to prevent WIP to go out of control.
I very much agree with this. It is a real concern with our industry, we seem indeed to keep reinventing the wheel a lot. How do we stop forgetting? How do we move forward?
Looks very interesting, I guess I will switch some of my devices to using this and we'll see how it goes.
Or why you can't trust large language model for any fact or knowledge related tasks...
Interesting post with a good perspective on big data projects over time. It confirms that most people don't fall in the big data bucket, it's likely less than a percent of the projects which would qualify.
Early days but could become an interesting alternative to Lua for an embedded scripting language in some projects.
Very good essay on why we shouldn't look down on the Luddite. They had plenty of their questioning right and it's actually pervasive now. We use the term as libel only because back then they lost...
This is a big milestone reached for that project. Let's hope it'll drive adoption up.