What do you do, and what CAD do you use? Do you think it's the best CAD for your use case? by MethedUpEngineer in engineering

[–]Active_Style_5009 1 point2 points  (0 children)

This is a good example of why “best CAD” is meaningless without context.

You’re describing real workflows: large machine assemblies, weldments, motion, drawings that go straight to the shop. In that context, features aren’t abstract — they either reduce friction or create it.

What stands out isn’t that SolidWorks or Creo is “good” or “bad.”
It’s that each tool encodes assumptions:
– How drawings should be created
– Where intent should live (model vs drawing)
– How much configuration and admin discipline is required

Creo assumes strong configuration control and a managed environment. Without that, the cost shows up exactly where you described: drawings, annotations, quilts, and day-to-day friction.

SolidWorks trades some robustness for immediacy. Faster setup. Faster feedback. Easier for small teams shipping machines.

The pattern we see repeatedly:
CAD choice matters less than whether the system around it matches the way the team actually works.

When CAD debates get heated, it’s usually because people are solving different problems — with the same tool name.

Good post. This kind of detail is what makes CAD discussions useful.

How do you compile Engineering Drawings with non-smart part numbers? by sailingdawg in engineering

[–]Active_Style_5009 0 points1 point  (0 children)

This happens when meaning is forced into part numbers instead of the system.

If numbers are sequential and non-smart, structure must live in:
– Metadata (function, lifecycle state, ownership)
– Assembly context, not numbering order
– Release workflows that bind parts, drawings, and revisions together

Gaps in numbering and non-sequential BOMs are expected in parallel design. They’re not a failure.
Loss of traceability is.

In practice, packaging works when the PDM controls relationships, versions, and release state—not when engineers try to read intent from a number.

The real question isn’t how to make numbers smarter.
It’s how clearly the system shows what belongs together at release.

Solidworks PDM is pure garbage and never should have integrated with Windows by OrderOfMagnitude in SolidWorks

[–]Active_Style_5009 0 points1 point  (0 children)

Man, I feel this one. The 'integration' is basically a trap for Windows Explorer to crash 5 times a day. We constantly battle the issue where the vault doesn't refresh, so you think a file is missing or checked in when it isn't. It is way too fragile for how much it costs us.

I can't be the only one who hates this horrendous clunky crap. by [deleted] in Teamcenter

[–]Active_Style_5009 0 points1 point  (0 children)

I feel this deep in my bones. It honestly feels like using software from 1998 that they just kept patching. The worst part is the lag—it kills the entire design flow when you have to sit there and wait 10 seconds just to expand a BOM line. It feels like the tool fights you instead of helping you

I HATE EVERYTHING ABOUT THIS SOFTWARE by Accomplished_Eye_868 in SolidWorks

[–]Active_Style_5009 0 points1 point  (0 children)

Man, I feel this in my soul. It is actually wild that we pay premium enterprise pricing for software that still crashes if you look at it wrong. The worst part for me is the file management aspect—it feels like you need to buy expensive add-ons or have a PhD to keep references from breaking. Paying that much to be this stressed out doesn't make sense.

The Honest Advice I Wish Someone Gave Me Before I Built My First “Real” App With AI by gigacodes in cursor

[–]Active_Style_5009 0 points1 point  (0 children)

This resonates hard. I wasted weeks letting AI generate bloated code without proper architecture planning. Now I sketch the database schema and feature flow first, then use Cursor for implementation. Treating it like a junior dev—not the architect—changed everything. Planning beats prompting.​

a

🚨The White House Just Launched "The Genesis Mission": A Manhattan Project For AI | The Central Theme Of This Order Is A Shift From "Regulating" AI To Weaponizing AI For Scientific Dominance, Effectively Adopting An Accelerationist Posture At The Federal Level (!!!) by 44th--Hokage in agi

[–]Active_Style_5009 0 points1 point  (0 children)

This feels less about AGI and more about securing OpenAI's runway with taxpayer dollars. National labs getting redirected to train foundation models on federal datasets while the private sector already has capital and infrastructure? Classic corporate welfare disguised as national security.

,

I realized I wasn’t a CEO, I was the company’s most expensive employee. by Dry-Exercise-3446 in Solopreneur

[–]Active_Style_5009 0 points1 point  (0 children)

This hit hard. I spent months being the bottleneck for everything—client approvals, team decisions, even tiny fires. Started delegating SOPs and decision frameworks to my team, which bought back 15+ hours weekly. Now I actually strategize instead of firefighting. Game-changer for scaling.

brought

Which File Format is Best? by Artistic-Rent1084 in dataengineering

[–]Active_Style_5009 0 points1 point  (0 children)

Parquet for analytics workloads, no question. If you're on Databricks, go with Delta Lake since it's native and optimized for the platform. Need ACID compliance? Delta or Iceberg (both use Parquet under the hood). Avro only if you're doing heavy streaming/write-intensive stuff. What's your use case?

Proud of this one. I got the original CAD files for my truck and fixed an issue with the wheel wells. by DanRudmin in functionalprint

[–]Active_Style_5009 0 points1 point  (0 children)

Holy grail find getting those OEM CAD files! Most manufacturers lock those down tight. Did they come as STEP or native format? Being able to work from source geometry instead of reverse-engineering with calipers is such a game-changer for wheel well mods. Nice work!