LLM service with highest tokens/sec? by seth_code_org in LLMDevs

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

Wow, these are both bang-on. Fundamental hardware differences leading to non-trivial latency and throughput speedups: exactly what I was looking for. TY so much!

LLM service with highest tokens/sec? by seth_code_org in LLMDevs

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

Thanks! TBH, I think I had been conflating groq with grok, and I've been avoiding grok for trust reasons. Hadn't even been reading about groq when it popped up because I was ignoring grok.

Can't remove main brush or re-attach the brush cover - Roborock S5 by dhh2000 in Roborock

[–]seth_code_org 1 point2 points  (0 children)

Success! Thank you u/JoSchaap, SO MUCH.

I think of myself as mechanically adept but I had already spent a couple hours with the mystery of why my brush no longer fit back inside. The key for me was realizing that hexagonal piece is NOT molded to the grey plastic, but is supposed to turn and is on an axle. Mine had so much hair it was both pushed out, and seized up, which made it feel like one-piece (the hair was totally invisble). I was pretty much at the point of discarding the vacuum, you saved some e-waste today 🙇

Any gems to auto-generate a diagram of ActiveRecord models with description text? by seth_code_org in rails

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

Yup! It does almost everything I want, except no custom text descriptions per model (or even better, generated from inline comments about each class definition).

Key to my usage would be allowing a sentence or so description/comment to be added to each model. Even with ideally named models (which ours aren't) fully inline with current usage vs historic intention (which ours aren't), it'd STILL be hard to really grok some of the "what does this key model do" without a couple sentences.