this post was submitted on 16 Aug 2026
31 points (73.8% liked)

Linux

67054 readers
108 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/51469097

A full-featured 2D + 3D CAD application built in Rust with GPU-accelerated rendering. Native DWG & DXF read and write, paper space, ACIS solids, dimensions, layouts. An open source community project by Hakan Seven, recognized and promoted by the OpenAEC Foundation.

top 14 comments
sorted by: hot top controversial new old
[–] turbowafflz@lemmy.world 33 points 2 days ago* (last edited 2 days ago) (4 children)
[–] JustEnoughDucks@feddit.nl 7 points 1 day ago

Claude directly has over 1100000 lines of direct code contribution. It has pretty much the same amount of code committed directly as the creator has.

His entire coding history before Claude consisted of changing readmes or searching and replacing project name text or modifying a dead link to his own link.

Suddenly in 4 months, without ever producing actual code before, he becomes a very competent coder enough to tackle mCAD, a notoriously difficult coding task that takes many many years with teams to make meaningful progress on?

That is vibe coding.

And his co-contributer "gianlucafiore" is exactly the same story. Has literally only made issues until LLM coding got released and then late 2025 (December) switched to making commits that he badly copied from an LLM such that some of the commits are literally one full line (as direct in-file working of the LLM wasn't as accessible then)

That is vibe coding.

So the top 3 contributes are

  1. An LLM
  2. Someone that only has committed any code via an LLM
  3. Someone who has only made issues before beginning with an LLM and submits clearly generated code

There is likely no human-made code in the entire project besides changing a couple links.

[–] atzanteol@sh.itjust.works 11 points 2 days ago

Oh no!

Anyway...

[–] ColdWater@lemmy.ca 6 points 1 day ago
[–] geneva_convenience@lemmy.ml 2 points 1 day ago

Besides all the whining here, is the program actually good? Does it work? Is it buggy?

If people can create useful working open source software using LLM's then I don't really care an LLM wrote it.

[–] chgxvjh@hexbear.net 4 points 1 day ago

I'm a bit weary about Claude being the top contributor

[–] eugenia@lemmy.ml 1 points 1 day ago

I'm allergic to AI code. It's worse than spaghetti. I wish it wasn't AI-made, for the most part.

[–] mapleseedfall@lemmy.world 4 points 1 day ago (1 children)

While a steep learning curve, I think moving forward with cadquerry or other programming based approach will be the best way to future proof your cad workflow

[–] ian@feddit.uk 1 points 1 day ago

The interactive approach should be just as future proof. Programmatic interfaces are not really suitable for many designers. Who work more intuitively with direct visual interaction. I couldn't imagine doing really complex stuff programmatically.

[–] NathanRanch@lemmy.zip 3 points 2 days ago

Unless it's capable of using GPU for actual CAD and not just rendering, I may stick to FreeCad.

[–] MangoCats@feddit.it 2 points 1 day ago (1 children)

Does it do parametric model designs?

[–] ian@feddit.uk 0 points 1 day ago

The primitives are parameric. I'd assume ACIS solids are too? You can try it out yourself by following one of those links.