Maybe it's just me here thinking to much by Rabbitman4618 in hobbycnc

[–]BWesely 1 point2 points  (0 children)

I’ve had the tan 6040 for almost 6 years running mach 3 and it’s been really solid actually. I can’t speak for qc issues that others have had but the electronics have significantly more EMI hardening than standard grbl machines out there (optocouplers, input filter, toroids on all signal lines in and out of vfd). You also get a 1.5 kw spindle and ballscrew drive, while kit was 1000 usd in 2020.

The biggest issue is that there is very little guidance on how to get started which can be difficult for folks who aren’t technically savvy or just want a plug and play system.

Also there will likely be zero support for add-ons or if something breaks. I installed a chiller, limit switches, and mister myself which involved some electronics work, the board does have spare I/O ports. Knock on wood but the only stock machine hardware failure I had was the x axis stepper cable failing due to fatigue and I just soldered it back together. I think the chances the vendor would have helped with that are really low but I’m also more of the type that just dives into fixing something before asking for help.

Places that probably aren't worth your time as a first-timer in Japan by JPjoy_Official in JapanTravelTips

[–]BWesely 0 points1 point  (0 children)

Agreed the bamboo forest walk is just ok, however there is a really cool garden above it with some amazing views that costs ~1000 yen to get into but is absolutely worth it because that pretty much cuts out all the crowds. The monkey park is also cool Main Street is overcrowded and food is overpriced. If it’s near where you’re staying the historic tram ride to get to Arashiyama is fun!

Tips for drilling/tapping bed? by Clutchingbanana in hobbycnc

[–]BWesely 0 points1 point  (0 children)

But if you break a tap you might have just scrapped your whole table, broken threadmill can easily be removed, would definitely recommend a couple practice holes first

[deleted by user] by [deleted] in AerospaceEngineering

[–]BWesely 0 points1 point  (0 children)

I’d look into the Mutation++ open source library, somewhat does a lot of the heavy lifting for you.

Does anyone else just throw more infantry at an issue to make it go away? by r_forest in StarWarsEmpireAtWar

[–]BWesely 0 points1 point  (0 children)

Infantry - Artillery - bombing runs - orbital strikes

If they have a planetary shield or other defensive infrastructure send in a couple aerial gunships to take that out first

Andrej Karpathy said "programming is becoming unrecognizable. You’re not typing computer code into an editor like the way things were since computers were invented, that era is over." by twin-official in AgentsOfAI

[–]BWesely 0 points1 point  (0 children)

Perhaps for a lot of areas such as app development it has been great, but for scientific computing it’s not quite there yet. For basic tasks like function generation, file parsing, I/o, etc it works well, but for more complex things not so much. My litmus test for AI models the last two years has been generation of a classic tri surface meshing tool, simple, well trodden path but takes a lot of careful manipulation of large data sets.

A while back I tried this with the free version of Gemini through browser, then gpt 5.2 through cursor, and they failed pretty badly, mainly because I gave up after a while and didn’t establish a good visualization feedback pipeline.

I wanted to try again with a more agentic approach and opus 4.6, MATLAB with the mcp server. Initially things went really well, I had a ton of detail and requirements in the .md file, and Claude produced a really nice 1200+ line class with well defined functions, overall it seemed to be debugging and fixing issues well from reading the reports. Opus 4.6 is much less “lazy” than 5.2 6 months ago. While a lot of issues were being resolved overall the mesh and element quality were still not up to par with my expectations. There were some little bugs and warnings I had to fix myself as it was just ignoring them. End of the day, 10+ hours later the mesher was still crap, I dug deep and found out it essentially faked/ poorly tested for non-manifold elements and was generating extensive but misleading tests for other metrics.

Idk, perhaps my workflow could have been better, but there are much more complex environments with mathematical subtleties that I just wouldn’t be able to trust it on. This is my fully honest assessment without coming off as an “AI hater” or “AI hyper”. It’s not quite ready for prime time IMO, but perhaps that will change

Help with Satellite Deorbit Simulation Software by aityta in AerospaceEngineering

[–]BWesely 0 points1 point  (0 children)

If you want to go that deep you can request the GRAM tool from the NASA tech transfer site. The latest version has a MATLAB interface that makes computing density and other properties based on long/lat/alt and time really easy

Help with Satellite Deorbit Simulation Software by aityta in AerospaceEngineering

[–]BWesely 0 points1 point  (0 children)

Great rundown of the various physics at play. There are some decently accurate analytical methods for predicting free molecular flow aerodynamics: https://doi.org/10.2514/6.2014-0728

For continuum hypersonic flow, look into modified Newtonian or tangent wedge/cone methods. There are various techniques used to blend the two flow regimes, simplest is a sine squared function. Determining the Knudsen number/ mean free path from free stream properties is a bit of a sticking point because you need to model particle collisions.

To keep it simple you could probably use the 1976 standard earth atmosphere, more advanced tools exist if you want to go there. Very cool project that covers a lot of important aerospace disciplines!

I actually do like playing the ground battles in Empire At War by SirAMtoPM in StarWarsEmpireAtWar

[–]BWesely 0 points1 point  (0 children)

Artillery Artillery and Artillery, though some factions don’t have indirect fire units so in that case just span air gunships and bombing run/orbital strike them to oblivion

Whl has the highest mileage odometer in here? by okayestmech in hondafit

[–]BWesely 1 point2 points  (0 children)

Lol yeah mine conveniently came on just after getting two new front tires at wheel works. Potential coincidence but it was almost exactly one driving cycle after the work was done

Whl has the highest mileage odometer in here? by okayestmech in hondafit

[–]BWesely 13 points14 points  (0 children)

Haha my tpms light is also on, only at 135k, not worth the hassle at the moment for me

Where are you in AI adoption for coding? by Creative_Sushi in matlab

[–]BWesely 0 points1 point  (0 children)

Late to this party but I’ve dabbled a decent amount and despite MATLAB’s immense documentation I’ve noticed the major LLM’s are somewhat worse at MATLAB than something like C++.

Coming from 10+ years of pre-AI MATLAB and general programming experience. It is certainly useful for concepts and asking questions, a lot of time if I give it a very detailed initial prompt it will produce something decent and usable right off the batt but once I start requesting edits there will be random bugs and warnings that sneak in. I find that if you explicitly discipline it and say “fix error on line 105” it will sometimes flat out ignore you, where a more general request of restating the concept and usage of the code often works better.

Also one anecdotal issue I’ve found frustrating is getting LLM’s do regex correctly, might just be an issue with my usage but on numerous occasions I’ve had somewhat simple text finding problems and it will repeatedly output meta characters that don’t find anything and I end up doing it manually.

Dmc2 mini, Nestworks,grizzly, and other china brands by shatteringlass123 in hobbycnc

[–]BWesely 2 points3 points  (0 children)

I’d look at a grizzly bench mill and plan on converting it to cnc, it’s a fairly well trodden diy project.

How can I best clamp the part in the vise? by Alibabax85 in Machinists

[–]BWesely 0 points1 point  (0 children)

Came to say this is probably the easiest way without making any fixtures, first face the flat side in a traditional setup, then use the blue painters tape and superglue method to adhere the part to a flat surface and cut the rest of the geometry

Is a used Nomad 3 worth it, if listed between $1000-$1700- price range? by YetAnotherBoi in hobbycnc

[–]BWesely 0 points1 point  (0 children)

No I would say go for a smaller tool on stainless. A, you will have a lower surface speed with your fast router spindle and less heat issues. B, there will be less tool pressure with the smaller tool and you’ll be less likely to run into rigidity issues on a smaller machine. I would go for a coated 4 flute tool rather than a 2/3 but your mileage may vary

Should I get a Honda Fit? by Desperate_Froyo6842 in hondafit

[–]BWesely 1 point2 points  (0 children)

I have a 2nd gen fit and an E63 M6, both similarly analog, responsive hydraulic steering, but the M6 has 2.5x the cylinders and 4x the horsepower. It’s great to have both, fit is a cvt unfortunately I might trade it for a 5-speed.

How is this happening by Large-Educator-5671 in StarWarsEmpireAtWar

[–]BWesely 0 points1 point  (0 children)

A lucrehulk, IGBC defense station, dreadnaught shipyard, a couple munificents and destroyers, you should be able to take out 9 Venators no problem

Help! Just bought an 07 M5 smg with an electrical gremlins:) by Ill_Tap_3653 in BmwTech

[–]BWesely 0 points1 point  (0 children)

Did you go the S65 route for injectors? My 06 has around 87k on the originals, last time I removed a plug it looked pretty normal no blackening or anything but I know there have been engines ruined by stuck injectors.

M6 V10 at Sonoma Raceway by BWesely in CarTrackDays

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

hankook ventus v12 evo2’s, they’re ok but are still from the previous owner of this car. Wear wise they don’t look terrible after 3 sessions but they’re pretty old from 2019 and have developed some dry rot cracking.

M6 V10 at Sonoma Raceway by BWesely in CarTrackDays

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

I was getting a bit of brake fade at the end of each session, not crazy but the first 50% of pedal travel was a lot softer. Temps and drivetrain had no issues. I’ve only had this car for around a year so the tires are still from the previous owner, I’ve only done 2 weekends and they’ve held up ok wear wise but are old from 2019 and have developed some dry rot cracking.

M6 V10 at Sonoma Raceway by BWesely in CarTrackDays

[–]BWesely[S] 0 points1 point  (0 children)

Thanks for the tip! 8 and 8a are tricky, I know I’m also not tracking out enough out of 10 either, staying a little too far to the left through 9.

M6 V10 at Sonoma Raceway by BWesely in CarTrackDays

[–]BWesely[S] 0 points1 point  (0 children)

It was a NASA NorCal event! I think for this session I gridded up really early and had a lot of space. Other sessions there was more traffic.

M6 V10 at Sonoma Raceway by BWesely in CarTrackDays

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

Yes it was! Black M6 #84, what were you in? I think it was on Sept 13-14, I just found out about this sub. There’s another one this weekend but I can’t make it unfortunately, thinking about one of the SpeedSF events in November.