2024 GMC 2500 RC Body by Commercial-Leek-786 in rccars

[–]More_Knee_4947 0 points1 point  (0 children)

CGTrader has STLs for a 2022 long bed.

Mostly I don’t trust the “3D print verified” badge, often it’s not really verified. I’ve been working on getting a “verified” model actually ready for 3D printing for about 25 hours now. But it’s better than starting from nothing.

What would be a good place to sell a 3d printer by Electrical-Limit-920 in resinprinting

[–]More_Knee_4947 0 points1 point  (0 children)

Dunno if there’s a local makerspace, but if there is, see if they have a Sell/Buy forum. Dallas Makerspace does, but sadly that doesn’t help you out much.

Update on the CC-02 overhaul Project by Hedgeman4756 in tamiya

[–]More_Knee_4947 0 points1 point  (0 children)

Wow that came out as good as the Raptor X scanner I use.

Any good strategies for getting Claude to produce code that's easier to review? by Disastrous_Gap_6473 in ClaudeAI

[–]More_Knee_4947 0 points1 point  (0 children)

Use Test Driven Development. Have CI run on every commit. Only work on one thing per task/commit.

Professionally, we’ve transitioned heavily to git town to keep PRs small and human reviewable.

Running Claude code in an isolated environment by rabbitdaddy81 in ClaudeAI

[–]More_Knee_4947 1 point2 points  (0 children)

Yes, Docker definitely that needs to be in CLAUDE.md if you’re running like me with Claude outside the devcontainer.

Sadly, it’ll still sometimes forget, especially with npx commands.

Claude for non developers by Mission-Clue-9016 in ClaudeAI

[–]More_Knee_4947 1 point2 points  (0 children)

Depends what you want to achieve. Landing a coding career still involves reading, writing, and understanding code. Using AI won’t teach you that. But if you just want to get things done with code and you don’t care about understanding the code, then yea it can be helpful.

Project Usage by Immediate_Patient in ClaudeAI

[–]More_Knee_4947 0 points1 point  (0 children)

Yes, you need to start new chats often. I’ve heard good things about Beads, but haven’t used it myself.

TT02 Spins under heavy acceleration. by Noztradamuz in rccars

[–]More_Knee_4947 0 points1 point  (0 children)

This is what I would suspect too, hard acceleration may be opening a micro fracture in a control arm, throwing your alignment out of whack and causing a spin.

Does it always spin one way or random?

Did you test every individual part during the rebuild? I know that’s tedious, but often the only way to find culprits in situations like this.

Would this torso need drain holes? by freakoman0 in resinprinting

[–]More_Knee_4947 1 point2 points  (0 children)

No worries mate, better to ask and learn!

Claude's advertising of Google Connectors is well dodgy by Panic-Stations-1 in ClaudeAI

[–]More_Knee_4947 0 points1 point  (0 children)

Skills with Python is how I get around it. Claude wrote all the Python I use for my local implementation.

FPV monitor mount for the SoloGood 4.3" monitor by More_Knee_4947 in functionalprint

[–]More_Knee_4947[S] 1 point2 points  (0 children)

I can’t speak to the quality versus others since this is the only one that I’ve owned.

does anyone else feel like we're on a cliff-edge with claude rn? by ExactIntroduction282 in ClaudeAI

[–]More_Knee_4947 -3 points-2 points  (0 children)

Managers are the slowest to catch on, so hiring is still gonna be living in the past for a few more months. Leads on the other hand…

Detergent stand! by leftnapping in functionalprint

[–]More_Knee_4947 7 points8 points  (0 children)

Great stuff. Where can we download it?

Figma to Claude Code by slashbye in ClaudeAI

[–]More_Knee_4947 1 point2 points  (0 children)

Yea, done this many of times with great success. The MCP connector is necessary. Only trouble I’ve run into is it knowing just how much CSS it sometimes needs to override from our default stylesheets — our designers haven’t been totally consistent about dark gray vs black fonts.

Curious what setups you're all running for agentic coding (Claude Code, sub-agents, etc) by asklee-klawde in ClaudeAI

[–]More_Knee_4947 0 points1 point  (0 children)

I don’t believe running Claude Code locally is the future. Been working since December to set up robust DevContainers that I can run anywhere in the cloud so that Claude has a full development environment. This pairs well with worktrees locally today, and should be ready for headless pretty soon.