We maintain a semi-large complexity application with plugin support in Qt. I was able to port it to webassembly in under a day a few years ago, it was essentially a process of hunting build issues in dependencies,…
I think the real issue might be that how “good” the code is matters less than being able to form a mental model for what the human who wrote the code was “thinking”. If written by a machine, this contract is broken and…
Did you mean 2025?
That is quite literally exactly what they have done
Slightly unrelated: are the OCCT unfolding components a paid add on or included in the open source distribution?
I don't necessarily agree in this case - OCCT is more than capable for what FreeCAD is offering. Add to that the development trajectory of OCCT also seems to be really taking off recently (with the 8.0-RC, they've…
That would require calibration with the camera, and even then the camera and lidar sensor can’t be in exactly the same place. I doubt results would be better.
I'm so confused. Sentry is a native client crash reporting tool. What does this have to do with MCP or the LLM itself? Do you mean when interpreting the crash data?
Qt is not a horrible mess to use, the problem is just people don't bother to learn any tech stack outside web. It's so obvious that this is the issue to anybody who actually does native development.
Qt with QML works fine. The real reason is that companies can't hire enough native developers because the skill is comparitively rare.
Only if they work in a fundamentally different manner. We can't solve that problem the way we are building LLMs now.
Definitely a good one - probably one of the best CLAUDE.md files you can put in any repository if you care about your project at all.
After a cursory glance at commit messages, looks like most of it. Like all AI co-authored code it’s a matter of time before this becomes unmaintainable and abandoned.
The reason most creative media is good is because you see the vision of a creative team or individual. If the vision is diluted due to lack of control afforded by AI tools, then the tools won’t be used. Many times in…
If you watch a little further until about 20 minutes what follows is an explanation of what the primaries represent (described by you as “colorspace coordinates”) along with a reasonable simplification of what a…
I’ve seen skeuomorphic designs done with vector art, surely this can’t be the only/real reason.
Just because I’m curious, why the issue with reading GPL code? My understanding is that you would have to essentially directly copy and paste the code for the GPL license to apply to it.
Then I’d say just pick the one you are most familiar with
This is a fantastic tool and I recommend it! I use it every day to recursively solve bottlenecks in our code base.
It's genuinely not that bad
Are you talking heavily templated C++ code as well? I’ve got my suspicions about how much this affects things…
Yea, our software stack pulls many dependencies (our software probably totals over 200k loc). We depend on Qt, OpenCASCADE, and a few other heavy C++ Libraries. Stepping over a single line of code in GDB using the TUI…
I can reproduce. Firefox 127.0 under wayland, arch linux
Yours actually looks useful for my use case (remote debugging wrappers) The schema of the linked post doesn't look useful to me at all haha
As someone who works with QML daily, I had the same question. The work is already done. Why write a common UI backend in swift when you can have the whole thing common using QML/Qt. It’s the best way to write native…
We maintain a semi-large complexity application with plugin support in Qt. I was able to port it to webassembly in under a day a few years ago, it was essentially a process of hunting build issues in dependencies,…
I think the real issue might be that how “good” the code is matters less than being able to form a mental model for what the human who wrote the code was “thinking”. If written by a machine, this contract is broken and…
Did you mean 2025?
That is quite literally exactly what they have done
Slightly unrelated: are the OCCT unfolding components a paid add on or included in the open source distribution?
I don't necessarily agree in this case - OCCT is more than capable for what FreeCAD is offering. Add to that the development trajectory of OCCT also seems to be really taking off recently (with the 8.0-RC, they've…
That would require calibration with the camera, and even then the camera and lidar sensor can’t be in exactly the same place. I doubt results would be better.
I'm so confused. Sentry is a native client crash reporting tool. What does this have to do with MCP or the LLM itself? Do you mean when interpreting the crash data?
Qt is not a horrible mess to use, the problem is just people don't bother to learn any tech stack outside web. It's so obvious that this is the issue to anybody who actually does native development.
Qt with QML works fine. The real reason is that companies can't hire enough native developers because the skill is comparitively rare.
Only if they work in a fundamentally different manner. We can't solve that problem the way we are building LLMs now.
Definitely a good one - probably one of the best CLAUDE.md files you can put in any repository if you care about your project at all.
After a cursory glance at commit messages, looks like most of it. Like all AI co-authored code it’s a matter of time before this becomes unmaintainable and abandoned.
The reason most creative media is good is because you see the vision of a creative team or individual. If the vision is diluted due to lack of control afforded by AI tools, then the tools won’t be used. Many times in…
If you watch a little further until about 20 minutes what follows is an explanation of what the primaries represent (described by you as “colorspace coordinates”) along with a reasonable simplification of what a…
I’ve seen skeuomorphic designs done with vector art, surely this can’t be the only/real reason.
Just because I’m curious, why the issue with reading GPL code? My understanding is that you would have to essentially directly copy and paste the code for the GPL license to apply to it.
Then I’d say just pick the one you are most familiar with
This is a fantastic tool and I recommend it! I use it every day to recursively solve bottlenecks in our code base.
It's genuinely not that bad
Are you talking heavily templated C++ code as well? I’ve got my suspicions about how much this affects things…
Yea, our software stack pulls many dependencies (our software probably totals over 200k loc). We depend on Qt, OpenCASCADE, and a few other heavy C++ Libraries. Stepping over a single line of code in GDB using the TUI…
I can reproduce. Firefox 127.0 under wayland, arch linux
Yours actually looks useful for my use case (remote debugging wrappers) The schema of the linked post doesn't look useful to me at all haha
As someone who works with QML daily, I had the same question. The work is already done. Why write a common UI backend in swift when you can have the whole thing common using QML/Qt. It’s the best way to write native…