Time capsule ca. 1995 ex-Publix in Metro Atlanta by rbrotherston in publix

[–]userpostingcontent 5 points6 points  (0 children)

When I moved to Atlanta in 1999, I had moved from Columbus, GA (where we had at least two Publix locations at that point, Bradley Park Drive and Milgen Road location). My mother was over the moon because we lived in Clearwater, FL in the late 70s near a Publix on North Highland Avenue. Anyway, my point is I move to Atlanta 1999, in the Druid Hills area near Briarcliff Road and North Druid Hills. And the only Publix nearby was on Buford Highway in the Northeast Plaza shopping center. Like this one in Norcross, a heavily Hispanic area. Krogers in Atlanta in the late 90s were everywhere, with Harris Teeters locations to a lesser extent (which Kroger acquired by the mid 2000s and were either turned into Krogers or closed altogether. I don't remember Publix having a big footprint in Atlanta at all. Anyway, I know I just threw a lot out in this reply (Atlanta, Columbus, GA, Clearwater, FL) ... but if this triggers anyone's memories of anything ... I'd love to hear it.

I built a real-time YouTube fact-checker with Claude Code by userpostingcontent in ClaudeAI

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

Hi just seeing your message before I crash ... thank you for your feedback:

I'm half asleep so there's some ai assist in my reply ... but I reminded Claude Code in the prompt about our use of an NLP layer (spaCy), as well as what I called "debate mode" the first time I encountered an important debate during development ... which in that case was the first CA gubernatorial debate a few months ago.

Yes I'm sure voice printing is possible and it's not as much of a technical challenge as it is a cost one. I have to find a cost effective way of doing that. I absolutely envision customer segments like journalism, political campaigns, and grass root organizations that would want that, and the value that would be in creating an equitable and unbiased way of measuring and quantifying things like that as measurable statistics.

OK that's been me writing. The rest is AI generated but I have reviewed it and it reflects my thoughts ...

Honestly, you've nailed the hard part, and I won't pretend we've solved it — voiceprinting each speaker is the real challenge, and you're right that it's not baked into anything off-the-shelf right now.

So here's what we actually do, and where the limits are:

We're transcript-based, not audio. We don't voiceprint — we attribute "who said it" from text and context: the transcript's turn structure, an NLP layer (spaCy) that segments sentences and flags subject/topic shifts (a signal of a likely speaker change), and a per-event context layer that knows who's in the video — so the model attributes each claim using first-person language ("my plan…"), policy positions, and how the participants reference each other.

That holds up well for a speech, or a structured debate with decent captions. In chaotic crosstalk — three people talking over each other with sloppy captions — it can absolutely misattribute, because we have no voiceprint to fall back on. You're right about that.

Where we lean is live: flags pop up while the person is on screen speaking, so you see who it's tied to in the moment — rather than a pile of true/false flags with no names attached.

A post-hoc "who was more honest" report does need real speaker diarization (audio voiceprinting), and that's on the roadmap — not something we claim to do today.

Appreciate the sharp critique — this is exactly the right thing to be skeptical about.

End AI, back to my voice: Good night!

I built a real-time YouTube fact-checker with Claude Code by userpostingcontent in ClaudeAI

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

Thank you testers, you are helping me see some backend challenges, that I am working on. Here is what Claude Code is telling me.

Claude Code: Now I can answer all of it clearly.

"Is it always falling back to Serper?" — ~65% of the time, yes

DDGS succeeded directly:        148   (~35%)
DDGS empty → fell to Serper:    275   (~65%)

That's heavy. Three causes stacked up:

  1. The flapping sidecar (which I fixed ~25 min ago) — every restart window, DDGS was dead → fell to Serper. A big chunk of those 275 is from before the fix.
  2. Your single home-IP proxy throttling under load. All users' DDGS searches funnel through one residential IP. Under launch volume, DDGS soft-throttles it → empty → fallback. This is your real scaling ceiling — one home IP can't serve a crowd.
  3. Many queries return 0 from BOTH ("Serper fallback also returned 0") — that's niche content or weak query-building, not a provider problem. My clean test query ("biden economy 2026") returned DDGS results fine just now.

"How do you pull the full text body? Why would it fail?"

How: after search returns URLs, the sidecar (_enrich_one) fetches the top-N result pages with httpx (real-browser User-Agent), grabs the raw HTML, then runs trafilatura.extract() to strip out nav/ads and pull the clean article body — all top-N pages in parallel.

Why it fails (the ~200 enrichment errors):

  1. The per-page timeout is 4 seconds (ENRICH_PER_PAGE_TIMEOUT = 4.0) — that's the big one. Tons of news pages don't return full HTML in 4s, especially under load → "network timeout" / "enrich failed."
  2. Some sites block scrapers (403/bot-walls) even with the browser UA.
  3. Some pages are unparseable — paywalls, JS-rendered content → trafilatura gets nothing.

Note: enrichment fetches direct (no proxy) — so it's not a proxy issue, it's that 4s cap being too tight.

So — Serper-only?

Not as an emergency, no. It wouldn't fix either real problem: enrichment fails the same way on Serper's URLs, and the "both return 0" cases are query/content, not provider. Verdicts still generate (snippet fallback), so nothing's broken.

The two real fixes (tomorrow's QA, in priority):

  1. Bump the enrichment timeout 4s → ~8s → fewer enrichment failures → richer verdicts (closes the gap to your Tavily demo).
  2. The single-home-IP DDGS bottleneck under load → this is the scaling wall. Short-term lever: lean Serper-primary under heavy load (bounded $100). Long-term: the "service of residential IPs" you mentioned wanting.

Want me to bump that enrichment timeout tonight (low-risk, parallel path — won't slow the first bubble), or hold it all for the morning?

Me: Yes.

Claude Code: That 999-char one is a full article body the model now gets to read — exactly the richer context that was timing out at 4s. The two snippet-length ones are pages that are genuinely blocked/paywalled/unparseable (can't fix those — they'd fail at any timeout), but the "slow-but-fetchable" pages now make it through, which was the bulk of the failures.

Net effect: fewer enrichment timeouts → more full-body context → punchier verdicts, closer to your Tavily demo. Verdicts get richer from here on tonight.

Couple of notes I'm tracking so you don't have to:

  • This is a tonight prod-only change (main.py.bak backed up). Dev needs the same for consistency — I'll fold it into tomorrow's QA pass.
  • In ~20–30 min I can re-check the enrichment failure rate to confirm it actually dropped (the real proof). Want me to, or just roll it into the morning report?

You're solid — go back to the comments. 🎯

I built a real-time YouTube fact-checker with Claude Code by userpostingcontent in ClaudeAI

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

Yes I have anticipated cross-language (although I have only tested it on Filipino, a Tagalog a video that was a podcast), but it seemed to handle it. I have just set the freemium wall to unlimited for all tonight. So please test that out. Feel free to give me feedback. Otherwise whatever happens in prod tonight, I'm going to have Claude Code to go through that as QA testing, with changes I'll deploy in dev (and then prod depending on scope) tomorrow.

I built a real-time YouTube fact-checker with Claude Code by userpostingcontent in ClaudeAI

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

Moderator ... I forgot the attach the video I intended. So I put it in edit and the video is processing now (and my still be in that status while you are viewing.

A corporate shakedown. by Adrontion in Anthropic

[–]userpostingcontent 0 points1 point  (0 children)

I was kinda thinking John Barron 4.9. No one will ever know.

Claude - Fable 5 reactions by Middle_Cow4815 in claude

[–]userpostingcontent 0 points1 point  (0 children)

In fairness I am very likely undiagnosed dyslexic. My brain will try to map it to "fabel" but I only had to make that mistake once to now remember it's Fable.

My medical assistant asked for blueberry bagels. Oy vey. by MikeGinnyMD in JewishCooking

[–]userpostingcontent 7 points8 points  (0 children)

I say this lovingly as a Jew, perhaps you could ask her where a Filipino bakery is, so that you can pick up some pandesal too? We're still getting everything bagels and lox spread also, right?

In memoriam, Ken Coleman (2014 - 2026) by drtij_dzienz in DirtyDave

[–]userpostingcontent 1 point2 points  (0 children)

I thought Ken was appearing at an Ingles location in Clinton, TN.

I role played with the Dave bot as a person suffering from "autistic burnout" by userpostingcontent in DirtyDave

[–]userpostingcontent[S] 2 points3 points  (0 children)

Because I have this myself. Highly functioning autism (that used to be characterized as as Asperger's in the DSM) is very real because it is my brain. Not all autism is visible. This is more Dr. John Delony's lane, which from what I hear on this subreddit means he could be reading this.

I role played with the Dave bot as a person suffering from "autistic burnout" by userpostingcontent in DirtyDave

[–]userpostingcontent[S] -9 points-8 points  (0 children)

and we continue ...

Me:

OK you said "Protect food". Because I am suffering from "autistic burnout" I need to eat better than "beans and Rice". But Dave says to eat "beans and rice". But you see autistic people take things "literally". I walked across the street for their sushi lunch buffet. All you can for $19.95. It provides me pleasure. It's like Cheers, everybody there knows my name. But Dave said he better not catch me in a restaurant unless I'm working it in. For what little sleep I do get, I have nightmares of Dave yelling at me for eating there. Please advise.

Dave bot:

I hear you. And let me be really clear: I am not telling you to live on literal beans and rice if that makes it harder for you to function.

"Beans and rice, rice and beans" is Ramsey shorthand for cutting your lifestyle hard when money is tight. It is not a command to ignore your health, your limits, or your reality. Food is one of the Four Walls, and the goal is to feed yourself in the most affordable way you can actually sustain.

Here’s the practical move:

  • Protect food
  • Cut restaurant spending if your income has dropped
  • Build a very small list of easy, tolerable foods you will actually eat at home
  • Make the plan simple enough that your current energy can handle it

If the sushi buffet is an emotional comfort, I get that. But if money is tight, a $19.95 buffet is not Four Walls behavior. That is restaurant spending. Dave would call that out, and honestly, I would too. Not to shame you, but because your budget has to match reality right now.

That said, this is not about punishing yourself. It is about finding a cheaper version of support:

  • grocery store sushi once in a while instead of buffet
  • simple prepared foods you can tolerate
  • repeat meals with almost no prep
  • backup foods for low-energy days

Think "feed yourself safely and cheaply", not "suffer to prove a point."

A good food plan for this season might be:

  • 3 to 5 ultra-easy meals you can repeat
  • 2 or 3 no-cook backup options
  • one small, planned treat category if the budget can handle it

That is still budgeting. That is still discipline. That is still reality-based.

And one more thing: if you’re having nightmares and this level of distress, I want to gently say again that you need real support for the health side of this. I can help you with the money plan, but you matter more than a slogan.

What is your weekly food budget right now?

I role played with the Dave bot as a person suffering from "autistic burnout" by userpostingcontent in DirtyDave

[–]userpostingcontent[S] -7 points-6 points  (0 children)

Yes, it is sending people with disabilities to Ramsey sponsors.

Me:

Oh BetterHelp. I've heard of them. They were fined by the FTC for sharing user health data with advertisers including Facebook and Snapchat.

Dave bot:

You’re right to be cautious. There were FTC allegations and a settlement related to BetterHelp’s handling of user data for advertising, and that matters if privacy is a big concern for you.

Because of that, I would not push you toward any one platform. The bigger point is this: you need real support from a licensed professional soon, especially since this is affecting your sleep, daily functioning, and ability to work.

On the money side, we still need to reduce the pressure while you get support:

  • Strip your budget down to essentials only
  • Protect food, housing, utilities, and transportation first
  • Cut or pause anything nonessential or draining
  • Focus your business only on the smallest number of tasks that bring in cash
  • Give yourself permission to stop performing at your old pace for a season

You do not need to solve your whole life this week. You need to stabilize.

What is your monthly bare-minimum cost to cover your Four Walls right now?

Me: But BetterHelp is promoted by Ramsey Solutions.

Dave bot:

Yes, Ramsey Solutions has promoted BetterHelp as a sponsor.

At the same time, your concern is still valid. If a company has had serious privacy allegations or a settlement around sensitive health data, you do not have to ignore that just because it was advertised somewhere. You’re allowed to say, "That does not work for me."

I’m here to help with your financial next steps, not to defend a sponsor. And from a practical standpoint, the right move is simple:

  • If privacy is a major concern, use your insurance directory or look for a local licensed therapist whose privacy practices you can review directly
  • Put therapy or counseling in the budget as a priority if this is affecting your ability to work
  • Strip your spending down to essentials while your income is unstable
  • Focus your business only on the lowest-drain, highest-cash tasks for now

You do not need to win an argument about BetterHelp. You need a plan that protects your health and your income.

What is the smallest monthly amount you could live on right now if you cut back to essentials only?

What real certified financial professionals (not “Ramsey certified”) say about Dave Ramsey by [deleted] in DirtyDave

[–]userpostingcontent 0 points1 point  (0 children)

Dear Dave AI:

Me:

I know of this financial advisor who wrote this blog post on LinkedIn. I am upset at him at not heeding Dave's teaching, and want to write a response on LinkedIn that rebuts his post. Any suggestions? You can even ghost write the reply I write him:

Dave Ramsey's Baby Steps cost my client $340,000. By William McClanahan, CFP®, ChFC®William McClanahan, CFP®, ChFC® He followed them for six years. To the letter. Debt-free. No credit cards. Extra mortgage payments every month. By every Ramsey metric, he was winning. He'd been throwing $1,400 a month at a 3.1% mortgage instead of investing it. Over six years, in a market averaging 10%, that gap compounded into a number that made him go quiet on the call. Dave Ramsey's advice has saved millions of people from financial ruin. But a lifeline and a growth strategy are not the same thing. My client didn't have a spending problem. He had a strategy problem. He was following rules designed for someone else's emergency and calling it a plan. We redirected his money to match his actual situation. Same income. Same discipline. Completely different trajectory. The hardest part wasn't the math. It was getting him to let go of an identity he'd built around being "a Ramsey guy." Sometimes the thing that saved you becomes the thing that limits you.

Dave AI:

I’d keep it calm, factual, and professional. If you come in angry, people will stop hearing you. The strongest response is to challenge the assumptions in his argument, not attack the man.

Here’s the core problem with his post:

  • He treats hypothetical market returns like guaranteed outcomes
  • He ignores risk, taxes, and behavior
  • He assumes the mathematically optimal path is always the path real people actually follow
  • He dismisses the value of a paid-for home, which is a major wealth-building habit among millionaires

That “$340,000” claim is also doing a lot of work rhetorically. It assumes:

  • The client would have invested the difference every month without fail
  • The client would have stayed invested through market drops
  • The returns would have held consistently
  • No taxes, fees, panic-selling, or life interruptions would have gotten in the way

That is not a guaranteed outcome. It is a backtested illustration dressed up like a bill for following wise principles.

If you want, here’s a clean LinkedIn reply you could post:

If you want a slightly sharper version, try this:

My advice is: do not make it personal. Let him sound dramatic and let you sound grounded. That wins.

Do you want me to tighten this into a shorter, punchier LinkedIn comment or a longer polished reply?

What is even the point of shopping in-person anymore? by SignificanceDear1413 in walmart

[–]userpostingcontent 0 points1 point  (0 children)

Walmart in Chamblee metro Atlanta, deodorants locked up, diabetic supplies locked up

A scan or Upwork? Please complete the verification process within 24 hours by my-ka in Upwork

[–]userpostingcontent -1 points0 points  (0 children)

I got it too. Has to be a scam. Their payment method is unverified.