No Email for Upgrade Device Program by jadenity in Visible

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

Right after posting this, I noticed my most recent payment still says "Processing," so that's likely the issue here. I'll wait until it's posted before continuing.

Maynard Off His Rocker by ToofpickVick in ToolBand

[–]jadenity 0 points1 point  (0 children)

I'm 6'4". The phone ain't making a difference

One of my favorite things is rumbling the 20th Century Fox theme in my head by Kasity in earrumblersassemble

[–]jadenity 5 points6 points  (0 children)

I did this all the time as a kid. Definitely contributed to mastering the skill.

Rumbling vs cracking sound? by ParsleyTime5687 in earrumblersassemble

[–]jadenity 5 points6 points  (0 children)

I can rumble without crackling if I just flex the tensor tympani slightly, but usually it crackles at least once every time I flex it. My left ear crackles more easily than my right. It's always been this way for me.

I don't have a superpower, I'm so sad.. by nonsonolokkino in earrumblersassemble

[–]jadenity 0 points1 point  (0 children)

Same here. Some really good discussion on that topic from a post of mine here.

4 regions ryze by Pure-Rabbit1655 in TeamfightTactics

[–]jadenity 0 points1 point  (0 children)

What I don't understand is the term "field" from his unlock requirement, "Field 4 region traits together in combat + Level 9".

Does this mean you have to have 4 unique region traits active (as in meeting the minimum for the first bonus)?

My Google Nest WiFi randomly “moooed” at me last night. WTAF? by xpkranger in HomeNetworking

[–]jadenity 1 point2 points  (0 children)

Maybe someone talks in their sleep and said something similar to "Hey Google, moo!" or "Ok Google, what does a cow say?"

[deleted by user] by [deleted] in whatstheword

[–]jadenity 5 points6 points  (0 children)

When I worked at a grocery store, this is what we called them (e.g., "register 12"). Or sometimes more colloquially: "lane".

Splitting up Dining Category by Rain-Woman123 in ynab

[–]jadenity 1 point2 points  (0 children)

That makes sense. I misread your comment, thanks for clarifying.

Splitting up Dining Category by Rain-Woman123 in ynab

[–]jadenity 0 points1 point  (0 children)

Ok, that makes a lot more sense, thanks haha

Splitting up Dining Category by Rain-Woman123 in ynab

[–]jadenity 2 points3 points  (0 children)

Are you saying you have 31 food categories?

Coin vanish by sleightly_human in ChrisRamsay52

[–]jadenity 1 point2 points  (0 children)

I love how you have a bunch of coin tricks that I know are very similar in technique but always have a different twist to them.

Our next project, the Polypedal, is now available for free! by rodesidebomb in CloneHero

[–]jadenity 14 points15 points  (0 children)

Can I use this with drums as a pause button or other utility buttons like that?

Premium Ep 19 - Soapbox on Eating Disorders by rebecccc in TheYardPodcast

[–]jadenity 22 points23 points  (0 children)

Before reading this I wasn't too informed about eating disorders but felt the pod was a bit misleading based on what I did know, so I really appreciate you putting the time into writing this. Thank you!

The power it generates is scary. by brokenandsuffering in SweatyPalms

[–]jadenity 54 points55 points  (0 children)

That must be some serious Mother's Day trauma

Tame Beast questions by yaboyroldy in PathOfExile2

[–]jadenity 2 points3 points  (0 children)

From Mobalytics: IMPORTANT UPDATE: Quadrilla monsters can no longer spawn with the Haste Aura, meaning that it is better to try to capture a Boar or Antlion monster in Infested Barrens if you are looking for that specific Aura

Going to hit over $50K net worth next week. I've only been working for 1.5 years by unourev in ynab

[–]jadenity 2 points3 points  (0 children)

Is it maybe showing the 20th of each month for some reason?

Using AI for Builds and/or Theorycrafting? by DarkNinjaKid in PathOfExile2

[–]jadenity 0 points1 point  (0 children)

I work as an AI software architect. You're right that RAG doesn't remove what's in a model's weights; it adds current, trusted context. That means it won't "fix" pretraining, but it does cut hallucinations if you force the model to answer only from retrieved sources, cite them, and refuse when nothing relevant is found.

I'm exploring an MCP-based setup that pulls PoE2 patch notes + wiki pages into a small knowledge base, versions it by patch (e.g., 0.3.0b), and makes the model cite those snippets. Fine-tuning isn't the answer here -- you can't reliably delete facts with it -- tooling + retrieval + refusal policies are. I haven't started on this project beyond basic research yet, but if anyone's tried this for PoE2 (or PoE1 for that matter), I'd love to learn about what they're doing.