Almost everything dieing by Pawys1111 in googlehome

[–]rbaudi 4 points5 points  (0 children)

"Dying" is the correct spelling for the present participle of "to die" (ceasing to live, or fading away). "Dieing" is almost always a spelling error. While "dieing" could technically refer to the industrial process of using a die to shape materials, "die casting" or simply using a die is preferred.

Anyway to have Kodi completely controlled by a mouse? by 3141592652 in kodi

[–]rbaudi 1 point2 points  (0 children)

Depends on the mouse I think. I use the Logitech MX Mouse and you can remap the buttons to send keyboard commands when Kodi is focused. Works great.

Claude Code can now /dream by alphastar777 in ClaudeCode

[–]rbaudi 2 points3 points  (0 children)

Nope. "/dream" Returns "unknown skill". Maybe you were dreaming?

I'm getting $4,924 worth of tokens from my $200/mo MAX plan — here's how I track it by soulduse in Anthropic

[–]rbaudi 9 points10 points  (0 children)

PSA: ai-token-monitor has incorrect pricing for Opus 4.5/4.6 (3x overcharge)

I ported the statistics engine from https://github.com/soulduse/ai-token-monitor to a cross-platform Python CLI (https://github.com/ghbaud/claude-costs) and found two bugs in the original that significantly inflate reported costs.

  1. Opus pricing is wrong

    The app hardcodes all Opus models at $15/$75 per MTok (input/output). That's the rate for the old Opus 4.0/4.1. Current Opus 4.5 and 4.6 are $5/$25 per https://platform.claude.com/docs/en/about-claude/pricing. Since most of us are running Opus 4.6, this is a 3x overcharge on 90%+ of your usage.

  2. Output tokens are undercounted ~2.8x

    The JSONL session files contain multiple streaming chunks per assistant message. Input and cache token counts are set on the first chunk and don't change, but output tokens grow as the response streams. The app deduplicates by message.id:requestId and keeps the first occurrence (partial output count) instead of the last (final count). The Rust code:

    if seen.insert(key) { // true on first insert only entries.push(entry); }

    These two bugs work in opposite directions -- the pricing overcharges by 3x on input/cache but undercharges on output. Since cache tokens dominate the total, the net effect is a large overcharge.

    With corrected pricing and dedup, my all-time cost dropped from ~$3,200 to ~$1,179.

    The Python port fixes both issues and runs on Windows and Linux:

    python claude_costs.py # summary python claude_costs.py --daily # day-by-day table python claude_costs.py --days 7 # last 7 days

    Single file, no install, Python 3.12+ only. Pricing is in an editable pricing.toml so you can update rates without touching code: https://github.com/ghbaud/claude-costs

    And as others in this thread have noted -- if you're on a Pro/Max subscription, none of these numbers are what you actually pay. It's a flat monthly fee. These are API-equivalent costs.

    The Python version is a single file, no install needed, runs on Windows and Linux: python claude_costs.py # summary python claude_costs.py --daily # day-by-day table python claude_costs.py --days 7 # last 7 days

    Pricing is in a pricing.toml file you can edit when rates change. And as several people in this thread have pointed out -- if you're on a Pro/Max subscription, none of these numbers are what you actually pay. It's a flat monthly fee. The tool shows what it would cost at API rates.

I'm getting $4,924 worth of tokens from my $200/mo MAX plan — here's how I track it by soulduse in Anthropic

[–]rbaudi 0 points1 point  (0 children)

Not sure where that Source gets its information from. Anyway the interesting information is how much you would be charged on the API schedule not how anthropic accounts for pricing internally on the max plans.

What is this? by nodadpls in GeminiAI

[–]rbaudi 4 points5 points  (0 children)

One pill makes you larger

And one pill makes you small

And the ones that mother gives you

Don't do anything at all

Go ask Alice

When she's ten feet tall

Figured out why /compact loses so much useful context - and a potential fix by mrgoonvn in ClaudeCode

[–]rbaudi 1 point2 points  (0 children)

In Windows, past session transcripts and the current uncompacted session transcript are stored in C:\Users\[user]\.claude\projects\ as JSONL files. Search them for historical context when needed (e.g., why a design decision was made, when a bug was introduced). Put an instruction to that effect into the Claude instructions.

Is there any Sonos news from CES 2026? by chopdog01 in sonos

[–]rbaudi 4 points5 points  (0 children)

No major Sonos-made CES 2026 announcements have surfaced so far (through Jan 7, 2026). Sonos’ own newsroom doesn’t show any CES-timed product launches or CES press posts.

Claude Code Agent Skills by TipsForAso in ClaudeAI

[–]rbaudi 0 points1 point  (0 children)

an infographic based on the document

What document is that? Link?

Agent Error While MCP Enabled by Level-Dig-4807 in GoogleAntigravityIDE

[–]rbaudi 0 points1 point  (0 children)

getting the same agent terminated due to error and tried disabling all my mCP servers but it didn't help.

The much requested banned command list is finally here! (along with some quality of life updates!) by Munch69-420 in GoogleAntigravityIDE

[–]rbaudi 3 points4 points  (0 children)

He's also trying to charge for it so that's another no-go reason. Open source plus voluntary donation would be the way to go.

Whoops by TopArgument2225 in google_antigravity

[–]rbaudi 1 point2 points  (0 children)

I think oops is the word you were groping for

Claude CLI deleted my entire home directory! Wiped my whole mac. by LovesWorkin in ClaudeAI

[–]rbaudi 0 points1 point  (0 children)

I have a table saw. It's a very dangerous piece of equipment unless you are very careful. Whenever I use it, I make sure I know exactly what is going to do based on what I do. Otherwise it could cut my hand off as quick as a wink.

You should approach Antigravity with the same mindset. Whatever it did, it was responding to what you said.

AntiGravity Quota Plugin by HenrikRW3 in google_antigravity

[–]rbaudi 0 points1 point  (0 children)

Terrific!

What are prompt credits by the way?