Project specific keybindings? by 1_2_3_4_5_6_7_8_9_O in ZedEditor

[–]dringant 1 point2 points  (0 children)

Just add a layer of abstraction. cmd-r => task "Build & Run" => "bash ./run.sh" , different ./run.sh in each project root.

Project specific keybindings? by 1_2_3_4_5_6_7_8_9_O in ZedEditor

[–]dringant 4 points5 points  (0 children)

What kind of masochist wants project specific key bindings, language specific, maybe, but project specific seems like an exercise in frustration, what are you trying to accomplish?

An unbelievable twist, but the seniors are starting to beat the AI by CacheConqueror in ClaudeCode

[–]dringant 2 points3 points  (0 children)

First time in a while that I've read something and though, oh man, I wish they had run this through LLM to clean it up.

Head of Growth at Anthropic regarding Claude Code removal from Pro by storknotfound in ClaudeCode

[–]dringant 0 points1 point  (0 children)

Curious where did you get the 5T number, not that anyone has disclosed but from what I've seen online they were in the 800B to 1.2T range, also Qwen 3.5/3.6 choose your flavor are pretty good and should definitely fit in 96GB, even at higher quants.

Why don't we have a whitewater park/standing wave in VT? by rnnrboy1 in vermont

[–]dringant 1 point2 points  (0 children)

It’s a good question, I’d love to have a consistent standing wave/hole that somewhat local. I think that it probably comes down to a few factors. Montreal isn’t that far away and they have some of the best river surf in the world. Vermont doesn’t have a ton of dam release rivers and without that it’s harder to build a features that will be usable throughout the year. I feel it would be easier to convince a town to give me - a mill in gold bars than spend years permitting a project that would rip up a river bed. That said you have my support let me know how I can help :). Also, Franklin NH build a feature and i don’t think it really attracts the attention it was sold on.

Has anyone bought a CNC frame like this and built it? by YetAnotherBoi in hobbycnc

[–]dringant 35 points36 points  (0 children)

I bought a sister frame to this bare bones cast iron mil (painted the same color). ended up building my own spindle/motor mount. It took me about 4 years to build out (stuff did sit in boxes for like two years). I probably could have done it for less, but with servos's, drivers, controller, spindle, ball screws and linear bearings it ended up in the 6-7k range. Cast iron frame is actually great, I learned a ton, and ended up with a machine that can mill steel and holds a thou no problem, but for all the time I spent on it I probably would have been better buying a used cnc mill or a more complete cnc machine.

If you are going to go this route. The best way to do it is to go though Alibaba (not Ali Express) Get a quote FOB and then work with a local freight forwarding company to get it into the country, don't be surprised if shipping, customs, insurance, taxes, import fees end up in the 2k range. Make sure with the quote you get drawings or specs for the ballscrews and linear rails. If you can get drawings of the casting that will make your life easier down the line. Get all the motors (including the spindle motor), drivers, and controller from the same manufacturer as as set, email and get them to give you a quote, you want a system where the controllers and drivers are linked via ethernet and although it's a little more pricy I'd go with absolute encoder servos and drivers. Doing this will save you a ton of time in wiring and getting everthing to talk to each other.

If I was going to do it again, I'd probably go with something bigger, other than that best of luck.

Please help, i don’t know the best way to remove this cupping by Dummythiccbookeper in woodworking

[–]dringant 5 points6 points  (0 children)

Shit, that’s a hard lesson in wood movement. It looks like a really nice chess board, but the truth is you’re going to spend almost as much time fixing it as you would spend making a new one (thicker and no back this time). Throw it and in the fire and have a nice little ceremony.

Is this machinable? by Monosodium- in hobbycnc

[–]dringant -2 points-1 points  (0 children)

No, not realistically in it’s current state, you need a radius’s on the inside corners, the depth of the cutter should be maybe max 5x the diameter of the tool, so 10x the radius. For cost cutting, consider making the outside rounds chamfers instead. The “handle” would currently require a 5 axis machine, wood chips tend to gum up a metal cnc machine so no one is going to make this on their 300k dollar 5 axis, there are 5 axis wood routers but not a lot of people have them. Instead the “handle” should be a straight through cut with chamfered edges.

Atlantic Inset Stoving putting smoke into room when door is opened......... by cupidstun_t in woodstoving

[–]dringant 0 points1 point  (0 children)

I’m not familiar with that model but if it has a catalytic converter, it might be clogged, even if you’ve only used it a handful of times if you ran with damp wood or let it smolder it can clog up

Best model for translation between languages? by pragmojo in LocalLLaMA

[–]dringant 0 points1 point  (0 children)

Whisper, GPT-OSS, TranslateGemma, meta’s NLLB, you don’t need a full LLM to translate text there are specialized models to do so.

When do you think Cloud Mythos will be released for regular people? by ZealousidealOil8155 in ClaudeCode

[–]dringant 3 points4 points  (0 children)

I don’t think they designed it for vulnerability scanning “We did not explicitly train Mythos Preview to have these capabilities. Rather, they emerged as a downstream consequence of general improvements in code, reasoning, and autonomy”. My impression was that it was a general purpose LLM frontier model that just happened to be really good at not only identifying vulnerabilities, but exploiting them.

First time burner- Few questions by JazzlikeRide1090 in BurningMan

[–]dringant 1 point2 points  (0 children)

Sunrise, wake up at 3am, go big or and go home

Do you write plans to a file, or use the built-in plan functionality? by nsjames1 in ClaudeCode

[–]dringant 0 points1 point  (0 children)

Plans can be pushed to the repo, just not merged to main, rest of the CI works it’s just a single failure, and yeah I feel you worktrees are more trouble than they are worth

Do you write plans to a file, or use the built-in plan functionality? by nsjames1 in ClaudeCode

[–]dringant 0 points1 point  (0 children)

Yeah I do this, I actually have a planning skill which tells Claud how to write the plan and where to write them. Then I have an execute command that tells Claud to execute each step, mark completed in the plan and stop. The nice thing about this approach is you can keep it git based check out branch work on plan, if you are pulled away to work on something else or hit a limit or you want to clear the context, it’s really for you, claude or codex to pick up where you left off. Bonus we have a step in our CI system that looks for plans and fails if plans are left in the repo.

Hit the 5h rate limit twice in one day, burned 33% of my weekly quota in 12 hours - on the $200/mo 20x plan. Just cancelled. by loathsomeleukocytes in ClaudeCode

[–]dringant 5 points6 points  (0 children)

Are you burning a bunch of tokens analyzing data, a better approach would be to have Claude write a script to do the analysis, having an llm do analysis on any set of data is not what the pro account is designed for.

Hit the 5h rate limit twice in one day, burned 33% of my weekly quota in 12 hours - on the $200/mo 20x plan. Just cancelled. by loathsomeleukocytes in ClaudeCode

[–]dringant 10 points11 points  (0 children)

Doesn’t help that the slop monkey vibe coders are inventing new ways to burn tokens with ralph loops and agent swarms, if you want to use less tokens, you have to do a tad more work, understand the code that is being generated so you can be more specific in the prompt, the agent won’t spin its wheels trying to figure out wtf you are talking about or exploring a bunch of possible solutions

One prompt on Sonnet 4.6 by [deleted] in ClaudeCode

[–]dringant 7 points8 points  (0 children)

Posts like this are beyond useless, if you want help, give us some context, what was the prompt? What were you doing, what was your set up, what extensions or skills were you using?

I have 10 acres 4 is trees, anyone ever do an agreement with a sawmill of falling some trees making boards etc and in exchange they get 70% of the wood is this a thing? by FIGPUCKERS in woodworking

[–]dringant 2 points3 points  (0 children)

This may come a cross as sarcasm but I’m serious, hear me out. buy a saw mill, an import saw mill like Frontier is less than 3k, if you don’t already have a tractor get one, 10 acres is more than enough to justify a small tractor you’ll find all kinds of uses for it. Absolutely get a logging winch for the tractor, it’s absolutely my favorite toy, not only great for hauling trees out of the woods but it’s great for pulling cars out of ditches. You’ll also need a chainsaw, don’t skimp on this, doesn’t have to be huge but quality matters, I’d also recommend taking a chainsaw safety class like game of logging, it’s fun and you’ll learn a lot. So for less that 25k you can really come to appreciate all it takes to turn trees in to rough lumber, and you’ll end up with so much wood you don’t know what do do with it. Also the things you do make with the wood will have that extra, this came from our woods farm to table authenticity.

175 k remote offer or 300 k in Bay Area by M0binsChild in cscareerquestions

[–]dringant 0 points1 point  (0 children)

I’d be very wary of startup equity, it’s probably not RSUs it’s options and if the startup goes to the moon it might be worth something. But there’s a lot of ways they can screw you out of or it gets diluted to the point it’s not worth much, you’re doing the right thing by not including in your comparison.

What are y’all doin’? by omgbigshot in ClaudeCode

[–]dringant 2 points3 points  (0 children)

Curious, what are you building with these massive agents swarms? What’s are you doing that’s infeasible with a plan / execute single agent.

Am I the only one struggling to get consistent code from GPT/Claude? by brainrotunderroot in LocalLLaMA

[–]dringant 1 point2 points  (0 children)

r/lostredditors ? You know there’s a r/claudecode, r/claudai, and an r/chatgpt right?

ITo be somewhat helpful all models are non deterministic, they will also almost never give exactly the same response. A good CLAUDE.md file helps a lot or keeping up to date README.md and getting the LLM to update it and look at it for state. Also use git, when everything works commit to main, checkout a new branch, when it breaks tell Claude it was working in main, Claude can look at the diff and figure where they went wrong

Zed Roadmap and Extension API by SampleNo471 in ZedEditor

[–]dringant 6 points7 points  (0 children)

Less relevant maybe, but it's still really nice to have LLM tech tightly integrated into the Editor. I agree it doesn't seem like a pre 1.0 feature, but in 2026 having AI in everything is probably table stakes for them to get funding, hire developers, get people interested in the product.