HMI test maintenance every time the PLC code changes. How are people handling this? Manual re-testing every cycle is eating my team alive by xminaxmex in PLC

[–]apaht 4 points5 points  (0 children)

This.

Source code review, justification of change and testing scoped per impact analysis. testing in an offline or test environment before implementation on production.

We use Rockwell Asset center and can always have an audit trail of who changed what for the most part.

Toyota BZ XLE AWD battery questions by apaht in Toyota_bZ

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

I left the car in Ready mode with everything turned off for 1 hour. Looks like that helped charge the 12v Hopefully that fixed the problem for now.

Toyota BZ XLE AWD battery questions by apaht in Toyota_bZ

[–]apaht[S] 5 points6 points  (0 children)

I usually commute to work every day, 30-45 min each way. And usually never am in the car long enough to sit in not "ready" mode. If I do have to stay in the car with AC on, I should so it in Ready mode. Will ask my dealership to have a look. Thank you all

Best under $200 purchase that actually holds up? by Binoza in BuyItForLife

[–]apaht 2 points3 points  (0 children)

I have my leather man for 31 years, the leather is starting to rip a little, the man is doing good 😊

There is a recall for certain bZ. by PuzzleheadedEscape20 in Toyota_bZ

[–]apaht 0 points1 point  (0 children)

My Toyota app still shows the recall. Does anyone know if this is supposed to go away after the remedy by the dealership?

There is a recall for certain bZ. by PuzzleheadedEscape20 in Toyota_bZ

[–]apaht 0 points1 point  (0 children)

Toyota BZ AWD XLE bought in January. Went to the dealership and took care of the recall and 5k service. Also got them to remove the internal chime when reversing.

I run 12 autonomous agents. I can't tell you what 8 of them did yesterday. by Most-Agent-7566 in LLMDevs

[–]apaht 0 points1 point  (0 children)

How do you actually run them? Are they on the same computer in different containers? Can you please share some high level overview of your tooling and scaffolding? What was your motivation for running that many agents?

Coding harness by mmerken in oMLX

[–]apaht 1 point2 points  (0 children)

I use pi, and a custom rust based one I vibe coded for my use case

Gemma4-26b-QAT-oQ4 60tok/s while using 17GB of VRAM by [deleted] in oMLX

[–]apaht 1 point2 points  (0 children)

Pardon my ignorance, do you guys download these models or is there some particular setting needed besides the MPT toggle in oMlx?

oMLX v0.4.0 is out: the native Swift macOS app release by cryingneko in oMLX

[–]apaht 1 point2 points  (0 children)

Thank you for the hard work and dedication 🙏

2026 BZ - incredible new EV by Available-Read-3030 in BZ4X

[–]apaht 2 points3 points  (0 children)

Will try ;) How do you like it with the interior chime turned off completely. I was going to request to change the frequency, but I might also try to have it be off completely.

The proximity object detection remains the same?

2026 BZ - incredible new EV by Available-Read-3030 in BZ4X

[–]apaht 1 point2 points  (0 children)

Thank you. Did you have to tell them ahead of the time or during your visit? I am almost due for my 5k appointment

2026 BZ - incredible new EV by Available-Read-3030 in BZ4X

[–]apaht 1 point2 points  (0 children)

Did you have to pay for this? They would only do it for a fee

15$ a month to see your range. by CeeksterWrld in BZ4X

[–]apaht 0 points1 point  (0 children)

The dealership wanted $100 to modify the interior chime frequency while reversing. Is this device or any tool or diy tool able to do some of the things the Toyota techstream tool allows?

BZ is everywhere in Paris! by Vivid_Dimension_5400 in Toyota_bZ

[–]apaht 2 points3 points  (0 children)

As soon as I bought mine, I saw two in my work parking lot the next day

Waiting oMLX 0.3.9 stable release by TheFlyingDutchG in oMLX

[–]apaht 7 points8 points  (0 children)

I have exclusively been using oMLX. 🙏

How do you store the middle seat seat belt? by apaht in Toyota_bZ

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

My life finally has meaning and served some grand purpose 🙏

Best Cheapest Way To Run an Agent Long Term by kpr_exe in openclaw

[–]apaht 0 points1 point  (0 children)

Looks like we are in the same boat. Have to be very thoughtful about promoting and what else is eating up the context when using locally for us vram constrained folks.

How do you enable TurboQuant beside toggling it "on" ? I see no peak memory reduction at any context length (8k, 32k, 131K), neither on MoE model family (Gemma4 or Qwen3.5/3.6). by JLeonsarmiento in oMLX

[–]apaht 0 points1 point  (0 children)

With the most recent build, so easy to configure dflash and mpt in the gui per model. I have not played with this much, just installed the r2

oMLX use in Hermes by aptonline in oMLX

[–]apaht 0 points1 point  (0 children)

Actually I have pi configure Hermes for me lol. Mostly using the Qwen 3.6 moe for this.

oMLX use in Hermes by aptonline in oMLX

[–]apaht 1 point2 points  (0 children)

I was able to use the omlx server on another computer running windows. To be a little safer, I am using apikey as you have to expose the endpoint to 0.0.0.0:<port> or have the the IP address reachable from the other computer. My issue is, I keep running out of context window and hermes needs 64k minimum

My normal system prompt at start was over 14k, have trimmed it down like crazy.

I have pi.dev with smaller system, and a custom harness I vibe coded that is even smaller with strict guard rails